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

Name
ventilator-rounded
Set
Material Symbols
Style
Rounded
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-.175-.45-.312-.925t-.238-.975q-.075-.425.175-.75T2.05 11t.738.213t.412.687q.05.275.138.563t.187.562Q3.65 13 3.763 13H4q1.25 0 2.125.875T7 16q0 .35-.075.663t-.2.612q.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-3l-.325-.175q-.175-.1-.312-.25t-.2-.338t-.05-.387t.112-.388t.25-.312t.325-.175t.375-.038t.375.113l.275.125l.1-.4l.1-.4q.1-.425.413-.688T21.95 11t.675.375t.175.75q-.075.375-.175.75t-.225.725l.15.075q.2.1.325.25t.188.337t.05.375t-.113.375t-.25.313t-.325.188t-.363.05t-.387-.113l-.075-.025q-1.425 2.525-3.975 4.05T12 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsVentilatorRounded(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-.175-.45-.312-.925t-.238-.975q-.075-.425.175-.75T2.05 11t.738.213t.412.687q.05.275.138.563t.187.562Q3.65 13 3.763 13H4q1.25 0 2.125.875T7 16q0 .35-.075.663t-.2.612q.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-3l-.325-.175q-.175-.1-.312-.25t-.2-.338t-.05-.387t.112-.388t.25-.312t.325-.175t.375-.038t.375.113l.275.125l.1-.4l.1-.4q.1-.425.413-.688T21.95 11t.675.375t.175.75q-.075.375-.175.75t-.225.725l.15.075q.2.1.325.25t.188.337t.05.375t-.113.375t-.25.313t-.325.188t-.363.05t-.387-.113l-.075-.025q-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-.175-.45-.312-.925t-.238-.975q-.075-.425.175-.75T2.05 11t.738.213t.412.687q.05.275.138.563t.187.562Q3.65 13 3.763 13H4q1.25 0 2.125.875T7 16q0 .35-.075.663t-.2.612q.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-3l-.325-.175q-.175-.1-.312-.25t-.2-.338t-.05-.387t.112-.388t.25-.312t.325-.175t.375-.038t.375.113l.275.125l.1-.4l.1-.4q.1-.425.413-.688T21.95 11t.675.375t.175.75q-.075.375-.175.75t-.225.725l.15.075q.2.1.325.25t.188.337t.05.375t-.113.375t-.25.313t-.325.188t-.363.05t-.387-.113l-.075-.025q-1.425 2.525-3.975 4.05T12 21"/></svg>
</template>

CSS

.icon-ventilator-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%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-.175-.45-.312-.925t-.238-.975q-.075-.425.175-.75T2.05%2011t.738.213t.412.687q.05.275.138.563t.187.562Q3.65%2013%203.763%2013H4q1.25%200%202.125.875T7%2016q0%20.35-.075.663t-.2.612q.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-3l-.325-.175q-.175-.1-.312-.25t-.2-.338t-.05-.387t.112-.388t.25-.312t.325-.175t.375-.038t.375.113l.275.125l.1-.4l.1-.4q.1-.425.413-.688T21.95%2011t.675.375t.175.75q-.075.375-.175.75t-.225.725l.15.075q.2.1.325.25t.188.337t.05.375t-.113.375t-.25.313t-.325.188t-.363.05t-.387-.113l-.075-.025q-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-.175-.45-.312-.925t-.238-.975q-.075-.425.175-.75T2.05%2011t.738.213t.412.687q.05.275.138.563t.187.562Q3.65%2013%203.763%2013H4q1.25%200%202.125.875T7%2016q0%20.35-.075.663t-.2.612q.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-3l-.325-.175q-.175-.1-.312-.25t-.2-.338t-.05-.387t.112-.388t.25-.312t.325-.175t.375-.038t.375.113l.275.125l.1-.4l.1-.4q.1-.425.413-.688T21.95%2011t.675.375t.175.75q-.075.375-.175.75t-.225.725l.15.075q.2.1.325.25t.188.337t.05.375t-.113.375t-.25.313t-.325.188t-.363.05t-.387-.113l-.075-.025q-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-rounded.svg?color=%231a73e8&size=48