mode-fan-off-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
mode-fan-off-rounded
Set
Material Symbols
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

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="M16.075 4.5q0 .7-.337 1.325t-.913 1t-.762.763t-.413.987q-.2.525-.737.688t-.963-.238l-3.375-3.3q-.2-.225-.262-.525t.062-.575q.5-1.125 1.788-1.875T13.475 2q1.275 0 1.938.775t.662 1.725m1.9 3.5q1.9 0 2.963 1.663T22 13.4q0 1.075-.675 1.838t-1.75.762h-.05q-.2 0-.387-.088t-.313-.212l-5.2-4.875q-.325-.35-.262-.875t.562-.725l2.425-.9q.4-.15.8-.237T17.975 8M10.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 .4.025t.4.075L2 4.825q-.3-.3-.3-.712T2 3.4t.713-.3t.712.3L20.5 20.5q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-3.15-3.175q-.325 1.35-1.662 2.313T10.6 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsModeFanOffRounded(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="M16.075 4.5q0 .7-.337 1.325t-.913 1t-.762.763t-.413.987q-.2.525-.737.688t-.963-.238l-3.375-3.3q-.2-.225-.262-.525t.062-.575q.5-1.125 1.788-1.875T13.475 2q1.275 0 1.938.775t.662 1.725m1.9 3.5q1.9 0 2.963 1.663T22 13.4q0 1.075-.675 1.838t-1.75.762h-.05q-.2 0-.387-.088t-.313-.212l-5.2-4.875q-.325-.35-.262-.875t.562-.725l2.425-.9q.4-.15.8-.237T17.975 8M10.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 .4.025t.4.075L2 4.825q-.3-.3-.3-.712T2 3.4t.713-.3t.712.3L20.5 20.5q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-3.15-3.175q-.325 1.35-1.662 2.313T10.6 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.075 4.5q0 .7-.337 1.325t-.913 1t-.762.763t-.413.987q-.2.525-.737.688t-.963-.238l-3.375-3.3q-.2-.225-.262-.525t.062-.575q.5-1.125 1.788-1.875T13.475 2q1.275 0 1.938.775t.662 1.725m1.9 3.5q1.9 0 2.963 1.663T22 13.4q0 1.075-.675 1.838t-1.75.762h-.05q-.2 0-.387-.088t-.313-.212l-5.2-4.875q-.325-.35-.262-.875t.562-.725l2.425-.9q.4-.15.8-.237T17.975 8M10.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 .4.025t.4.075L2 4.825q-.3-.3-.3-.712T2 3.4t.713-.3t.712.3L20.5 20.5q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-3.15-3.175q-.325 1.35-1.662 2.313T10.6 22"/></svg>
</template>

CSS

.icon-mode-fan-off-rounded {
  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%22M16.075%204.5q0%20.7-.337%201.325t-.913%201t-.762.763t-.413.987q-.2.525-.737.688t-.963-.238l-3.375-3.3q-.2-.225-.262-.525t.062-.575q.5-1.125%201.788-1.875T13.475%202q1.275%200%201.938.775t.662%201.725m1.9%203.5q1.9%200%202.963%201.663T22%2013.4q0%201.075-.675%201.838t-1.75.762h-.05q-.2%200-.387-.088t-.313-.212l-5.2-4.875q-.325-.35-.262-.875t.562-.725l2.425-.9q.4-.15.8-.237T17.975%208M10.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.4.025t.4.075L2%204.825q-.3-.3-.3-.712T2%203.4t.713-.3t.712.3L20.5%2020.5q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-3.15-3.175q-.325%201.35-1.662%202.313T10.6%2022%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%22M16.075%204.5q0%20.7-.337%201.325t-.913%201t-.762.763t-.413.987q-.2.525-.737.688t-.963-.238l-3.375-3.3q-.2-.225-.262-.525t.062-.575q.5-1.125%201.788-1.875T13.475%202q1.275%200%201.938.775t.662%201.725m1.9%203.5q1.9%200%202.963%201.663T22%2013.4q0%201.075-.675%201.838t-1.75.762h-.05q-.2%200-.387-.088t-.313-.212l-5.2-4.875q-.325-.35-.262-.875t.562-.725l2.425-.9q.4-.15.8-.237T17.975%208M10.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.4.025t.4.075L2%204.825q-.3-.3-.3-.712T2%203.4t.713-.3t.712.3L20.5%2020.5q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-3.15-3.175q-.325%201.35-1.662%202.313T10.6%2022%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-rounded.svg?color=%231a73e8&size=48