windshield defrost auto icon

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

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

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="M7 22v-5h2v3h12v-9h-1V9h3v13zm1.475-6.975l-1.7-1.075l.275-.4q.275-.4.225-.825T6.9 11.95q-.475-.5-.713-1.075T5.95 9.7q0-.45.137-.913T6.5 7.9l.275-.425l1.7 1.075l-.275.4q-.275.4-.225.825t.375.775q.475.5.713 1.075T9.3 12.8q0 .45-.137.913t-.413.887zm4.8 0l-1.7-1.075l.275-.4q.275-.4.225-.825t-.375-.775q-.475-.5-.712-1.075T10.75 9.7q0-.45.137-.913T11.3 7.9l.275-.425l1.7 1.075l-.275.4q-.275.4-.225.825t.375.775q.475.5.7 1.075t.225 1.175q0 .45-.137.913t-.413.887zM2.775 13L1 3.375Q3.225 2.8 5.463 2.4T10 2t4.538.4T19 3.375L17.225 13l-1.975-.375l1.425-7.75q-1.65-.375-3.312-.625T10 4t-3.363.25t-3.312.625l1.425 7.75z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWindshieldDefrostAutoSharp(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 22v-5h2v3h12v-9h-1V9h3v13zm1.475-6.975l-1.7-1.075l.275-.4q.275-.4.225-.825T6.9 11.95q-.475-.5-.713-1.075T5.95 9.7q0-.45.137-.913T6.5 7.9l.275-.425l1.7 1.075l-.275.4q-.275.4-.225.825t.375.775q.475.5.713 1.075T9.3 12.8q0 .45-.137.913t-.413.887zm4.8 0l-1.7-1.075l.275-.4q.275-.4.225-.825t-.375-.775q-.475-.5-.712-1.075T10.75 9.7q0-.45.137-.913T11.3 7.9l.275-.425l1.7 1.075l-.275.4q-.275.4-.225.825t.375.775q.475.5.7 1.075t.225 1.175q0 .45-.137.913t-.413.887zM2.775 13L1 3.375Q3.225 2.8 5.463 2.4T10 2t4.538.4T19 3.375L17.225 13l-1.975-.375l1.425-7.75q-1.65-.375-3.312-.625T10 4t-3.363.25t-3.312.625l1.425 7.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="M7 22v-5h2v3h12v-9h-1V9h3v13zm1.475-6.975l-1.7-1.075l.275-.4q.275-.4.225-.825T6.9 11.95q-.475-.5-.713-1.075T5.95 9.7q0-.45.137-.913T6.5 7.9l.275-.425l1.7 1.075l-.275.4q-.275.4-.225.825t.375.775q.475.5.713 1.075T9.3 12.8q0 .45-.137.913t-.413.887zm4.8 0l-1.7-1.075l.275-.4q.275-.4.225-.825t-.375-.775q-.475-.5-.712-1.075T10.75 9.7q0-.45.137-.913T11.3 7.9l.275-.425l1.7 1.075l-.275.4q-.275.4-.225.825t.375.775q.475.5.7 1.075t.225 1.175q0 .45-.137.913t-.413.887zM2.775 13L1 3.375Q3.225 2.8 5.463 2.4T10 2t4.538.4T19 3.375L17.225 13l-1.975-.375l1.425-7.75q-1.65-.375-3.312-.625T10 4t-3.363.25t-3.312.625l1.425 7.75z"/></svg>
</template>

CSS

.icon-windshield-defrost-auto-sharp {
  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%2022v-5h2v3h12v-9h-1V9h3v13zm1.475-6.975l-1.7-1.075l.275-.4q.275-.4.225-.825T6.9%2011.95q-.475-.5-.713-1.075T5.95%209.7q0-.45.137-.913T6.5%207.9l.275-.425l1.7%201.075l-.275.4q-.275.4-.225.825t.375.775q.475.5.713%201.075T9.3%2012.8q0%20.45-.137.913t-.413.887zm4.8%200l-1.7-1.075l.275-.4q.275-.4.225-.825t-.375-.775q-.475-.5-.712-1.075T10.75%209.7q0-.45.137-.913T11.3%207.9l.275-.425l1.7%201.075l-.275.4q-.275.4-.225.825t.375.775q.475.5.7%201.075t.225%201.175q0%20.45-.137.913t-.413.887zM2.775%2013L1%203.375Q3.225%202.8%205.463%202.4T10%202t4.538.4T19%203.375L17.225%2013l-1.975-.375l1.425-7.75q-1.65-.375-3.312-.625T10%204t-3.363.25t-3.312.625l1.425%207.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%22M7%2022v-5h2v3h12v-9h-1V9h3v13zm1.475-6.975l-1.7-1.075l.275-.4q.275-.4.225-.825T6.9%2011.95q-.475-.5-.713-1.075T5.95%209.7q0-.45.137-.913T6.5%207.9l.275-.425l1.7%201.075l-.275.4q-.275.4-.225.825t.375.775q.475.5.713%201.075T9.3%2012.8q0%20.45-.137.913t-.413.887zm4.8%200l-1.7-1.075l.275-.4q.275-.4.225-.825t-.375-.775q-.475-.5-.712-1.075T10.75%209.7q0-.45.137-.913T11.3%207.9l.275-.425l1.7%201.075l-.275.4q-.275.4-.225.825t.375.775q.475.5.7%201.075t.225%201.175q0%20.45-.137.913t-.413.887zM2.775%2013L1%203.375Q3.225%202.8%205.463%202.4T10%202t4.538.4T19%203.375L17.225%2013l-1.975-.375l1.425-7.75q-1.65-.375-3.312-.625T10%204t-3.363.25t-3.312.625l1.425%207.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-defrost-auto-sharp.svg?color=%231a73e8&size=48