ventilator from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
ventilator
Set
Material Symbols
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the ventilator icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.9 0-3.6-.6t-3.125-1.675q-.275.125-.6.2T4 19q-1.25 0-2.125-.875T1 16q0-.575.2-1.075t.55-.9q-.275-.7-.45-1.425t-.25-1.5l2-.2q.05.575.163 1.1t.312 1.025Q3.65 13 3.763 13H4q1.25 0 2.125.875T7 16q0 .35-.075.662t-.2.613q.925.675 2 1.113T11 18.95V14q0-.425-.288-.712T10 13q-1.65 0-2.825-1.175T6 9t1.175-2.825T10 5h1q0-.825.588-1.412T13 3h4q.825 0 1.413.588T19 5h1q.425 0 .713.288T21 6t-.288.713T20 7h-1q0 .825-.587 1.413T17 9h-4q-.825 0-1.412-.587T11 7h-1q-.825 0-1.412.588T8 9t.588 1.413T10 11q1.25 0 2.125.875T13 14v4.95q2.175-.25 3.95-1.425t2.825-3L18.55 13.9l.9-1.775l1.15.575q.125-.425.212-.875t.138-.925l2 .2q-.05.65-.2 1.275T22.4 13.6l1.05.525l-.9 1.775l-.95-.475q-1.425 2.525-3.975 4.05T12 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsVentilator(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="M12 21q-1.9 0-3.6-.6t-3.125-1.675q-.275.125-.6.2T4 19q-1.25 0-2.125-.875T1 16q0-.575.2-1.075t.55-.9q-.275-.7-.45-1.425t-.25-1.5l2-.2q.05.575.163 1.1t.312 1.025Q3.65 13 3.763 13H4q1.25 0 2.125.875T7 16q0 .35-.075.662t-.2.613q.925.675 2 1.113T11 18.95V14q0-.425-.288-.712T10 13q-1.65 0-2.825-1.175T6 9t1.175-2.825T10 5h1q0-.825.588-1.412T13 3h4q.825 0 1.413.588T19 5h1q.425 0 .713.288T21 6t-.288.713T20 7h-1q0 .825-.587 1.413T17 9h-4q-.825 0-1.412-.587T11 7h-1q-.825 0-1.412.588T8 9t.588 1.413T10 11q1.25 0 2.125.875T13 14v4.95q2.175-.25 3.95-1.425t2.825-3L18.55 13.9l.9-1.775l1.15.575q.125-.425.212-.875t.138-.925l2 .2q-.05.65-.2 1.275T22.4 13.6l1.05.525l-.9 1.775l-.95-.475q-1.425 2.525-3.975 4.05T12 21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.9 0-3.6-.6t-3.125-1.675q-.275.125-.6.2T4 19q-1.25 0-2.125-.875T1 16q0-.575.2-1.075t.55-.9q-.275-.7-.45-1.425t-.25-1.5l2-.2q.05.575.163 1.1t.312 1.025Q3.65 13 3.763 13H4q1.25 0 2.125.875T7 16q0 .35-.075.662t-.2.613q.925.675 2 1.113T11 18.95V14q0-.425-.288-.712T10 13q-1.65 0-2.825-1.175T6 9t1.175-2.825T10 5h1q0-.825.588-1.412T13 3h4q.825 0 1.413.588T19 5h1q.425 0 .713.288T21 6t-.288.713T20 7h-1q0 .825-.587 1.413T17 9h-4q-.825 0-1.412-.587T11 7h-1q-.825 0-1.412.588T8 9t.588 1.413T10 11q1.25 0 2.125.875T13 14v4.95q2.175-.25 3.95-1.425t2.825-3L18.55 13.9l.9-1.775l1.15.575q.125-.425.212-.875t.138-.925l2 .2q-.05.65-.2 1.275T22.4 13.6l1.05.525l-.9 1.775l-.95-.475q-1.425 2.525-3.975 4.05T12 21"/></svg>
</template>

CSS

.icon-ventilator {
  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%22M12%2021q-1.9%200-3.6-.6t-3.125-1.675q-.275.125-.6.2T4%2019q-1.25%200-2.125-.875T1%2016q0-.575.2-1.075t.55-.9q-.275-.7-.45-1.425t-.25-1.5l2-.2q.05.575.163%201.1t.312%201.025Q3.65%2013%203.763%2013H4q1.25%200%202.125.875T7%2016q0%20.35-.075.662t-.2.613q.925.675%202%201.113T11%2018.95V14q0-.425-.288-.712T10%2013q-1.65%200-2.825-1.175T6%209t1.175-2.825T10%205h1q0-.825.588-1.412T13%203h4q.825%200%201.413.588T19%205h1q.425%200%20.713.288T21%206t-.288.713T20%207h-1q0%20.825-.587%201.413T17%209h-4q-.825%200-1.412-.587T11%207h-1q-.825%200-1.412.588T8%209t.588%201.413T10%2011q1.25%200%202.125.875T13%2014v4.95q2.175-.25%203.95-1.425t2.825-3L18.55%2013.9l.9-1.775l1.15.575q.125-.425.212-.875t.138-.925l2%20.2q-.05.65-.2%201.275T22.4%2013.6l1.05.525l-.9%201.775l-.95-.475q-1.425%202.525-3.975%204.05T12%2021%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%22M12%2021q-1.9%200-3.6-.6t-3.125-1.675q-.275.125-.6.2T4%2019q-1.25%200-2.125-.875T1%2016q0-.575.2-1.075t.55-.9q-.275-.7-.45-1.425t-.25-1.5l2-.2q.05.575.163%201.1t.312%201.025Q3.65%2013%203.763%2013H4q1.25%200%202.125.875T7%2016q0%20.35-.075.662t-.2.613q.925.675%202%201.113T11%2018.95V14q0-.425-.288-.712T10%2013q-1.65%200-2.825-1.175T6%209t1.175-2.825T10%205h1q0-.825.588-1.412T13%203h4q.825%200%201.413.588T19%205h1q.425%200%20.713.288T21%206t-.288.713T20%207h-1q0%20.825-.587%201.413T17%209h-4q-.825%200-1.412-.587T11%207h-1q-.825%200-1.412.588T8%209t.588%201.413T10%2011q1.25%200%202.125.875T13%2014v4.95q2.175-.25%203.95-1.425t2.825-3L18.55%2013.9l.9-1.775l1.15.575q.125-.425.212-.875t.138-.925l2%20.2q-.05.65-.2%201.275T22.4%2013.6l1.05.525l-.9%201.775l-.95-.475q-1.425%202.525-3.975%204.05T12%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/ventilator.svg?color=%231a73e8&size=48