air freshener icon
air-freshener from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- air-freshener
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- air-freshener-rounded, air-freshener-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the air freshener icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.46 5.232q-.23-.23-.23-.54t.23-.539t.54-.23t.54.23t.23.54t-.23.539t-.54.23t-.54-.23m0-3.308q-.23-.23-.23-.54q0-.309.23-.539t.54-.23t.54.23t.23.54t-.23.539t-.54.23t-.54-.23M9.055 20.423q-1.235-.757-1.923-2.011q-.689-1.254-.708-2.72q.02-1.678.94-3.045q.922-1.366 2.445-2.087V8.077q0-.213.143-.357t.357-.143h3.384q.214 0 .357.143t.143.357v2.483q1.518.72 2.442 2.087t.943 3.045q-.02 1.466-.708 2.72t-1.923 2.011zm-2.67-17.27q-.309 0-.539-.229t-.23-.54t.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23m10.692-.23q-.23-.23-.23-.54q0-.309.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23t-.539-.23M8.153 5.232q-.23-.23-.23-.54t.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23t-.539-.23m6.615 0q-.23-.23-.23-.54t.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23t-.539-.23"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAirFreshener(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="M11.46 5.232q-.23-.23-.23-.54t.23-.539t.54-.23t.54.23t.23.54t-.23.539t-.54.23t-.54-.23m0-3.308q-.23-.23-.23-.54q0-.309.23-.539t.54-.23t.54.23t.23.54t-.23.539t-.54.23t-.54-.23M9.055 20.423q-1.235-.757-1.923-2.011q-.689-1.254-.708-2.72q.02-1.678.94-3.045q.922-1.366 2.445-2.087V8.077q0-.213.143-.357t.357-.143h3.384q.214 0 .357.143t.143.357v2.483q1.518.72 2.442 2.087t.943 3.045q-.02 1.466-.708 2.72t-1.923 2.011zm-2.67-17.27q-.309 0-.539-.229t-.23-.54t.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23m10.692-.23q-.23-.23-.23-.54q0-.309.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23t-.539-.23M8.153 5.232q-.23-.23-.23-.54t.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23t-.539-.23m6.615 0q-.23-.23-.23-.54t.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23t-.539-.23"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.46 5.232q-.23-.23-.23-.54t.23-.539t.54-.23t.54.23t.23.54t-.23.539t-.54.23t-.54-.23m0-3.308q-.23-.23-.23-.54q0-.309.23-.539t.54-.23t.54.23t.23.54t-.23.539t-.54.23t-.54-.23M9.055 20.423q-1.235-.757-1.923-2.011q-.689-1.254-.708-2.72q.02-1.678.94-3.045q.922-1.366 2.445-2.087V8.077q0-.213.143-.357t.357-.143h3.384q.214 0 .357.143t.143.357v2.483q1.518.72 2.442 2.087t.943 3.045q-.02 1.466-.708 2.72t-1.923 2.011zm-2.67-17.27q-.309 0-.539-.229t-.23-.54t.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23m10.692-.23q-.23-.23-.23-.54q0-.309.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23t-.539-.23M8.153 5.232q-.23-.23-.23-.54t.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23t-.539-.23m6.615 0q-.23-.23-.23-.54t.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23t-.539-.23"/></svg> </template>
CSS
.icon-air-freshener {
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%22M11.46%205.232q-.23-.23-.23-.54t.23-.539t.54-.23t.54.23t.23.54t-.23.539t-.54.23t-.54-.23m0-3.308q-.23-.23-.23-.54q0-.309.23-.539t.54-.23t.54.23t.23.54t-.23.539t-.54.23t-.54-.23M9.055%2020.423q-1.235-.757-1.923-2.011q-.689-1.254-.708-2.72q.02-1.678.94-3.045q.922-1.366%202.445-2.087V8.077q0-.213.143-.357t.357-.143h3.384q.214%200%20.357.143t.143.357v2.483q1.518.72%202.442%202.087t.943%203.045q-.02%201.466-.708%202.72t-1.923%202.011zm-2.67-17.27q-.309%200-.539-.229t-.23-.54t.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23m10.692-.23q-.23-.23-.23-.54q0-.309.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23t-.539-.23M8.153%205.232q-.23-.23-.23-.54t.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23t-.539-.23m6.615%200q-.23-.23-.23-.54t.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23t-.539-.23%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%22M11.46%205.232q-.23-.23-.23-.54t.23-.539t.54-.23t.54.23t.23.54t-.23.539t-.54.23t-.54-.23m0-3.308q-.23-.23-.23-.54q0-.309.23-.539t.54-.23t.54.23t.23.54t-.23.539t-.54.23t-.54-.23M9.055%2020.423q-1.235-.757-1.923-2.011q-.689-1.254-.708-2.72q.02-1.678.94-3.045q.922-1.366%202.445-2.087V8.077q0-.213.143-.357t.357-.143h3.384q.214%200%20.357.143t.143.357v2.483q1.518.72%202.442%202.087t.943%203.045q-.02%201.466-.708%202.72t-1.923%202.011zm-2.67-17.27q-.309%200-.539-.229t-.23-.54t.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23m10.692-.23q-.23-.23-.23-.54q0-.309.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23t-.539-.23M8.153%205.232q-.23-.23-.23-.54t.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23t-.539-.23m6.615%200q-.23-.23-.23-.54t.23-.539t.54-.23t.539.23t.23.54t-.23.539t-.54.23t-.539-.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/air-freshener.svg?color=%231a73e8&size=48