perfume icon

perfume-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.

Name
perfume-duotone
Set
Reicon
Style
Duotone
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"><g fill="currentColor"><path fill-rule="evenodd" d="M7 5.75h.107c.097.001.21.002.306 0c.139-.005.327-.018.516-.076c.202-.063.437-.188.608-.435c.166-.238.213-.505.213-.739s-.047-.501-.213-.74a1.14 1.14 0 0 0-.609-.434a2 2 0 0 0-.516-.075a8 8 0 0 0-.412 0z" clip-rule="evenodd" opacity=".4"/><g opacity=".5"><path d="M2.147 13.059A7 7 0 0 0 2 14.495c0 1.915.766 3.662 2.028 4.987c.45.473.675.709 1.618 1.114C6.59 21 7.24 21 8.542 21h2.916c1.302 0 1.952 0 2.896-.404c.943-.405 1.168-.641 1.619-1.114C17.233 18.157 18 16.41 18 14.495q0-.199-.01-.395c-.598-.316-1.6-.612-2.676-.784c-3.07-.491-4.688 1.988-7.78 1.653c-2.215-.24-3.936-1.318-5.387-1.91"/><path d="M7.534 14.969c3.092.335 4.71-2.144 7.78-1.653c1.075.172 2.078.468 2.675.784C17.77 10.144 14.277 7 10 7c-3.894 0-7.138 2.606-7.853 6.059c1.45.592 3.172 1.67 5.387 1.91"/></g><path d="M13 7.545V5c0-1.414 0-2.121-.44-2.56C12.122 2 11.415 2 10 2s-2.121 0-2.56.44c-.201.2-.31.456-.37.81h.038c.096-.001.209-.002.304.001c.14.004.328.017.516.075c.203.063.438.188.61.435c.165.238.212.505.212.739s-.047.501-.213.74a1.14 1.14 0 0 1-.608.434a2 2 0 0 1-.516.075c-.096.003-.21.002-.306.002H7v1.794A8.5 8.5 0 0 1 10 7c1.06 0 2.074.193 3 .545M2.147 13.059A7 7 0 0 0 2 14.495c0 1.915.766 3.662 2.028 4.987c.45.473.675.709 1.618 1.114C6.59 21 7.24 21 8.542 21h2.916c1.302 0 1.952 0 2.896-.404c.943-.405 1.168-.641 1.619-1.114C17.233 18.157 18 16.41 18 14.495q0-.199-.01-.395c-.598-.316-1.6-.612-2.676-.784c-3.07-.491-4.688 1.988-7.78 1.653c-2.215-.24-3.936-1.318-5.387-1.91m18.401-7.681c1.253.647 1.8 1.897 1.221 2.792c-.579.896-2.064 1.098-3.317.452s-1.8-1.897-1.221-2.792c.579-.896 2.064-1.098 3.317-.452"/><path d="M13 5.75h1.32c.66 0 1.31.154 1.9.449l.78.39a1.45 1.45 0 0 1 .23-.76c.14-.215.331-.39.56-.523l-.899-.449a5.75 5.75 0 0 0-2.571-.607H13z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPerfumeDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M7 5.75h.107c.097.001.21.002.306 0c.139-.005.327-.018.516-.076c.202-.063.437-.188.608-.435c.166-.238.213-.505.213-.739s-.047-.501-.213-.74a1.14 1.14 0 0 0-.609-.434a2 2 0 0 0-.516-.075a8 8 0 0 0-.412 0z" clipRule="evenodd" opacity=".4"/><g opacity=".5"><path d="M2.147 13.059A7 7 0 0 0 2 14.495c0 1.915.766 3.662 2.028 4.987c.45.473.675.709 1.618 1.114C6.59 21 7.24 21 8.542 21h2.916c1.302 0 1.952 0 2.896-.404c.943-.405 1.168-.641 1.619-1.114C17.233 18.157 18 16.41 18 14.495q0-.199-.01-.395c-.598-.316-1.6-.612-2.676-.784c-3.07-.491-4.688 1.988-7.78 1.653c-2.215-.24-3.936-1.318-5.387-1.91"/><path d="M7.534 14.969c3.092.335 4.71-2.144 7.78-1.653c1.075.172 2.078.468 2.675.784C17.77 10.144 14.277 7 10 7c-3.894 0-7.138 2.606-7.853 6.059c1.45.592 3.172 1.67 5.387 1.91"/></g><path d="M13 7.545V5c0-1.414 0-2.121-.44-2.56C12.122 2 11.415 2 10 2s-2.121 0-2.56.44c-.201.2-.31.456-.37.81h.038c.096-.001.209-.002.304.001c.14.004.328.017.516.075c.203.063.438.188.61.435c.165.238.212.505.212.739s-.047.501-.213.74a1.14 1.14 0 0 1-.608.434a2 2 0 0 1-.516.075c-.096.003-.21.002-.306.002H7v1.794A8.5 8.5 0 0 1 10 7c1.06 0 2.074.193 3 .545M2.147 13.059A7 7 0 0 0 2 14.495c0 1.915.766 3.662 2.028 4.987c.45.473.675.709 1.618 1.114C6.59 21 7.24 21 8.542 21h2.916c1.302 0 1.952 0 2.896-.404c.943-.405 1.168-.641 1.619-1.114C17.233 18.157 18 16.41 18 14.495q0-.199-.01-.395c-.598-.316-1.6-.612-2.676-.784c-3.07-.491-4.688 1.988-7.78 1.653c-2.215-.24-3.936-1.318-5.387-1.91m18.401-7.681c1.253.647 1.8 1.897 1.221 2.792c-.579.896-2.064 1.098-3.317.452s-1.8-1.897-1.221-2.792c.579-.896 2.064-1.098 3.317-.452"/><path d="M13 5.75h1.32c.66 0 1.31.154 1.9.449l.78.39a1.45 1.45 0 0 1 .23-.76c.14-.215.331-.39.56-.523l-.899-.449a5.75 5.75 0 0 0-2.571-.607H13z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M7 5.75h.107c.097.001.21.002.306 0c.139-.005.327-.018.516-.076c.202-.063.437-.188.608-.435c.166-.238.213-.505.213-.739s-.047-.501-.213-.74a1.14 1.14 0 0 0-.609-.434a2 2 0 0 0-.516-.075a8 8 0 0 0-.412 0z" clip-rule="evenodd" opacity=".4"/><g opacity=".5"><path d="M2.147 13.059A7 7 0 0 0 2 14.495c0 1.915.766 3.662 2.028 4.987c.45.473.675.709 1.618 1.114C6.59 21 7.24 21 8.542 21h2.916c1.302 0 1.952 0 2.896-.404c.943-.405 1.168-.641 1.619-1.114C17.233 18.157 18 16.41 18 14.495q0-.199-.01-.395c-.598-.316-1.6-.612-2.676-.784c-3.07-.491-4.688 1.988-7.78 1.653c-2.215-.24-3.936-1.318-5.387-1.91"/><path d="M7.534 14.969c3.092.335 4.71-2.144 7.78-1.653c1.075.172 2.078.468 2.675.784C17.77 10.144 14.277 7 10 7c-3.894 0-7.138 2.606-7.853 6.059c1.45.592 3.172 1.67 5.387 1.91"/></g><path d="M13 7.545V5c0-1.414 0-2.121-.44-2.56C12.122 2 11.415 2 10 2s-2.121 0-2.56.44c-.201.2-.31.456-.37.81h.038c.096-.001.209-.002.304.001c.14.004.328.017.516.075c.203.063.438.188.61.435c.165.238.212.505.212.739s-.047.501-.213.74a1.14 1.14 0 0 1-.608.434a2 2 0 0 1-.516.075c-.096.003-.21.002-.306.002H7v1.794A8.5 8.5 0 0 1 10 7c1.06 0 2.074.193 3 .545M2.147 13.059A7 7 0 0 0 2 14.495c0 1.915.766 3.662 2.028 4.987c.45.473.675.709 1.618 1.114C6.59 21 7.24 21 8.542 21h2.916c1.302 0 1.952 0 2.896-.404c.943-.405 1.168-.641 1.619-1.114C17.233 18.157 18 16.41 18 14.495q0-.199-.01-.395c-.598-.316-1.6-.612-2.676-.784c-3.07-.491-4.688 1.988-7.78 1.653c-2.215-.24-3.936-1.318-5.387-1.91m18.401-7.681c1.253.647 1.8 1.897 1.221 2.792c-.579.896-2.064 1.098-3.317.452s-1.8-1.897-1.221-2.792c.579-.896 2.064-1.098 3.317-.452"/><path d="M13 5.75h1.32c.66 0 1.31.154 1.9.449l.78.39a1.45 1.45 0 0 1 .23-.76c.14-.215.331-.39.56-.523l-.899-.449a5.75 5.75 0 0 0-2.571-.607H13z" opacity=".5"/></g></svg>
</template>

