air freshener icon
air-freshener from Line Awesome by Icons8 · Line · Automotive · Apache-2.0 Free for personal and commercial use.
- Name
- air-freshener
- Set
- Line Awesome
- Style
- Line
- Category
- Automotive
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- air-freshener-solid
The same icon in other sets
More automotive icons from Line Awesome
Use the air freshener icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-1.654 0-3 1.346-3 3c0 .854.363 1.621.938 2.168L9.056 14h2.076l-4 6H15v2H9v6h14v-6h-6v-2h7.867l-4-6h2.076l-4.879-6.832A3 3 0 0 0 19 5c0-1.654-1.346-3-3-3m0 2c.552 0 1 .449 1 1a1 1 0 0 1-.59.906l-.076.028A1 1 0 0 1 16 6a1 1 0 0 1-.334-.066l-.076-.028A1 1 0 0 1 15 5c0-.551.448-1 1-1m-.193 3.992c.038.003.076 0 .115 0c.026 0 .051.008.078.008s.052-.007.078-.008c.04 0 .078.003.117 0L19.057 12h-1.924l4 6H10.867l4-6h-1.924zM11 24h10v2H11z"/></svg>
React
import type { SVGProps } from "react";
export function LaAirFreshener(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-1.654 0-3 1.346-3 3c0 .854.363 1.621.938 2.168L9.056 14h2.076l-4 6H15v2H9v6h14v-6h-6v-2h7.867l-4-6h2.076l-4.879-6.832A3 3 0 0 0 19 5c0-1.654-1.346-3-3-3m0 2c.552 0 1 .449 1 1a1 1 0 0 1-.59.906l-.076.028A1 1 0 0 1 16 6a1 1 0 0 1-.334-.066l-.076-.028A1 1 0 0 1 15 5c0-.551.448-1 1-1m-.193 3.992c.038.003.076 0 .115 0c.026 0 .051.008.078.008s.052-.007.078-.008c.04 0 .078.003.117 0L19.057 12h-1.924l4 6H10.867l4-6h-1.924zM11 24h10v2H11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-1.654 0-3 1.346-3 3c0 .854.363 1.621.938 2.168L9.056 14h2.076l-4 6H15v2H9v6h14v-6h-6v-2h7.867l-4-6h2.076l-4.879-6.832A3 3 0 0 0 19 5c0-1.654-1.346-3-3-3m0 2c.552 0 1 .449 1 1a1 1 0 0 1-.59.906l-.076.028A1 1 0 0 1 16 6a1 1 0 0 1-.334-.066l-.076-.028A1 1 0 0 1 15 5c0-.551.448-1 1-1m-.193 3.992c.038.003.076 0 .115 0c.026 0 .051.008.078.008s.052-.007.078-.008c.04 0 .078.003.117 0L19.057 12h-1.924l4 6H10.867l4-6h-1.924zM11 24h10v2H11z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c-1.654%200-3%201.346-3%203c0%20.854.363%201.621.938%202.168L9.056%2014h2.076l-4%206H15v2H9v6h14v-6h-6v-2h7.867l-4-6h2.076l-4.879-6.832A3%203%200%200%200%2019%205c0-1.654-1.346-3-3-3m0%202c.552%200%201%20.449%201%201a1%201%200%200%201-.59.906l-.076.028A1%201%200%200%201%2016%206a1%201%200%200%201-.334-.066l-.076-.028A1%201%200%200%201%2015%205c0-.551.448-1%201-1m-.193%203.992c.038.003.076%200%20.115%200c.026%200%20.051.008.078.008s.052-.007.078-.008c.04%200%20.078.003.117%200L19.057%2012h-1.924l4%206H10.867l4-6h-1.924zM11%2024h10v2H11z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c-1.654%200-3%201.346-3%203c0%20.854.363%201.621.938%202.168L9.056%2014h2.076l-4%206H15v2H9v6h14v-6h-6v-2h7.867l-4-6h2.076l-4.879-6.832A3%203%200%200%200%2019%205c0-1.654-1.346-3-3-3m0%202c.552%200%201%20.449%201%201a1%201%200%200%201-.59.906l-.076.028A1%201%200%200%201%2016%206a1%201%200%200%201-.334-.066l-.076-.028A1%201%200%200%201%2015%205c0-.551.448-1%201-1m-.193%203.992c.038.003.076%200%20.115%200c.026%200%20.051.008.078.008s.052-.007.078-.008c.04%200%20.078.003.117%200L19.057%2012h-1.924l4%206H10.867l4-6h-1.924zM11%2024h10v2H11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/air-freshener.svg?color=%231a73e8&size=48