car fan low mid left icon
car-fan-low-mid-left from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- car-fan-low-mid-left
- Set
- Material Symbols
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- car-fan-low-mid-left-outline
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-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the car fan low mid left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.275 23l-2.9-5H4.15q-.725 0-1.287-.45t-.688-1.15L1.1 11.025q-.225-1.2.538-2.113T3.6 8q.85 0 1.525.55t.925 1.425L7.5 15h2.3q.55 0 1.013.263t.737.737L15 22zM3 7q-.825 0-1.412-.587T1 5t.588-1.412T3 3t1.413.588T5 5t-.587 1.413T3 7m10 4L8 6l5-5l1.4 1.425L11.825 5H18v2h-6.175L14.4 9.6zm5 8l-5-5l1.4-1.4l2.6 2.575V9h2v6.175l2.575-2.575L23 14z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCarFanLowMidLeft(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="m13.275 23l-2.9-5H4.15q-.725 0-1.287-.45t-.688-1.15L1.1 11.025q-.225-1.2.538-2.113T3.6 8q.85 0 1.525.55t.925 1.425L7.5 15h2.3q.55 0 1.013.263t.737.737L15 22zM3 7q-.825 0-1.412-.587T1 5t.588-1.412T3 3t1.413.588T5 5t-.587 1.413T3 7m10 4L8 6l5-5l1.4 1.425L11.825 5H18v2h-6.175L14.4 9.6zm5 8l-5-5l1.4-1.4l2.6 2.575V9h2v6.175l2.575-2.575L23 14z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.275 23l-2.9-5H4.15q-.725 0-1.287-.45t-.688-1.15L1.1 11.025q-.225-1.2.538-2.113T3.6 8q.85 0 1.525.55t.925 1.425L7.5 15h2.3q.55 0 1.013.263t.737.737L15 22zM3 7q-.825 0-1.412-.587T1 5t.588-1.412T3 3t1.413.588T5 5t-.587 1.413T3 7m10 4L8 6l5-5l1.4 1.425L11.825 5H18v2h-6.175L14.4 9.6zm5 8l-5-5l1.4-1.4l2.6 2.575V9h2v6.175l2.575-2.575L23 14z"/></svg> </template>
CSS
.icon-car-fan-low-mid-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%22m13.275%2023l-2.9-5H4.15q-.725%200-1.287-.45t-.688-1.15L1.1%2011.025q-.225-1.2.538-2.113T3.6%208q.85%200%201.525.55t.925%201.425L7.5%2015h2.3q.55%200%201.013.263t.737.737L15%2022zM3%207q-.825%200-1.412-.587T1%205t.588-1.412T3%203t1.413.588T5%205t-.587%201.413T3%207m10%204L8%206l5-5l1.4%201.425L11.825%205H18v2h-6.175L14.4%209.6zm5%208l-5-5l1.4-1.4l2.6%202.575V9h2v6.175l2.575-2.575L23%2014z%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%22m13.275%2023l-2.9-5H4.15q-.725%200-1.287-.45t-.688-1.15L1.1%2011.025q-.225-1.2.538-2.113T3.6%208q.85%200%201.525.55t.925%201.425L7.5%2015h2.3q.55%200%201.013.263t.737.737L15%2022zM3%207q-.825%200-1.412-.587T1%205t.588-1.412T3%203t1.413.588T5%205t-.587%201.413T3%207m10%204L8%206l5-5l1.4%201.425L11.825%205H18v2h-6.175L14.4%209.6zm5%208l-5-5l1.4-1.4l2.6%202.575V9h2v6.175l2.575-2.575L23%2014z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/car-fan-low-mid-left.svg?color=%231a73e8&size=48