fan from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
fan
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Use the fan icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10 3c0 1.313-.304 2.508-.8 3.4a2 2 0 0 0-1.484-.38c-.28-.982-.91-2.04-1.838-2.969a8 8 0 0 0-.491-.454A6 6 0 0 1 8 2c.691 0 1.355.117 1.973.332Q10 2.661 10 3m0 5q0 .11-.012.217c1.018-.019 2.2-.353 3.331-1.006a8 8 0 0 0 .57-.361a6 6 0 0 0-2.53-3.823a9 9 0 0 1-.145.64c-.34 1.269-.944 2.346-1.656 3.079c.277.343.442.78.442 1.254m-.137.728a2 2 0 0 1-1.07 1.109c.525.87 1.405 1.725 2.535 2.377q.3.174.605.317a6 6 0 0 0 2.053-4.111q-.311.11-.641.199c-1.264.339-2.493.356-3.482.11ZM8 10c-.45 0-.866-.149-1.2-.4c-.494.89-.796 2.082-.796 3.391q0 .346.027.678A6 6 0 0 0 8 14c.94 0 1.83-.216 2.623-.602a8 8 0 0 1-.497-.458c-.925-.926-1.555-1.981-1.836-2.96Q8.149 10 8 10M6 8q0-.12.014-.239c-1.02.017-2.205.351-3.34 1.007a8 8 0 0 0-.568.359a6 6 0 0 0 2.525 3.839a8 8 0 0 1 .148-.653c.34-1.267.94-2.342 1.65-3.075A2 2 0 0 1 6 8m-3.347-.632c1.267-.34 2.498-.355 3.488-.107c.196-.494.583-.89 1.07-1.1c-.524-.874-1.406-1.733-2.541-2.388a8 8 0 0 0-.594-.312a6 6 0 0 0-2.06 4.106q.309-.11.637-.199M8 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/></g></svg>

React

import type { SVGProps } from "react";

