car defrost left icon
car-defrost-left from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- car-defrost-left
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- car-defrost-left-outline
2 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-rightcar-fan-low-left
Use the car defrost left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.198 21.5l-2.996-4.308H4.881q-.572 0-1.009-.363T3.31 15.9l-1.152-5.74q-.154-.777.352-1.372t1.282-.596q.562 0 1.003.387q.442.387.64 1.03l1.623 5.641h3.627q.338 0 .637.166q.3.167.497.488l3.239 5.077zm-4.106-10.884L7.36 3.39q1.574-1.043 3.5-1.563q1.928-.52 4.116-.52q2.27 0 4.253.545t3.407 1.538l-2.727 7.225q-.627-.195-1.196-.32t-1.202-.205q.102.401.07.769q-.03.367-.168.744l-.227.642l-.823-.288l.227-.637q.113-.296.106-.595t-.14-.734q-.368-.044-.76-.047q-.393-.003-.82-.003h-.517q-.252 0-.499.02q.108.451.102.843q-.005.391-.15.799l-.246.642l-.804-.288l.227-.637q.114-.277.104-.58t-.136-.712q-.764.08-1.482.221t-1.482.365m.54-1.025q.51-.119 1.061-.213t1.086-.164q-.177-.496-.184-.938t.132-.894h-.785l1.308-2.173l1.308 2.173h-.885l-.061.173q-.12.346-.1.714t.176.853q.333-.044.653-.054t.634-.01q.302 0 .62.01t.659.054q-.146-.465-.146-.88q0-.414.119-.841h-.785l1.308-2.192L18.077 7.4h-.904l-.061.154q-.12.371-.088.755q.032.383.215.905q.54.069 1.077.163t1.076.214l2.168-5.795q-1.546-.783-3.238-1.193t-3.347-.41q-1.606 0-3.325.42T8.466 3.795zM3.482 7.192q-.614 0-1.038-.424T2.02 5.731t.424-1.038t1.038-.424t1.037.424t.424 1.038t-.424 1.037t-1.037.424"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCarDefrostLeft(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="m14.198 21.5l-2.996-4.308H4.881q-.572 0-1.009-.363T3.31 15.9l-1.152-5.74q-.154-.777.352-1.372t1.282-.596q.562 0 1.003.387q.442.387.64 1.03l1.623 5.641h3.627q.338 0 .637.166q.3.167.497.488l3.239 5.077zm-4.106-10.884L7.36 3.39q1.574-1.043 3.5-1.563q1.928-.52 4.116-.52q2.27 0 4.253.545t3.407 1.538l-2.727 7.225q-.627-.195-1.196-.32t-1.202-.205q.102.401.07.769q-.03.367-.168.744l-.227.642l-.823-.288l.227-.637q.113-.296.106-.595t-.14-.734q-.368-.044-.76-.047q-.393-.003-.82-.003h-.517q-.252 0-.499.02q.108.451.102.843q-.005.391-.15.799l-.246.642l-.804-.288l.227-.637q.114-.277.104-.58t-.136-.712q-.764.08-1.482.221t-1.482.365m.54-1.025q.51-.119 1.061-.213t1.086-.164q-.177-.496-.184-.938t.132-.894h-.785l1.308-2.173l1.308 2.173h-.885l-.061.173q-.12.346-.1.714t.176.853q.333-.044.653-.054t.634-.01q.302 0 .62.01t.659.054q-.146-.465-.146-.88q0-.414.119-.841h-.785l1.308-2.192L18.077 7.4h-.904l-.061.154q-.12.371-.088.755q.032.383.215.905q.54.069 1.077.163t1.076.214l2.168-5.795q-1.546-.783-3.238-1.193t-3.347-.41q-1.606 0-3.325.42T8.466 3.795zM3.482 7.192q-.614 0-1.038-.424T2.02 5.731t.424-1.038t1.038-.424t1.037.424t.424 1.038t-.424 1.037t-1.037.424"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.198 21.5l-2.996-4.308H4.881q-.572 0-1.009-.363T3.31 15.9l-1.152-5.74q-.154-.777.352-1.372t1.282-.596q.562 0 1.003.387q.442.387.64 1.03l1.623 5.641h3.627q.338 0 .637.166q.3.167.497.488l3.239 5.077zm-4.106-10.884L7.36 3.39q1.574-1.043 3.5-1.563q1.928-.52 4.116-.52q2.27 0 4.253.545t3.407 1.538l-2.727 7.225q-.627-.195-1.196-.32t-1.202-.205q.102.401.07.769q-.03.367-.168.744l-.227.642l-.823-.288l.227-.637q.113-.296.106-.595t-.14-.734q-.368-.044-.76-.047q-.393-.003-.82-.003h-.517q-.252 0-.499.02q.108.451.102.843q-.005.391-.15.799l-.246.642l-.804-.288l.227-.637q.114-.277.104-.58t-.136-.712q-.764.08-1.482.221t-1.482.365m.54-1.025q.51-.119 1.061-.213t1.086-.164q-.177-.496-.184-.938t.132-.894h-.785l1.308-2.173l1.308 2.173h-.885l-.061.173q-.12.346-.1.714t.176.853q.333-.044.653-.054t.634-.01q.302 0 .62.01t.659.054q-.146-.465-.146-.88q0-.414.119-.841h-.785l1.308-2.192L18.077 7.4h-.904l-.061.154q-.12.371-.088.755q.032.383.215.905q.54.069 1.077.163t1.076.214l2.168-5.795q-1.546-.783-3.238-1.193t-3.347-.41q-1.606 0-3.325.42T8.466 3.795zM3.482 7.192q-.614 0-1.038-.424T2.02 5.731t.424-1.038t1.038-.424t1.037.424t.424 1.038t-.424 1.037t-1.037.424"/></svg> </template>
CSS
.icon-car-defrost-left {
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%22m14.198%2021.5l-2.996-4.308H4.881q-.572%200-1.009-.363T3.31%2015.9l-1.152-5.74q-.154-.777.352-1.372t1.282-.596q.562%200%201.003.387q.442.387.64%201.03l1.623%205.641h3.627q.338%200%20.637.166q.3.167.497.488l3.239%205.077zm-4.106-10.884L7.36%203.39q1.574-1.043%203.5-1.563q1.928-.52%204.116-.52q2.27%200%204.253.545t3.407%201.538l-2.727%207.225q-.627-.195-1.196-.32t-1.202-.205q.102.401.07.769q-.03.367-.168.744l-.227.642l-.823-.288l.227-.637q.113-.296.106-.595t-.14-.734q-.368-.044-.76-.047q-.393-.003-.82-.003h-.517q-.252%200-.499.02q.108.451.102.843q-.005.391-.15.799l-.246.642l-.804-.288l.227-.637q.114-.277.104-.58t-.136-.712q-.764.08-1.482.221t-1.482.365m.54-1.025q.51-.119%201.061-.213t1.086-.164q-.177-.496-.184-.938t.132-.894h-.785l1.308-2.173l1.308%202.173h-.885l-.061.173q-.12.346-.1.714t.176.853q.333-.044.653-.054t.634-.01q.302%200%20.62.01t.659.054q-.146-.465-.146-.88q0-.414.119-.841h-.785l1.308-2.192L18.077%207.4h-.904l-.061.154q-.12.371-.088.755q.032.383.215.905q.54.069%201.077.163t1.076.214l2.168-5.795q-1.546-.783-3.238-1.193t-3.347-.41q-1.606%200-3.325.42T8.466%203.795zM3.482%207.192q-.614%200-1.038-.424T2.02%205.731t.424-1.038t1.038-.424t1.037.424t.424%201.038t-.424%201.037t-1.037.424%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%22m14.198%2021.5l-2.996-4.308H4.881q-.572%200-1.009-.363T3.31%2015.9l-1.152-5.74q-.154-.777.352-1.372t1.282-.596q.562%200%201.003.387q.442.387.64%201.03l1.623%205.641h3.627q.338%200%20.637.166q.3.167.497.488l3.239%205.077zm-4.106-10.884L7.36%203.39q1.574-1.043%203.5-1.563q1.928-.52%204.116-.52q2.27%200%204.253.545t3.407%201.538l-2.727%207.225q-.627-.195-1.196-.32t-1.202-.205q.102.401.07.769q-.03.367-.168.744l-.227.642l-.823-.288l.227-.637q.113-.296.106-.595t-.14-.734q-.368-.044-.76-.047q-.393-.003-.82-.003h-.517q-.252%200-.499.02q.108.451.102.843q-.005.391-.15.799l-.246.642l-.804-.288l.227-.637q.114-.277.104-.58t-.136-.712q-.764.08-1.482.221t-1.482.365m.54-1.025q.51-.119%201.061-.213t1.086-.164q-.177-.496-.184-.938t.132-.894h-.785l1.308-2.173l1.308%202.173h-.885l-.061.173q-.12.346-.1.714t.176.853q.333-.044.653-.054t.634-.01q.302%200%20.62.01t.659.054q-.146-.465-.146-.88q0-.414.119-.841h-.785l1.308-2.192L18.077%207.4h-.904l-.061.154q-.12.371-.088.755q.032.383.215.905q.54.069%201.077.163t1.076.214l2.168-5.795q-1.546-.783-3.238-1.193t-3.347-.41q-1.606%200-3.325.42T8.466%203.795zM3.482%207.192q-.614%200-1.038-.424T2.02%205.731t.424-1.038t1.038-.424t1.037.424t.424%201.038t-.424%201.037t-1.037.424%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/car-defrost-left.svg?color=%231a73e8&size=48