car fan recirculate icon
car-fan-recirculate-outline-rounded from Material Symbols by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- car-fan-recirculate-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 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 recirculate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 20q-1.025 0-1.875-.537T3.35 18H1q-.425 0-.712-.288T0 17v-5q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712l.475.775q.275.425.125.8t-.475.575t-.7.138t-.65-.488l-.475-.775H6.4l-1.75 4.85q-.125.3-.375.475T3.7 12H2v4h2.5q.2 0 .35.15t.15.35q0 .625.438 1.063T6.5 18t1.063-.437T8 16.5q0-.2.15-.35T8.5 16h7q.2 0 .35.15t.15.35q0 .625.438 1.063T17.5 18t1.063-.437T19 16.5q0-.2.15-.35t.35-.15H22v-4.15l-1.7-.15q-.5-.05-.737-.375t-.188-.7t.325-.675t.775-.25l1.7.15q.825.075 1.325.625t.5 1.375V17q0 .425-.288.713T23 18h-2.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m8.15-8.75h-4.275l.15-.15q.225-.225.225-.537t-.225-.538T10 9.8t-.525.225L8.2 11.3q-.3.3-.3.7t.3.7l1.275 1.275q.225.225.525.225t.525-.225t.225-.537t-.225-.538l-.15-.15h4.5q.225 0 .413-.088t.337-.262l5.45-6.35q.2-.25.188-.55T21 5t-.562-.187t-.513.262z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCarFanRecirculateOutlineRounded(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="M6.5 20q-1.025 0-1.875-.537T3.35 18H1q-.425 0-.712-.288T0 17v-5q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712l.475.775q.275.425.125.8t-.475.575t-.7.138t-.65-.488l-.475-.775H6.4l-1.75 4.85q-.125.3-.375.475T3.7 12H2v4h2.5q.2 0 .35.15t.15.35q0 .625.438 1.063T6.5 18t1.063-.437T8 16.5q0-.2.15-.35T8.5 16h7q.2 0 .35.15t.15.35q0 .625.438 1.063T17.5 18t1.063-.437T19 16.5q0-.2.15-.35t.35-.15H22v-4.15l-1.7-.15q-.5-.05-.737-.375t-.188-.7t.325-.675t.775-.25l1.7.15q.825.075 1.325.625t.5 1.375V17q0 .425-.288.713T23 18h-2.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m8.15-8.75h-4.275l.15-.15q.225-.225.225-.537t-.225-.538T10 9.8t-.525.225L8.2 11.3q-.3.3-.3.7t.3.7l1.275 1.275q.225.225.525.225t.525-.225t.225-.537t-.225-.538l-.15-.15h4.5q.225 0 .413-.088t.337-.262l5.45-6.35q.2-.25.188-.55T21 5t-.562-.187t-.513.262z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 20q-1.025 0-1.875-.537T3.35 18H1q-.425 0-.712-.288T0 17v-5q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712l.475.775q.275.425.125.8t-.475.575t-.7.138t-.65-.488l-.475-.775H6.4l-1.75 4.85q-.125.3-.375.475T3.7 12H2v4h2.5q.2 0 .35.15t.15.35q0 .625.438 1.063T6.5 18t1.063-.437T8 16.5q0-.2.15-.35T8.5 16h7q.2 0 .35.15t.15.35q0 .625.438 1.063T17.5 18t1.063-.437T19 16.5q0-.2.15-.35t.35-.15H22v-4.15l-1.7-.15q-.5-.05-.737-.375t-.188-.7t.325-.675t.775-.25l1.7.15q.825.075 1.325.625t.5 1.375V17q0 .425-.288.713T23 18h-2.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m8.15-8.75h-4.275l.15-.15q.225-.225.225-.537t-.225-.538T10 9.8t-.525.225L8.2 11.3q-.3.3-.3.7t.3.7l1.275 1.275q.225.225.525.225t.525-.225t.225-.537t-.225-.538l-.15-.15h4.5q.225 0 .413-.088t.337-.262l5.45-6.35q.2-.25.188-.55T21 5t-.562-.187t-.513.262z"/></svg> </template>
CSS
.icon-car-fan-recirculate-outline-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%22M6.5%2020q-1.025%200-1.875-.537T3.35%2018H1q-.425%200-.712-.288T0%2017v-5q0-.825.588-1.412T2%2010h1l1.5-4.175q.225-.6.738-.962T6.4%204.5h7.45q.525%200%20.988.263t.737.712l.475.775q.275.425.125.8t-.475.575t-.7.138t-.65-.488l-.475-.775H6.4l-1.75%204.85q-.125.3-.375.475T3.7%2012H2v4h2.5q.2%200%20.35.15t.15.35q0%20.625.438%201.063T6.5%2018t1.063-.437T8%2016.5q0-.2.15-.35T8.5%2016h7q.2%200%20.35.15t.15.35q0%20.625.438%201.063T17.5%2018t1.063-.437T19%2016.5q0-.2.15-.35t.35-.15H22v-4.15l-1.7-.15q-.5-.05-.737-.375t-.188-.7t.325-.675t.775-.25l1.7.15q.825.075%201.325.625t.5%201.375V17q0%20.425-.288.713T23%2018h-2.35q-.425.925-1.275%201.463T17.5%2020t-1.875-.537T14.35%2018h-4.7q-.425.925-1.275%201.463T6.5%2020m8.15-8.75h-4.275l.15-.15q.225-.225.225-.537t-.225-.538T10%209.8t-.525.225L8.2%2011.3q-.3.3-.3.7t.3.7l1.275%201.275q.225.225.525.225t.525-.225t.225-.537t-.225-.538l-.15-.15h4.5q.225%200%20.413-.088t.337-.262l5.45-6.35q.2-.25.188-.55T21%205t-.562-.187t-.513.262z%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%22M6.5%2020q-1.025%200-1.875-.537T3.35%2018H1q-.425%200-.712-.288T0%2017v-5q0-.825.588-1.412T2%2010h1l1.5-4.175q.225-.6.738-.962T6.4%204.5h7.45q.525%200%20.988.263t.737.712l.475.775q.275.425.125.8t-.475.575t-.7.138t-.65-.488l-.475-.775H6.4l-1.75%204.85q-.125.3-.375.475T3.7%2012H2v4h2.5q.2%200%20.35.15t.15.35q0%20.625.438%201.063T6.5%2018t1.063-.437T8%2016.5q0-.2.15-.35T8.5%2016h7q.2%200%20.35.15t.15.35q0%20.625.438%201.063T17.5%2018t1.063-.437T19%2016.5q0-.2.15-.35t.35-.15H22v-4.15l-1.7-.15q-.5-.05-.737-.375t-.188-.7t.325-.675t.775-.25l1.7.15q.825.075%201.325.625t.5%201.375V17q0%20.425-.288.713T23%2018h-2.35q-.425.925-1.275%201.463T17.5%2020t-1.875-.537T14.35%2018h-4.7q-.425.925-1.275%201.463T6.5%2020m8.15-8.75h-4.275l.15-.15q.225-.225.225-.537t-.225-.538T10%209.8t-.525.225L8.2%2011.3q-.3.3-.3.7t.3.7l1.275%201.275q.225.225.525.225t.525-.225t.225-.537t-.225-.538l-.15-.15h4.5q.225%200%20.413-.088t.337-.262l5.45-6.35q.2-.25.188-.55T21%205t-.562-.187t-.513.262z%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-recirculate-outline-rounded.svg?color=%231a73e8&size=48