windshield defrost auto icon

windshield-defrost-auto from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.

Name
windshield-defrost-auto
Set
Material Symbols
Style
Regular
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
windshield-defrost-auto-outline

3 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the windshield defrost auto icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.425 15.825L7.05 15.2l.325-.675q.125-.275.088-.525t-.138-.5t-.225-.513t-.225-.537l-1.3.25q-.65.125-1.3.275L1 4.5q2.075-1.2 4.338-1.85T10 2t4.675.65t4.35 1.85l-3.275 8.475q-.975-.225-1.7-.362t-1.375-.238q.125.35.263.7t.187.7t.025.687t-.175.688l-.3.675L11.3 15.2l.325-.675q.15-.325.1-.6t-.175-.55t-.263-.575t-.237-.625q-.675-.05-1.338-.038t-1.337.088q.125.375.263.75t.212.725t.063.713t-.188.737zM5.5 10.65q.275-.05.575-.1t.575-.1q.05-.375.15-.737T7.025 9h-1l1.8-3l1.8 3H8.6q-.1.275-.213.6t-.187.65q.675-.05 1.363-.075t1.362 0q.05-.3.15-.587t.2-.588h-1.05l1.8-3l1.8 3h-.975q-.1.3-.212.625t-.188.65q.525.05 1.038.138t1.012.212L16.525 5.4Q15 4.675 13.35 4.337T10 4t-3.35.338T3.475 5.4zM9 22q-.825 0-1.412-.587T7 20v-3h2v3h12v-9h-2V9h2q.825 0 1.413.588T23 11v9q0 .825-.587 1.413T21 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWindshieldDefrostAuto(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.425 15.825L7.05 15.2l.325-.675q.125-.275.088-.525t-.138-.5t-.225-.513t-.225-.537l-1.3.25q-.65.125-1.3.275L1 4.5q2.075-1.2 4.338-1.85T10 2t4.675.65t4.35 1.85l-3.275 8.475q-.975-.225-1.7-.362t-1.375-.238q.125.35.263.7t.187.7t.025.687t-.175.688l-.3.675L11.3 15.2l.325-.675q.15-.325.1-.6t-.175-.55t-.263-.575t-.237-.625q-.675-.05-1.338-.038t-1.337.088q.125.375.263.75t.212.725t.063.713t-.188.737zM5.5 10.65q.275-.05.575-.1t.575-.1q.05-.375.15-.737T7.025 9h-1l1.8-3l1.8 3H8.6q-.1.275-.213.6t-.187.65q.675-.05 1.363-.075t1.362 0q.05-.3.15-.587t.2-.588h-1.05l1.8-3l1.8 3h-.975q-.1.3-.212.625t-.188.65q.525.05 1.038.138t1.012.212L16.525 5.4Q15 4.675 13.35 4.337T10 4t-3.35.338T3.475 5.4zM9 22q-.825 0-1.412-.587T7 20v-3h2v3h12v-9h-2V9h2q.825 0 1.413.588T23 11v9q0 .825-.587 1.413T21 22z"/></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.425 15.825L7.05 15.2l.325-.675q.125-.275.088-.525t-.138-.5t-.225-.513t-.225-.537l-1.3.25q-.65.125-1.3.275L1 4.5q2.075-1.2 4.338-1.85T10 2t4.675.65t4.35 1.85l-3.275 8.475q-.975-.225-1.7-.362t-1.375-.238q.125.35.263.7t.187.7t.025.687t-.175.688l-.3.675L11.3 15.2l.325-.675q.15-.325.1-.6t-.175-.55t-.263-.575t-.237-.625q-.675-.05-1.338-.038t-1.337.088q.125.375.263.75t.212.725t.063.713t-.188.737zM5.5 10.65q.275-.05.575-.1t.575-.1q.05-.375.15-.737T7.025 9h-1l1.8-3l1.8 3H8.6q-.1.275-.213.6t-.187.65q.675-.05 1.363-.075t1.362 0q.05-.3.15-.587t.2-.588h-1.05l1.8-3l1.8 3h-.975q-.1.3-.212.625t-.188.65q.525.05 1.038.138t1.012.212L16.525 5.4Q15 4.675 13.35 4.337T10 4t-3.35.338T3.475 5.4zM9 22q-.825 0-1.412-.587T7 20v-3h2v3h12v-9h-2V9h2q.825 0 1.413.588T23 11v9q0 .825-.587 1.413T21 22z"/></svg>
</template>

CSS

.icon-windshield-defrost-auto {
  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.425%2015.825L7.05%2015.2l.325-.675q.125-.275.088-.525t-.138-.5t-.225-.513t-.225-.537l-1.3.25q-.65.125-1.3.275L1%204.5q2.075-1.2%204.338-1.85T10%202t4.675.65t4.35%201.85l-3.275%208.475q-.975-.225-1.7-.362t-1.375-.238q.125.35.263.7t.187.7t.025.687t-.175.688l-.3.675L11.3%2015.2l.325-.675q.15-.325.1-.6t-.175-.55t-.263-.575t-.237-.625q-.675-.05-1.338-.038t-1.337.088q.125.375.263.75t.212.725t.063.713t-.188.737zM5.5%2010.65q.275-.05.575-.1t.575-.1q.05-.375.15-.737T7.025%209h-1l1.8-3l1.8%203H8.6q-.1.275-.213.6t-.187.65q.675-.05%201.363-.075t1.362%200q.05-.3.15-.587t.2-.588h-1.05l1.8-3l1.8%203h-.975q-.1.3-.212.625t-.188.65q.525.05%201.038.138t1.012.212L16.525%205.4Q15%204.675%2013.35%204.337T10%204t-3.35.338T3.475%205.4zM9%2022q-.825%200-1.412-.587T7%2020v-3h2v3h12v-9h-2V9h2q.825%200%201.413.588T23%2011v9q0%20.825-.587%201.413T21%2022z%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.425%2015.825L7.05%2015.2l.325-.675q.125-.275.088-.525t-.138-.5t-.225-.513t-.225-.537l-1.3.25q-.65.125-1.3.275L1%204.5q2.075-1.2%204.338-1.85T10%202t4.675.65t4.35%201.85l-3.275%208.475q-.975-.225-1.7-.362t-1.375-.238q.125.35.263.7t.187.7t.025.687t-.175.688l-.3.675L11.3%2015.2l.325-.675q.15-.325.1-.6t-.175-.55t-.263-.575t-.237-.625q-.675-.05-1.338-.038t-1.337.088q.125.375.263.75t.212.725t.063.713t-.188.737zM5.5%2010.65q.275-.05.575-.1t.575-.1q.05-.375.15-.737T7.025%209h-1l1.8-3l1.8%203H8.6q-.1.275-.213.6t-.187.65q.675-.05%201.363-.075t1.362%200q.05-.3.15-.587t.2-.588h-1.05l1.8-3l1.8%203h-.975q-.1.3-.212.625t-.188.65q.525.05%201.038.138t1.012.212L16.525%205.4Q15%204.675%2013.35%204.337T10%204t-3.35.338T3.475%205.4zM9%2022q-.825%200-1.412-.587T7%2020v-3h2v3h12v-9h-2V9h2q.825%200%201.413.588T23%2011v9q0%20.825-.587%201.413T21%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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