Mode Fan icon

Mode Fan is a Google Material Symbol from the Household 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

mode_fan_outlined_fill0_wght400.svg

Mode Fan 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=mode_fan" />

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

Mode Fan icon in React

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

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

Mode Fan icon in Vue

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

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

Mode Fan icon in Angular

With Angular Material and the font from the HTML tab:

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

Mode Fan 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.mode_fan, fill: 0, weight: 400)

Mode Fan icon in Android

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

<!-- res/drawable/mode_fan.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="M10.6 22q-1.275 0-1.937-.762T8 19.5q0-.65 .288-1.262T9.175 17.225q.55-.35 .913-.937T10.625 14.675q-.025 0-.025-.012t-.05-.038l-2.9 1.025q-.425 .15-.825 .25t-.825 .1q-1.575 0-2.787-1.375T2 10.6q0-1.275 .763-1.937T4.475 8q.65 0 1.275 .288t1.025 .887q.35 .55 .988 .938T9.325 10.625q.017-.025 .033-.05 .017-.025 .017-.05l-1.025-2.875q-.15-.425-.25-.825t-.1-.8q0-1.6 1.375-2.812T13.4 2q1.275 0 1.938 .763T16 4.475q0 .65-.287 1.275T14.825 6.775q-.65 .425-1.012 1.125T13.4 9.35q.025 .025 .038 .013t.037 .037l2.875-1.075q.425-.15 .813-.237T17.975 8q2.025 0 3.025 1.675t1 3.725q0 1.275-.8 1.938T19.425 16q-.625 0-1.212-.287T17.225 14.825q-.35-.55-.937-.912T14.675 13.35q-.025 .05-.04 .076-.015 .027-.035 .049l1.05 2.875q.15 .4 .25 .763t.1 .762q.025 1.625-1.35 2.875T10.6 22Zm1.4-8.5q.625 0 1.063-.437T13.5 12q0-.625-.437-1.062T12 10.5q-.625 0-1.062 .438T10.5 12q0 .625 .438 1.063T12 13.5Zm-1.45-4.125q.3-.125 .65-.225t.7-.15q.2-1.125 .738-2.025t1.362-1.45q.25-.175 .375-.437t.125-.613q0-.41-.262-.693T13.4 3.5q-1.075 0-2.462 .514-1.388 .513-1.438 2.008 0 .28 .063 .529T9.7 7l.85 2.375ZM6 14.5q.35 0 1-.2l2.375-.85q-.2-.35-.287-.7t-.088-.65q-1.125-.2-2.025-.737T5.525 10q-.175-.25-.475-.375t-.575-.125q-.475 0-.725 .263T3.5 10.6q0 1.549 .641 2.724Q4.781 14.5 6 14.5Zm4.6 6q1.328 0 2.614-.575Q14.5 19.35 14.5 17.95q0-.275-.05-.475t-.15-.475l-.85-2.375q-.325 .15-.662 .25t-.688 .125q-.2 1.125-.737 2.025T10 18.475q-.225 .15-.362 .463T9.5 19.525q.025 .375 .275 .675t.825 .3Zm8.825-6q.421 0 .748-.229Q20.5 14.042 20.5 13.4q0-1.1-.512-2.475t-2.034-1.425q-.279 0-.516 .05-.238 .05-.438 .125l-2.375 .875q.125 .2 .25 .638t.125 .712q1.125 .2 2.025 .738t1.45 1.362q.15 .2 .417 .35 .266 .15 .533 .15ZM15 11.9ZM11.9 9ZM9 12.1Zm3.1 2.9Z" />
</vector>

Mode Fan icon in SVG

npm install @material-symbols/svg-400

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

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

Mode Fan 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

NameMode Fan
Ligaturemode_fan
Code pointU+F168
CategoryHousehold
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/mode_fan.svg, mode_fan-fill.svg
FlutterSymbols.mode_fan
LicenseApache License 2.0 (© Google LLC)

Keywords

householdnestsettingclimatetemperatureairappliancecomforthvacventilationcoolingcoolairflow

Related icons