windshield heat front icon

windshield-heat-front-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
windshield-heat-front-rounded
Set
Material Symbols
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
windshield-heat-front-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

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="m6.4 5.575l.225-.6h-.45q-.15 0-.225-.125t0-.25l1.325-2.225q.075-.125.213-.125t.212.125l1.25 2.25q.075.125.013.238t-.213.112h-.525L7.8 6.125q-.125.35-.137.663t.062.637q.725-.15 1.475-.237t1.5-.138q-.025-.35.038-.712t.212-.763l.225-.6H10.7q-.15 0-.212-.125t.012-.25l1.3-2.225q.075-.125.225-.125t.225.125L13.525 4.6q.075.125 0 .25t-.225.125h-.525l-.425 1.15q-.1.225-.137.438T12.2 7q.775 0 1.538.063t1.537.187q-.05-.4 0-.812t.225-.863l.25-.6h-.5q-.15 0-.213-.125t.013-.25l1.325-2.225q.075-.125.213-.125t.212.125l1.275 2.25q.075.125 0 .238t-.225.112h-.5l-.45 1.15q-.15.375-.15.725t.1.7q1.375.325 2.675.8T22.1 9.475q.4.2.55.6t-.025.825L19.3 19.25q-.125.325-.413.475t-.637.075q-1.675-.4-3.213-.6T12 19t-3.025.2t-3.2.6q-.35.075-.65-.075T4.7 19.25L1.35 10.9q-.15-.4-.012-.812t.512-.613Q2.9 8.9 4 8.475t2.275-.725q-.125-.5-.112-1.037T6.4 5.575M6.275 17.6q1.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-.525.975q-.15.275-.45.363t-.575-.063t-.362-.45t.062-.575l.525-.975q.325-.6.163-1.212T16 9.35q-.75-.15-1.537-.213t-1.588-.112q.375.8.575 1.65t-.375 1.9l-.525.975q-.15.275-.45.363t-.575-.063t-.363-.45t.063-.575l.55-.975q.375-.675.1-1.35t-.625-1.475q-.725.025-1.412.088T8.475 9.3q.325.725.45 1.525t-.375 1.75L8 13.55q-.15.275-.438.363T7 13.85t-.363-.45t.063-.575l.525-.975q.3-.55.175-1.1T7 9.6q-.95.225-1.838.55t-1.712.75z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWindshieldHeatFrontRounded(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="m6.4 5.575l.225-.6h-.45q-.15 0-.225-.125t0-.25l1.325-2.225q.075-.125.213-.125t.212.125l1.25 2.25q.075.125.013.238t-.213.112h-.525L7.8 6.125q-.125.35-.137.663t.062.637q.725-.15 1.475-.237t1.5-.138q-.025-.35.038-.712t.212-.763l.225-.6H10.7q-.15 0-.212-.125t.012-.25l1.3-2.225q.075-.125.225-.125t.225.125L13.525 4.6q.075.125 0 .25t-.225.125h-.525l-.425 1.15q-.1.225-.137.438T12.2 7q.775 0 1.538.063t1.537.187q-.05-.4 0-.812t.225-.863l.25-.6h-.5q-.15 0-.213-.125t.013-.25l1.325-2.225q.075-.125.213-.125t.212.125l1.275 2.25q.075.125 0 .238t-.225.112h-.5l-.45 1.15q-.15.375-.15.725t.1.7q1.375.325 2.675.8T22.1 9.475q.4.2.55.6t-.025.825L19.3 19.25q-.125.325-.413.475t-.637.075q-1.675-.4-3.213-.6T12 19t-3.025.2t-3.2.6q-.35.075-.65-.075T4.7 19.25L1.35 10.9q-.15-.4-.012-.812t.512-.613Q2.9 8.9 4 8.475t2.275-.725q-.125-.5-.112-1.037T6.4 5.575M6.275 17.6q1.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-.525.975q-.15.275-.45.363t-.575-.063t-.362-.45t.062-.575l.525-.975q.325-.6.163-1.212T16 9.35q-.75-.15-1.537-.213t-1.588-.112q.375.8.575 1.65t-.375 1.9l-.525.975q-.15.275-.45.363t-.575-.063t-.363-.45t.063-.575l.55-.975q.375-.675.1-1.35t-.625-1.475q-.725.025-1.412.088T8.475 9.3q.325.725.45 1.525t-.375 1.75L8 13.55q-.15.275-.438.363T7 13.85t-.363-.45t.063-.575l.525-.975q.3-.55.175-1.1T7 9.6q-.95.225-1.838.55t-1.712.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="m6.4 5.575l.225-.6h-.45q-.15 0-.225-.125t0-.25l1.325-2.225q.075-.125.213-.125t.212.125l1.25 2.25q.075.125.013.238t-.213.112h-.525L7.8 6.125q-.125.35-.137.663t.062.637q.725-.15 1.475-.237t1.5-.138q-.025-.35.038-.712t.212-.763l.225-.6H10.7q-.15 0-.212-.125t.012-.25l1.3-2.225q.075-.125.225-.125t.225.125L13.525 4.6q.075.125 0 .25t-.225.125h-.525l-.425 1.15q-.1.225-.137.438T12.2 7q.775 0 1.538.063t1.537.187q-.05-.4 0-.812t.225-.863l.25-.6h-.5q-.15 0-.213-.125t.013-.25l1.325-2.225q.075-.125.213-.125t.212.125l1.275 2.25q.075.125 0 .238t-.225.112h-.5l-.45 1.15q-.15.375-.15.725t.1.7q1.375.325 2.675.8T22.1 9.475q.4.2.55.6t-.025.825L19.3 19.25q-.125.325-.413.475t-.637.075q-1.675-.4-3.213-.6T12 19t-3.025.2t-3.2.6q-.35.075-.65-.075T4.7 19.25L1.35 10.9q-.15-.4-.012-.812t.512-.613Q2.9 8.9 4 8.475t2.275-.725q-.125-.5-.112-1.037T6.4 5.575M6.275 17.6q1.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-.525.975q-.15.275-.45.363t-.575-.063t-.362-.45t.062-.575l.525-.975q.325-.6.163-1.212T16 9.35q-.75-.15-1.537-.213t-1.588-.112q.375.8.575 1.65t-.375 1.9l-.525.975q-.15.275-.45.363t-.575-.063t-.363-.45t.063-.575l.55-.975q.375-.675.1-1.35t-.625-1.475q-.725.025-1.412.088T8.475 9.3q.325.725.45 1.525t-.375 1.75L8 13.55q-.15.275-.438.363T7 13.85t-.363-.45t.063-.575l.525-.975q.3-.55.175-1.1T7 9.6q-.95.225-1.838.55t-1.712.75z"/></svg>
</template>

