car fan recirculate icon
car-fan-recirculate-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- car-fan-recirculate-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 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-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="M14.785 11.558h-5.16l.689-.689q.128-.128.128-.306t-.129-.307t-.313-.129t-.313.129l-1.18 1.179q-.241.242-.241.565t.242.566l1.179 1.198q.129.128.313.119q.185-.01.314-.139q.128-.128.128-.306t-.128-.307l-.689-.689h5.192q.187 0 .336-.068t.28-.205l5.411-6.311q.123-.154.11-.33t-.165-.297q-.155-.123-.332-.11t-.301.165zM6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1.808q-.348 0-.578-.23T1 16.346v-4.134q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65 5.5h7.123q.39 0 .718.195t.546.51l.474.757q.137.217.11.484q-.029.268-.19.479l-1.5 1.748h-1.517l-1.556-1.556Q10.49 7.75 10 7.75t-.858.367l-3.025 3.025q-.367.368-.367.858t.367.858l3.025 3.025q.368.367.858.367t.858-.367l1.555-1.556h3.085q.273 0 .506-.109t.413-.32l2.842-3.31q.131-.142.296-.226t.376-.06l1.494.125q.69.05 1.133.536T23 12.139v4.207q0 .348-.23.578t-.578.23h-2.234q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCarFanRecirculateRounded(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.785 11.558h-5.16l.689-.689q.128-.128.128-.306t-.129-.307t-.313-.129t-.313.129l-1.18 1.179q-.241.242-.241.565t.242.566l1.179 1.198q.129.128.313.119q.185-.01.314-.139q.128-.128.128-.306t-.128-.307l-.689-.689h5.192q.187 0 .336-.068t.28-.205l5.411-6.311q.123-.154.11-.33t-.165-.297q-.155-.123-.332-.11t-.301.165zM6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1.808q-.348 0-.578-.23T1 16.346v-4.134q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65 5.5h7.123q.39 0 .718.195t.546.51l.474.757q.137.217.11.484q-.029.268-.19.479l-1.5 1.748h-1.517l-1.556-1.556Q10.49 7.75 10 7.75t-.858.367l-3.025 3.025q-.367.368-.367.858t.367.858l3.025 3.025q.368.367.858.367t.858-.367l1.555-1.556h3.085q.273 0 .506-.109t.413-.32l2.842-3.31q.131-.142.296-.226t.376-.06l1.494.125q.69.05 1.133.536T23 12.139v4.207q0 .348-.23.578t-.578.23h-2.234q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19"/></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.785 11.558h-5.16l.689-.689q.128-.128.128-.306t-.129-.307t-.313-.129t-.313.129l-1.18 1.179q-.241.242-.241.565t.242.566l1.179 1.198q.129.128.313.119q.185-.01.314-.139q.128-.128.128-.306t-.128-.307l-.689-.689h5.192q.187 0 .336-.068t.28-.205l5.411-6.311q.123-.154.11-.33t-.165-.297q-.155-.123-.332-.11t-.301.165zM6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1.808q-.348 0-.578-.23T1 16.346v-4.134q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65 5.5h7.123q.39 0 .718.195t.546.51l.474.757q.137.217.11.484q-.029.268-.19.479l-1.5 1.748h-1.517l-1.556-1.556Q10.49 7.75 10 7.75t-.858.367l-3.025 3.025q-.367.368-.367.858t.367.858l3.025 3.025q.368.367.858.367t.858-.367l1.555-1.556h3.085q.273 0 .506-.109t.413-.32l2.842-3.31q.131-.142.296-.226t.376-.06l1.494.125q.69.05 1.133.536T23 12.139v4.207q0 .348-.23.578t-.578.23h-2.234q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19"/></svg> </template>
CSS
.icon-car-fan-recirculate-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.785%2011.558h-5.16l.689-.689q.128-.128.128-.306t-.129-.307t-.313-.129t-.313.129l-1.18%201.179q-.241.242-.241.565t.242.566l1.179%201.198q.129.128.313.119q.185-.01.314-.139q.128-.128.128-.306t-.128-.307l-.689-.689h5.192q.187%200%20.336-.068t.28-.205l5.411-6.311q.123-.154.11-.33t-.165-.297q-.155-.123-.332-.11t-.301.165zM6.75%2019q-.89%200-1.606-.518q-.715-.518-1.121-1.328H1.808q-.348%200-.578-.23T1%2016.346v-4.134q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65%205.5h7.123q.39%200%20.718.195t.546.51l.474.757q.137.217.11.484q-.029.268-.19.479l-1.5%201.748h-1.517l-1.556-1.556Q10.49%207.75%2010%207.75t-.858.367l-3.025%203.025q-.367.368-.367.858t.367.858l3.025%203.025q.368.367.858.367t.858-.367l1.555-1.556h3.085q.273%200%20.506-.109t.413-.32l2.842-3.31q.131-.142.296-.226t.376-.06l1.494.125q.69.05%201.133.536T23%2012.139v4.207q0%20.348-.23.578t-.578.23h-2.234q-.387.81-1.102%201.328T17.25%2019t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102%201.328T6.75%2019%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.785%2011.558h-5.16l.689-.689q.128-.128.128-.306t-.129-.307t-.313-.129t-.313.129l-1.18%201.179q-.241.242-.241.565t.242.566l1.179%201.198q.129.128.313.119q.185-.01.314-.139q.128-.128.128-.306t-.128-.307l-.689-.689h5.192q.187%200%20.336-.068t.28-.205l5.411-6.311q.123-.154.11-.33t-.165-.297q-.155-.123-.332-.11t-.301.165zM6.75%2019q-.89%200-1.606-.518q-.715-.518-1.121-1.328H1.808q-.348%200-.578-.23T1%2016.346v-4.134q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65%205.5h7.123q.39%200%20.718.195t.546.51l.474.757q.137.217.11.484q-.029.268-.19.479l-1.5%201.748h-1.517l-1.556-1.556Q10.49%207.75%2010%207.75t-.858.367l-3.025%203.025q-.367.368-.367.858t.367.858l3.025%203.025q.368.367.858.367t.858-.367l1.555-1.556h3.085q.273%200%20.506-.109t.413-.32l2.842-3.31q.131-.142.296-.226t.376-.06l1.494.125q.69.05%201.133.536T23%2012.139v4.207q0%20.348-.23.578t-.578.23h-2.234q-.387.81-1.102%201.328T17.25%2019t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102%201.328T6.75%2019%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-fan-recirculate-rounded.svg?color=%231a73e8&size=48