fragrance icon
fragrance-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- fragrance-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the fragrance icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 8q-.425 0-.712-.288T13 7t.288-.712T14 6t.713.288T15 7t-.288.713T14 8m6 0q-.425 0-.712-.288T19 7t.288-.712T20 6t.713.288T21 7t-.288.713T20 8m-3-2q-.425 0-.712-.288T16 5t.288-.712T17 4t.713.288T18 5t-.288.713T17 6m3-2q-.425 0-.712-.288T19 3t.288-.712T20 2t.713.288T21 3t-.288.713T20 4m-3 6q-.425 0-.712-.288T16 9t.288-.712T17 8t.713.288T18 9t-.288.713T17 10m3 2q-.425 0-.712-.288T19 11t.288-.712T20 10t.713.288T21 11t-.288.713T20 12M5 21q-.825 0-1.412-.587T3 19v-7q0-.825.588-1.412T5 10h6q.825 0 1.413.588T13 12v7q0 .825-.587 1.413T11 21zM5 8.5V5q0-.825.588-1.412T7 3h3q.425 0 .713.288T11 4v4.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFragranceRounded(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" d="M14 8q-.425 0-.712-.288T13 7t.288-.712T14 6t.713.288T15 7t-.288.713T14 8m6 0q-.425 0-.712-.288T19 7t.288-.712T20 6t.713.288T21 7t-.288.713T20 8m-3-2q-.425 0-.712-.288T16 5t.288-.712T17 4t.713.288T18 5t-.288.713T17 6m3-2q-.425 0-.712-.288T19 3t.288-.712T20 2t.713.288T21 3t-.288.713T20 4m-3 6q-.425 0-.712-.288T16 9t.288-.712T17 8t.713.288T18 9t-.288.713T17 10m3 2q-.425 0-.712-.288T19 11t.288-.712T20 10t.713.288T21 11t-.288.713T20 12M5 21q-.825 0-1.412-.587T3 19v-7q0-.825.588-1.412T5 10h6q.825 0 1.413.588T13 12v7q0 .825-.587 1.413T11 21zM5 8.5V5q0-.825.588-1.412T7 3h3q.425 0 .713.288T11 4v4.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 8q-.425 0-.712-.288T13 7t.288-.712T14 6t.713.288T15 7t-.288.713T14 8m6 0q-.425 0-.712-.288T19 7t.288-.712T20 6t.713.288T21 7t-.288.713T20 8m-3-2q-.425 0-.712-.288T16 5t.288-.712T17 4t.713.288T18 5t-.288.713T17 6m3-2q-.425 0-.712-.288T19 3t.288-.712T20 2t.713.288T21 3t-.288.713T20 4m-3 6q-.425 0-.712-.288T16 9t.288-.712T17 8t.713.288T18 9t-.288.713T17 10m3 2q-.425 0-.712-.288T19 11t.288-.712T20 10t.713.288T21 11t-.288.713T20 12M5 21q-.825 0-1.412-.587T3 19v-7q0-.825.588-1.412T5 10h6q.825 0 1.413.588T13 12v7q0 .825-.587 1.413T11 21zM5 8.5V5q0-.825.588-1.412T7 3h3q.425 0 .713.288T11 4v4.5z"/></svg> </template>
CSS
.icon-fragrance-rounded {
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%20d%3D%22M14%208q-.425%200-.712-.288T13%207t.288-.712T14%206t.713.288T15%207t-.288.713T14%208m6%200q-.425%200-.712-.288T19%207t.288-.712T20%206t.713.288T21%207t-.288.713T20%208m-3-2q-.425%200-.712-.288T16%205t.288-.712T17%204t.713.288T18%205t-.288.713T17%206m3-2q-.425%200-.712-.288T19%203t.288-.712T20%202t.713.288T21%203t-.288.713T20%204m-3%206q-.425%200-.712-.288T16%209t.288-.712T17%208t.713.288T18%209t-.288.713T17%2010m3%202q-.425%200-.712-.288T19%2011t.288-.712T20%2010t.713.288T21%2011t-.288.713T20%2012M5%2021q-.825%200-1.412-.587T3%2019v-7q0-.825.588-1.412T5%2010h6q.825%200%201.413.588T13%2012v7q0%20.825-.587%201.413T11%2021zM5%208.5V5q0-.825.588-1.412T7%203h3q.425%200%20.713.288T11%204v4.5z%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%20d%3D%22M14%208q-.425%200-.712-.288T13%207t.288-.712T14%206t.713.288T15%207t-.288.713T14%208m6%200q-.425%200-.712-.288T19%207t.288-.712T20%206t.713.288T21%207t-.288.713T20%208m-3-2q-.425%200-.712-.288T16%205t.288-.712T17%204t.713.288T18%205t-.288.713T17%206m3-2q-.425%200-.712-.288T19%203t.288-.712T20%202t.713.288T21%203t-.288.713T20%204m-3%206q-.425%200-.712-.288T16%209t.288-.712T17%208t.713.288T18%209t-.288.713T17%2010m3%202q-.425%200-.712-.288T19%2011t.288-.712T20%2010t.713.288T21%2011t-.288.713T20%2012M5%2021q-.825%200-1.412-.587T3%2019v-7q0-.825.588-1.412T5%2010h6q.825%200%201.413.588T13%2012v7q0%20.825-.587%201.413T11%2021zM5%208.5V5q0-.825.588-1.412T7%203h3q.425%200%20.713.288T11%204v4.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/fragrance-rounded.svg?color=%231a73e8&size=48