perfume icon
perfume-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- perfume-filled
- Set
- Reicon
- Style
- Filled
- 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 d="M2.4 12.15C3.45 9.16 6.455 7 10 7c3.957 0 7.243 2.691 7.886 6.226c-.655-.276-1.505-.505-2.365-.648c-1.735-.288-3.06.312-4.195.83l-.011.005c-1.154.527-2.111.964-3.37.822c-1.003-.113-1.906-.43-2.754-.806c-.384-.17-.749-.348-1.11-.525l-.121-.059a19 19 0 0 0-1.179-.54z"/><path d="M2.053 13.628a7 7 0 0 0-.053.867c0 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.114c1.158-1.217 1.898-2.79 2.012-4.52l-.349-.194c-.471-.262-1.354-.543-2.361-.71c-1.239-.206-2.184.193-3.326.715l-.11.05c-1.094.5-2.386 1.092-4.062.903c-1.215-.137-2.275-.519-3.194-.926c-.41-.182-.8-.372-1.16-.548l-.12-.059a18 18 0 0 0-1.084-.498zM12.56 2.44c.354.353.423.88.437 1.81h1.323a5.75 5.75 0 0 1 2.571.607l.836.418c.681-.549 1.8-.587 2.773-.025c1.196.69 1.718 2.025 1.165 2.982c-.552.956-1.97 1.172-3.165.482c-.844-.488-1.353-1.297-1.384-2.067l-.896-.448a4.25 4.25 0 0 0-1.9-.449H13v.734A9.5 9.5 0 0 0 10 6c-1.05 0-2.06.17-3 .484V5.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-.304-.001H7.07c.059-.354.168-.61.368-.81C7.88 2 8.586 2 10 2s2.121 0 2.56.44"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPerfumeFilled(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 d="M2.4 12.15C3.45 9.16 6.455 7 10 7c3.957 0 7.243 2.691 7.886 6.226c-.655-.276-1.505-.505-2.365-.648c-1.735-.288-3.06.312-4.195.83l-.011.005c-1.154.527-2.111.964-3.37.822c-1.003-.113-1.906-.43-2.754-.806c-.384-.17-.749-.348-1.11-.525l-.121-.059a19 19 0 0 0-1.179-.54z"/><path d="M2.053 13.628a7 7 0 0 0-.053.867c0 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.114c1.158-1.217 1.898-2.79 2.012-4.52l-.349-.194c-.471-.262-1.354-.543-2.361-.71c-1.239-.206-2.184.193-3.326.715l-.11.05c-1.094.5-2.386 1.092-4.062.903c-1.215-.137-2.275-.519-3.194-.926c-.41-.182-.8-.372-1.16-.548l-.12-.059a18 18 0 0 0-1.084-.498zM12.56 2.44c.354.353.423.88.437 1.81h1.323a5.75 5.75 0 0 1 2.571.607l.836.418c.681-.549 1.8-.587 2.773-.025c1.196.69 1.718 2.025 1.165 2.982c-.552.956-1.97 1.172-3.165.482c-.844-.488-1.353-1.297-1.384-2.067l-.896-.448a4.25 4.25 0 0 0-1.9-.449H13v.734A9.5 9.5 0 0 0 10 6c-1.05 0-2.06.17-3 .484V5.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-.304-.001H7.07c.059-.354.168-.61.368-.81C7.88 2 8.586 2 10 2s2.121 0 2.56.44"/></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 d="M2.4 12.15C3.45 9.16 6.455 7 10 7c3.957 0 7.243 2.691 7.886 6.226c-.655-.276-1.505-.505-2.365-.648c-1.735-.288-3.06.312-4.195.83l-.011.005c-1.154.527-2.111.964-3.37.822c-1.003-.113-1.906-.43-2.754-.806c-.384-.17-.749-.348-1.11-.525l-.121-.059a19 19 0 0 0-1.179-.54z"/><path d="M2.053 13.628a7 7 0 0 0-.053.867c0 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.114c1.158-1.217 1.898-2.79 2.012-4.52l-.349-.194c-.471-.262-1.354-.543-2.361-.71c-1.239-.206-2.184.193-3.326.715l-.11.05c-1.094.5-2.386 1.092-4.062.903c-1.215-.137-2.275-.519-3.194-.926c-.41-.182-.8-.372-1.16-.548l-.12-.059a18 18 0 0 0-1.084-.498zM12.56 2.44c.354.353.423.88.437 1.81h1.323a5.75 5.75 0 0 1 2.571.607l.836.418c.681-.549 1.8-.587 2.773-.025c1.196.69 1.718 2.025 1.165 2.982c-.552.956-1.97 1.172-3.165.482c-.844-.488-1.353-1.297-1.384-2.067l-.896-.448a4.25 4.25 0 0 0-1.9-.449H13v.734A9.5 9.5 0 0 0 10 6c-1.05 0-2.06.17-3 .484V5.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-.304-.001H7.07c.059-.354.168-.61.368-.81C7.88 2 8.586 2 10 2s2.121 0 2.56.44"/></g></svg> </template>
CSS
.icon-perfume-filled {
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%20d%3D%22M2.4%2012.15C3.45%209.16%206.455%207%2010%207c3.957%200%207.243%202.691%207.886%206.226c-.655-.276-1.505-.505-2.365-.648c-1.735-.288-3.06.312-4.195.83l-.011.005c-1.154.527-2.111.964-3.37.822c-1.003-.113-1.906-.43-2.754-.806c-.384-.17-.749-.348-1.11-.525l-.121-.059a19%2019%200%200%200-1.179-.54z%22%2F%3E%3Cpath%20d%3D%22M2.053%2013.628a7%207%200%200%200-.053.867c0%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.114c1.158-1.217%201.898-2.79%202.012-4.52l-.349-.194c-.471-.262-1.354-.543-2.361-.71c-1.239-.206-2.184.193-3.326.715l-.11.05c-1.094.5-2.386%201.092-4.062.903c-1.215-.137-2.275-.519-3.194-.926c-.41-.182-.8-.372-1.16-.548l-.12-.059a18%2018%200%200%200-1.084-.498zM12.56%202.44c.354.353.423.88.437%201.81h1.323a5.75%205.75%200%200%201%202.571.607l.836.418c.681-.549%201.8-.587%202.773-.025c1.196.69%201.718%202.025%201.165%202.982c-.552.956-1.97%201.172-3.165.482c-.844-.488-1.353-1.297-1.384-2.067l-.896-.448a4.25%204.25%200%200%200-1.9-.449H13v.734A9.5%209.5%200%200%200%2010%206c-1.05%200-2.06.17-3%20.484V5.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-.304-.001H7.07c.059-.354.168-.61.368-.81C7.88%202%208.586%202%2010%202s2.121%200%202.56.44%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%20d%3D%22M2.4%2012.15C3.45%209.16%206.455%207%2010%207c3.957%200%207.243%202.691%207.886%206.226c-.655-.276-1.505-.505-2.365-.648c-1.735-.288-3.06.312-4.195.83l-.011.005c-1.154.527-2.111.964-3.37.822c-1.003-.113-1.906-.43-2.754-.806c-.384-.17-.749-.348-1.11-.525l-.121-.059a19%2019%200%200%200-1.179-.54z%22%2F%3E%3Cpath%20d%3D%22M2.053%2013.628a7%207%200%200%200-.053.867c0%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.114c1.158-1.217%201.898-2.79%202.012-4.52l-.349-.194c-.471-.262-1.354-.543-2.361-.71c-1.239-.206-2.184.193-3.326.715l-.11.05c-1.094.5-2.386%201.092-4.062.903c-1.215-.137-2.275-.519-3.194-.926c-.41-.182-.8-.372-1.16-.548l-.12-.059a18%2018%200%200%200-1.084-.498zM12.56%202.44c.354.353.423.88.437%201.81h1.323a5.75%205.75%200%200%201%202.571.607l.836.418c.681-.549%201.8-.587%202.773-.025c1.196.69%201.718%202.025%201.165%202.982c-.552.956-1.97%201.172-3.165.482c-.844-.488-1.353-1.297-1.384-2.067l-.896-.448a4.25%204.25%200%200%200-1.9-.449H13v.734A9.5%209.5%200%200%200%2010%206c-1.05%200-2.06.17-3%20.484V5.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-.304-.001H7.07c.059-.354.168-.61.368-.81C7.88%202%208.586%202%2010%202s2.121%200%202.56.44%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-filled.svg?color=%231a73e8&size=48