car defrost low left icon
car-defrost-low-left-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- car-defrost-low-left-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- car-defrost-low-left-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-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 low left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.625 20.513q-.175-.063-.325-.213l-2.6-2.6q-.3-.3-.3-.7t.3-.7t.713-.288t.712.288l.875.875V14q0-.425.288-.712T18 13t.713.288T19 14v3.175l.875-.875q.3-.3.713-.3t.712.3t.3.7t-.3.7l-2.6 2.6q-.15.15-.325.213t-.375.062t-.375-.062M4.15 17.5q-.725 0-1.287-.45t-.688-1.15L1.1 10.525q-.025-.125-.038-.25t-.012-.25q0-1.05.738-1.787T3.6 7.5q.85 0 1.513.55t.937 1.425L7.5 14.5h2.3q.55 0 1.013.263t.737.737l2.95 5.15q.2.35.088.75t-.463.6t-.75.1t-.6-.45l-2.4-4.15zm10.825-7.25h-.65q.05.375.025.738t-.15.712t-.4.463t-.55.012t-.425-.35t-.025-.6q.075-.2.075-.387t-.05-.463q-.525.05-1.05.163t-1.05.237q-.35.1-.675-.062T9.6 10.2L7.375 4.3q-.175-.45-.025-.9t.575-.675Q9.5 1.9 11.313 1.45T14.975 1q1.925 0 3.775.45t3.325 1.25q.425.225.575.688t-.025.912L20.4 10.175q-.125.35-.462.525t-.688.075t-.687-.175t-.688-.125q.025.325-.025.625t-.15.6q-.125.35-.387.463t-.538.012t-.437-.35t-.038-.6q.075-.2.088-.413t-.063-.512q-.35-.025-.675-.038t-.675-.012m-4.15-1.025q.375-.1.762-.175t.788-.125q-.1-.4-.088-.775t.113-.75h-.2q-.15 0-.225-.125t0-.25l1.05-1.775q.075-.125.225-.125t.225.125l1.05 1.775q.075.125 0 .25T14.3 7.4H14l-.1.25q-.1.25-.1.513t.1.612q.275-.025.537-.025h.975q.213 0 .438.025q-.05-.35-.05-.687t.1-.688h-.2q-.15 0-.225-.125t0-.25L16.55 5.25q.075-.125.212-.125t.213.125l1.05 1.775q.075.125.012.25t-.212.125H17.5l-.1.25q-.1.275-.088.563t.138.712q.425.05.875.125t.875.175l1.975-5.275q-1.45-.725-2.988-1.087T14.976 2.5q-1.625 0-3.2.363T8.85 3.95zM3 6.5q-.825 0-1.412-.587T1 4.5t.588-1.412T3 2.5t1.413.588T5 4.5t-.587 1.413T3 6.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCarDefrostLowLeftRounded(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="M17.625 20.513q-.175-.063-.325-.213l-2.6-2.6q-.3-.3-.3-.7t.3-.7t.713-.288t.712.288l.875.875V14q0-.425.288-.712T18 13t.713.288T19 14v3.175l.875-.875q.3-.3.713-.3t.712.3t.3.7t-.3.7l-2.6 2.6q-.15.15-.325.213t-.375.062t-.375-.062M4.15 17.5q-.725 0-1.287-.45t-.688-1.15L1.1 10.525q-.025-.125-.038-.25t-.012-.25q0-1.05.738-1.787T3.6 7.5q.85 0 1.513.55t.937 1.425L7.5 14.5h2.3q.55 0 1.013.263t.737.737l2.95 5.15q.2.35.088.75t-.463.6t-.75.1t-.6-.45l-2.4-4.15zm10.825-7.25h-.65q.05.375.025.738t-.15.712t-.4.463t-.55.012t-.425-.35t-.025-.6q.075-.2.075-.387t-.05-.463q-.525.05-1.05.163t-1.05.237q-.35.1-.675-.062T9.6 10.2L7.375 4.3q-.175-.45-.025-.9t.575-.675Q9.5 1.9 11.313 1.45T14.975 1q1.925 0 3.775.45t3.325 1.25q.425.225.575.688t-.025.912L20.4 10.175q-.125.35-.462.525t-.688.075t-.687-.175t-.688-.125q.025.325-.025.625t-.15.6q-.125.35-.387.463t-.538.012t-.437-.35t-.038-.6q.075-.2.088-.413t-.063-.512q-.35-.025-.675-.038t-.675-.012m-4.15-1.025q.375-.1.762-.175t.788-.125q-.1-.4-.088-.775t.113-.75h-.2q-.15 0-.225-.125t0-.25l1.05-1.775q.075-.125.225-.125t.225.125l1.05 1.775q.075.125 0 .25T14.3 7.4H14l-.1.25q-.1.25-.1.513t.1.612q.275-.025.537-.025h.975q.213 0 .438.025q-.05-.35-.05-.687t.1-.688h-.2q-.15 0-.225-.125t0-.25L16.55 5.25q.075-.125.212-.125t.213.125l1.05 1.775q.075.125.012.25t-.212.125H17.5l-.1.25q-.1.275-.088.563t.138.712q.425.05.875.125t.875.175l1.975-5.275q-1.45-.725-2.988-1.087T14.976 2.5q-1.625 0-3.2.363T8.85 3.95zM3 6.5q-.825 0-1.412-.587T1 4.5t.588-1.412T3 2.5t1.413.588T5 4.5t-.587 1.413T3 6.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.625 20.513q-.175-.063-.325-.213l-2.6-2.6q-.3-.3-.3-.7t.3-.7t.713-.288t.712.288l.875.875V14q0-.425.288-.712T18 13t.713.288T19 14v3.175l.875-.875q.3-.3.713-.3t.712.3t.3.7t-.3.7l-2.6 2.6q-.15.15-.325.213t-.375.062t-.375-.062M4.15 17.5q-.725 0-1.287-.45t-.688-1.15L1.1 10.525q-.025-.125-.038-.25t-.012-.25q0-1.05.738-1.787T3.6 7.5q.85 0 1.513.55t.937 1.425L7.5 14.5h2.3q.55 0 1.013.263t.737.737l2.95 5.15q.2.35.088.75t-.463.6t-.75.1t-.6-.45l-2.4-4.15zm10.825-7.25h-.65q.05.375.025.738t-.15.712t-.4.463t-.55.012t-.425-.35t-.025-.6q.075-.2.075-.387t-.05-.463q-.525.05-1.05.163t-1.05.237q-.35.1-.675-.062T9.6 10.2L7.375 4.3q-.175-.45-.025-.9t.575-.675Q9.5 1.9 11.313 1.45T14.975 1q1.925 0 3.775.45t3.325 1.25q.425.225.575.688t-.025.912L20.4 10.175q-.125.35-.462.525t-.688.075t-.687-.175t-.688-.125q.025.325-.025.625t-.15.6q-.125.35-.387.463t-.538.012t-.437-.35t-.038-.6q.075-.2.088-.413t-.063-.512q-.35-.025-.675-.038t-.675-.012m-4.15-1.025q.375-.1.762-.175t.788-.125q-.1-.4-.088-.775t.113-.75h-.2q-.15 0-.225-.125t0-.25l1.05-1.775q.075-.125.225-.125t.225.125l1.05 1.775q.075.125 0 .25T14.3 7.4H14l-.1.25q-.1.25-.1.513t.1.612q.275-.025.537-.025h.975q.213 0 .438.025q-.05-.35-.05-.687t.1-.688h-.2q-.15 0-.225-.125t0-.25L16.55 5.25q.075-.125.212-.125t.213.125l1.05 1.775q.075.125.012.25t-.212.125H17.5l-.1.25q-.1.275-.088.563t.138.712q.425.05.875.125t.875.175l1.975-5.275q-1.45-.725-2.988-1.087T14.976 2.5q-1.625 0-3.2.363T8.85 3.95zM3 6.5q-.825 0-1.412-.587T1 4.5t.588-1.412T3 2.5t1.413.588T5 4.5t-.587 1.413T3 6.5"/></svg> </template>
CSS
.icon-car-defrost-low-left-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%22M17.625%2020.513q-.175-.063-.325-.213l-2.6-2.6q-.3-.3-.3-.7t.3-.7t.713-.288t.712.288l.875.875V14q0-.425.288-.712T18%2013t.713.288T19%2014v3.175l.875-.875q.3-.3.713-.3t.712.3t.3.7t-.3.7l-2.6%202.6q-.15.15-.325.213t-.375.062t-.375-.062M4.15%2017.5q-.725%200-1.287-.45t-.688-1.15L1.1%2010.525q-.025-.125-.038-.25t-.012-.25q0-1.05.738-1.787T3.6%207.5q.85%200%201.513.55t.937%201.425L7.5%2014.5h2.3q.55%200%201.013.263t.737.737l2.95%205.15q.2.35.088.75t-.463.6t-.75.1t-.6-.45l-2.4-4.15zm10.825-7.25h-.65q.05.375.025.738t-.15.712t-.4.463t-.55.012t-.425-.35t-.025-.6q.075-.2.075-.387t-.05-.463q-.525.05-1.05.163t-1.05.237q-.35.1-.675-.062T9.6%2010.2L7.375%204.3q-.175-.45-.025-.9t.575-.675Q9.5%201.9%2011.313%201.45T14.975%201q1.925%200%203.775.45t3.325%201.25q.425.225.575.688t-.025.912L20.4%2010.175q-.125.35-.462.525t-.688.075t-.687-.175t-.688-.125q.025.325-.025.625t-.15.6q-.125.35-.387.463t-.538.012t-.437-.35t-.038-.6q.075-.2.088-.413t-.063-.512q-.35-.025-.675-.038t-.675-.012m-4.15-1.025q.375-.1.762-.175t.788-.125q-.1-.4-.088-.775t.113-.75h-.2q-.15%200-.225-.125t0-.25l1.05-1.775q.075-.125.225-.125t.225.125l1.05%201.775q.075.125%200%20.25T14.3%207.4H14l-.1.25q-.1.25-.1.513t.1.612q.275-.025.537-.025h.975q.213%200%20.438.025q-.05-.35-.05-.687t.1-.688h-.2q-.15%200-.225-.125t0-.25L16.55%205.25q.075-.125.212-.125t.213.125l1.05%201.775q.075.125.012.25t-.212.125H17.5l-.1.25q-.1.275-.088.563t.138.712q.425.05.875.125t.875.175l1.975-5.275q-1.45-.725-2.988-1.087T14.976%202.5q-1.625%200-3.2.363T8.85%203.95zM3%206.5q-.825%200-1.412-.587T1%204.5t.588-1.412T3%202.5t1.413.588T5%204.5t-.587%201.413T3%206.5%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%22M17.625%2020.513q-.175-.063-.325-.213l-2.6-2.6q-.3-.3-.3-.7t.3-.7t.713-.288t.712.288l.875.875V14q0-.425.288-.712T18%2013t.713.288T19%2014v3.175l.875-.875q.3-.3.713-.3t.712.3t.3.7t-.3.7l-2.6%202.6q-.15.15-.325.213t-.375.062t-.375-.062M4.15%2017.5q-.725%200-1.287-.45t-.688-1.15L1.1%2010.525q-.025-.125-.038-.25t-.012-.25q0-1.05.738-1.787T3.6%207.5q.85%200%201.513.55t.937%201.425L7.5%2014.5h2.3q.55%200%201.013.263t.737.737l2.95%205.15q.2.35.088.75t-.463.6t-.75.1t-.6-.45l-2.4-4.15zm10.825-7.25h-.65q.05.375.025.738t-.15.712t-.4.463t-.55.012t-.425-.35t-.025-.6q.075-.2.075-.387t-.05-.463q-.525.05-1.05.163t-1.05.237q-.35.1-.675-.062T9.6%2010.2L7.375%204.3q-.175-.45-.025-.9t.575-.675Q9.5%201.9%2011.313%201.45T14.975%201q1.925%200%203.775.45t3.325%201.25q.425.225.575.688t-.025.912L20.4%2010.175q-.125.35-.462.525t-.688.075t-.687-.175t-.688-.125q.025.325-.025.625t-.15.6q-.125.35-.387.463t-.538.012t-.437-.35t-.038-.6q.075-.2.088-.413t-.063-.512q-.35-.025-.675-.038t-.675-.012m-4.15-1.025q.375-.1.762-.175t.788-.125q-.1-.4-.088-.775t.113-.75h-.2q-.15%200-.225-.125t0-.25l1.05-1.775q.075-.125.225-.125t.225.125l1.05%201.775q.075.125%200%20.25T14.3%207.4H14l-.1.25q-.1.25-.1.513t.1.612q.275-.025.537-.025h.975q.213%200%20.438.025q-.05-.35-.05-.687t.1-.688h-.2q-.15%200-.225-.125t0-.25L16.55%205.25q.075-.125.212-.125t.213.125l1.05%201.775q.075.125.012.25t-.212.125H17.5l-.1.25q-.1.275-.088.563t.138.712q.425.05.875.125t.875.175l1.975-5.275q-1.45-.725-2.988-1.087T14.976%202.5q-1.625%200-3.2.363T8.85%203.95zM3%206.5q-.825%200-1.412-.587T1%204.5t.588-1.412T3%202.5t1.413.588T5%204.5t-.587%201.413T3%206.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/car-defrost-low-left-rounded.svg?color=%231a73e8&size=48