Parfumo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Parfumo icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/345530.svg" alt="Parfumo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345530.svg" alt="Parfumo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345530.svg" alt="Parfumo icon" :width="24" :height="24" />
CSS background
.icon-parfumo {
background-image: url('https://proicons.com/icon/345530.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="cls-1" cx="24" cy="24" r="21.5"/><path class="cls-1" d="m20.2873,2.8228c-3.6471,13.3122-4.2416,23.2451-2.0149,41.9021"/><path class="cls-1" d="m6.5225,11.4763c6.0706,3.9999,8.7543,6.0385,10.5654,10.1015"/><path class="cls-1" d="m43.2829,14.4844c-4.9957,8.9918-8.2813,22.2588-9.1326,28.4723"/><path class="cls-1" d="m37.0256,6.8955c2.4851,5.569,4.2492,11.6149,4.2492,11.6149"/></svg>
Copied!