car defrost mid low right icon
car-defrost-mid-low-right-sharp from Material Symbols Light by Google · Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- car-defrost-mid-low-right-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- car-defrost-mid-low-right-outline-sharp
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-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-rightcar-defrost-rightcar-fan-low-left
Use the car defrost mid low right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 22.289L1.712 19.5l.688-.713l1.6 1.6V16.5h1v3.867l1.6-1.575l.689.708zm5-5l-.713-.689l1.6-1.6H6.5v-1h3.867l-1.575-1.6l.708-.688l2.789 2.788zm-5.383-6.674L1.366 3.392q1.573-1.043 3.509-1.563q1.937-.52 4.125-.52q2.27 0 4.243.545t3.397 1.538l-2.707 7.225Q12.72 10.26 11.5 10.1T9 9.942q-1.256 0-2.466.162t-2.417.512m.54-1.025q.51-.12 1.052-.214q.541-.094 1.075-.163q-.176-.497-.174-.939t.142-.894h-.785l1.308-2.173L8.564 7.38h-.866l-.061.173q-.12.346-.1.714t.177.853q.332-.044.652-.054T9 9.057q.302 0 .62.01q.319.01.659.054q-.146-.465-.146-.88q0-.414.119-.841h-.785l1.308-2.192L12.083 7.4h-.885l-.061.154q-.12.371-.088.755q.032.383.215.905q.54.069 1.076.163q.537.094 1.077.214l2.167-5.795q-1.546-.783-3.237-1.193T9 2.193q-1.606 0-3.325.42T2.491 3.795zM10.803 22l-.86-.52l3.66-5.73h3.34l1.624-5.64q.198-.644.639-1.031t1.003-.387q.777 0 1.283.596q.505.595.351 1.372l-1.419 7.032h-6.625zM20.52 7.692q-.613 0-1.037-.424t-.424-1.037t.424-1.038t1.037-.424t1.038.424t.424 1.038t-.424 1.037t-1.038.424"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCarDefrostMidLowRightSharp(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="M4.5 22.289L1.712 19.5l.688-.713l1.6 1.6V16.5h1v3.867l1.6-1.575l.689.708zm5-5l-.713-.689l1.6-1.6H6.5v-1h3.867l-1.575-1.6l.708-.688l2.789 2.788zm-5.383-6.674L1.366 3.392q1.573-1.043 3.509-1.563q1.937-.52 4.125-.52q2.27 0 4.243.545t3.397 1.538l-2.707 7.225Q12.72 10.26 11.5 10.1T9 9.942q-1.256 0-2.466.162t-2.417.512m.54-1.025q.51-.12 1.052-.214q.541-.094 1.075-.163q-.176-.497-.174-.939t.142-.894h-.785l1.308-2.173L8.564 7.38h-.866l-.061.173q-.12.346-.1.714t.177.853q.332-.044.652-.054T9 9.057q.302 0 .62.01q.319.01.659.054q-.146-.465-.146-.88q0-.414.119-.841h-.785l1.308-2.192L12.083 7.4h-.885l-.061.154q-.12.371-.088.755q.032.383.215.905q.54.069 1.076.163q.537.094 1.077.214l2.167-5.795q-1.546-.783-3.237-1.193T9 2.193q-1.606 0-3.325.42T2.491 3.795zM10.803 22l-.86-.52l3.66-5.73h3.34l1.624-5.64q.198-.644.639-1.031t1.003-.387q.777 0 1.283.596q.505.595.351 1.372l-1.419 7.032h-6.625zM20.52 7.692q-.613 0-1.037-.424t-.424-1.037t.424-1.038t1.037-.424t1.038.424t.424 1.038t-.424 1.037t-1.038.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="M4.5 22.289L1.712 19.5l.688-.713l1.6 1.6V16.5h1v3.867l1.6-1.575l.689.708zm5-5l-.713-.689l1.6-1.6H6.5v-1h3.867l-1.575-1.6l.708-.688l2.789 2.788zm-5.383-6.674L1.366 3.392q1.573-1.043 3.509-1.563q1.937-.52 4.125-.52q2.27 0 4.243.545t3.397 1.538l-2.707 7.225Q12.72 10.26 11.5 10.1T9 9.942q-1.256 0-2.466.162t-2.417.512m.54-1.025q.51-.12 1.052-.214q.541-.094 1.075-.163q-.176-.497-.174-.939t.142-.894h-.785l1.308-2.173L8.564 7.38h-.866l-.061.173q-.12.346-.1.714t.177.853q.332-.044.652-.054T9 9.057q.302 0 .62.01q.319.01.659.054q-.146-.465-.146-.88q0-.414.119-.841h-.785l1.308-2.192L12.083 7.4h-.885l-.061.154q-.12.371-.088.755q.032.383.215.905q.54.069 1.076.163q.537.094 1.077.214l2.167-5.795q-1.546-.783-3.237-1.193T9 2.193q-1.606 0-3.325.42T2.491 3.795zM10.803 22l-.86-.52l3.66-5.73h3.34l1.624-5.64q.198-.644.639-1.031t1.003-.387q.777 0 1.283.596q.505.595.351 1.372l-1.419 7.032h-6.625zM20.52 7.692q-.613 0-1.037-.424t-.424-1.037t.424-1.038t1.037-.424t1.038.424t.424 1.038t-.424 1.037t-1.038.424"/></svg> </template>
CSS
.icon-car-defrost-mid-low-right-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%22M4.5%2022.289L1.712%2019.5l.688-.713l1.6%201.6V16.5h1v3.867l1.6-1.575l.689.708zm5-5l-.713-.689l1.6-1.6H6.5v-1h3.867l-1.575-1.6l.708-.688l2.789%202.788zm-5.383-6.674L1.366%203.392q1.573-1.043%203.509-1.563q1.937-.52%204.125-.52q2.27%200%204.243.545t3.397%201.538l-2.707%207.225Q12.72%2010.26%2011.5%2010.1T9%209.942q-1.256%200-2.466.162t-2.417.512m.54-1.025q.51-.12%201.052-.214q.541-.094%201.075-.163q-.176-.497-.174-.939t.142-.894h-.785l1.308-2.173L8.564%207.38h-.866l-.061.173q-.12.346-.1.714t.177.853q.332-.044.652-.054T9%209.057q.302%200%20.62.01q.319.01.659.054q-.146-.465-.146-.88q0-.414.119-.841h-.785l1.308-2.192L12.083%207.4h-.885l-.061.154q-.12.371-.088.755q.032.383.215.905q.54.069%201.076.163q.537.094%201.077.214l2.167-5.795q-1.546-.783-3.237-1.193T9%202.193q-1.606%200-3.325.42T2.491%203.795zM10.803%2022l-.86-.52l3.66-5.73h3.34l1.624-5.64q.198-.644.639-1.031t1.003-.387q.777%200%201.283.596q.505.595.351%201.372l-1.419%207.032h-6.625zM20.52%207.692q-.613%200-1.037-.424t-.424-1.037t.424-1.038t1.037-.424t1.038.424t.424%201.038t-.424%201.037t-1.038.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%22M4.5%2022.289L1.712%2019.5l.688-.713l1.6%201.6V16.5h1v3.867l1.6-1.575l.689.708zm5-5l-.713-.689l1.6-1.6H6.5v-1h3.867l-1.575-1.6l.708-.688l2.789%202.788zm-5.383-6.674L1.366%203.392q1.573-1.043%203.509-1.563q1.937-.52%204.125-.52q2.27%200%204.243.545t3.397%201.538l-2.707%207.225Q12.72%2010.26%2011.5%2010.1T9%209.942q-1.256%200-2.466.162t-2.417.512m.54-1.025q.51-.12%201.052-.214q.541-.094%201.075-.163q-.176-.497-.174-.939t.142-.894h-.785l1.308-2.173L8.564%207.38h-.866l-.061.173q-.12.346-.1.714t.177.853q.332-.044.652-.054T9%209.057q.302%200%20.62.01q.319.01.659.054q-.146-.465-.146-.88q0-.414.119-.841h-.785l1.308-2.192L12.083%207.4h-.885l-.061.154q-.12.371-.088.755q.032.383.215.905q.54.069%201.076.163q.537.094%201.077.214l2.167-5.795q-1.546-.783-3.237-1.193T9%202.193q-1.606%200-3.325.42T2.491%203.795zM10.803%2022l-.86-.52l3.66-5.73h3.34l1.624-5.64q.198-.644.639-1.031t1.003-.387q.777%200%201.283.596q.505.595.351%201.372l-1.419%207.032h-6.625zM20.52%207.692q-.613%200-1.037-.424t-.424-1.037t.424-1.038t1.037-.424t1.038.424t.424%201.038t-.424%201.037t-1.038.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-mid-low-right-sharp.svg?color=%231a73e8&size=48