perfume icon
perfume from IconPark by ByteDance · Color · Clothes · Apache-2.0 Free for personal and commercial use.
- Name
- perfume
- Set
- IconPark
- Style
- Color
- Category
- Clothes
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More clothes icons from IconPark
a-canebachelor-capbachelor-cap-onebachelor-cap-twobackpackbaseball-capbasketball-clothesbeltbootsbowbriefcasechef-hatchildren-capclothes-briefsclothes-cardiganclothes-crew-neckclothes-diapersclothes-glovesclothes-gloves-twoclothes-hoodieclothes-pantsclothes-pants-shortclothes-pants-sweatclothes-short-sleeve
Use the perfume icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><rect width="16" height="10" x="16" y="4" fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" rx="3"/><rect width="36" height="24" x="6" y="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" rx="12"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 32.9999C9.04225 29.1325 18 29.9999 24 31.9999C30 33.9999 38 36.9999 42 31.9999"/><path fill="#fff" d="M25 8.99999C25 9.55228 24.5523 9.99999 24 9.99999C23.4477 9.99999 23 9.55228 23 8.99999C23 8.44771 23.4477 7.99999 24 7.99999C24.5523 7.99999 25 8.44771 25 8.99999Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkPerfume(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><rect width="16" height="10" x="16" y="4" fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" rx="3"/><rect width="36" height="24" x="6" y="20" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" rx="12"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M6 32.9999C9.04225 29.1325 18 29.9999 24 31.9999C30 33.9999 38 36.9999 42 31.9999"/><path fill="#fff" d="M25 8.99999C25 9.55228 24.5523 9.99999 24 9.99999C23.4477 9.99999 23 9.55228 23 8.99999C23 8.44771 23.4477 7.99999 24 7.99999C24.5523 7.99999 25 8.44771 25 8.99999Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><rect width="16" height="10" x="16" y="4" fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" rx="3"/><rect width="36" height="24" x="6" y="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" rx="12"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 32.9999C9.04225 29.1325 18 29.9999 24 31.9999C30 33.9999 38 36.9999 42 31.9999"/><path fill="#fff" d="M25 8.99999C25 9.55228 24.5523 9.99999 24 9.99999C23.4477 9.99999 23 9.55228 23 8.99999C23 8.44771 23.4477 7.99999 24 7.99999C24.5523 7.99999 25 8.44771 25 8.99999Z"/></g></svg> </template>
CSS
.icon-perfume {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%2216%22%20height%3D%2210%22%20x%3D%2216%22%20y%3D%224%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20rx%3D%223%22%2F%3E%3Crect%20width%3D%2236%22%20height%3D%2224%22%20x%3D%226%22%20y%3D%2220%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20rx%3D%2212%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%2032.9999C9.04225%2029.1325%2018%2029.9999%2024%2031.9999C30%2033.9999%2038%2036.9999%2042%2031.9999%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25%208.99999C25%209.55228%2024.5523%209.99999%2024%209.99999C23.4477%209.99999%2023%209.55228%2023%208.99999C23%208.44771%2023.4477%207.99999%2024%207.99999C24.5523%207.99999%2025%208.44771%2025%208.99999Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%2216%22%20height%3D%2210%22%20x%3D%2216%22%20y%3D%224%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20rx%3D%223%22%2F%3E%3Crect%20width%3D%2236%22%20height%3D%2224%22%20x%3D%226%22%20y%3D%2220%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20rx%3D%2212%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%2032.9999C9.04225%2029.1325%2018%2029.9999%2024%2031.9999C30%2033.9999%2038%2036.9999%2042%2031.9999%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25%208.99999C25%209.55228%2024.5523%209.99999%2024%209.99999C23.4477%209.99999%2023%209.55228%2023%208.99999C23%208.44771%2023.4477%207.99999%2024%207.99999C24.5523%207.99999%2025%208.44771%2025%208.99999Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/perfume.svg?color=%231a73e8&size=48