What is the code for a dropdown bar via Svg? The one that looks like an upside triangle * | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the code for a dropdown bar via Svg? The one that looks like an upside triangle *

Create a dropdown menu button Using SVG

22nd Feb 2018, 9:49 PM
robert chingambu
robert chingambu - avatar
5 Answers
+ 5
Are you ordering us to write a code for you @robert. Please make a code yourself. And if you get any difficulty we will be here to help you. // Robert ke admiyo se keh do apna kaam khud kare 🤣😂😂
22nd Feb 2018, 10:01 PM
Akash Pal
Akash Pal - avatar
+ 5
<svg> <path fill="none" stroke="#000" d = "M 0 25 L 25 0 L 50 25" /> </svg>
22nd Feb 2018, 10:32 PM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 2
Ooh I see you're right
23rd Feb 2018, 9:04 PM
robert chingambu
robert chingambu - avatar
+ 1
...but I advise you to use images because too many of the <svg>s will increase page load time
23rd Feb 2018, 3:04 PM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 1
Or icons?
23rd Feb 2018, 9:05 PM
robert chingambu
robert chingambu - avatar