car fan recirculate icon

car-fan-recirculate-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
car-fan-recirculate-rounded
Set
Material Symbols
Style
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

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.65 11.25h-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.262zM6.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.175.275.138.6t-.238.575l-2 2.325h-1.575L11.05 8.425Q10.625 8 10 8t-1.05.425L6.425 10.95Q6 11.375 6 12t.425 1.05l2.525 2.525Q9.375 16 10 16t1.05-.425l1.325-1.325h2.95q.35 0 .65-.137t.5-.388l3.15-3.675q.15-.2.363-.275t.462-.05l1.725.125q.825.05 1.325.613t.5 1.387V17q0 .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 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCarFanRecirculateRounded(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.65 11.25h-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.262zM6.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.175.275.138.6t-.238.575l-2 2.325h-1.575L11.05 8.425Q10.625 8 10 8t-1.05.425L6.425 10.95Q6 11.375 6 12t.425 1.05l2.525 2.525Q9.375 16 10 16t1.05-.425l1.325-1.325h2.95q.35 0 .65-.137t.5-.388l3.15-3.675q.15-.2.363-.275t.462-.05l1.725.125q.825.05 1.325.613t.5 1.387V17q0 .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 20"/></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.65 11.25h-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.262zM6.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.175.275.138.6t-.238.575l-2 2.325h-1.575L11.05 8.425Q10.625 8 10 8t-1.05.425L6.425 10.95Q6 11.375 6 12t.425 1.05l2.525 2.525Q9.375 16 10 16t1.05-.425l1.325-1.325h2.95q.35 0 .65-.137t.5-.388l3.15-3.675q.15-.2.363-.275t.462-.05l1.725.125q.825.05 1.325.613t.5 1.387V17q0 .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 20"/></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.65%2011.25h-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.262zM6.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.175.275.138.6t-.238.575l-2%202.325h-1.575L11.05%208.425Q10.625%208%2010%208t-1.05.425L6.425%2010.95Q6%2011.375%206%2012t.425%201.05l2.525%202.525Q9.375%2016%2010%2016t1.05-.425l1.325-1.325h2.95q.35%200%20.65-.137t.5-.388l3.15-3.675q.15-.2.363-.275t.462-.05l1.725.125q.825.05%201.325.613t.5%201.387V17q0%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%2020%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.65%2011.25h-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.262zM6.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.175.275.138.6t-.238.575l-2%202.325h-1.575L11.05%208.425Q10.625%208%2010%208t-1.05.425L6.425%2010.95Q6%2011.375%206%2012t.425%201.05l2.525%202.525Q9.375%2016%2010%2016t1.05-.425l1.325-1.325h2.95q.35%200%20.65-.137t.5-.388l3.15-3.675q.15-.2.363-.275t.462-.05l1.725.125q.825.05%201.325.613t.5%201.387V17q0%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%2020%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-rounded.svg?color=%231a73e8&size=48