Mode Fan Off icon

Mode Fan Off 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_off_outlined_fill0_wght400.svg

Mode Fan Off 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_off" />

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

Mode Fan Off icon in React

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

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

Mode Fan Off icon in Vue

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

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

Mode Fan Off icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Mode Fan Off icon in Android

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

<!-- res/drawable/mode_fan_off.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="M22 13.4q0 1.275-.8 1.938T19.425 16q-.525 0-1.075-.187T17.375 15.2L11.925 9.75q-.025-1.225 .5-2.375t1.575-1.85q.25-.175 .375-.437t.125-.613q0-.425-.312-.7T13.4 3.5q-1.075 0-2.462 .513T9.5 6.014q0 .486 .175 .936l.35 .9-2-2q.075-1.575 1.438-2.712T13.4 2q1.275 0 1.938 .763T16 4.475q0 .65-.287 1.275T14.825 6.775q-.65 .425-1.012 1.125T13.4 9.35h.063q.012 0 .012 .05l2.875-1.075q.425-.15 .813-.237T17.975 8q2.025 0 3.025 1.675t1 3.725ZM20.825 22.975 16 18.125q-.1 1.55-1.462 2.713T10.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-.05-.043-.05H10.55l-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.575 0 1.138 .138T6.575 8.7L.65 2.8l1.075-1.075L21.9 21.9l-1.075 1.075Zm-1.396-8.475q.419 0 .745-.229Q20.5 14.042 20.5 13.4q0-1.09-.504-2.48Q19.493 9.529 17.95 9.5q-.275-.025-.512 .038T17 9.675l-2.375 .875q.125 .2 .25 .638t.125 .712q1.125 .2 1.975 .775t1.4 1.4q.155 .193 .465 .309Q19.15 14.5 19.429 14.5Zm-13.44 0q.311 0 .561-.062 .25-.063 .45-.138l2.375-.85q-.2-.35-.288-.7t-.087-.65q-1.125-.2-2.013-.75T5.525 10q-.15-.275-.462-.387T4.475 9.5q-.475 0-.725 .263T3.5 10.6q0 1.549 .638 2.724T5.989 14.5ZM10.6 20.5q1.725 0 2.813-.712T14.5 17.95q0-.4-.125-.875t-.375-.95l-1.75-1.825q-.175 1.225-.65 2.338T10 18.475q-.2 .125-.35 .433-.15 .309-.15 .617 .025 .425 .313 .7t.787 .275Zm4.4-8.6Zm-6 .2Zm3.25 2.2Zm-.325-4.55Z" />
</vector>

Mode Fan Off icon in SVG

npm install @material-symbols/svg-400

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

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

Mode Fan Off 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 Off
Ligaturemode_fan_off
Code pointU+EC17
CategoryHousehold
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/mode_fan_off.svg, mode_fan_off-fill.svg
FlutterSymbols.mode_fan_off
LicenseApache License 2.0 (© Google LLC)

Keywords

householdsettingslinesondisabledslashenabledneststoppowertoggleclimateweather

Related icons