Perfume Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Perfume 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/320499.svg" alt="Perfume icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320499.svg" alt="Perfume icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320499.svg" alt="Perfume icon" :width="24" :height="24" />
CSS background
.icon-perfume {
background-image: url('https://proicons.com/icon/320499.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="perfume_1_" d="M24,31.36H8c-0.75,0-1.36-0.61-1.36-1.36V12c0-0.75,0.61-1.36,1.36-1.36h4.64V6.5 c0-0.474,0.386-0.86,0.86-0.86h0.64V2.5c0-0.474,0.386-0.86,0.86-0.86h2c0.475,0,0.86,0.386,0.86,0.86v3.14h0.64 c0.475,0,0.86,0.386,0.86,0.86v4.14H24c0.75,0,1.36,0.61,1.36,1.36v18C25.36,30.75,24.75,31.36,24,31.36z M8,11.36 c-0.353,0-0.64,0.287-0.64,0.64v18c0,0.353,0.287,0.64,0.64,0.64h16c0.353,0,0.64-0.287,0.64-0.64V12c0-0.353-0.287-0.64-0.64-0.64 H8z M13.36,10.64h5.28V6.5c0-0.076-0.063-0.14-0.14-0.14h-5c-0.076,0-0.14,0.064-0.14,0.14V10.64z M14.86,5.64h2.28V2.5 c0-0.076-0.063-0.14-0.14-0.14h-2c-0.076,0-0.14,0.064-0.14,0.14V5.64z M22.083,26.36H9.833c-0.199,0-0.36-0.161-0.36-0.36v-8.938 c0-0.199,0.161-0.36,0.36-0.36h12.25c0.199,0,0.36,0.161,0.36,0.36V26C22.443,26.199,22.282,26.36,22.083,26.36z M10.193,25.64 h11.529v-8.217H10.193V25.64z M23,7.36c-0.063,0-0.127-0.017-0.186-0.051l-2.5-1.5c-0.17-0.102-0.226-0.323-0.123-0.494 s0.322-0.224,0.494-0.124l2.5,1.5c0.17,0.102,0.226,0.323,0.123,0.494C23.241,7.298,23.122,7.36,23,7.36z M24,4.36h-3.5 c-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36H24c0.199,0,0.36,0.161,0.36,0.36C24.36,4.199,24.199,4.36,24,4.36z M20.5,2.86 c-0.122,0-0.241-0.062-0.309-0.175c-0.103-0.17-0.047-0.392,0.123-0.494l2.5-1.5c0.172-0.101,0.392-0.048,0.494,0.124 c0.103,0.17,0.047,0.392-0.123,0.494l-2.5,1.5C20.627,2.843,20.563,2.86,20.5,2.86z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!