scent icon
scent from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- scent
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- aroma, fragrance, odor, smell
Related icons in Material Design Icons
Use the scent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 5.1C18.5 6.4 19 7.6 19 9c0 1.7-.7 3.3-2.4 5.1c-1.9 2-3.6 4.2-3.6 6.4c0 .4.1.8.2 1.3c0 .1 0 .2-.1.3s-.2 0-.2-.1c-1-1.3-1.5-2.5-1.5-3.9c0-1.7.7-3.3 2.4-5.1c1.9-2 3.6-4.2 3.6-6.4c0-.4-.1-.8-.2-1.3c0-.1 0-.2.1-.3c.1 0 .1 0 .2.1m-7.8-3c.7.9 1 1.9 1 2.8c0 1.3-.6 2.5-1.8 3.8c-1.4 1.5-2.7 3.2-2.7 4.8c0 .3.1.7.2.9c0 .1 0 .1-.1.2s-.2 0-.2 0c-.8-1-1.1-2-1.1-2.9c0-1.3.6-2.5 1.8-3.8c1.4-1.5 2.7-3.2 2.7-4.8c0-.3-.1-.7-.2-.9V2c.2 0 .3 0 .4.1m.4 7.8c1.9-2 3.6-4.2 3.6-6.4c0-.4-.1-.8-.2-1.3c0-.1 0-.2.1-.3s.2 0 .2.1c1 1.3 1.5 2.5 1.5 3.9c0 1.7-.7 3.3-2.4 5.1c-1.9 2-3.6 4.2-3.6 6.4c0 .4.1.8.2 1.3c0 .1 0 .2-.1.3s-.2 0-.2-.1c-1-1.3-1.5-2.5-1.5-3.9c0-1.7.7-3.3 2.4-5.1"/></svg>
React
import type { SVGProps } from "react";
export function MdiScent(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="M17.5 5.1C18.5 6.4 19 7.6 19 9c0 1.7-.7 3.3-2.4 5.1c-1.9 2-3.6 4.2-3.6 6.4c0 .4.1.8.2 1.3c0 .1 0 .2-.1.3s-.2 0-.2-.1c-1-1.3-1.5-2.5-1.5-3.9c0-1.7.7-3.3 2.4-5.1c1.9-2 3.6-4.2 3.6-6.4c0-.4-.1-.8-.2-1.3c0-.1 0-.2.1-.3c.1 0 .1 0 .2.1m-7.8-3c.7.9 1 1.9 1 2.8c0 1.3-.6 2.5-1.8 3.8c-1.4 1.5-2.7 3.2-2.7 4.8c0 .3.1.7.2.9c0 .1 0 .1-.1.2s-.2 0-.2 0c-.8-1-1.1-2-1.1-2.9c0-1.3.6-2.5 1.8-3.8c1.4-1.5 2.7-3.2 2.7-4.8c0-.3-.1-.7-.2-.9V2c.2 0 .3 0 .4.1m.4 7.8c1.9-2 3.6-4.2 3.6-6.4c0-.4-.1-.8-.2-1.3c0-.1 0-.2.1-.3s.2 0 .2.1c1 1.3 1.5 2.5 1.5 3.9c0 1.7-.7 3.3-2.4 5.1c-1.9 2-3.6 4.2-3.6 6.4c0 .4.1.8.2 1.3c0 .1 0 .2-.1.3s-.2 0-.2-.1c-1-1.3-1.5-2.5-1.5-3.9c0-1.7.7-3.3 2.4-5.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 5.1C18.5 6.4 19 7.6 19 9c0 1.7-.7 3.3-2.4 5.1c-1.9 2-3.6 4.2-3.6 6.4c0 .4.1.8.2 1.3c0 .1 0 .2-.1.3s-.2 0-.2-.1c-1-1.3-1.5-2.5-1.5-3.9c0-1.7.7-3.3 2.4-5.1c1.9-2 3.6-4.2 3.6-6.4c0-.4-.1-.8-.2-1.3c0-.1 0-.2.1-.3c.1 0 .1 0 .2.1m-7.8-3c.7.9 1 1.9 1 2.8c0 1.3-.6 2.5-1.8 3.8c-1.4 1.5-2.7 3.2-2.7 4.8c0 .3.1.7.2.9c0 .1 0 .1-.1.2s-.2 0-.2 0c-.8-1-1.1-2-1.1-2.9c0-1.3.6-2.5 1.8-3.8c1.4-1.5 2.7-3.2 2.7-4.8c0-.3-.1-.7-.2-.9V2c.2 0 .3 0 .4.1m.4 7.8c1.9-2 3.6-4.2 3.6-6.4c0-.4-.1-.8-.2-1.3c0-.1 0-.2.1-.3s.2 0 .2.1c1 1.3 1.5 2.5 1.5 3.9c0 1.7-.7 3.3-2.4 5.1c-1.9 2-3.6 4.2-3.6 6.4c0 .4.1.8.2 1.3c0 .1 0 .2-.1.3s-.2 0-.2-.1c-1-1.3-1.5-2.5-1.5-3.9c0-1.7.7-3.3 2.4-5.1"/></svg> </template>
CSS
.icon-scent {
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%22M17.5%205.1C18.5%206.4%2019%207.6%2019%209c0%201.7-.7%203.3-2.4%205.1c-1.9%202-3.6%204.2-3.6%206.4c0%20.4.1.8.2%201.3c0%20.1%200%20.2-.1.3s-.2%200-.2-.1c-1-1.3-1.5-2.5-1.5-3.9c0-1.7.7-3.3%202.4-5.1c1.9-2%203.6-4.2%203.6-6.4c0-.4-.1-.8-.2-1.3c0-.1%200-.2.1-.3c.1%200%20.1%200%20.2.1m-7.8-3c.7.9%201%201.9%201%202.8c0%201.3-.6%202.5-1.8%203.8c-1.4%201.5-2.7%203.2-2.7%204.8c0%20.3.1.7.2.9c0%20.1%200%20.1-.1.2s-.2%200-.2%200c-.8-1-1.1-2-1.1-2.9c0-1.3.6-2.5%201.8-3.8c1.4-1.5%202.7-3.2%202.7-4.8c0-.3-.1-.7-.2-.9V2c.2%200%20.3%200%20.4.1m.4%207.8c1.9-2%203.6-4.2%203.6-6.4c0-.4-.1-.8-.2-1.3c0-.1%200-.2.1-.3s.2%200%20.2.1c1%201.3%201.5%202.5%201.5%203.9c0%201.7-.7%203.3-2.4%205.1c-1.9%202-3.6%204.2-3.6%206.4c0%20.4.1.8.2%201.3c0%20.1%200%20.2-.1.3s-.2%200-.2-.1c-1-1.3-1.5-2.5-1.5-3.9c0-1.7.7-3.3%202.4-5.1%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%22M17.5%205.1C18.5%206.4%2019%207.6%2019%209c0%201.7-.7%203.3-2.4%205.1c-1.9%202-3.6%204.2-3.6%206.4c0%20.4.1.8.2%201.3c0%20.1%200%20.2-.1.3s-.2%200-.2-.1c-1-1.3-1.5-2.5-1.5-3.9c0-1.7.7-3.3%202.4-5.1c1.9-2%203.6-4.2%203.6-6.4c0-.4-.1-.8-.2-1.3c0-.1%200-.2.1-.3c.1%200%20.1%200%20.2.1m-7.8-3c.7.9%201%201.9%201%202.8c0%201.3-.6%202.5-1.8%203.8c-1.4%201.5-2.7%203.2-2.7%204.8c0%20.3.1.7.2.9c0%20.1%200%20.1-.1.2s-.2%200-.2%200c-.8-1-1.1-2-1.1-2.9c0-1.3.6-2.5%201.8-3.8c1.4-1.5%202.7-3.2%202.7-4.8c0-.3-.1-.7-.2-.9V2c.2%200%20.3%200%20.4.1m.4%207.8c1.9-2%203.6-4.2%203.6-6.4c0-.4-.1-.8-.2-1.3c0-.1%200-.2.1-.3s.2%200%20.2.1c1%201.3%201.5%202.5%201.5%203.9c0%201.7-.7%203.3-2.4%205.1c-1.9%202-3.6%204.2-3.6%206.4c0%20.4.1.8.2%201.3c0%20.1%200%20.2-.1.3s-.2%200-.2-.1c-1-1.3-1.5-2.5-1.5-3.9c0-1.7.7-3.3%202.4-5.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/scent.svg?color=%231a73e8&size=48