ventilator icon
ventilator-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- ventilator-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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 20.385q-1.996 0-3.744-.735T5.14 17.629q-.217.106-.436.162q-.22.055-.473.055q-.847 0-1.423-.577t-.577-1.423q0-.44.161-.805q.162-.366.454-.631q-.252-.585-.437-1.204q-.186-.62-.286-1.273q-.037-.214.088-.385t.339-.202t.372.117t.201.36q.088.564.243 1.072t.37 1.015q.125-.044.248-.054q.122-.01.247-.01q.846 0 1.423.577t.577 1.423q0 .312-.094.586t-.258.516q1.117 1.079 2.558 1.709t3.063.716v-4.95q0-.617-.441-1.058q-.442-.442-1.059-.442q-1.458 0-2.479-1.021T6.5 9.423q0-1.457 1.021-2.479Q8.542 5.923 10 5.923h1.808v-.077q0-.671.472-1.143t1.143-.472h3.154q.671 0 1.143.472t.472 1.143v.077h.846q.214 0 .357.143t.144.357t-.144.357t-.356.143h-.847V7q0 .671-.472 1.143t-1.143.472h-3.154q-.671 0-1.143-.472T11.808 7v-.077H10q-1.056 0-1.778.722T7.5 9.423t.722 1.778t1.778.722q1.039 0 1.77.73t.73 1.77v4.95q2.56-.134 4.594-1.57q2.035-1.434 3.066-3.682l-.73-.367q-.097-.042-.158-.115q-.06-.073-.084-.174t-.022-.196t.046-.195t.115-.158t.171-.089t.193-.018t.192.055l.66.336q.107-.334.196-.679t.138-.698q.042-.213.21-.36t.382-.117t.339.202t.088.385q-.075.452-.184.884q-.11.433-.254.84l.65.307q.103.042.161.115t.092.174t.02.192q-.012.092-.054.193q-.043.1-.116.158t-.17.082t-.19.021q-.092-.003-.195-.045l-.575-.275q-1.195 2.602-3.629 4.204T12 20.384"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightVentilatorRounded(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 20.385q-1.996 0-3.744-.735T5.14 17.629q-.217.106-.436.162q-.22.055-.473.055q-.847 0-1.423-.577t-.577-1.423q0-.44.161-.805q.162-.366.454-.631q-.252-.585-.437-1.204q-.186-.62-.286-1.273q-.037-.214.088-.385t.339-.202t.372.117t.201.36q.088.564.243 1.072t.37 1.015q.125-.044.248-.054q.122-.01.247-.01q.846 0 1.423.577t.577 1.423q0 .312-.094.586t-.258.516q1.117 1.079 2.558 1.709t3.063.716v-4.95q0-.617-.441-1.058q-.442-.442-1.059-.442q-1.458 0-2.479-1.021T6.5 9.423q0-1.457 1.021-2.479Q8.542 5.923 10 5.923h1.808v-.077q0-.671.472-1.143t1.143-.472h3.154q.671 0 1.143.472t.472 1.143v.077h.846q.214 0 .357.143t.144.357t-.144.357t-.356.143h-.847V7q0 .671-.472 1.143t-1.143.472h-3.154q-.671 0-1.143-.472T11.808 7v-.077H10q-1.056 0-1.778.722T7.5 9.423t.722 1.778t1.778.722q1.039 0 1.77.73t.73 1.77v4.95q2.56-.134 4.594-1.57q2.035-1.434 3.066-3.682l-.73-.367q-.097-.042-.158-.115q-.06-.073-.084-.174t-.022-.196t.046-.195t.115-.158t.171-.089t.193-.018t.192.055l.66.336q.107-.334.196-.679t.138-.698q.042-.213.21-.36t.382-.117t.339.202t.088.385q-.075.452-.184.884q-.11.433-.254.84l.65.307q.103.042.161.115t.092.174t.02.192q-.012.092-.054.193q-.043.1-.116.158t-.17.082t-.19.021q-.092-.003-.195-.045l-.575-.275q-1.195 2.602-3.629 4.204T12 20.384"/></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 20.385q-1.996 0-3.744-.735T5.14 17.629q-.217.106-.436.162q-.22.055-.473.055q-.847 0-1.423-.577t-.577-1.423q0-.44.161-.805q.162-.366.454-.631q-.252-.585-.437-1.204q-.186-.62-.286-1.273q-.037-.214.088-.385t.339-.202t.372.117t.201.36q.088.564.243 1.072t.37 1.015q.125-.044.248-.054q.122-.01.247-.01q.846 0 1.423.577t.577 1.423q0 .312-.094.586t-.258.516q1.117 1.079 2.558 1.709t3.063.716v-4.95q0-.617-.441-1.058q-.442-.442-1.059-.442q-1.458 0-2.479-1.021T6.5 9.423q0-1.457 1.021-2.479Q8.542 5.923 10 5.923h1.808v-.077q0-.671.472-1.143t1.143-.472h3.154q.671 0 1.143.472t.472 1.143v.077h.846q.214 0 .357.143t.144.357t-.144.357t-.356.143h-.847V7q0 .671-.472 1.143t-1.143.472h-3.154q-.671 0-1.143-.472T11.808 7v-.077H10q-1.056 0-1.778.722T7.5 9.423t.722 1.778t1.778.722q1.039 0 1.77.73t.73 1.77v4.95q2.56-.134 4.594-1.57q2.035-1.434 3.066-3.682l-.73-.367q-.097-.042-.158-.115q-.06-.073-.084-.174t-.022-.196t.046-.195t.115-.158t.171-.089t.193-.018t.192.055l.66.336q.107-.334.196-.679t.138-.698q.042-.213.21-.36t.382-.117t.339.202t.088.385q-.075.452-.184.884q-.11.433-.254.84l.65.307q.103.042.161.115t.092.174t.02.192q-.012.092-.054.193q-.043.1-.116.158t-.17.082t-.19.021q-.092-.003-.195-.045l-.575-.275q-1.195 2.602-3.629 4.204T12 20.384"/></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%2020.385q-1.996%200-3.744-.735T5.14%2017.629q-.217.106-.436.162q-.22.055-.473.055q-.847%200-1.423-.577t-.577-1.423q0-.44.161-.805q.162-.366.454-.631q-.252-.585-.437-1.204q-.186-.62-.286-1.273q-.037-.214.088-.385t.339-.202t.372.117t.201.36q.088.564.243%201.072t.37%201.015q.125-.044.248-.054q.122-.01.247-.01q.846%200%201.423.577t.577%201.423q0%20.312-.094.586t-.258.516q1.117%201.079%202.558%201.709t3.063.716v-4.95q0-.617-.441-1.058q-.442-.442-1.059-.442q-1.458%200-2.479-1.021T6.5%209.423q0-1.457%201.021-2.479Q8.542%205.923%2010%205.923h1.808v-.077q0-.671.472-1.143t1.143-.472h3.154q.671%200%201.143.472t.472%201.143v.077h.846q.214%200%20.357.143t.144.357t-.144.357t-.356.143h-.847V7q0%20.671-.472%201.143t-1.143.472h-3.154q-.671%200-1.143-.472T11.808%207v-.077H10q-1.056%200-1.778.722T7.5%209.423t.722%201.778t1.778.722q1.039%200%201.77.73t.73%201.77v4.95q2.56-.134%204.594-1.57q2.035-1.434%203.066-3.682l-.73-.367q-.097-.042-.158-.115q-.06-.073-.084-.174t-.022-.196t.046-.195t.115-.158t.171-.089t.193-.018t.192.055l.66.336q.107-.334.196-.679t.138-.698q.042-.213.21-.36t.382-.117t.339.202t.088.385q-.075.452-.184.884q-.11.433-.254.84l.65.307q.103.042.161.115t.092.174t.02.192q-.012.092-.054.193q-.043.1-.116.158t-.17.082t-.19.021q-.092-.003-.195-.045l-.575-.275q-1.195%202.602-3.629%204.204T12%2020.384%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%2020.385q-1.996%200-3.744-.735T5.14%2017.629q-.217.106-.436.162q-.22.055-.473.055q-.847%200-1.423-.577t-.577-1.423q0-.44.161-.805q.162-.366.454-.631q-.252-.585-.437-1.204q-.186-.62-.286-1.273q-.037-.214.088-.385t.339-.202t.372.117t.201.36q.088.564.243%201.072t.37%201.015q.125-.044.248-.054q.122-.01.247-.01q.846%200%201.423.577t.577%201.423q0%20.312-.094.586t-.258.516q1.117%201.079%202.558%201.709t3.063.716v-4.95q0-.617-.441-1.058q-.442-.442-1.059-.442q-1.458%200-2.479-1.021T6.5%209.423q0-1.457%201.021-2.479Q8.542%205.923%2010%205.923h1.808v-.077q0-.671.472-1.143t1.143-.472h3.154q.671%200%201.143.472t.472%201.143v.077h.846q.214%200%20.357.143t.144.357t-.144.357t-.356.143h-.847V7q0%20.671-.472%201.143t-1.143.472h-3.154q-.671%200-1.143-.472T11.808%207v-.077H10q-1.056%200-1.778.722T7.5%209.423t.722%201.778t1.778.722q1.039%200%201.77.73t.73%201.77v4.95q2.56-.134%204.594-1.57q2.035-1.434%203.066-3.682l-.73-.367q-.097-.042-.158-.115q-.06-.073-.084-.174t-.022-.196t.046-.195t.115-.158t.171-.089t.193-.018t.192.055l.66.336q.107-.334.196-.679t.138-.698q.042-.213.21-.36t.382-.117t.339.202t.088.385q-.075.452-.184.884q-.11.433-.254.84l.65.307q.103.042.161.115t.092.174t.02.192q-.012.092-.054.193q-.043.1-.116.158t-.17.082t-.19.021q-.092-.003-.195-.045l-.575-.275q-1.195%202.602-3.629%204.204T12%2020.384%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/ventilator-rounded.svg?color=%231a73e8&size=48