Mode Fan 2 icon

Mode Fan 2 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_2_outlined_fill0_wght400.svg

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

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

Mode Fan 2 icon in React

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

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

Mode Fan 2 icon in Vue

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

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

Mode Fan 2 icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Mode Fan 2 icon in Android

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

<!-- res/drawable/mode_fan_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="M18.5 16.925q0 1.3-.655 2.409Q17.191 20.442 16.075 21.1l-.925 .55q-.332 .175-.676 .263Q14.13 22 13.75 22q-.53 0-1.002-.187Q12.275 21.625 11.875 21.275q-.65-.65-.8-1.562t.275-1.738l.375-.775q.11-.201 .193-.388Q12 16.625 12.05 16.425q.075-.2 0-.375t-.275-.25q-.2-.075-.375-.012t-.275 .237q-.275 .55-.665 1.016Q10.07 17.506 9.55 17.8q-.575 .325-1.2 .5-.626 .175-1.276 .175Q5.775 18.475 4.65 17.838T2.875 16.075l-.525-.925q-.2-.3-.287-.647-.088-.348-.088-.695 0-.533 .2-1.02 .2-.488 .55-.863 .65-.675 1.55-.825t1.75 .275l.775 .375q.201 .11 .388 .193Q7.375 12.025 7.575 12.075q.2 .075 .375-.012t.25-.288q.075-.2 .013-.387T7.95 11.125q-1.2-.5-1.825-1.61t-.625-2.412q0-1.303 .655-2.424T7.925 2.9l.925-.5q.325-.2 .672-.3 .349-.1 .72-.1 .533 0 1.008 .2 .475 .2 .85 .55 .65 .65 .8 1.565 .15 .914-.275 1.735l-.4 .8q-.075 .193-.162 .371Q11.975 7.4 11.9 7.6q-.05 .2 .038 .375t.287 .258q.2 .042 .375-.02t.275-.238q.575-1.15 1.667-1.8t2.363-.65Q18.2 5.525 19.325 6.163q1.125 .637 1.775 1.762l.525 .925q.187 .324 .268 .66Q21.975 9.845 21.975 10.193q0 .532-.2 1.032-.2 .5-.55 .875-.625 .675-1.537 .813T17.95 12.625l-.8-.4q-.192-.075-.371-.15-.179-.075-.379-.125-.206-.05-.378 .025-.172 .075-.255 .275-.042 .2 .021 .375t.262 .25q1.2 .5 1.825 1.625t.625 2.425ZM14.4 20.35l.925-.55q.782-.451 1.228-1.213Q17 17.825 17 16.933q0-.865-.421-1.604Q16.158 14.591 15.4 14.2q-.725-.375-1-1.162t.076-1.54Q14.85 10.7 15.725 10.5q.875-.2 1.7 .2l1.2 .6q.375 .2 .8 .138t.725-.35q.3-.288 .35-.713t-.15-.775l-.525-.925q-.473-.807-1.252-1.266Q17.794 6.95 16.875 6.95q-.875 0-1.601 .454T14.15 8.625q-.358 .726-1.129 .976Q12.25 9.85 11.499 9.5 10.725 9.15 10.475 8.35t.125-1.575l.7-1.4q.2-.375 .125-.787T11.063 3.875q-.288-.3-.7-.362T9.575 3.65l-.925 .55q-.8 .45-1.25 1.213T6.95 7.075q0 .875 .428 1.617Q7.805 9.433 8.575 9.825q.7 .375 .988 1.075t-.01 1.433q-.342 .847-1.21 1.144Q7.475 13.775 6.65 13.35l-1.3-.65q-.375-.2-.787-.112T3.825 12.95q-.3 .3-.35 .713t.15 .762l.55 .925q.451 .783 1.225 1.217Q6.175 17 7.058 17q.442 0 .867-.112t.8-.338q.35-.194 .613-.484Q9.6 15.775 9.8 15.425q.425-.775 1.213-1.05t1.513 .155q.725 .431 .975 1.2Q13.75 16.5 13.4 17.225l-.7 1.4q-.2 .375-.125 .8t.363 .725q.287 .3 .7 .35t.762-.15Zm-2.425-8.35Z" />
</vector>

Mode Fan 2 icon in SVG

npm install @material-symbols/svg-400

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

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

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

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

Keywords

householdiconsettingspeedclimateweatheradjustmentelectronicsairappliancehvacautomotiveventilation

Related icons