export function BiFan(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10 3c0 1.313-.304 2.508-.8 3.4a2 2 0 0 0-1.484-.38c-.28-.982-.91-2.04-1.838-2.969a8 8 0 0 0-.491-.454A6 6 0 0 1 8 2c.691 0 1.355.117 1.973.332Q10 2.661 10 3m0 5q0 .11-.012.217c1.018-.019 2.2-.353 3.331-1.006a8 8 0 0 0 .57-.361a6 6 0 0 0-2.53-3.823a9 9 0 0 1-.145.64c-.34 1.269-.944 2.346-1.656 3.079c.277.343.442.78.442 1.254m-.137.728a2 2 0 0 1-1.07 1.109c.525.87 1.405 1.725 2.535 2.377q.3.174.605.317a6 6 0 0 0 2.053-4.111q-.311.11-.641.199c-1.264.339-2.493.356-3.482.11ZM8 10c-.45 0-.866-.149-1.2-.4c-.494.89-.796 2.082-.796 3.391q0 .346.027.678A6 6 0 0 0 8 14c.94 0 1.83-.216 2.623-.602a8 8 0 0 1-.497-.458c-.925-.926-1.555-1.981-1.836-2.96Q8.149 10 8 10M6 8q0-.12.014-.239c-1.02.017-2.205.351-3.34 1.007a8 8 0 0 0-.568.359a6 6 0 0 0 2.525 3.839a8 8 0 0 1 .148-.653c.34-1.267.94-2.342 1.65-3.075A2 2 0 0 1 6 8m-3.347-.632c1.267-.34 2.498-.355 3.488-.107c.196-.494.583-.89 1.07-1.1c-.524-.874-1.406-1.733-2.541-2.388a8 8 0 0 0-.594-.312a6 6 0 0 0-2.06 4.106q.309-.11.637-.199M8 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10 3c0 1.313-.304 2.508-.8 3.4a2 2 0 0 0-1.484-.38c-.28-.982-.91-2.04-1.838-2.969a8 8 0 0 0-.491-.454A6 6 0 0 1 8 2c.691 0 1.355.117 1.973.332Q10 2.661 10 3m0 5q0 .11-.012.217c1.018-.019 2.2-.353 3.331-1.006a8 8 0 0 0 .57-.361a6 6 0 0 0-2.53-3.823a9 9 0 0 1-.145.64c-.34 1.269-.944 2.346-1.656 3.079c.277.343.442.78.442 1.254m-.137.728a2 2 0 0 1-1.07 1.109c.525.87 1.405 1.725 2.535 2.377q.3.174.605.317a6 6 0 0 0 2.053-4.111q-.311.11-.641.199c-1.264.339-2.493.356-3.482.11ZM8 10c-.45 0-.866-.149-1.2-.4c-.494.89-.796 2.082-.796 3.391q0 .346.027.678A6 6 0 0 0 8 14c.94 0 1.83-.216 2.623-.602a8 8 0 0 1-.497-.458c-.925-.926-1.555-1.981-1.836-2.96Q8.149 10 8 10M6 8q0-.12.014-.239c-1.02.017-2.205.351-3.34 1.007a8 8 0 0 0-.568.359a6 6 0 0 0 2.525 3.839a8 8 0 0 1 .148-.653c.34-1.267.94-2.342 1.65-3.075A2 2 0 0 1 6 8m-3.347-.632c1.267-.34 2.498-.355 3.488-.107c.196-.494.583-.89 1.07-1.1c-.524-.874-1.406-1.733-2.541-2.388a8 8 0 0 0-.594-.312a6 6 0 0 0-2.06 4.106q.309-.11.637-.199M8 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/></g></svg>
</template>

CSS

.icon-fan {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10%203c0%201.313-.304%202.508-.8%203.4a2%202%200%200%200-1.484-.38c-.28-.982-.91-2.04-1.838-2.969a8%208%200%200%200-.491-.454A6%206%200%200%201%208%202c.691%200%201.355.117%201.973.332Q10%202.661%2010%203m0%205q0%20.11-.012.217c1.018-.019%202.2-.353%203.331-1.006a8%208%200%200%200%20.57-.361a6%206%200%200%200-2.53-3.823a9%209%200%200%201-.145.64c-.34%201.269-.944%202.346-1.656%203.079c.277.343.442.78.442%201.254m-.137.728a2%202%200%200%201-1.07%201.109c.525.87%201.405%201.725%202.535%202.377q.3.174.605.317a6%206%200%200%200%202.053-4.111q-.311.11-.641.199c-1.264.339-2.493.356-3.482.11ZM8%2010c-.45%200-.866-.149-1.2-.4c-.494.89-.796%202.082-.796%203.391q0%20.346.027.678A6%206%200%200%200%208%2014c.94%200%201.83-.216%202.623-.602a8%208%200%200%201-.497-.458c-.925-.926-1.555-1.981-1.836-2.96Q8.149%2010%208%2010M6%208q0-.12.014-.239c-1.02.017-2.205.351-3.34%201.007a8%208%200%200%200-.568.359a6%206%200%200%200%202.525%203.839a8%208%200%200%201%20.148-.653c.34-1.267.94-2.342%201.65-3.075A2%202%200%200%201%206%208m-3.347-.632c1.267-.34%202.498-.355%203.488-.107c.196-.494.583-.89%201.07-1.1c-.524-.874-1.406-1.733-2.541-2.388a8%208%200%200%200-.594-.312a6%206%200%200%200-2.06%204.106q.309-.11.637-.199M8%209a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20d%3D%22M8%2015A7%207%200%201%201%208%201a7%207%200%200%201%200%2014m0%201A8%208%200%201%200%208%200a8%208%200%200%200%200%2016%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10%203c0%201.313-.304%202.508-.8%203.4a2%202%200%200%200-1.484-.38c-.28-.982-.91-2.04-1.838-2.969a8%208%200%200%200-.491-.454A6%206%200%200%201%208%202c.691%200%201.355.117%201.973.332Q10%202.661%2010%203m0%205q0%20.11-.012.217c1.018-.019%202.2-.353%203.331-1.006a8%208%200%200%200%20.57-.361a6%206%200%200%200-2.53-3.823a9%209%200%200%201-.145.64c-.34%201.269-.944%202.346-1.656%203.079c.277.343.442.78.442%201.254m-.137.728a2%202%200%200%201-1.07%201.109c.525.87%201.405%201.725%202.535%202.377q.3.174.605.317a6%206%200%200%200%202.053-4.111q-.311.11-.641.199c-1.264.339-2.493.356-3.482.11ZM8%2010c-.45%200-.866-.149-1.2-.4c-.494.89-.796%202.082-.796%203.391q0%20.346.027.678A6%206%200%200%200%208%2014c.94%200%201.83-.216%202.623-.602a8%208%200%200%201-.497-.458c-.925-.926-1.555-1.981-1.836-2.96Q8.149%2010%208%2010M6%208q0-.12.014-.239c-1.02.017-2.205.351-3.34%201.007a8%208%200%200%200-.568.359a6%206%200%200%200%202.525%203.839a8%208%200%200%201%20.148-.653c.34-1.267.94-2.342%201.65-3.075A2%202%200%200%201%206%208m-3.347-.632c1.267-.34%202.498-.355%203.488-.107c.196-.494.583-.89%201.07-1.1c-.524-.874-1.406-1.733-2.541-2.388a8%208%200%200%200-.594-.312a6%206%200%200%200-2.06%204.106q.309-.11.637-.199M8%209a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20d%3D%22M8%2015A7%207%200%201%201%208%201a7%207%200%200%201%200%2014m0%201A8%208%200%201%200%208%200a8%208%200%200%200%200%2016%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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