I'm looking for a fragrance or perfume icon to use in a project. I couldn't find a suitable option in Heroicons or Lucide, and the only promising result I found was an image from Icons8. I specifically need the icon in inline SVG format, like ..., preferably something I can copy and use directly.
3 Answers
You can convert a raster image into SVG with an image-vectorization tool, though the result may need cleanup. If the original icon is paid, converting it doesn’t necessarily remove its licensing requirements.
Iconify is also a good option. You can search across many icon sets and usually copy the SVG markup directly, or use its web component and framework integrations.
SVG isn’t outdated—it’s still the standard format for scalable web icons. If you just want something to copy and paste, look for an open-licensed SVG in Iconify or SVG Repo.

I didn’t realize image-to-SVG conversion was an option. I’ll look into it, although I’d still prefer a free icon that already has clean SVG markup.