outline mode fan off icon

outline-mode-fan-off from Google Material Icons by Material Design Authors · Baseline · Home · Apache-2.0 Free for personal and commercial use.

Name
outline-mode-fan-off
Set
Google Material Icons
Style
Baseline
Category
Home
Viewbox
24×24
License
Apache 2.0

More home icons from Google Material Icons

Use the outline 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="M18 8c-1.06 0-1.64.29-3.91 1.19c-.19-.14-.4-.27-.62-.37c.25-1.03.61-1.53 1.33-2.04c.81-.57 1.2-1.34 1.2-2.28c0-1.22-.95-2.5-2.6-2.5c-3.08 0-4.92 1.47-5.32 3.26l2.33 2.33C10.07 6.69 10 6.38 10 6c0-1.18 1.4-2 3.4-2c.57 0 .6.42.6.5c0 .27-.05.43-.35.65c-1.27.9-1.83 1.91-2.16 3.39l-.02.1l7.25 7.25c.24.06.5.11.78.11c1.22 0 2.5-.95 2.5-2.6C22 9.91 20.11 8 18 8m1.5 6c-.27 0-.43-.05-.65-.35c-.9-1.27-1.91-1.83-3.39-2.16a3 3 0 0 0-.15-.62c1.8-.75 2.18-.87 2.69-.87c1.18 0 2 1.4 2 3.4c0 .57-.42.6-.5.6M1.39 4.22l3.89 3.89C5.04 8.05 4.78 8 4.5 8C3.28 8 2 8.95 2 10.6C2 14.09 3.89 16 6 16c1.06 0 1.64-.29 3.91-1.19c.19.14.4.27.62.37c-.25 1.03-.61 1.53-1.33 2.04c-.81.57-1.2 1.34-1.2 2.28c0 1.22.95 2.5 2.6 2.5c3.08 0 4.92-1.47 5.32-3.26l3.86 3.86l1.41-1.41L2.81 2.81zm11.13 11.24c.03 0 .06-.02.09-.02l.97.97c.35.9.42 1.21.42 1.59c0 1.18-1.4 2-3.4 2c-.57 0-.6-.42-.6-.5c0-.27.05-.43.35-.65c1.28-.89 1.83-1.91 2.17-3.39m-3.98-2.94c.03.22.08.42.15.62c-1.8.74-2.18.86-2.69.86c-1.18 0-2-1.4-2-3.4c0-.57.42-.6.5-.6c.27 0 .43.05.65.35c.89 1.28 1.91 1.83 3.39 2.17"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineModeFanOff(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="M18 8c-1.06 0-1.64.29-3.91 1.19c-.19-.14-.4-.27-.62-.37c.25-1.03.61-1.53 1.33-2.04c.81-.57 1.2-1.34 1.2-2.28c0-1.22-.95-2.5-2.6-2.5c-3.08 0-4.92 1.47-5.32 3.26l2.33 2.33C10.07 6.69 10 6.38 10 6c0-1.18 1.4-2 3.4-2c.57 0 .6.42.6.5c0 .27-.05.43-.35.65c-1.27.9-1.83 1.91-2.16 3.39l-.02.1l7.25 7.25c.24.06.5.11.78.11c1.22 0 2.5-.95 2.5-2.6C22 9.91 20.11 8 18 8m1.5 6c-.27 0-.43-.05-.65-.35c-.9-1.27-1.91-1.83-3.39-2.16a3 3 0 0 0-.15-.62c1.8-.75 2.18-.87 2.69-.87c1.18 0 2 1.4 2 3.4c0 .57-.42.6-.5.6M1.39 4.22l3.89 3.89C5.04 8.05 4.78 8 4.5 8C3.28 8 2 8.95 2 10.6C2 14.09 3.89 16 6 16c1.06 0 1.64-.29 3.91-1.19c.19.14.4.27.62.37c-.25 1.03-.61 1.53-1.33 2.04c-.81.57-1.2 1.34-1.2 2.28c0 1.22.95 2.5 2.6 2.5c3.08 0 4.92-1.47 5.32-3.26l3.86 3.86l1.41-1.41L2.81 2.81zm11.13 11.24c.03 0 .06-.02.09-.02l.97.97c.35.9.42 1.21.42 1.59c0 1.18-1.4 2-3.4 2c-.57 0-.6-.42-.6-.5c0-.27.05-.43.35-.65c1.28-.89 1.83-1.91 2.17-3.39m-3.98-2.94c.03.22.08.42.15.62c-1.8.74-2.18.86-2.69.86c-1.18 0-2-1.4-2-3.4c0-.57.42-.6.5-.6c.27 0 .43.05.65.35c.89 1.28 1.91 1.83 3.39 2.17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 8c-1.06 0-1.64.29-3.91 1.19c-.19-.14-.4-.27-.62-.37c.25-1.03.61-1.53 1.33-2.04c.81-.57 1.2-1.34 1.2-2.28c0-1.22-.95-2.5-2.6-2.5c-3.08 0-4.92 1.47-5.32 3.26l2.33 2.33C10.07 6.69 10 6.38 10 6c0-1.18 1.4-2 3.4-2c.57 0 .6.42.6.5c0 .27-.05.43-.35.65c-1.27.9-1.83 1.91-2.16 3.39l-.02.1l7.25 7.25c.24.06.5.11.78.11c1.22 0 2.5-.95 2.5-2.6C22 9.91 20.11 8 18 8m1.5 6c-.27 0-.43-.05-.65-.35c-.9-1.27-1.91-1.83-3.39-2.16a3 3 0 0 0-.15-.62c1.8-.75 2.18-.87 2.69-.87c1.18 0 2 1.4 2 3.4c0 .57-.42.6-.5.6M1.39 4.22l3.89 3.89C5.04 8.05 4.78 8 4.5 8C3.28 8 2 8.95 2 10.6C2 14.09 3.89 16 6 16c1.06 0 1.64-.29 3.91-1.19c.19.14.4.27.62.37c-.25 1.03-.61 1.53-1.33 2.04c-.81.57-1.2 1.34-1.2 2.28c0 1.22.95 2.5 2.6 2.5c3.08 0 4.92-1.47 5.32-3.26l3.86 3.86l1.41-1.41L2.81 2.81zm11.13 11.24c.03 0 .06-.02.09-.02l.97.97c.35.9.42 1.21.42 1.59c0 1.18-1.4 2-3.4 2c-.57 0-.6-.42-.6-.5c0-.27.05-.43.35-.65c1.28-.89 1.83-1.91 2.17-3.39m-3.98-2.94c.03.22.08.42.15.62c-1.8.74-2.18.86-2.69.86c-1.18 0-2-1.4-2-3.4c0-.57.42-.6.5-.6c.27 0 .43.05.65.35c.89 1.28 1.91 1.83 3.39 2.17"/></svg>
</template>

CSS

.icon-outline-mode-fan-off {
  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%22M18%208c-1.06%200-1.64.29-3.91%201.19c-.19-.14-.4-.27-.62-.37c.25-1.03.61-1.53%201.33-2.04c.81-.57%201.2-1.34%201.2-2.28c0-1.22-.95-2.5-2.6-2.5c-3.08%200-4.92%201.47-5.32%203.26l2.33%202.33C10.07%206.69%2010%206.38%2010%206c0-1.18%201.4-2%203.4-2c.57%200%20.6.42.6.5c0%20.27-.05.43-.35.65c-1.27.9-1.83%201.91-2.16%203.39l-.02.1l7.25%207.25c.24.06.5.11.78.11c1.22%200%202.5-.95%202.5-2.6C22%209.91%2020.11%208%2018%208m1.5%206c-.27%200-.43-.05-.65-.35c-.9-1.27-1.91-1.83-3.39-2.16a3%203%200%200%200-.15-.62c1.8-.75%202.18-.87%202.69-.87c1.18%200%202%201.4%202%203.4c0%20.57-.42.6-.5.6M1.39%204.22l3.89%203.89C5.04%208.05%204.78%208%204.5%208C3.28%208%202%208.95%202%2010.6C2%2014.09%203.89%2016%206%2016c1.06%200%201.64-.29%203.91-1.19c.19.14.4.27.62.37c-.25%201.03-.61%201.53-1.33%202.04c-.81.57-1.2%201.34-1.2%202.28c0%201.22.95%202.5%202.6%202.5c3.08%200%204.92-1.47%205.32-3.26l3.86%203.86l1.41-1.41L2.81%202.81zm11.13%2011.24c.03%200%20.06-.02.09-.02l.97.97c.35.9.42%201.21.42%201.59c0%201.18-1.4%202-3.4%202c-.57%200-.6-.42-.6-.5c0-.27.05-.43.35-.65c1.28-.89%201.83-1.91%202.17-3.39m-3.98-2.94c.03.22.08.42.15.62c-1.8.74-2.18.86-2.69.86c-1.18%200-2-1.4-2-3.4c0-.57.42-.6.5-.6c.27%200%20.43.05.65.35c.89%201.28%201.91%201.83%203.39%202.17%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%22M18%208c-1.06%200-1.64.29-3.91%201.19c-.19-.14-.4-.27-.62-.37c.25-1.03.61-1.53%201.33-2.04c.81-.57%201.2-1.34%201.2-2.28c0-1.22-.95-2.5-2.6-2.5c-3.08%200-4.92%201.47-5.32%203.26l2.33%202.33C10.07%206.69%2010%206.38%2010%206c0-1.18%201.4-2%203.4-2c.57%200%20.6.42.6.5c0%20.27-.05.43-.35.65c-1.27.9-1.83%201.91-2.16%203.39l-.02.1l7.25%207.25c.24.06.5.11.78.11c1.22%200%202.5-.95%202.5-2.6C22%209.91%2020.11%208%2018%208m1.5%206c-.27%200-.43-.05-.65-.35c-.9-1.27-1.91-1.83-3.39-2.16a3%203%200%200%200-.15-.62c1.8-.75%202.18-.87%202.69-.87c1.18%200%202%201.4%202%203.4c0%20.57-.42.6-.5.6M1.39%204.22l3.89%203.89C5.04%208.05%204.78%208%204.5%208C3.28%208%202%208.95%202%2010.6C2%2014.09%203.89%2016%206%2016c1.06%200%201.64-.29%203.91-1.19c.19.14.4.27.62.37c-.25%201.03-.61%201.53-1.33%202.04c-.81.57-1.2%201.34-1.2%202.28c0%201.22.95%202.5%202.6%202.5c3.08%200%204.92-1.47%205.32-3.26l3.86%203.86l1.41-1.41L2.81%202.81zm11.13%2011.24c.03%200%20.06-.02.09-.02l.97.97c.35.9.42%201.21.42%201.59c0%201.18-1.4%202-3.4%202c-.57%200-.6-.42-.6-.5c0-.27.05-.43.35-.65c1.28-.89%201.83-1.91%202.17-3.39m-3.98-2.94c.03.22.08.42.15.62c-1.8.74-2.18.86-2.69.86c-1.18%200-2-1.4-2-3.4c0-.57.42-.6.5-.6c.27%200%20.43.05.65.35c.89%201.28%201.91%201.83%203.39%202.17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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