hvac max defrost icon
hvac-max-defrost from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- hvac-max-defrost
- Set
- Material Symbols
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- hvac-max-defrost-outline, hvac-max-defrost-outline-sharp, hvac-max-defrost-sharp
1 other variant in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the hvac max defrost icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.975 14.825l-1.375-.65l.575-1.2q.125-.25.1-.5t-.2-.6q-.8.125-1.562.275T4 12.5L1 3.975Q3.45 2.5 6.238 1.75T12.05 1q2.875 0 5.663.75T23 3.975L20 12.5q-.55-.125-1.075-.262t-1.1-.238q.1.425.05.813t-.225.762l-.575 1.25l-1.35-.65l.55-1.2q.125-.275.088-.55t-.238-.675q-.75-.1-1.5-.15t-1.525-.075q.225.575.225 1.075t-.225.975l-.6 1.25l-1.35-.65l.55-1.2q.15-.325.087-.65t-.362-.825q-.725.025-1.425.063t-1.4.112q.175.525.163.988t-.213.912zM5.725 8L7.5 5l1.675 3H8.25l-.325.75q-.125.25-.162.513t.012.537q.775-.1 1.513-.15t1.462-.1q.025-.325.1-.638t.225-.662l.1-.25h-.9l1.75-3L13.7 8h-.9l-.35.75q-.075.2-.125.375t-.05.375q.75 0 1.513.05t1.537.125q0-.35.063-.7t.237-.725L15.75 8h-.9l1.75-3l1.675 3h-.9l-.35.75q-.125.275-.15.563t.025.562q.45.075.9.138t.925.162L20.6 4.9q-1.875-.95-4.038-1.425T12.05 3q-2.4 0-4.562.475T3.45 4.9l1.875 5.275q.225-.05.45-.075t.45-.075q-.05-.425.025-.862t.275-.913l.1-.25zM3 22v-6h1.3L6 20.55h.05L7.8 16h1.25v6h-.925v-3.35l.05-1.1h-.05L6.425 22H5.65l-1.7-4.45H3.9l.05 1.1V22zm6.875 0l2.25-6H13.2l2.25 6H14.4l-.55-1.525h-2.425L10.9 22zm5.875 0l1.975-3.125L15.875 16h1.15l1.325 2.15h.05L19.7 16h1.15L19 18.875L21 22h-1.15l-1.45-2.325h-.05L16.875 22zm-4-2.4h1.775l-.85-2.5h-.05z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHvacMaxDefrost(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="m7.975 14.825l-1.375-.65l.575-1.2q.125-.25.1-.5t-.2-.6q-.8.125-1.562.275T4 12.5L1 3.975Q3.45 2.5 6.238 1.75T12.05 1q2.875 0 5.663.75T23 3.975L20 12.5q-.55-.125-1.075-.262t-1.1-.238q.1.425.05.813t-.225.762l-.575 1.25l-1.35-.65l.55-1.2q.125-.275.088-.55t-.238-.675q-.75-.1-1.5-.15t-1.525-.075q.225.575.225 1.075t-.225.975l-.6 1.25l-1.35-.65l.55-1.2q.15-.325.087-.65t-.362-.825q-.725.025-1.425.063t-1.4.112q.175.525.163.988t-.213.912zM5.725 8L7.5 5l1.675 3H8.25l-.325.75q-.125.25-.162.513t.012.537q.775-.1 1.513-.15t1.462-.1q.025-.325.1-.638t.225-.662l.1-.25h-.9l1.75-3L13.7 8h-.9l-.35.75q-.075.2-.125.375t-.05.375q.75 0 1.513.05t1.537.125q0-.35.063-.7t.237-.725L15.75 8h-.9l1.75-3l1.675 3h-.9l-.35.75q-.125.275-.15.563t.025.562q.45.075.9.138t.925.162L20.6 4.9q-1.875-.95-4.038-1.425T12.05 3q-2.4 0-4.562.475T3.45 4.9l1.875 5.275q.225-.05.45-.075t.45-.075q-.05-.425.025-.862t.275-.913l.1-.25zM3 22v-6h1.3L6 20.55h.05L7.8 16h1.25v6h-.925v-3.35l.05-1.1h-.05L6.425 22H5.65l-1.7-4.45H3.9l.05 1.1V22zm6.875 0l2.25-6H13.2l2.25 6H14.4l-.55-1.525h-2.425L10.9 22zm5.875 0l1.975-3.125L15.875 16h1.15l1.325 2.15h.05L19.7 16h1.15L19 18.875L21 22h-1.15l-1.45-2.325h-.05L16.875 22zm-4-2.4h1.775l-.85-2.5h-.05z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.975 14.825l-1.375-.65l.575-1.2q.125-.25.1-.5t-.2-.6q-.8.125-1.562.275T4 12.5L1 3.975Q3.45 2.5 6.238 1.75T12.05 1q2.875 0 5.663.75T23 3.975L20 12.5q-.55-.125-1.075-.262t-1.1-.238q.1.425.05.813t-.225.762l-.575 1.25l-1.35-.65l.55-1.2q.125-.275.088-.55t-.238-.675q-.75-.1-1.5-.15t-1.525-.075q.225.575.225 1.075t-.225.975l-.6 1.25l-1.35-.65l.55-1.2q.15-.325.087-.65t-.362-.825q-.725.025-1.425.063t-1.4.112q.175.525.163.988t-.213.912zM5.725 8L7.5 5l1.675 3H8.25l-.325.75q-.125.25-.162.513t.012.537q.775-.1 1.513-.15t1.462-.1q.025-.325.1-.638t.225-.662l.1-.25h-.9l1.75-3L13.7 8h-.9l-.35.75q-.075.2-.125.375t-.05.375q.75 0 1.513.05t1.537.125q0-.35.063-.7t.237-.725L15.75 8h-.9l1.75-3l1.675 3h-.9l-.35.75q-.125.275-.15.563t.025.562q.45.075.9.138t.925.162L20.6 4.9q-1.875-.95-4.038-1.425T12.05 3q-2.4 0-4.562.475T3.45 4.9l1.875 5.275q.225-.05.45-.075t.45-.075q-.05-.425.025-.862t.275-.913l.1-.25zM3 22v-6h1.3L6 20.55h.05L7.8 16h1.25v6h-.925v-3.35l.05-1.1h-.05L6.425 22H5.65l-1.7-4.45H3.9l.05 1.1V22zm6.875 0l2.25-6H13.2l2.25 6H14.4l-.55-1.525h-2.425L10.9 22zm5.875 0l1.975-3.125L15.875 16h1.15l1.325 2.15h.05L19.7 16h1.15L19 18.875L21 22h-1.15l-1.45-2.325h-.05L16.875 22zm-4-2.4h1.775l-.85-2.5h-.05z"/></svg> </template>
CSS
.icon-hvac-max-defrost {
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%22m7.975%2014.825l-1.375-.65l.575-1.2q.125-.25.1-.5t-.2-.6q-.8.125-1.562.275T4%2012.5L1%203.975Q3.45%202.5%206.238%201.75T12.05%201q2.875%200%205.663.75T23%203.975L20%2012.5q-.55-.125-1.075-.262t-1.1-.238q.1.425.05.813t-.225.762l-.575%201.25l-1.35-.65l.55-1.2q.125-.275.088-.55t-.238-.675q-.75-.1-1.5-.15t-1.525-.075q.225.575.225%201.075t-.225.975l-.6%201.25l-1.35-.65l.55-1.2q.15-.325.087-.65t-.362-.825q-.725.025-1.425.063t-1.4.112q.175.525.163.988t-.213.912zM5.725%208L7.5%205l1.675%203H8.25l-.325.75q-.125.25-.162.513t.012.537q.775-.1%201.513-.15t1.462-.1q.025-.325.1-.638t.225-.662l.1-.25h-.9l1.75-3L13.7%208h-.9l-.35.75q-.075.2-.125.375t-.05.375q.75%200%201.513.05t1.537.125q0-.35.063-.7t.237-.725L15.75%208h-.9l1.75-3l1.675%203h-.9l-.35.75q-.125.275-.15.563t.025.562q.45.075.9.138t.925.162L20.6%204.9q-1.875-.95-4.038-1.425T12.05%203q-2.4%200-4.562.475T3.45%204.9l1.875%205.275q.225-.05.45-.075t.45-.075q-.05-.425.025-.862t.275-.913l.1-.25zM3%2022v-6h1.3L6%2020.55h.05L7.8%2016h1.25v6h-.925v-3.35l.05-1.1h-.05L6.425%2022H5.65l-1.7-4.45H3.9l.05%201.1V22zm6.875%200l2.25-6H13.2l2.25%206H14.4l-.55-1.525h-2.425L10.9%2022zm5.875%200l1.975-3.125L15.875%2016h1.15l1.325%202.15h.05L19.7%2016h1.15L19%2018.875L21%2022h-1.15l-1.45-2.325h-.05L16.875%2022zm-4-2.4h1.775l-.85-2.5h-.05z%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%22m7.975%2014.825l-1.375-.65l.575-1.2q.125-.25.1-.5t-.2-.6q-.8.125-1.562.275T4%2012.5L1%203.975Q3.45%202.5%206.238%201.75T12.05%201q2.875%200%205.663.75T23%203.975L20%2012.5q-.55-.125-1.075-.262t-1.1-.238q.1.425.05.813t-.225.762l-.575%201.25l-1.35-.65l.55-1.2q.125-.275.088-.55t-.238-.675q-.75-.1-1.5-.15t-1.525-.075q.225.575.225%201.075t-.225.975l-.6%201.25l-1.35-.65l.55-1.2q.15-.325.087-.65t-.362-.825q-.725.025-1.425.063t-1.4.112q.175.525.163.988t-.213.912zM5.725%208L7.5%205l1.675%203H8.25l-.325.75q-.125.25-.162.513t.012.537q.775-.1%201.513-.15t1.462-.1q.025-.325.1-.638t.225-.662l.1-.25h-.9l1.75-3L13.7%208h-.9l-.35.75q-.075.2-.125.375t-.05.375q.75%200%201.513.05t1.537.125q0-.35.063-.7t.237-.725L15.75%208h-.9l1.75-3l1.675%203h-.9l-.35.75q-.125.275-.15.563t.025.562q.45.075.9.138t.925.162L20.6%204.9q-1.875-.95-4.038-1.425T12.05%203q-2.4%200-4.562.475T3.45%204.9l1.875%205.275q.225-.05.45-.075t.45-.075q-.05-.425.025-.862t.275-.913l.1-.25zM3%2022v-6h1.3L6%2020.55h.05L7.8%2016h1.25v6h-.925v-3.35l.05-1.1h-.05L6.425%2022H5.65l-1.7-4.45H3.9l.05%201.1V22zm6.875%200l2.25-6H13.2l2.25%206H14.4l-.55-1.525h-2.425L10.9%2022zm5.875%200l1.975-3.125L15.875%2016h1.15l1.325%202.15h.05L19.7%2016h1.15L19%2018.875L21%2022h-1.15l-1.45-2.325h-.05L16.875%2022zm-4-2.4h1.775l-.85-2.5h-.05z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/hvac-max-defrost.svg?color=%231a73e8&size=48