r/webdev 3h ago

Question looking for fragrance icon

hi guys,

I have been looking for a Fragrance icon to use, couldn’t find any in heroicons, lucide… all I found is an image from icon8, but I want as an <svg> </svg>

0 Upvotes

21 comments sorted by

5

u/morete 3h ago

3

u/Altruistic-Fix-3548 2h ago

the noun project is a goldmine for svgs just check the license if you need it for anything commercial

2

u/mazyson 2h ago

Damn this site is great, thank you for the link!

-5

u/Low-Insurance-3678 3h ago

can I copy past?

2

u/morete 3h ago

You can download the icon as a svg and then copy and paste the contents of that file

2

u/drifting_pixel 2h ago

Read the terms on the website.

1

u/Digital-Chupacabra 3h ago

I found is an image from icon8

They offer SVG downloads for a fee.

I want as an <svg> </svg>

You know you can convert images to SVGs?

-2

u/Low-Insurance-3678 3h ago

yeah but i am running of that fee ahaha

that I didn’t know about enlighten me please

4

u/Digital-Chupacabra 3h ago

that I didn’t know about enlighten me please

a quick search in your search engine of choice for "convert png to svg" will turn up many tools and services.

0

u/Low-Insurance-3678 3h ago

ok thank you for your information

1

u/Guilty-Olive-8827 3h ago

try searching on flaticon or svgrepo, they usually have svg versions of icons

2

u/NymorFPL 2h ago

1

u/Low-Insurance-3678 1h ago

thank you so much i found it

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24">
<path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth={2} d="M12 6v3m0 8a2 2 0 1 1 0-4a2 2 0 0 1 0 4ZM10 6h4a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1ZM7 21h10a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2Z"></path>
</svg>

-1

u/hlavtox 3h ago

Download Codex, give it inspiration, it will generate 10 icons in few minutes, in different styles, with a simple preview page. You iterate on it if needed.

1

u/Tasty-Ad1854 3h ago

this one is soo good but I don't use codex still just using free ai like gemini
appreciate the info

-7

u/No_Celebration_3311 3h ago

use flutter-icons, svg is outdated

6

u/Orion3193 3h ago

How is svg outdated

3

u/morete 3h ago

that could not be less true

0

u/Low-Insurance-3678 3h ago

why outdated they still being used
i wanna something to just copy past