Car Fan Recirculate 2 icon

Car Fan Recirculate 2 is a Google Material Symbol from the Transit category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

car_fan_recirculate_2_outlined_fill0_wght400.svg

Car Fan Recirculate 2 icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=car_fan_recirculate_2" />

<span class="material-symbols-outlined">car_fan_recirculate_2</span>

Car Fan Recirculate 2 icon in React

// With the font from the HTML tab:
export function CarFanRecirculate2Icon() {
  return (
    <span className="material-symbols-outlined">
      car_fan_recirculate_2
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import CarFanRecirculate2Icon from "@material-symbols/svg-400/outlined/car_fan_recirculate_2.svg?react";

Car Fan Recirculate 2 icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">car_fan_recirculate_2</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import CarFanRecirculate2Icon from "@material-symbols/svg-400/outlined/car_fan_recirculate_2.svg?component"; -->

Car Fan Recirculate 2 icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">car_fan_recirculate_2</mat-icon>

Car Fan Recirculate 2 icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.car_fan_recirculate_2, fill: 0, weight: 400)

Car Fan Recirculate 2 icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/car_fan_recirculate_2.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="m9.2 14.7 .7-.675-.975-1h2.7q1.117 0 1.896-.786Q14.3 11.453 14.3 10.327q0-1.127-.779-1.914T11.625 7.625H7.425v.975h4.2q.701 0 1.188 .502Q13.3 9.604 13.3 10.325q0 .711-.487 1.206Q12.326 12.025 11.625 12.025H8.925l.975-1-.7-.7-2.175 2.2 2.175 2.175ZM6.375 20q-1 0-1.812-.587T3.328 17.925H0v-6.225q0-.6 .45-1.05t1.05-.45h1.5l1.6-4.525q.198-.532 .65-.853Q5.702 4.5 6.275 4.5h7.65q.475 0 .875 .225t.65 .65l2.55 4.3 4.5 .375q.6 .05 1.05 .538t.45 1.087v6.25H20.675q-.425 .925-1.237 1.5T17.625 20q-1 0-1.812-.587T14.575 17.925H9.425q-.425 .925-1.237 1.5T6.375 20Zm.018-1.5Q7.15 18.5 7.675 17.961q.525-.54 .525-1.311v-.225h7.625v.225q0 .771 .532 1.311Q16.89 18.5 17.65 18.5q.75 0 1.275-.539 .525-.54 .525-1.311v-.225h3.075v-4.85l-5.425-.475-3.025-5.1H6.1l-2.05 5.7H1.5v4.725h3.075v.225q0 .771 .53 1.311 .53 .539 1.288 .539ZM12 12.25Z" />
</vector>

Car Fan Recirculate 2 icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/car_fan_recirculate_2.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/car_fan_recirculate_2.svg" width="24" height="24" alt="Car Fan Recirculate 2">

Car Fan Recirculate 2 icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameCar Fan Recirculate 2
Ligaturecar_fan_recirculate_2
Code pointU+FFF40
CategoryTransit
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/car_fan_recirculate_2.svg, car_fan_recirculate_2-fill.svg
FlutterSymbols.car_fan_recirculate_2
LicenseApache License 2.0 (© Google LLC)

Keywords

transitsystemvehicleclimateautomobilemodetemperaturedashboardheatairautohvacautomotive

Related icons