Hi everyone, I'm looking for a fragrance or perfume icon to use in a project. I checked popular icon libraries such as Heroicons and Lucide but couldn't find a suitable one. I found an image on Icons8, but I specifically need the icon as inline SVG markup like ..., preferably from a free source. Any suggestions?
4 Answers
If you already have a raster image, you can convert it to SVG with an image-tracing tool, though the result may need some cleanup. For a clean icon, starting with an existing vector is usually better. Also, SVG is still widely used for web icons, so it isn’t outdated.
Try The Noun Project’s fragrance icon search. It has a large selection of editable SVG icons, but make sure to check the license if you plan to use one commercially.
SVG Repo has a perfume category with plenty of downloadable SVG files. Flaticon is another place worth searching if you want more styles.
Iconify is a good option because it searches across many icon collections and usually lets you copy the SVG or use the icon directly. Searching for “perfume” may give better results than “fragrance.”
That sounds ideal. I mainly want something I can copy directly into my markup.

Thanks, I’ll check the licensing details before using anything.