mode-fan-2-outline from Material Symbols Light by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.

Name
mode-fan-2-outline
Set
Material Symbols Light
Style
Outline
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
mode-fan-2-outline-rounded, mode-fan-2-outline-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the mode fan 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.792 16.53q0 1.152-.581 2.121q-.582.97-1.572 1.545l-.843.506q-.273.142-.568.223q-.295.08-.608.08q-.45 0-.854-.158t-.739-.474q-.571-.535-.69-1.317t.23-1.49l.356-.699q.08-.194.166-.376q.084-.182.153-.382q.07-.228-.028-.457t-.337-.337t-.486-.012t-.356.324q-.237.46-.582.857q-.345.399-.8.68q-.516.292-1.065.447t-1.119.156q-1.15 0-2.131-.563q-.98-.564-1.553-1.566l-.487-.842q-.161-.267-.242-.559t-.081-.583q0-.454.167-.848t.46-.729q.538-.579 1.325-.709t1.489.224l.717.356q.194.08.366.165t.372.154q.254.083.48-.044t.334-.365q.107-.239.003-.477t-.334-.347q-1.031-.445-1.589-1.42t-.557-2.12q0-1.158.569-2.144q.57-.987 1.565-1.546l.862-.481q.273-.162.58-.233q.308-.07.622-.07q.45 0 .854.16q.404.162.713.466q.546.546.668 1.329q.12.783-.233 1.484l-.375.737q-.075.194-.163.357t-.137.362q-.083.23.044.455q.127.226.356.334q.229.082.467-.01t.366-.321q.489-1.008 1.458-1.565q.968-.556 2.082-.556q1.152 0 2.144.549t1.546 1.541l.481.862q.142.273.22.56t.078.585q0 .457-.171.873t-.475.745q-.535.571-1.301.683q-.767.111-1.469-.242l-.755-.356q-.175-.094-.343-.17q-.169-.074-.376-.124q-.23-.089-.455.038q-.226.127-.334.356q-.083.248.02.477q.101.229.33.336q1.033.454 1.59 1.434q.556.981.556 2.132m-3.496 3.311l.843-.505q.771-.443 1.212-1.189t.441-1.63q-.019-.852-.433-1.563q-.413-.71-1.165-1.1q-.608-.309-.818-.96t.088-1.283q.303-.645 1.023-.805t1.413.174l1.117.536q.397.202.85.148q.454-.054.768-.38q.32-.321.38-.756t-.173-.825l-.486-.842q-.444-.783-1.211-1.234q-.766-.451-1.67-.451q-.85 0-1.572.439q-.722.438-1.091 1.209q-.285.608-.926.796q-.642.189-1.274-.09q-.62-.298-.83-.945T10.88 7.3l.636-1.298q.208-.39.139-.83q-.07-.441-.387-.76q-.317-.32-.759-.391q-.44-.071-.831.156l-.862.487q-.762.435-1.198 1.197t-.436 1.633q0 .847.423 1.557t1.156 1.118q.557.31.805.893q.249.582.02 1.17q-.298.714-1.008.953q-.71.238-1.404-.116l-1.192-.586q-.396-.208-.843-.139q-.448.07-.774.397q-.322.32-.381.755q-.06.435.173.825l.486.843q.439.757 1.193 1.193q.755.435 1.632.435q.42 0 .833-.11q.414-.109.783-.328q.343-.195.601-.488t.458-.627q.34-.633.995-.869q.653-.235 1.242.115t.815.979q.227.628-.077 1.236l-.655 1.298q-.183.396-.129.85q.055.453.38.768q.325.318.758.388t.823-.162M12 12.02"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightModeFan2Outline(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="M17.792 16.53q0 1.152-.581 2.121q-.582.97-1.572 1.545l-.843.506q-.273.142-.568.223q-.295.08-.608.08q-.45 0-.854-.158t-.739-.474q-.571-.535-.69-1.317t.23-1.49l.356-.699q.08-.194.166-.376q.084-.182.153-.382q.07-.228-.028-.457t-.337-.337t-.486-.012t-.356.324q-.237.46-.582.857q-.345.399-.8.68q-.516.292-1.065.447t-1.119.156q-1.15 0-2.131-.563q-.98-.564-1.553-1.566l-.487-.842q-.161-.267-.242-.559t-.081-.583q0-.454.167-.848t.46-.729q.538-.579 1.325-.709t1.489.224l.717.356q.194.08.366.165t.372.154q.254.083.48-.044t.334-.365q.107-.239.003-.477t-.334-.347q-1.031-.445-1.589-1.42t-.557-2.12q0-1.158.569-2.144q.57-.987 1.565-1.546l.862-.481q.273-.162.58-.233q.308-.07.622-.07q.45 0 .854.16q.404.162.713.466q.546.546.668 1.329q.12.783-.233 1.484l-.375.737q-.075.194-.163.357t-.137.362q-.083.23.044.455q.127.226.356.334q.229.082.467-.01t.366-.321q.489-1.008 1.458-1.565q.968-.556 2.082-.556q1.152 0 2.144.549t1.546 1.541l.481.862q.142.273.22.56t.078.585q0 .457-.171.873t-.475.745q-.535.571-1.301.683q-.767.111-1.469-.242l-.755-.356q-.175-.094-.343-.17q-.169-.074-.376-.124q-.23-.089-.455.038q-.226.127-.334.356q-.083.248.02.477q.101.229.33.336q1.033.454 1.59 1.434q.556.981.556 2.132m-3.496 3.311l.843-.505q.771-.443 1.212-1.189t.441-1.63q-.019-.852-.433-1.563q-.413-.71-1.165-1.1q-.608-.309-.818-.96t.088-1.283q.303-.645 1.023-.805t1.413.174l1.117.536q.397.202.85.148q.454-.054.768-.38q.32-.321.38-.756t-.173-.825l-.486-.842q-.444-.783-1.211-1.234q-.766-.451-1.67-.451q-.85 0-1.572.439q-.722.438-1.091 1.209q-.285.608-.926.796q-.642.189-1.274-.09q-.62-.298-.83-.945T10.88 7.3l.636-1.298q.208-.39.139-.83q-.07-.441-.387-.76q-.317-.32-.759-.391q-.44-.071-.831.156l-.862.487q-.762.435-1.198 1.197t-.436 1.633q0 .847.423 1.557t1.156 1.118q.557.31.805.893q.249.582.02 1.17q-.298.714-1.008.953q-.71.238-1.404-.116l-1.192-.586q-.396-.208-.843-.139q-.448.07-.774.397q-.322.32-.381.755q-.06.435.173.825l.486.843q.439.757 1.193 1.193q.755.435 1.632.435q.42 0 .833-.11q.414-.109.783-.328q.343-.195.601-.488t.458-.627q.34-.633.995-.869q.653-.235 1.242.115t.815.979q.227.628-.077 1.236l-.655 1.298q-.183.396-.129.85q.055.453.38.768q.325.318.758.388t.823-.162M12 12.02"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.792 16.53q0 1.152-.581 2.121q-.582.97-1.572 1.545l-.843.506q-.273.142-.568.223q-.295.08-.608.08q-.45 0-.854-.158t-.739-.474q-.571-.535-.69-1.317t.23-1.49l.356-.699q.08-.194.166-.376q.084-.182.153-.382q.07-.228-.028-.457t-.337-.337t-.486-.012t-.356.324q-.237.46-.582.857q-.345.399-.8.68q-.516.292-1.065.447t-1.119.156q-1.15 0-2.131-.563q-.98-.564-1.553-1.566l-.487-.842q-.161-.267-.242-.559t-.081-.583q0-.454.167-.848t.46-.729q.538-.579 1.325-.709t1.489.224l.717.356q.194.08.366.165t.372.154q.254.083.48-.044t.334-.365q.107-.239.003-.477t-.334-.347q-1.031-.445-1.589-1.42t-.557-2.12q0-1.158.569-2.144q.57-.987 1.565-1.546l.862-.481q.273-.162.58-.233q.308-.07.622-.07q.45 0 .854.16q.404.162.713.466q.546.546.668 1.329q.12.783-.233 1.484l-.375.737q-.075.194-.163.357t-.137.362q-.083.23.044.455q.127.226.356.334q.229.082.467-.01t.366-.321q.489-1.008 1.458-1.565q.968-.556 2.082-.556q1.152 0 2.144.549t1.546 1.541l.481.862q.142.273.22.56t.078.585q0 .457-.171.873t-.475.745q-.535.571-1.301.683q-.767.111-1.469-.242l-.755-.356q-.175-.094-.343-.17q-.169-.074-.376-.124q-.23-.089-.455.038q-.226.127-.334.356q-.083.248.02.477q.101.229.33.336q1.033.454 1.59 1.434q.556.981.556 2.132m-3.496 3.311l.843-.505q.771-.443 1.212-1.189t.441-1.63q-.019-.852-.433-1.563q-.413-.71-1.165-1.1q-.608-.309-.818-.96t.088-1.283q.303-.645 1.023-.805t1.413.174l1.117.536q.397.202.85.148q.454-.054.768-.38q.32-.321.38-.756t-.173-.825l-.486-.842q-.444-.783-1.211-1.234q-.766-.451-1.67-.451q-.85 0-1.572.439q-.722.438-1.091 1.209q-.285.608-.926.796q-.642.189-1.274-.09q-.62-.298-.83-.945T10.88 7.3l.636-1.298q.208-.39.139-.83q-.07-.441-.387-.76q-.317-.32-.759-.391q-.44-.071-.831.156l-.862.487q-.762.435-1.198 1.197t-.436 1.633q0 .847.423 1.557t1.156 1.118q.557.31.805.893q.249.582.02 1.17q-.298.714-1.008.953q-.71.238-1.404-.116l-1.192-.586q-.396-.208-.843-.139q-.448.07-.774.397q-.322.32-.381.755q-.06.435.173.825l.486.843q.439.757 1.193 1.193q.755.435 1.632.435q.42 0 .833-.11q.414-.109.783-.328q.343-.195.601-.488t.458-.627q.34-.633.995-.869q.653-.235 1.242.115t.815.979q.227.628-.077 1.236l-.655 1.298q-.183.396-.129.85q.055.453.38.768q.325.318.758.388t.823-.162M12 12.02"/></svg>
</template>

