perfume icon

perfume from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
perfume
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All perfume icons →

More ui icons from Reicon

Use the perfume icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.95 1.25h.1c.664 0 1.237 0 1.696.062c.492.066.963.215 1.345.597s.531.854.597 1.345c.04.289.054.623.059.996h.573a5.75 5.75 0 0 1 2.571.607l.118.06c.944-1.02 2.614-1.04 3.866-.317c1.412.815 2.273 2.564 1.44 4.007s-2.778 1.571-4.19.756c-1.12-.647-1.895-1.882-1.749-3.086l-.156-.078a4.25 4.25 0 0 0-1.9-.449h-.57V7l-.001.044c2.777 1.243 4.768 3.826 4.982 6.9q.03.127.014.26q.005.144.005.291c0 2.121-.85 4.05-2.234 5.504l-.018.018a5 5 0 0 1-.707.652c-.294.216-.644.402-1.142.616c-1.085.465-1.874.465-3.132.465H8.483c-1.258 0-2.047 0-3.132-.465c-.498-.214-.848-.4-1.142-.616a5 5 0 0 1-.707-.652L3.484 20C2.1 18.545 1.25 16.616 1.25 14.495c0-3.315 2.06-6.134 5.001-7.45L6.25 7V5.5l.001-.04l-.001-.038V4.95c0-.665 0-1.238.062-1.697c.066-.491.215-.963.597-1.345s.854-.531 1.345-.597c.459-.062 1.032-.062 1.697-.062m7.103 11.68c-.755-2.942-3.59-5.177-7.045-5.18h-.016c-3.26.003-5.968 1.992-6.897 4.688c.286.126.576.266.865.407l.12.059c.362.177.727.355 1.11.524c.849.376 1.752.694 2.755.807c1.259.142 2.216-.295 3.37-.822l.011-.005c1.134-.518 2.46-1.118 4.195-.83c.529.088 1.054.208 1.532.352M2.774 13.94q.252.117.528.253l.121.06c.36.175.75.365 1.16.547c.919.407 1.979.789 3.194.926c1.676.188 2.968-.403 4.063-.904l.109-.05c1.142-.52 2.087-.92 3.326-.715c.775.13 1.477.326 1.974.529c-.023 1.673-.702 3.204-1.82 4.379c-.231.242-.356.371-.524.494c-.166.122-.401.256-.847.447c-.785.337-1.29.344-2.6.344H8.542c-1.31 0-1.815-.007-2.6-.344c-.446-.19-.68-.325-.847-.447c-.168-.123-.293-.252-.524-.494c-1.138-1.196-1.821-2.761-1.821-4.47q0-.28.024-.555m9.476-7.69h-4.5v-.533q.089-.016.179-.043c.202-.063.437-.188.608-.435c.166-.238.213-.505.213-.739s-.047-.501-.213-.74a1.14 1.14 0 0 0-.609-.434a1 1 0 0 0-.104-.027c.043-.206.099-.283.146-.33c.057-.056.159-.127.484-.17c.347-.047.818-.049 1.546-.049s1.2.002 1.546.048c.325.044.427.115.484.172s.128.159.172.484c.046.347.048.818.048 1.546zm6.625 1.814c-.98-.565-1.162-1.487-.89-1.957c.27-.47 1.16-.773 2.14-.208s1.162 1.488.89 1.958c-.27.47-1.16.773-2.14.207" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPerfume(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M9.95 1.25h.1c.664 0 1.237 0 1.696.062c.492.066.963.215 1.345.597s.531.854.597 1.345c.04.289.054.623.059.996h.573a5.75 5.75 0 0 1 2.571.607l.118.06c.944-1.02 2.614-1.04 3.866-.317c1.412.815 2.273 2.564 1.44 4.007s-2.778 1.571-4.19.756c-1.12-.647-1.895-1.882-1.749-3.086l-.156-.078a4.25 4.25 0 0 0-1.9-.449h-.57V7l-.001.044c2.777 1.243 4.768 3.826 4.982 6.9q.03.127.014.26q.005.144.005.291c0 2.121-.85 4.05-2.234 5.504l-.018.018a5 5 0 0 1-.707.652c-.294.216-.644.402-1.142.616c-1.085.465-1.874.465-3.132.465H8.483c-1.258 0-2.047 0-3.132-.465c-.498-.214-.848-.4-1.142-.616a5 5 0 0 1-.707-.652L3.484 20C2.1 18.545 1.25 16.616 1.25 14.495c0-3.315 2.06-6.134 5.001-7.45L6.25 7V5.5l.001-.04l-.001-.038V4.95c0-.665 0-1.238.062-1.697c.066-.491.215-.963.597-1.345s.854-.531 1.345-.597c.459-.062 1.032-.062 1.697-.062m7.103 11.68c-.755-2.942-3.59-5.177-7.045-5.18h-.016c-3.26.003-5.968 1.992-6.897 4.688c.286.126.576.266.865.407l.12.059c.362.177.727.355 1.11.524c.849.376 1.752.694 2.755.807c1.259.142 2.216-.295 3.37-.822l.011-.005c1.134-.518 2.46-1.118 4.195-.83c.529.088 1.054.208 1.532.352M2.774 13.94q.252.117.528.253l.121.06c.36.175.75.365 1.16.547c.919.407 1.979.789 3.194.926c1.676.188 2.968-.403 4.063-.904l.109-.05c1.142-.52 2.087-.92 3.326-.715c.775.13 1.477.326 1.974.529c-.023 1.673-.702 3.204-1.82 4.379c-.231.242-.356.371-.524.494c-.166.122-.401.256-.847.447c-.785.337-1.29.344-2.6.344H8.542c-1.31 0-1.815-.007-2.6-.344c-.446-.19-.68-.325-.847-.447c-.168-.123-.293-.252-.524-.494c-1.138-1.196-1.821-2.761-1.821-4.47q0-.28.024-.555m9.476-7.69h-4.5v-.533q.089-.016.179-.043c.202-.063.437-.188.608-.435c.166-.238.213-.505.213-.739s-.047-.501-.213-.74a1.14 1.14 0 0 0-.609-.434a1 1 0 0 0-.104-.027c.043-.206.099-.283.146-.33c.057-.056.159-.127.484-.17c.347-.047.818-.049 1.546-.049s1.2.002 1.546.048c.325.044.427.115.484.172s.128.159.172.484c.046.347.048.818.048 1.546zm6.625 1.814c-.98-.565-1.162-1.487-.89-1.957c.27-.47 1.16-.773 2.14-.208s1.162 1.488.89 1.958c-.27.47-1.16.773-2.14.207" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.95 1.25h.1c.664 0 1.237 0 1.696.062c.492.066.963.215 1.345.597s.531.854.597 1.345c.04.289.054.623.059.996h.573a5.75 5.75 0 0 1 2.571.607l.118.06c.944-1.02 2.614-1.04 3.866-.317c1.412.815 2.273 2.564 1.44 4.007s-2.778 1.571-4.19.756c-1.12-.647-1.895-1.882-1.749-3.086l-.156-.078a4.25 4.25 0 0 0-1.9-.449h-.57V7l-.001.044c2.777 1.243 4.768 3.826 4.982 6.9q.03.127.014.26q.005.144.005.291c0 2.121-.85 4.05-2.234 5.504l-.018.018a5 5 0 0 1-.707.652c-.294.216-.644.402-1.142.616c-1.085.465-1.874.465-3.132.465H8.483c-1.258 0-2.047 0-3.132-.465c-.498-.214-.848-.4-1.142-.616a5 5 0 0 1-.707-.652L3.484 20C2.1 18.545 1.25 16.616 1.25 14.495c0-3.315 2.06-6.134 5.001-7.45L6.25 7V5.5l.001-.04l-.001-.038V4.95c0-.665 0-1.238.062-1.697c.066-.491.215-.963.597-1.345s.854-.531 1.345-.597c.459-.062 1.032-.062 1.697-.062m7.103 11.68c-.755-2.942-3.59-5.177-7.045-5.18h-.016c-3.26.003-5.968 1.992-6.897 4.688c.286.126.576.266.865.407l.12.059c.362.177.727.355 1.11.524c.849.376 1.752.694 2.755.807c1.259.142 2.216-.295 3.37-.822l.011-.005c1.134-.518 2.46-1.118 4.195-.83c.529.088 1.054.208 1.532.352M2.774 13.94q.252.117.528.253l.121.06c.36.175.75.365 1.16.547c.919.407 1.979.789 3.194.926c1.676.188 2.968-.403 4.063-.904l.109-.05c1.142-.52 2.087-.92 3.326-.715c.775.13 1.477.326 1.974.529c-.023 1.673-.702 3.204-1.82 4.379c-.231.242-.356.371-.524.494c-.166.122-.401.256-.847.447c-.785.337-1.29.344-2.6.344H8.542c-1.31 0-1.815-.007-2.6-.344c-.446-.19-.68-.325-.847-.447c-.168-.123-.293-.252-.524-.494c-1.138-1.196-1.821-2.761-1.821-4.47q0-.28.024-.555m9.476-7.69h-4.5v-.533q.089-.016.179-.043c.202-.063.437-.188.608-.435c.166-.238.213-.505.213-.739s-.047-.501-.213-.74a1.14 1.14 0 0 0-.609-.434a1 1 0 0 0-.104-.027c.043-.206.099-.283.146-.33c.057-.056.159-.127.484-.17c.347-.047.818-.049 1.546-.049s1.2.002 1.546.048c.325.044.427.115.484.172s.128.159.172.484c.046.347.048.818.048 1.546zm6.625 1.814c-.98-.565-1.162-1.487-.89-1.957c.27-.47 1.16-.773 2.14-.208s1.162 1.488.89 1.958c-.27.47-1.16.773-2.14.207" clip-rule="evenodd"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.95%201.25h.1c.664%200%201.237%200%201.696.062c.492.066.963.215%201.345.597s.531.854.597%201.345c.04.289.054.623.059.996h.573a5.75%205.75%200%200%201%202.571.607l.118.06c.944-1.02%202.614-1.04%203.866-.317c1.412.815%202.273%202.564%201.44%204.007s-2.778%201.571-4.19.756c-1.12-.647-1.895-1.882-1.749-3.086l-.156-.078a4.25%204.25%200%200%200-1.9-.449h-.57V7l-.001.044c2.777%201.243%204.768%203.826%204.982%206.9q.03.127.014.26q.005.144.005.291c0%202.121-.85%204.05-2.234%205.504l-.018.018a5%205%200%200%201-.707.652c-.294.216-.644.402-1.142.616c-1.085.465-1.874.465-3.132.465H8.483c-1.258%200-2.047%200-3.132-.465c-.498-.214-.848-.4-1.142-.616a5%205%200%200%201-.707-.652L3.484%2020C2.1%2018.545%201.25%2016.616%201.25%2014.495c0-3.315%202.06-6.134%205.001-7.45L6.25%207V5.5l.001-.04l-.001-.038V4.95c0-.665%200-1.238.062-1.697c.066-.491.215-.963.597-1.345s.854-.531%201.345-.597c.459-.062%201.032-.062%201.697-.062m7.103%2011.68c-.755-2.942-3.59-5.177-7.045-5.18h-.016c-3.26.003-5.968%201.992-6.897%204.688c.286.126.576.266.865.407l.12.059c.362.177.727.355%201.11.524c.849.376%201.752.694%202.755.807c1.259.142%202.216-.295%203.37-.822l.011-.005c1.134-.518%202.46-1.118%204.195-.83c.529.088%201.054.208%201.532.352M2.774%2013.94q.252.117.528.253l.121.06c.36.175.75.365%201.16.547c.919.407%201.979.789%203.194.926c1.676.188%202.968-.403%204.063-.904l.109-.05c1.142-.52%202.087-.92%203.326-.715c.775.13%201.477.326%201.974.529c-.023%201.673-.702%203.204-1.82%204.379c-.231.242-.356.371-.524.494c-.166.122-.401.256-.847.447c-.785.337-1.29.344-2.6.344H8.542c-1.31%200-1.815-.007-2.6-.344c-.446-.19-.68-.325-.847-.447c-.168-.123-.293-.252-.524-.494c-1.138-1.196-1.821-2.761-1.821-4.47q0-.28.024-.555m9.476-7.69h-4.5v-.533q.089-.016.179-.043c.202-.063.437-.188.608-.435c.166-.238.213-.505.213-.739s-.047-.501-.213-.74a1.14%201.14%200%200%200-.609-.434a1%201%200%200%200-.104-.027c.043-.206.099-.283.146-.33c.057-.056.159-.127.484-.17c.347-.047.818-.049%201.546-.049s1.2.002%201.546.048c.325.044.427.115.484.172s.128.159.172.484c.046.347.048.818.048%201.546zm6.625%201.814c-.98-.565-1.162-1.487-.89-1.957c.27-.47%201.16-.773%202.14-.208s1.162%201.488.89%201.958c-.27.47-1.16.773-2.14.207%22%20clip-rule%3D%22evenodd%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.95%201.25h.1c.664%200%201.237%200%201.696.062c.492.066.963.215%201.345.597s.531.854.597%201.345c.04.289.054.623.059.996h.573a5.75%205.75%200%200%201%202.571.607l.118.06c.944-1.02%202.614-1.04%203.866-.317c1.412.815%202.273%202.564%201.44%204.007s-2.778%201.571-4.19.756c-1.12-.647-1.895-1.882-1.749-3.086l-.156-.078a4.25%204.25%200%200%200-1.9-.449h-.57V7l-.001.044c2.777%201.243%204.768%203.826%204.982%206.9q.03.127.014.26q.005.144.005.291c0%202.121-.85%204.05-2.234%205.504l-.018.018a5%205%200%200%201-.707.652c-.294.216-.644.402-1.142.616c-1.085.465-1.874.465-3.132.465H8.483c-1.258%200-2.047%200-3.132-.465c-.498-.214-.848-.4-1.142-.616a5%205%200%200%201-.707-.652L3.484%2020C2.1%2018.545%201.25%2016.616%201.25%2014.495c0-3.315%202.06-6.134%205.001-7.45L6.25%207V5.5l.001-.04l-.001-.038V4.95c0-.665%200-1.238.062-1.697c.066-.491.215-.963.597-1.345s.854-.531%201.345-.597c.459-.062%201.032-.062%201.697-.062m7.103%2011.68c-.755-2.942-3.59-5.177-7.045-5.18h-.016c-3.26.003-5.968%201.992-6.897%204.688c.286.126.576.266.865.407l.12.059c.362.177.727.355%201.11.524c.849.376%201.752.694%202.755.807c1.259.142%202.216-.295%203.37-.822l.011-.005c1.134-.518%202.46-1.118%204.195-.83c.529.088%201.054.208%201.532.352M2.774%2013.94q.252.117.528.253l.121.06c.36.175.75.365%201.16.547c.919.407%201.979.789%203.194.926c1.676.188%202.968-.403%204.063-.904l.109-.05c1.142-.52%202.087-.92%203.326-.715c.775.13%201.477.326%201.974.529c-.023%201.673-.702%203.204-1.82%204.379c-.231.242-.356.371-.524.494c-.166.122-.401.256-.847.447c-.785.337-1.29.344-2.6.344H8.542c-1.31%200-1.815-.007-2.6-.344c-.446-.19-.68-.325-.847-.447c-.168-.123-.293-.252-.524-.494c-1.138-1.196-1.821-2.761-1.821-4.47q0-.28.024-.555m9.476-7.69h-4.5v-.533q.089-.016.179-.043c.202-.063.437-.188.608-.435c.166-.238.213-.505.213-.739s-.047-.501-.213-.74a1.14%201.14%200%200%200-.609-.434a1%201%200%200%200-.104-.027c.043-.206.099-.283.146-.33c.057-.056.159-.127.484-.17c.347-.047.818-.049%201.546-.049s1.2.002%201.546.048c.325.044.427.115.484.172s.128.159.172.484c.046.347.048.818.048%201.546zm6.625%201.814c-.98-.565-1.162-1.487-.89-1.957c.27-.47%201.16-.773%202.14-.208s1.162%201.488.89%201.958c-.27.47-1.16.773-2.14.207%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/perfume.svg?color=%231a73e8&size=48