smart ventilation icon

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

Name
smart-ventilation
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Symbols

Related icons in Material Symbols

Use the smart ventilation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 23q-.975 0-1.663-.688T6.4 20.65q0-.575.275-1.1t.775-.85q.5-.35.825-.875t.45-1.125q-.1-.05-.213-.1t-.212-.1l-2.2.775q-.35.125-.713.225t-.737.1q-1.725 0-2.688-1.4T1 12.75q0-1.075.675-1.713t1.65-.637q.575 0 1.1.275t.85.775q.35.5.888.813T7.3 12.7l.1-.2l.1-.2l-.775-2.2Q6.6 9.75 6.5 9.4t-.1-.725q0-1.725 1.388-2.7T11.25 5q1.1 0 1.725.688T13.6 7.35q0 .575-.275 1.1t-.775.85q-.5.35-.825.875t-.45 1.125q.1.05.213.1t.212.1l2.2-.775q.35-.125.713-.225t.737-.1q1.725 0 2.688 1.487T19 15.25q0 .975-.675 1.663t-1.65.687q-.575 0-1.1-.263t-.85-.762q-.35-.5-.887-.825T12.7 15.3l-.1.2l-.1.2l.775 2.225q.125.35.225.663t.1.662q.025 1.925-1.45 2.838T8.75 23ZM10 15q.425 0 .713-.288T11 14q0-.425-.288-.713T10 13q-.425 0-.713.288T9 14q0 .425.288.713T10 15Zm8.5-5q0-1.875-1.313-3.188T14 5.5q1.875 0 3.188-1.313T18.5 1q0 1.875 1.313 3.188T23 5.5q-1.875 0-3.188 1.313T18.5 10Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSmartVentilation(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="M8.75 23q-.975 0-1.663-.688T6.4 20.65q0-.575.275-1.1t.775-.85q.5-.35.825-.875t.45-1.125q-.1-.05-.213-.1t-.212-.1l-2.2.775q-.35.125-.713.225t-.737.1q-1.725 0-2.688-1.4T1 12.75q0-1.075.675-1.713t1.65-.637q.575 0 1.1.275t.85.775q.35.5.888.813T7.3 12.7l.1-.2l.1-.2l-.775-2.2Q6.6 9.75 6.5 9.4t-.1-.725q0-1.725 1.388-2.7T11.25 5q1.1 0 1.725.688T13.6 7.35q0 .575-.275 1.1t-.775.85q-.5.35-.825.875t-.45 1.125q.1.05.213.1t.212.1l2.2-.775q.35-.125.713-.225t.737-.1q1.725 0 2.688 1.487T19 15.25q0 .975-.675 1.663t-1.65.687q-.575 0-1.1-.263t-.85-.762q-.35-.5-.887-.825T12.7 15.3l-.1.2l-.1.2l.775 2.225q.125.35.225.663t.1.662q.025 1.925-1.45 2.838T8.75 23ZM10 15q.425 0 .713-.288T11 14q0-.425-.288-.713T10 13q-.425 0-.713.288T9 14q0 .425.288.713T10 15Zm8.5-5q0-1.875-1.313-3.188T14 5.5q1.875 0 3.188-1.313T18.5 1q0 1.875 1.313 3.188T23 5.5q-1.875 0-3.188 1.313T18.5 10Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 23q-.975 0-1.663-.688T6.4 20.65q0-.575.275-1.1t.775-.85q.5-.35.825-.875t.45-1.125q-.1-.05-.213-.1t-.212-.1l-2.2.775q-.35.125-.713.225t-.737.1q-1.725 0-2.688-1.4T1 12.75q0-1.075.675-1.713t1.65-.637q.575 0 1.1.275t.85.775q.35.5.888.813T7.3 12.7l.1-.2l.1-.2l-.775-2.2Q6.6 9.75 6.5 9.4t-.1-.725q0-1.725 1.388-2.7T11.25 5q1.1 0 1.725.688T13.6 7.35q0 .575-.275 1.1t-.775.85q-.5.35-.825.875t-.45 1.125q.1.05.213.1t.212.1l2.2-.775q.35-.125.713-.225t.737-.1q1.725 0 2.688 1.487T19 15.25q0 .975-.675 1.663t-1.65.687q-.575 0-1.1-.263t-.85-.762q-.35-.5-.887-.825T12.7 15.3l-.1.2l-.1.2l.775 2.225q.125.35.225.663t.1.662q.025 1.925-1.45 2.838T8.75 23ZM10 15q.425 0 .713-.288T11 14q0-.425-.288-.713T10 13q-.425 0-.713.288T9 14q0 .425.288.713T10 15Zm8.5-5q0-1.875-1.313-3.188T14 5.5q1.875 0 3.188-1.313T18.5 1q0 1.875 1.313 3.188T23 5.5q-1.875 0-3.188 1.313T18.5 10Z"/></svg>
</template>

CSS

.icon-smart-ventilation {
  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%22M8.75%2023q-.975%200-1.663-.688T6.4%2020.65q0-.575.275-1.1t.775-.85q.5-.35.825-.875t.45-1.125q-.1-.05-.213-.1t-.212-.1l-2.2.775q-.35.125-.713.225t-.737.1q-1.725%200-2.688-1.4T1%2012.75q0-1.075.675-1.713t1.65-.637q.575%200%201.1.275t.85.775q.35.5.888.813T7.3%2012.7l.1-.2l.1-.2l-.775-2.2Q6.6%209.75%206.5%209.4t-.1-.725q0-1.725%201.388-2.7T11.25%205q1.1%200%201.725.688T13.6%207.35q0%20.575-.275%201.1t-.775.85q-.5.35-.825.875t-.45%201.125q.1.05.213.1t.212.1l2.2-.775q.35-.125.713-.225t.737-.1q1.725%200%202.688%201.487T19%2015.25q0%20.975-.675%201.663t-1.65.687q-.575%200-1.1-.263t-.85-.762q-.35-.5-.887-.825T12.7%2015.3l-.1.2l-.1.2l.775%202.225q.125.35.225.663t.1.662q.025%201.925-1.45%202.838T8.75%2023ZM10%2015q.425%200%20.713-.288T11%2014q0-.425-.288-.713T10%2013q-.425%200-.713.288T9%2014q0%20.425.288.713T10%2015Zm8.5-5q0-1.875-1.313-3.188T14%205.5q1.875%200%203.188-1.313T18.5%201q0%201.875%201.313%203.188T23%205.5q-1.875%200-3.188%201.313T18.5%2010Z%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%22M8.75%2023q-.975%200-1.663-.688T6.4%2020.65q0-.575.275-1.1t.775-.85q.5-.35.825-.875t.45-1.125q-.1-.05-.213-.1t-.212-.1l-2.2.775q-.35.125-.713.225t-.737.1q-1.725%200-2.688-1.4T1%2012.75q0-1.075.675-1.713t1.65-.637q.575%200%201.1.275t.85.775q.35.5.888.813T7.3%2012.7l.1-.2l.1-.2l-.775-2.2Q6.6%209.75%206.5%209.4t-.1-.725q0-1.725%201.388-2.7T11.25%205q1.1%200%201.725.688T13.6%207.35q0%20.575-.275%201.1t-.775.85q-.5.35-.825.875t-.45%201.125q.1.05.213.1t.212.1l2.2-.775q.35-.125.713-.225t.737-.1q1.725%200%202.688%201.487T19%2015.25q0%20.975-.675%201.663t-1.65.687q-.575%200-1.1-.263t-.85-.762q-.35-.5-.887-.825T12.7%2015.3l-.1.2l-.1.2l.775%202.225q.125.35.225.663t.1.662q.025%201.925-1.45%202.838T8.75%2023ZM10%2015q.425%200%20.713-.288T11%2014q0-.425-.288-.713T10%2013q-.425%200-.713.288T9%2014q0%20.425.288.713T10%2015Zm8.5-5q0-1.875-1.313-3.188T14%205.5q1.875%200%203.188-1.313T18.5%201q0%201.875%201.313%203.188T23%205.5q-1.875%200-3.188%201.313T18.5%2010Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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