CSS

.icon-mode-fan-2-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%22M17.792%2016.53q0%201.152-.581%202.121q-.582.97-1.572%201.545l-.843.506q-.273.142-.568.223q-.295.08-.608.08q-.45%200-.854-.158t-.739-.474q-.571-.535-.69-1.317t.23-1.49l.356-.699q.08-.194.166-.376q.084-.182.153-.382q.07-.228-.028-.457t-.337-.337t-.486-.012t-.356.324q-.237.46-.582.857q-.345.399-.8.68q-.516.292-1.065.447t-1.119.156q-1.15%200-2.131-.563q-.98-.564-1.553-1.566l-.487-.842q-.161-.267-.242-.559t-.081-.583q0-.454.167-.848t.46-.729q.538-.579%201.325-.709t1.489.224l.717.356q.194.08.366.165t.372.154q.254.083.48-.044t.334-.365q.107-.239.003-.477t-.334-.347q-1.031-.445-1.589-1.42t-.557-2.12q0-1.158.569-2.144q.57-.987%201.565-1.546l.862-.481q.273-.162.58-.233q.308-.07.622-.07q.45%200%20.854.16q.404.162.713.466q.546.546.668%201.329q.12.783-.233%201.484l-.375.737q-.075.194-.163.357t-.137.362q-.083.23.044.455q.127.226.356.334q.229.082.467-.01t.366-.321q.489-1.008%201.458-1.565q.968-.556%202.082-.556q1.152%200%202.144.549t1.546%201.541l.481.862q.142.273.22.56t.078.585q0%20.457-.171.873t-.475.745q-.535.571-1.301.683q-.767.111-1.469-.242l-.755-.356q-.175-.094-.343-.17q-.169-.074-.376-.124q-.23-.089-.455.038q-.226.127-.334.356q-.083.248.02.477q.101.229.33.336q1.033.454%201.59%201.434q.556.981.556%202.132m-3.496%203.311l.843-.505q.771-.443%201.212-1.189t.441-1.63q-.019-.852-.433-1.563q-.413-.71-1.165-1.1q-.608-.309-.818-.96t.088-1.283q.303-.645%201.023-.805t1.413.174l1.117.536q.397.202.85.148q.454-.054.768-.38q.32-.321.38-.756t-.173-.825l-.486-.842q-.444-.783-1.211-1.234q-.766-.451-1.67-.451q-.85%200-1.572.439q-.722.438-1.091%201.209q-.285.608-.926.796q-.642.189-1.274-.09q-.62-.298-.83-.945T10.88%207.3l.636-1.298q.208-.39.139-.83q-.07-.441-.387-.76q-.317-.32-.759-.391q-.44-.071-.831.156l-.862.487q-.762.435-1.198%201.197t-.436%201.633q0%20.847.423%201.557t1.156%201.118q.557.31.805.893q.249.582.02%201.17q-.298.714-1.008.953q-.71.238-1.404-.116l-1.192-.586q-.396-.208-.843-.139q-.448.07-.774.397q-.322.32-.381.755q-.06.435.173.825l.486.843q.439.757%201.193%201.193q.755.435%201.632.435q.42%200%20.833-.11q.414-.109.783-.328q.343-.195.601-.488t.458-.627q.34-.633.995-.869q.653-.235%201.242.115t.815.979q.227.628-.077%201.236l-.655%201.298q-.183.396-.129.85q.055.453.38.768q.325.318.758.388t.823-.162M12%2012.02%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%22M17.792%2016.53q0%201.152-.581%202.121q-.582.97-1.572%201.545l-.843.506q-.273.142-.568.223q-.295.08-.608.08q-.45%200-.854-.158t-.739-.474q-.571-.535-.69-1.317t.23-1.49l.356-.699q.08-.194.166-.376q.084-.182.153-.382q.07-.228-.028-.457t-.337-.337t-.486-.012t-.356.324q-.237.46-.582.857q-.345.399-.8.68q-.516.292-1.065.447t-1.119.156q-1.15%200-2.131-.563q-.98-.564-1.553-1.566l-.487-.842q-.161-.267-.242-.559t-.081-.583q0-.454.167-.848t.46-.729q.538-.579%201.325-.709t1.489.224l.717.356q.194.08.366.165t.372.154q.254.083.48-.044t.334-.365q.107-.239.003-.477t-.334-.347q-1.031-.445-1.589-1.42t-.557-2.12q0-1.158.569-2.144q.57-.987%201.565-1.546l.862-.481q.273-.162.58-.233q.308-.07.622-.07q.45%200%20.854.16q.404.162.713.466q.546.546.668%201.329q.12.783-.233%201.484l-.375.737q-.075.194-.163.357t-.137.362q-.083.23.044.455q.127.226.356.334q.229.082.467-.01t.366-.321q.489-1.008%201.458-1.565q.968-.556%202.082-.556q1.152%200%202.144.549t1.546%201.541l.481.862q.142.273.22.56t.078.585q0%20.457-.171.873t-.475.745q-.535.571-1.301.683q-.767.111-1.469-.242l-.755-.356q-.175-.094-.343-.17q-.169-.074-.376-.124q-.23-.089-.455.038q-.226.127-.334.356q-.083.248.02.477q.101.229.33.336q1.033.454%201.59%201.434q.556.981.556%202.132m-3.496%203.311l.843-.505q.771-.443%201.212-1.189t.441-1.63q-.019-.852-.433-1.563q-.413-.71-1.165-1.1q-.608-.309-.818-.96t.088-1.283q.303-.645%201.023-.805t1.413.174l1.117.536q.397.202.85.148q.454-.054.768-.38q.32-.321.38-.756t-.173-.825l-.486-.842q-.444-.783-1.211-1.234q-.766-.451-1.67-.451q-.85%200-1.572.439q-.722.438-1.091%201.209q-.285.608-.926.796q-.642.189-1.274-.09q-.62-.298-.83-.945T10.88%207.3l.636-1.298q.208-.39.139-.83q-.07-.441-.387-.76q-.317-.32-.759-.391q-.44-.071-.831.156l-.862.487q-.762.435-1.198%201.197t-.436%201.633q0%20.847.423%201.557t1.156%201.118q.557.31.805.893q.249.582.02%201.17q-.298.714-1.008.953q-.71.238-1.404-.116l-1.192-.586q-.396-.208-.843-.139q-.448.07-.774.397q-.322.32-.381.755q-.06.435.173.825l.486.843q.439.757%201.193%201.193q.755.435%201.632.435q.42%200%20.833-.11q.414-.109.783-.328q.343-.195.601-.488t.458-.627q.34-.633.995-.869q.653-.235%201.242.115t.815.979q.227.628-.077%201.236l-.655%201.298q-.183.396-.129.85q.055.453.38.768q.325.318.758.388t.823-.162M12%2012.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mode-fan-2-outline.svg?color=%231a73e8&size=48