windshield defrost auto icon

windshield-defrost-auto-outline-rounded from Material Symbols Light by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
windshield-defrost-auto-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

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.164 11.821q.125.395.272.77t.241.725t.101.712t-.168.738q-.112.234-.265.425t-.447.065q-.16-.067-.236-.215q-.077-.147.015-.362q.202-.448.235-.737t-.145-.75q-.119-.307-.253-.608q-.135-.301-.235-.634q-.431.056-.862.134q-.43.078-.855.178q-.293.055-.54-.081q-.249-.137-.355-.41L2.4 5.948q-.136-.373-.003-.724q.134-.351.482-.537q1.683-.835 3.503-1.261T10.096 3t3.718.416t3.525 1.27q.367.187.49.548q.125.36-.012.733l-2.267 5.81q-.106.273-.363.407q-.258.133-.55.078q-.574-.131-1.085-.221q-.512-.091-.993-.147q.126.389.273.748q.147.36.235.71t.092.697t-.165.717q-.111.234-.264.424t-.447.066t-.253-.368t.153-.478q.169-.344.129-.668q-.04-.323-.166-.636t-.272-.642q-.147-.33-.247-.693q-.868-.088-1.732-.076q-.864.013-1.731.126m-2.645-.594q.39-.07.806-.138t.806-.12q-.027-.528.044-.978t.216-.952h-.627q-.131 0-.177-.106t.01-.212l1.215-2.005q.055-.106.167-.106t.167.106L9.342 8.72q.056.106.01.212t-.177.106h-.844q-.139.467-.241.878q-.103.412-.082.93q.867-.108 1.737-.133t1.757.038q-.027-.454.064-.857q.09-.403.209-.837h-.811q-.131 0-.177-.106t.01-.211l1.215-2.025q.055-.106.167-.106t.167.106l1.216 2.025q.055.105.01.211q-.047.106-.178.106h-.698q-.138.454-.231.865t-.073.91q.564.069 1.144.166t1.137.222l2.237-5.667q-1.602-.783-3.32-1.168Q11.874 4 10.097 4t-3.494.386t-3.3 1.168zM9.308 21q-.69 0-1.153-.462t-.463-1.153V17.48q0-.214.143-.357t.357-.143t.357.143t.143.357v1.904q0 .269.173.442t.443.173h11.134q.27 0 .443-.173t.173-.442V11.23q0-.27-.173-.442q-.173-.173-.443-.173h-.98q-.214 0-.357-.144q-.144-.143-.144-.356q0-.214.144-.357t.356-.143h.981q.69 0 1.153.462t.463 1.153v8.154q0 .69-.463 1.153T20.442 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWindshieldDefrostAutoOutlineRounded(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.164 11.821q.125.395.272.77t.241.725t.101.712t-.168.738q-.112.234-.265.425t-.447.065q-.16-.067-.236-.215q-.077-.147.015-.362q.202-.448.235-.737t-.145-.75q-.119-.307-.253-.608q-.135-.301-.235-.634q-.431.056-.862.134q-.43.078-.855.178q-.293.055-.54-.081q-.249-.137-.355-.41L2.4 5.948q-.136-.373-.003-.724q.134-.351.482-.537q1.683-.835 3.503-1.261T10.096 3t3.718.416t3.525 1.27q.367.187.49.548q.125.36-.012.733l-2.267 5.81q-.106.273-.363.407q-.258.133-.55.078q-.574-.131-1.085-.221q-.512-.091-.993-.147q.126.389.273.748q.147.36.235.71t.092.697t-.165.717q-.111.234-.264.424t-.447.066t-.253-.368t.153-.478q.169-.344.129-.668q-.04-.323-.166-.636t-.272-.642q-.147-.33-.247-.693q-.868-.088-1.732-.076q-.864.013-1.731.126m-2.645-.594q.39-.07.806-.138t.806-.12q-.027-.528.044-.978t.216-.952h-.627q-.131 0-.177-.106t.01-.212l1.215-2.005q.055-.106.167-.106t.167.106L9.342 8.72q.056.106.01.212t-.177.106h-.844q-.139.467-.241.878q-.103.412-.082.93q.867-.108 1.737-.133t1.757.038q-.027-.454.064-.857q.09-.403.209-.837h-.811q-.131 0-.177-.106t.01-.211l1.215-2.025q.055-.106.167-.106t.167.106l1.216 2.025q.055.105.01.211q-.047.106-.178.106h-.698q-.138.454-.231.865t-.073.91q.564.069 1.144.166t1.137.222l2.237-5.667q-1.602-.783-3.32-1.168Q11.874 4 10.097 4t-3.494.386t-3.3 1.168zM9.308 21q-.69 0-1.153-.462t-.463-1.153V17.48q0-.214.143-.357t.357-.143t.357.143t.143.357v1.904q0 .269.173.442t.443.173h11.134q.27 0 .443-.173t.173-.442V11.23q0-.27-.173-.442q-.173-.173-.443-.173h-.98q-.214 0-.357-.144q-.144-.143-.144-.356q0-.214.144-.357t.356-.143h.981q.69 0 1.153.462t.463 1.153v8.154q0 .69-.463 1.153T20.442 21z"/></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.164 11.821q.125.395.272.77t.241.725t.101.712t-.168.738q-.112.234-.265.425t-.447.065q-.16-.067-.236-.215q-.077-.147.015-.362q.202-.448.235-.737t-.145-.75q-.119-.307-.253-.608q-.135-.301-.235-.634q-.431.056-.862.134q-.43.078-.855.178q-.293.055-.54-.081q-.249-.137-.355-.41L2.4 5.948q-.136-.373-.003-.724q.134-.351.482-.537q1.683-.835 3.503-1.261T10.096 3t3.718.416t3.525 1.27q.367.187.49.548q.125.36-.012.733l-2.267 5.81q-.106.273-.363.407q-.258.133-.55.078q-.574-.131-1.085-.221q-.512-.091-.993-.147q.126.389.273.748q.147.36.235.71t.092.697t-.165.717q-.111.234-.264.424t-.447.066t-.253-.368t.153-.478q.169-.344.129-.668q-.04-.323-.166-.636t-.272-.642q-.147-.33-.247-.693q-.868-.088-1.732-.076q-.864.013-1.731.126m-2.645-.594q.39-.07.806-.138t.806-.12q-.027-.528.044-.978t.216-.952h-.627q-.131 0-.177-.106t.01-.212l1.215-2.005q.055-.106.167-.106t.167.106L9.342 8.72q.056.106.01.212t-.177.106h-.844q-.139.467-.241.878q-.103.412-.082.93q.867-.108 1.737-.133t1.757.038q-.027-.454.064-.857q.09-.403.209-.837h-.811q-.131 0-.177-.106t.01-.211l1.215-2.025q.055-.106.167-.106t.167.106l1.216 2.025q.055.105.01.211q-.047.106-.178.106h-.698q-.138.454-.231.865t-.073.91q.564.069 1.144.166t1.137.222l2.237-5.667q-1.602-.783-3.32-1.168Q11.874 4 10.097 4t-3.494.386t-3.3 1.168zM9.308 21q-.69 0-1.153-.462t-.463-1.153V17.48q0-.214.143-.357t.357-.143t.357.143t.143.357v1.904q0 .269.173.442t.443.173h11.134q.27 0 .443-.173t.173-.442V11.23q0-.27-.173-.442q-.173-.173-.443-.173h-.98q-.214 0-.357-.144q-.144-.143-.144-.356q0-.214.144-.357t.356-.143h.981q.69 0 1.153.462t.463 1.153v8.154q0 .69-.463 1.153T20.442 21z"/></svg>
</template>

CSS

.icon-windshield-defrost-auto-outline-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%22M8.164%2011.821q.125.395.272.77t.241.725t.101.712t-.168.738q-.112.234-.265.425t-.447.065q-.16-.067-.236-.215q-.077-.147.015-.362q.202-.448.235-.737t-.145-.75q-.119-.307-.253-.608q-.135-.301-.235-.634q-.431.056-.862.134q-.43.078-.855.178q-.293.055-.54-.081q-.249-.137-.355-.41L2.4%205.948q-.136-.373-.003-.724q.134-.351.482-.537q1.683-.835%203.503-1.261T10.096%203t3.718.416t3.525%201.27q.367.187.49.548q.125.36-.012.733l-2.267%205.81q-.106.273-.363.407q-.258.133-.55.078q-.574-.131-1.085-.221q-.512-.091-.993-.147q.126.389.273.748q.147.36.235.71t.092.697t-.165.717q-.111.234-.264.424t-.447.066t-.253-.368t.153-.478q.169-.344.129-.668q-.04-.323-.166-.636t-.272-.642q-.147-.33-.247-.693q-.868-.088-1.732-.076q-.864.013-1.731.126m-2.645-.594q.39-.07.806-.138t.806-.12q-.027-.528.044-.978t.216-.952h-.627q-.131%200-.177-.106t.01-.212l1.215-2.005q.055-.106.167-.106t.167.106L9.342%208.72q.056.106.01.212t-.177.106h-.844q-.139.467-.241.878q-.103.412-.082.93q.867-.108%201.737-.133t1.757.038q-.027-.454.064-.857q.09-.403.209-.837h-.811q-.131%200-.177-.106t.01-.211l1.215-2.025q.055-.106.167-.106t.167.106l1.216%202.025q.055.105.01.211q-.047.106-.178.106h-.698q-.138.454-.231.865t-.073.91q.564.069%201.144.166t1.137.222l2.237-5.667q-1.602-.783-3.32-1.168Q11.874%204%2010.097%204t-3.494.386t-3.3%201.168zM9.308%2021q-.69%200-1.153-.462t-.463-1.153V17.48q0-.214.143-.357t.357-.143t.357.143t.143.357v1.904q0%20.269.173.442t.443.173h11.134q.27%200%20.443-.173t.173-.442V11.23q0-.27-.173-.442q-.173-.173-.443-.173h-.98q-.214%200-.357-.144q-.144-.143-.144-.356q0-.214.144-.357t.356-.143h.981q.69%200%201.153.462t.463%201.153v8.154q0%20.69-.463%201.153T20.442%2021z%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.164%2011.821q.125.395.272.77t.241.725t.101.712t-.168.738q-.112.234-.265.425t-.447.065q-.16-.067-.236-.215q-.077-.147.015-.362q.202-.448.235-.737t-.145-.75q-.119-.307-.253-.608q-.135-.301-.235-.634q-.431.056-.862.134q-.43.078-.855.178q-.293.055-.54-.081q-.249-.137-.355-.41L2.4%205.948q-.136-.373-.003-.724q.134-.351.482-.537q1.683-.835%203.503-1.261T10.096%203t3.718.416t3.525%201.27q.367.187.49.548q.125.36-.012.733l-2.267%205.81q-.106.273-.363.407q-.258.133-.55.078q-.574-.131-1.085-.221q-.512-.091-.993-.147q.126.389.273.748q.147.36.235.71t.092.697t-.165.717q-.111.234-.264.424t-.447.066t-.253-.368t.153-.478q.169-.344.129-.668q-.04-.323-.166-.636t-.272-.642q-.147-.33-.247-.693q-.868-.088-1.732-.076q-.864.013-1.731.126m-2.645-.594q.39-.07.806-.138t.806-.12q-.027-.528.044-.978t.216-.952h-.627q-.131%200-.177-.106t.01-.212l1.215-2.005q.055-.106.167-.106t.167.106L9.342%208.72q.056.106.01.212t-.177.106h-.844q-.139.467-.241.878q-.103.412-.082.93q.867-.108%201.737-.133t1.757.038q-.027-.454.064-.857q.09-.403.209-.837h-.811q-.131%200-.177-.106t.01-.211l1.215-2.025q.055-.106.167-.106t.167.106l1.216%202.025q.055.105.01.211q-.047.106-.178.106h-.698q-.138.454-.231.865t-.073.91q.564.069%201.144.166t1.137.222l2.237-5.667q-1.602-.783-3.32-1.168Q11.874%204%2010.097%204t-3.494.386t-3.3%201.168zM9.308%2021q-.69%200-1.153-.462t-.463-1.153V17.48q0-.214.143-.357t.357-.143t.357.143t.143.357v1.904q0%20.269.173.442t.443.173h11.134q.27%200%20.443-.173t.173-.442V11.23q0-.27-.173-.442q-.173-.173-.443-.173h-.98q-.214%200-.357-.144q-.144-.143-.144-.356q0-.214.144-.357t.356-.143h.981q.69%200%201.153.462t.463%201.153v8.154q0%20.69-.463%201.153T20.442%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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