car fan mid left icon
car-fan-mid-left-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- car-fan-mid-left-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- car-fan-mid-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-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the car fan 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="M14.125 22.5q-.35.2-.75.1t-.6-.45l-2.4-4.15H4.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.737l2.95 5.15q.2.35.088.75t-.463.6M3 7q-.825 0-1.412-.587T1 5t.588-1.412T3 3t1.413.588T5 5t-.587 1.413T3 7m13.3 4.3l-3.6-3.6q-.15-.15-.212-.325T12.425 7t.063-.375t.212-.325l3.6-3.6q.3-.3.7-.3t.7.3t.3.712t-.3.713L15.825 6H21q.425 0 .713.287T22 7t-.288.713T21 8h-5.175L17.7 9.875q.275.3.288.713t-.288.712t-.7.3t-.7-.3"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCarFanMidLeftRounded(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.125 22.5q-.35.2-.75.1t-.6-.45l-2.4-4.15H4.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.737l2.95 5.15q.2.35.088.75t-.463.6M3 7q-.825 0-1.412-.587T1 5t.588-1.412T3 3t1.413.588T5 5t-.587 1.413T3 7m13.3 4.3l-3.6-3.6q-.15-.15-.212-.325T12.425 7t.063-.375t.212-.325l3.6-3.6q.3-.3.7-.3t.7.3t.3.712t-.3.713L15.825 6H21q.425 0 .713.287T22 7t-.288.713T21 8h-5.175L17.7 9.875q.275.3.288.713t-.288.712t-.7.3t-.7-.3"/></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.125 22.5q-.35.2-.75.1t-.6-.45l-2.4-4.15H4.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.737l2.95 5.15q.2.35.088.75t-.463.6M3 7q-.825 0-1.412-.587T1 5t.588-1.412T3 3t1.413.588T5 5t-.587 1.413T3 7m13.3 4.3l-3.6-3.6q-.15-.15-.212-.325T12.425 7t.063-.375t.212-.325l3.6-3.6q.3-.3.7-.3t.7.3t.3.712t-.3.713L15.825 6H21q.425 0 .713.287T22 7t-.288.713T21 8h-5.175L17.7 9.875q.275.3.288.713t-.288.712t-.7.3t-.7-.3"/></svg> </template>
CSS
.icon-car-fan-mid-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%22M14.125%2022.5q-.35.2-.75.1t-.6-.45l-2.4-4.15H4.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.737l2.95%205.15q.2.35.088.75t-.463.6M3%207q-.825%200-1.412-.587T1%205t.588-1.412T3%203t1.413.588T5%205t-.587%201.413T3%207m13.3%204.3l-3.6-3.6q-.15-.15-.212-.325T12.425%207t.063-.375t.212-.325l3.6-3.6q.3-.3.7-.3t.7.3t.3.712t-.3.713L15.825%206H21q.425%200%20.713.287T22%207t-.288.713T21%208h-5.175L17.7%209.875q.275.3.288.713t-.288.712t-.7.3t-.7-.3%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.125%2022.5q-.35.2-.75.1t-.6-.45l-2.4-4.15H4.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.737l2.95%205.15q.2.35.088.75t-.463.6M3%207q-.825%200-1.412-.587T1%205t.588-1.412T3%203t1.413.588T5%205t-.587%201.413T3%207m13.3%204.3l-3.6-3.6q-.15-.15-.212-.325T12.425%207t.063-.375t.212-.325l3.6-3.6q.3-.3.7-.3t.7.3t.3.712t-.3.713L15.825%206H21q.425%200%20.713.287T22%207t-.288.713T21%208h-5.175L17.7%209.875q.275.3.288.713t-.288.712t-.7.3t-.7-.3%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-mid-left-rounded.svg?color=%231a73e8&size=48