mode fan off icon
mode-fan-off-outline from Material Symbols by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- mode-fan-off-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- mode-fan-off-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the mode fan off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 13.4q0 1.275-.8 1.938T19.425 16q-.15 0-.3-.012t-.3-.063l-7.35-7.375q.2-1.05.775-1.95t1.475-1.5q.15-.1.213-.262T14 4.475t-.162-.337T13.4 4q-.95 0-2.15.4T10 6.025q0 .4.125.775t.325.75L8.1 5.2q.325-1.35 1.663-2.275T13.4 2q1.275 0 1.938.763T16 4.475q0 .65-.288 1.275t-.887 1.025q-.55.35-.887.9t-.463 1.175l.3.15q.15.075.275.175l2.3-.85q.425-.15.813-.237T17.975 8Q20 8 21 9.675t1 3.725m-1.525 9.9l-4.55-4.575q-.325 1.35-1.662 2.313T10.6 22q-1.275 0-1.937-.763T8 19.5q0-.65.288-1.263t.887-1.012q.55-.35.888-.9t.462-1.175l-.3-.15q-.15-.075-.275-.175l-2.3.825q-.425.15-.825.25T6 16q-1.575 0-2.788-1.375T2 10.6q0-1.275.763-1.937T4.475 8q.2 0 .413.025T5.3 8.1L.675 3.5L2.1 2.075l19.8 19.8zm-1.05-9.3q.225 0 .4-.125T20 13.4q0-.95-.4-2.162T17.975 10q-.225 0-.425.038t-.375.112l-1.875.7q.05.15.088.313t.062.312q1.05.2 1.95.763t1.5 1.487q.075.125.225.2t.3.075M6 14q.25 0 .463-.062t.362-.113L8.7 13.15q-.05-.15-.088-.312t-.062-.313q-1.05-.2-1.912-.737T5.3 10.55q-.225-.35-.425-.45t-.4-.1q-.225 0-.35.15T4 10.6q0 1.35.513 2.375T6 14m4.6 6q1.55 0 2.5-.612T14 17.8q0-.25-.1-.65t-.35-.8l-.925-.925q-.275 1.05-.85 1.95t-1.5 1.525q-.125.075-.2.25T10 19.5q.05.225.188.363T10.6 20m.875-11.45"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsModeFanOffOutline(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="M22 13.4q0 1.275-.8 1.938T19.425 16q-.15 0-.3-.012t-.3-.063l-7.35-7.375q.2-1.05.775-1.95t1.475-1.5q.15-.1.213-.262T14 4.475t-.162-.337T13.4 4q-.95 0-2.15.4T10 6.025q0 .4.125.775t.325.75L8.1 5.2q.325-1.35 1.663-2.275T13.4 2q1.275 0 1.938.763T16 4.475q0 .65-.288 1.275t-.887 1.025q-.55.35-.887.9t-.463 1.175l.3.15q.15.075.275.175l2.3-.85q.425-.15.813-.237T17.975 8Q20 8 21 9.675t1 3.725m-1.525 9.9l-4.55-4.575q-.325 1.35-1.662 2.313T10.6 22q-1.275 0-1.937-.763T8 19.5q0-.65.288-1.263t.887-1.012q.55-.35.888-.9t.462-1.175l-.3-.15q-.15-.075-.275-.175l-2.3.825q-.425.15-.825.25T6 16q-1.575 0-2.788-1.375T2 10.6q0-1.275.763-1.937T4.475 8q.2 0 .413.025T5.3 8.1L.675 3.5L2.1 2.075l19.8 19.8zm-1.05-9.3q.225 0 .4-.125T20 13.4q0-.95-.4-2.162T17.975 10q-.225 0-.425.038t-.375.112l-1.875.7q.05.15.088.313t.062.312q1.05.2 1.95.763t1.5 1.487q.075.125.225.2t.3.075M6 14q.25 0 .463-.062t.362-.113L8.7 13.15q-.05-.15-.088-.312t-.062-.313q-1.05-.2-1.912-.737T5.3 10.55q-.225-.35-.425-.45t-.4-.1q-.225 0-.35.15T4 10.6q0 1.35.513 2.375T6 14m4.6 6q1.55 0 2.5-.612T14 17.8q0-.25-.1-.65t-.35-.8l-.925-.925q-.275 1.05-.85 1.95t-1.5 1.525q-.125.075-.2.25T10 19.5q.05.225.188.363T10.6 20m.875-11.45"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 13.4q0 1.275-.8 1.938T19.425 16q-.15 0-.3-.012t-.3-.063l-7.35-7.375q.2-1.05.775-1.95t1.475-1.5q.15-.1.213-.262T14 4.475t-.162-.337T13.4 4q-.95 0-2.15.4T10 6.025q0 .4.125.775t.325.75L8.1 5.2q.325-1.35 1.663-2.275T13.4 2q1.275 0 1.938.763T16 4.475q0 .65-.288 1.275t-.887 1.025q-.55.35-.887.9t-.463 1.175l.3.15q.15.075.275.175l2.3-.85q.425-.15.813-.237T17.975 8Q20 8 21 9.675t1 3.725m-1.525 9.9l-4.55-4.575q-.325 1.35-1.662 2.313T10.6 22q-1.275 0-1.937-.763T8 19.5q0-.65.288-1.263t.887-1.012q.55-.35.888-.9t.462-1.175l-.3-.15q-.15-.075-.275-.175l-2.3.825q-.425.15-.825.25T6 16q-1.575 0-2.788-1.375T2 10.6q0-1.275.763-1.937T4.475 8q.2 0 .413.025T5.3 8.1L.675 3.5L2.1 2.075l19.8 19.8zm-1.05-9.3q.225 0 .4-.125T20 13.4q0-.95-.4-2.162T17.975 10q-.225 0-.425.038t-.375.112l-1.875.7q.05.15.088.313t.062.312q1.05.2 1.95.763t1.5 1.487q.075.125.225.2t.3.075M6 14q.25 0 .463-.062t.362-.113L8.7 13.15q-.05-.15-.088-.312t-.062-.313q-1.05-.2-1.912-.737T5.3 10.55q-.225-.35-.425-.45t-.4-.1q-.225 0-.35.15T4 10.6q0 1.35.513 2.375T6 14m4.6 6q1.55 0 2.5-.612T14 17.8q0-.25-.1-.65t-.35-.8l-.925-.925q-.275 1.05-.85 1.95t-1.5 1.525q-.125.075-.2.25T10 19.5q.05.225.188.363T10.6 20m.875-11.45"/></svg> </template>
CSS
.icon-mode-fan-off-outline {
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%22M22%2013.4q0%201.275-.8%201.938T19.425%2016q-.15%200-.3-.012t-.3-.063l-7.35-7.375q.2-1.05.775-1.95t1.475-1.5q.15-.1.213-.262T14%204.475t-.162-.337T13.4%204q-.95%200-2.15.4T10%206.025q0%20.4.125.775t.325.75L8.1%205.2q.325-1.35%201.663-2.275T13.4%202q1.275%200%201.938.763T16%204.475q0%20.65-.288%201.275t-.887%201.025q-.55.35-.887.9t-.463%201.175l.3.15q.15.075.275.175l2.3-.85q.425-.15.813-.237T17.975%208Q20%208%2021%209.675t1%203.725m-1.525%209.9l-4.55-4.575q-.325%201.35-1.662%202.313T10.6%2022q-1.275%200-1.937-.763T8%2019.5q0-.65.288-1.263t.887-1.012q.55-.35.888-.9t.462-1.175l-.3-.15q-.15-.075-.275-.175l-2.3.825q-.425.15-.825.25T6%2016q-1.575%200-2.788-1.375T2%2010.6q0-1.275.763-1.937T4.475%208q.2%200%20.413.025T5.3%208.1L.675%203.5L2.1%202.075l19.8%2019.8zm-1.05-9.3q.225%200%20.4-.125T20%2013.4q0-.95-.4-2.162T17.975%2010q-.225%200-.425.038t-.375.112l-1.875.7q.05.15.088.313t.062.312q1.05.2%201.95.763t1.5%201.487q.075.125.225.2t.3.075M6%2014q.25%200%20.463-.062t.362-.113L8.7%2013.15q-.05-.15-.088-.312t-.062-.313q-1.05-.2-1.912-.737T5.3%2010.55q-.225-.35-.425-.45t-.4-.1q-.225%200-.35.15T4%2010.6q0%201.35.513%202.375T6%2014m4.6%206q1.55%200%202.5-.612T14%2017.8q0-.25-.1-.65t-.35-.8l-.925-.925q-.275%201.05-.85%201.95t-1.5%201.525q-.125.075-.2.25T10%2019.5q.05.225.188.363T10.6%2020m.875-11.45%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%22M22%2013.4q0%201.275-.8%201.938T19.425%2016q-.15%200-.3-.012t-.3-.063l-7.35-7.375q.2-1.05.775-1.95t1.475-1.5q.15-.1.213-.262T14%204.475t-.162-.337T13.4%204q-.95%200-2.15.4T10%206.025q0%20.4.125.775t.325.75L8.1%205.2q.325-1.35%201.663-2.275T13.4%202q1.275%200%201.938.763T16%204.475q0%20.65-.288%201.275t-.887%201.025q-.55.35-.887.9t-.463%201.175l.3.15q.15.075.275.175l2.3-.85q.425-.15.813-.237T17.975%208Q20%208%2021%209.675t1%203.725m-1.525%209.9l-4.55-4.575q-.325%201.35-1.662%202.313T10.6%2022q-1.275%200-1.937-.763T8%2019.5q0-.65.288-1.263t.887-1.012q.55-.35.888-.9t.462-1.175l-.3-.15q-.15-.075-.275-.175l-2.3.825q-.425.15-.825.25T6%2016q-1.575%200-2.788-1.375T2%2010.6q0-1.275.763-1.937T4.475%208q.2%200%20.413.025T5.3%208.1L.675%203.5L2.1%202.075l19.8%2019.8zm-1.05-9.3q.225%200%20.4-.125T20%2013.4q0-.95-.4-2.162T17.975%2010q-.225%200-.425.038t-.375.112l-1.875.7q.05.15.088.313t.062.312q1.05.2%201.95.763t1.5%201.487q.075.125.225.2t.3.075M6%2014q.25%200%20.463-.062t.362-.113L8.7%2013.15q-.05-.15-.088-.312t-.062-.313q-1.05-.2-1.912-.737T5.3%2010.55q-.225-.35-.425-.45t-.4-.1q-.225%200-.35.15T4%2010.6q0%201.35.513%202.375T6%2014m4.6%206q1.55%200%202.5-.612T14%2017.8q0-.25-.1-.65t-.35-.8l-.925-.925q-.275%201.05-.85%201.95t-1.5%201.525q-.125.075-.2.25T10%2019.5q.05.225.188.363T10.6%2020m.875-11.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mode-fan-off-outline.svg?color=%231a73e8&size=48