CSS

.icon-perfume-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%205.75h.107c.097.001.21.002.306%200c.139-.005.327-.018.516-.076c.202-.063.437-.188.608-.435c.166-.238.213-.505.213-.739s-.047-.501-.213-.74a1.14%201.14%200%200%200-.609-.434a2%202%200%200%200-.516-.075a8%208%200%200%200-.412%200z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.4%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M2.147%2013.059A7%207%200%200%200%202%2014.495c0%201.915.766%203.662%202.028%204.987c.45.473.675.709%201.618%201.114C6.59%2021%207.24%2021%208.542%2021h2.916c1.302%200%201.952%200%202.896-.404c.943-.405%201.168-.641%201.619-1.114C17.233%2018.157%2018%2016.41%2018%2014.495q0-.199-.01-.395c-.598-.316-1.6-.612-2.676-.784c-3.07-.491-4.688%201.988-7.78%201.653c-2.215-.24-3.936-1.318-5.387-1.91%22%2F%3E%3Cpath%20d%3D%22M7.534%2014.969c3.092.335%204.71-2.144%207.78-1.653c1.075.172%202.078.468%202.675.784C17.77%2010.144%2014.277%207%2010%207c-3.894%200-7.138%202.606-7.853%206.059c1.45.592%203.172%201.67%205.387%201.91%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M13%207.545V5c0-1.414%200-2.121-.44-2.56C12.122%202%2011.415%202%2010%202s-2.121%200-2.56.44c-.201.2-.31.456-.37.81h.038c.096-.001.209-.002.304.001c.14.004.328.017.516.075c.203.063.438.188.61.435c.165.238.212.505.212.739s-.047.501-.213.74a1.14%201.14%200%200%201-.608.434a2%202%200%200%201-.516.075c-.096.003-.21.002-.306.002H7v1.794A8.5%208.5%200%200%201%2010%207c1.06%200%202.074.193%203%20.545M2.147%2013.059A7%207%200%200%200%202%2014.495c0%201.915.766%203.662%202.028%204.987c.45.473.675.709%201.618%201.114C6.59%2021%207.24%2021%208.542%2021h2.916c1.302%200%201.952%200%202.896-.404c.943-.405%201.168-.641%201.619-1.114C17.233%2018.157%2018%2016.41%2018%2014.495q0-.199-.01-.395c-.598-.316-1.6-.612-2.676-.784c-3.07-.491-4.688%201.988-7.78%201.653c-2.215-.24-3.936-1.318-5.387-1.91m18.401-7.681c1.253.647%201.8%201.897%201.221%202.792c-.579.896-2.064%201.098-3.317.452s-1.8-1.897-1.221-2.792c.579-.896%202.064-1.098%203.317-.452%22%2F%3E%3Cpath%20d%3D%22M13%205.75h1.32c.66%200%201.31.154%201.9.449l.78.39a1.45%201.45%200%200%201%20.23-.76c.14-.215.331-.39.56-.523l-.899-.449a5.75%205.75%200%200%200-2.571-.607H13z%22%20opacity%3D%22.5%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%205.75h.107c.097.001.21.002.306%200c.139-.005.327-.018.516-.076c.202-.063.437-.188.608-.435c.166-.238.213-.505.213-.739s-.047-.501-.213-.74a1.14%201.14%200%200%200-.609-.434a2%202%200%200%200-.516-.075a8%208%200%200%200-.412%200z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.4%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M2.147%2013.059A7%207%200%200%200%202%2014.495c0%201.915.766%203.662%202.028%204.987c.45.473.675.709%201.618%201.114C6.59%2021%207.24%2021%208.542%2021h2.916c1.302%200%201.952%200%202.896-.404c.943-.405%201.168-.641%201.619-1.114C17.233%2018.157%2018%2016.41%2018%2014.495q0-.199-.01-.395c-.598-.316-1.6-.612-2.676-.784c-3.07-.491-4.688%201.988-7.78%201.653c-2.215-.24-3.936-1.318-5.387-1.91%22%2F%3E%3Cpath%20d%3D%22M7.534%2014.969c3.092.335%204.71-2.144%207.78-1.653c1.075.172%202.078.468%202.675.784C17.77%2010.144%2014.277%207%2010%207c-3.894%200-7.138%202.606-7.853%206.059c1.45.592%203.172%201.67%205.387%201.91%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M13%207.545V5c0-1.414%200-2.121-.44-2.56C12.122%202%2011.415%202%2010%202s-2.121%200-2.56.44c-.201.2-.31.456-.37.81h.038c.096-.001.209-.002.304.001c.14.004.328.017.516.075c.203.063.438.188.61.435c.165.238.212.505.212.739s-.047.501-.213.74a1.14%201.14%200%200%201-.608.434a2%202%200%200%201-.516.075c-.096.003-.21.002-.306.002H7v1.794A8.5%208.5%200%200%201%2010%207c1.06%200%202.074.193%203%20.545M2.147%2013.059A7%207%200%200%200%202%2014.495c0%201.915.766%203.662%202.028%204.987c.45.473.675.709%201.618%201.114C6.59%2021%207.24%2021%208.542%2021h2.916c1.302%200%201.952%200%202.896-.404c.943-.405%201.168-.641%201.619-1.114C17.233%2018.157%2018%2016.41%2018%2014.495q0-.199-.01-.395c-.598-.316-1.6-.612-2.676-.784c-3.07-.491-4.688%201.988-7.78%201.653c-2.215-.24-3.936-1.318-5.387-1.91m18.401-7.681c1.253.647%201.8%201.897%201.221%202.792c-.579.896-2.064%201.098-3.317.452s-1.8-1.897-1.221-2.792c.579-.896%202.064-1.098%203.317-.452%22%2F%3E%3Cpath%20d%3D%22M13%205.75h1.32c.66%200%201.31.154%201.9.449l.78.39a1.45%201.45%200%200%201%20.23-.76c.14-.215.331-.39.56-.523l-.899-.449a5.75%205.75%200%200%200-2.571-.607H13z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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