windshield heat front icon
windshield-heat-front from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- windshield-heat-front
- Set
- Material Symbols
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- windshield-heat-front-outline, windshield-heat-front-outline-sharp, windshield-heat-front-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 windshield heat front icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.725 4.975L7.5 2l1.675 2.975h-.95L7.8 6.125q-.125.35-.137.663t.062.637q.725-.15 1.475-.237t1.5-.138q-.025-.35.038-.712t.212-.763l.225-.6h-.9L12.025 2l1.7 2.975h-.95l-.425 1.15q-.1.225-.137.438T12.2 7q.775 0 1.538.063t1.537.187q-.05-.4 0-.812t.225-.863l.25-.6h-.925L16.6 2l1.675 2.975h-.925l-.45 1.15q-.15.375-.15.725t.1.7q1.625.375 3.163.975T23 9.975L19 20q-1.925-.5-3.625-.75T12 19t-3.375.25T5 20L1 9.975q1.225-.725 2.538-1.287t2.737-.938q-.125-.5-.112-1.037T6.4 5.575l.225-.6zM7.65 14.2l-1.325-.725l.9-1.625q.3-.55.175-1.1T7 9.6q-.95.225-1.838.55t-1.712.75l2.825 6.7q1.625-.3 3.025-.45t2.75-.15t2.738.15t2.937.45l2.875-6.7q-.675-.35-1.388-.612T17.776 9.8q.225.625.263 1.3t-.388 1.475l-.9 1.625l-1.3-.725l.875-1.625q.325-.6.163-1.212T16 9.35q-.75-.15-1.537-.213t-1.588-.112q.375.8.575 1.65t-.375 1.9l-.9 1.625l-1.3-.725l.9-1.625q.375-.675.1-1.35t-.625-1.475q-.725.025-1.413.088T8.475 9.3q.325.725.45 1.525t-.375 1.75z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWindshieldHeatFront(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="M5.725 4.975L7.5 2l1.675 2.975h-.95L7.8 6.125q-.125.35-.137.663t.062.637q.725-.15 1.475-.237t1.5-.138q-.025-.35.038-.712t.212-.763l.225-.6h-.9L12.025 2l1.7 2.975h-.95l-.425 1.15q-.1.225-.137.438T12.2 7q.775 0 1.538.063t1.537.187q-.05-.4 0-.812t.225-.863l.25-.6h-.925L16.6 2l1.675 2.975h-.925l-.45 1.15q-.15.375-.15.725t.1.7q1.625.375 3.163.975T23 9.975L19 20q-1.925-.5-3.625-.75T12 19t-3.375.25T5 20L1 9.975q1.225-.725 2.538-1.287t2.737-.938q-.125-.5-.112-1.037T6.4 5.575l.225-.6zM7.65 14.2l-1.325-.725l.9-1.625q.3-.55.175-1.1T7 9.6q-.95.225-1.838.55t-1.712.75l2.825 6.7q1.625-.3 3.025-.45t2.75-.15t2.738.15t2.937.45l2.875-6.7q-.675-.35-1.388-.612T17.776 9.8q.225.625.263 1.3t-.388 1.475l-.9 1.625l-1.3-.725l.875-1.625q.325-.6.163-1.212T16 9.35q-.75-.15-1.537-.213t-1.588-.112q.375.8.575 1.65t-.375 1.9l-.9 1.625l-1.3-.725l.9-1.625q.375-.675.1-1.35t-.625-1.475q-.725.025-1.413.088T8.475 9.3q.325.725.45 1.525t-.375 1.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.725 4.975L7.5 2l1.675 2.975h-.95L7.8 6.125q-.125.35-.137.663t.062.637q.725-.15 1.475-.237t1.5-.138q-.025-.35.038-.712t.212-.763l.225-.6h-.9L12.025 2l1.7 2.975h-.95l-.425 1.15q-.1.225-.137.438T12.2 7q.775 0 1.538.063t1.537.187q-.05-.4 0-.812t.225-.863l.25-.6h-.925L16.6 2l1.675 2.975h-.925l-.45 1.15q-.15.375-.15.725t.1.7q1.625.375 3.163.975T23 9.975L19 20q-1.925-.5-3.625-.75T12 19t-3.375.25T5 20L1 9.975q1.225-.725 2.538-1.287t2.737-.938q-.125-.5-.112-1.037T6.4 5.575l.225-.6zM7.65 14.2l-1.325-.725l.9-1.625q.3-.55.175-1.1T7 9.6q-.95.225-1.838.55t-1.712.75l2.825 6.7q1.625-.3 3.025-.45t2.75-.15t2.738.15t2.937.45l2.875-6.7q-.675-.35-1.388-.612T17.776 9.8q.225.625.263 1.3t-.388 1.475l-.9 1.625l-1.3-.725l.875-1.625q.325-.6.163-1.212T16 9.35q-.75-.15-1.537-.213t-1.588-.112q.375.8.575 1.65t-.375 1.9l-.9 1.625l-1.3-.725l.9-1.625q.375-.675.1-1.35t-.625-1.475q-.725.025-1.413.088T8.475 9.3q.325.725.45 1.525t-.375 1.75z"/></svg> </template>
CSS
.icon-windshield-heat-front {
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%22M5.725%204.975L7.5%202l1.675%202.975h-.95L7.8%206.125q-.125.35-.137.663t.062.637q.725-.15%201.475-.237t1.5-.138q-.025-.35.038-.712t.212-.763l.225-.6h-.9L12.025%202l1.7%202.975h-.95l-.425%201.15q-.1.225-.137.438T12.2%207q.775%200%201.538.063t1.537.187q-.05-.4%200-.812t.225-.863l.25-.6h-.925L16.6%202l1.675%202.975h-.925l-.45%201.15q-.15.375-.15.725t.1.7q1.625.375%203.163.975T23%209.975L19%2020q-1.925-.5-3.625-.75T12%2019t-3.375.25T5%2020L1%209.975q1.225-.725%202.538-1.287t2.737-.938q-.125-.5-.112-1.037T6.4%205.575l.225-.6zM7.65%2014.2l-1.325-.725l.9-1.625q.3-.55.175-1.1T7%209.6q-.95.225-1.838.55t-1.712.75l2.825%206.7q1.625-.3%203.025-.45t2.75-.15t2.738.15t2.937.45l2.875-6.7q-.675-.35-1.388-.612T17.776%209.8q.225.625.263%201.3t-.388%201.475l-.9%201.625l-1.3-.725l.875-1.625q.325-.6.163-1.212T16%209.35q-.75-.15-1.537-.213t-1.588-.112q.375.8.575%201.65t-.375%201.9l-.9%201.625l-1.3-.725l.9-1.625q.375-.675.1-1.35t-.625-1.475q-.725.025-1.413.088T8.475%209.3q.325.725.45%201.525t-.375%201.75z%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%22M5.725%204.975L7.5%202l1.675%202.975h-.95L7.8%206.125q-.125.35-.137.663t.062.637q.725-.15%201.475-.237t1.5-.138q-.025-.35.038-.712t.212-.763l.225-.6h-.9L12.025%202l1.7%202.975h-.95l-.425%201.15q-.1.225-.137.438T12.2%207q.775%200%201.538.063t1.537.187q-.05-.4%200-.812t.225-.863l.25-.6h-.925L16.6%202l1.675%202.975h-.925l-.45%201.15q-.15.375-.15.725t.1.7q1.625.375%203.163.975T23%209.975L19%2020q-1.925-.5-3.625-.75T12%2019t-3.375.25T5%2020L1%209.975q1.225-.725%202.538-1.287t2.737-.938q-.125-.5-.112-1.037T6.4%205.575l.225-.6zM7.65%2014.2l-1.325-.725l.9-1.625q.3-.55.175-1.1T7%209.6q-.95.225-1.838.55t-1.712.75l2.825%206.7q1.625-.3%203.025-.45t2.75-.15t2.738.15t2.937.45l2.875-6.7q-.675-.35-1.388-.612T17.776%209.8q.225.625.263%201.3t-.388%201.475l-.9%201.625l-1.3-.725l.875-1.625q.325-.6.163-1.212T16%209.35q-.75-.15-1.537-.213t-1.588-.112q.375.8.575%201.65t-.375%201.9l-.9%201.625l-1.3-.725l.9-1.625q.375-.675.1-1.35t-.625-1.475q-.725.025-1.413.088T8.475%209.3q.325.725.45%201.525t-.375%201.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/windshield-heat-front.svg?color=%231a73e8&size=48