CSS

.icon-windshield-heat-front-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%22m6.4%205.575l.225-.6h-.45q-.15%200-.225-.125t0-.25l1.325-2.225q.075-.125.213-.125t.212.125l1.25%202.25q.075.125.013.238t-.213.112h-.525L7.8%206.125q-.125.35-.137.663t.062.637q.725-.15%201.475-.237t1.5-.138q-.025-.35.038-.712t.212-.763l.225-.6H10.7q-.15%200-.212-.125t.012-.25l1.3-2.225q.075-.125.225-.125t.225.125L13.525%204.6q.075.125%200%20.25t-.225.125h-.525l-.425%201.15q-.1.225-.137.438T12.2%207q.775%200%201.538.063t1.537.187q-.05-.4%200-.812t.225-.863l.25-.6h-.5q-.15%200-.213-.125t.013-.25l1.325-2.225q.075-.125.213-.125t.212.125l1.275%202.25q.075.125%200%20.238t-.225.112h-.5l-.45%201.15q-.15.375-.15.725t.1.7q1.375.325%202.675.8T22.1%209.475q.4.2.55.6t-.025.825L19.3%2019.25q-.125.325-.413.475t-.637.075q-1.675-.4-3.213-.6T12%2019t-3.025.2t-3.2.6q-.35.075-.65-.075T4.7%2019.25L1.35%2010.9q-.15-.4-.012-.812t.512-.613Q2.9%208.9%204%208.475t2.275-.725q-.125-.5-.112-1.037T6.4%205.575M6.275%2017.6q1.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-.525.975q-.15.275-.45.363t-.575-.063t-.362-.45t.062-.575l.525-.975q.325-.6.163-1.212T16%209.35q-.75-.15-1.537-.213t-1.588-.112q.375.8.575%201.65t-.375%201.9l-.525.975q-.15.275-.45.363t-.575-.063t-.363-.45t.063-.575l.55-.975q.375-.675.1-1.35t-.625-1.475q-.725.025-1.412.088T8.475%209.3q.325.725.45%201.525t-.375%201.75L8%2013.55q-.15.275-.438.363T7%2013.85t-.363-.45t.063-.575l.525-.975q.3-.55.175-1.1T7%209.6q-.95.225-1.838.55t-1.712.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%22m6.4%205.575l.225-.6h-.45q-.15%200-.225-.125t0-.25l1.325-2.225q.075-.125.213-.125t.212.125l1.25%202.25q.075.125.013.238t-.213.112h-.525L7.8%206.125q-.125.35-.137.663t.062.637q.725-.15%201.475-.237t1.5-.138q-.025-.35.038-.712t.212-.763l.225-.6H10.7q-.15%200-.212-.125t.012-.25l1.3-2.225q.075-.125.225-.125t.225.125L13.525%204.6q.075.125%200%20.25t-.225.125h-.525l-.425%201.15q-.1.225-.137.438T12.2%207q.775%200%201.538.063t1.537.187q-.05-.4%200-.812t.225-.863l.25-.6h-.5q-.15%200-.213-.125t.013-.25l1.325-2.225q.075-.125.213-.125t.212.125l1.275%202.25q.075.125%200%20.238t-.225.112h-.5l-.45%201.15q-.15.375-.15.725t.1.7q1.375.325%202.675.8T22.1%209.475q.4.2.55.6t-.025.825L19.3%2019.25q-.125.325-.413.475t-.637.075q-1.675-.4-3.213-.6T12%2019t-3.025.2t-3.2.6q-.35.075-.65-.075T4.7%2019.25L1.35%2010.9q-.15-.4-.012-.812t.512-.613Q2.9%208.9%204%208.475t2.275-.725q-.125-.5-.112-1.037T6.4%205.575M6.275%2017.6q1.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-.525.975q-.15.275-.45.363t-.575-.063t-.362-.45t.062-.575l.525-.975q.325-.6.163-1.212T16%209.35q-.75-.15-1.537-.213t-1.588-.112q.375.8.575%201.65t-.375%201.9l-.525.975q-.15.275-.45.363t-.575-.063t-.363-.45t.063-.575l.55-.975q.375-.675.1-1.35t-.625-1.475q-.725.025-1.412.088T8.475%209.3q.325.725.45%201.525t-.375%201.75L8%2013.55q-.15.275-.438.363T7%2013.85t-.363-.45t.063-.575l.525-.975q.3-.55.175-1.1T7%209.6q-.95.225-1.838.55t-1.712.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-rounded.svg?color=%231a73e8&size=48