fan icon
fan from Line Awesome by Icons8 · Line · Spinners · Apache-2.0 Free for personal and commercial use.
- Name
- fan
- Set
- Line Awesome
- Style
- Line
- Category
- Spinners
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- fan-solid
The same icon in other sets
More spinners icons from Line Awesome
Use the fan icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C10.488 4 6 8.488 6 14s4.488 10 10 10s10-4.488 10-10S21.512 4 16 4m0 2a7.977 7.977 0 0 1 7.969 7.438a4.8 4.8 0 0 0-2-.813a7 7 0 0 0-1.313-.094a7.3 7.3 0 0 0-1.906.281a3.02 3.02 0 0 0-3.375-1.75c-.008-.007-.023.008-.031 0c-.649-.542-1.34-1.382-1.656-2.218c-.211-.559-.258-1.074-.157-1.5c.098-.418.313-.813.875-1.188A8 8 0 0 1 16 6m-4.5 1.406a4.8 4.8 0 0 0 .313 2.125a7.4 7.4 0 0 0 1.78 2.688a3 3 0 0 0 .219 3.844c-.16.796-.539 1.765-1.093 2.437c-.383.465-.824.777-1.25.906c-.426.13-.867.137-1.5-.187C8.754 17.816 8 16.008 8 14c0-2.754 1.395-5.156 3.5-6.594M16 13c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m4.688 1.563c.32-.012.644.011.937.062c.586.102 1.078.316 1.406.625c.309.293.512.668.563 1.313A8.01 8.01 0 0 1 16 22c-1.27 0-2.469-.29-3.531-.813c.715-.312 1.308-.832 1.781-1.406a7.5 7.5 0 0 0 1.438-2.812c.105.011.203.031.312.031c1.313 0 2.41-.879 2.813-2.063a6 6 0 0 1 1.875-.374M15 25v1H9v2h14v-2h-6v-1z"/></svg>
React
import type { SVGProps } from "react";
export function LaFan(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C10.488 4 6 8.488 6 14s4.488 10 10 10s10-4.488 10-10S21.512 4 16 4m0 2a7.977 7.977 0 0 1 7.969 7.438a4.8 4.8 0 0 0-2-.813a7 7 0 0 0-1.313-.094a7.3 7.3 0 0 0-1.906.281a3.02 3.02 0 0 0-3.375-1.75c-.008-.007-.023.008-.031 0c-.649-.542-1.34-1.382-1.656-2.218c-.211-.559-.258-1.074-.157-1.5c.098-.418.313-.813.875-1.188A8 8 0 0 1 16 6m-4.5 1.406a4.8 4.8 0 0 0 .313 2.125a7.4 7.4 0 0 0 1.78 2.688a3 3 0 0 0 .219 3.844c-.16.796-.539 1.765-1.093 2.437c-.383.465-.824.777-1.25.906c-.426.13-.867.137-1.5-.187C8.754 17.816 8 16.008 8 14c0-2.754 1.395-5.156 3.5-6.594M16 13c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m4.688 1.563c.32-.012.644.011.937.062c.586.102 1.078.316 1.406.625c.309.293.512.668.563 1.313A8.01 8.01 0 0 1 16 22c-1.27 0-2.469-.29-3.531-.813c.715-.312 1.308-.832 1.781-1.406a7.5 7.5 0 0 0 1.438-2.812c.105.011.203.031.312.031c1.313 0 2.41-.879 2.813-2.063a6 6 0 0 1 1.875-.374M15 25v1H9v2h14v-2h-6v-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C10.488 4 6 8.488 6 14s4.488 10 10 10s10-4.488 10-10S21.512 4 16 4m0 2a7.977 7.977 0 0 1 7.969 7.438a4.8 4.8 0 0 0-2-.813a7 7 0 0 0-1.313-.094a7.3 7.3 0 0 0-1.906.281a3.02 3.02 0 0 0-3.375-1.75c-.008-.007-.023.008-.031 0c-.649-.542-1.34-1.382-1.656-2.218c-.211-.559-.258-1.074-.157-1.5c.098-.418.313-.813.875-1.188A8 8 0 0 1 16 6m-4.5 1.406a4.8 4.8 0 0 0 .313 2.125a7.4 7.4 0 0 0 1.78 2.688a3 3 0 0 0 .219 3.844c-.16.796-.539 1.765-1.093 2.437c-.383.465-.824.777-1.25.906c-.426.13-.867.137-1.5-.187C8.754 17.816 8 16.008 8 14c0-2.754 1.395-5.156 3.5-6.594M16 13c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m4.688 1.563c.32-.012.644.011.937.062c.586.102 1.078.316 1.406.625c.309.293.512.668.563 1.313A8.01 8.01 0 0 1 16 22c-1.27 0-2.469-.29-3.531-.813c.715-.312 1.308-.832 1.781-1.406a7.5 7.5 0 0 0 1.438-2.812c.105.011.203.031.312.031c1.313 0 2.41-.879 2.813-2.063a6 6 0 0 1 1.875-.374M15 25v1H9v2h14v-2h-6v-1z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C10.488%204%206%208.488%206%2014s4.488%2010%2010%2010s10-4.488%2010-10S21.512%204%2016%204m0%202a7.977%207.977%200%200%201%207.969%207.438a4.8%204.8%200%200%200-2-.813a7%207%200%200%200-1.313-.094a7.3%207.3%200%200%200-1.906.281a3.02%203.02%200%200%200-3.375-1.75c-.008-.007-.023.008-.031%200c-.649-.542-1.34-1.382-1.656-2.218c-.211-.559-.258-1.074-.157-1.5c.098-.418.313-.813.875-1.188A8%208%200%200%201%2016%206m-4.5%201.406a4.8%204.8%200%200%200%20.313%202.125a7.4%207.4%200%200%200%201.78%202.688a3%203%200%200%200%20.219%203.844c-.16.796-.539%201.765-1.093%202.437c-.383.465-.824.777-1.25.906c-.426.13-.867.137-1.5-.187C8.754%2017.816%208%2016.008%208%2014c0-2.754%201.395-5.156%203.5-6.594M16%2013c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1m4.688%201.563c.32-.012.644.011.937.062c.586.102%201.078.316%201.406.625c.309.293.512.668.563%201.313A8.01%208.01%200%200%201%2016%2022c-1.27%200-2.469-.29-3.531-.813c.715-.312%201.308-.832%201.781-1.406a7.5%207.5%200%200%200%201.438-2.812c.105.011.203.031.312.031c1.313%200%202.41-.879%202.813-2.063a6%206%200%200%201%201.875-.374M15%2025v1H9v2h14v-2h-6v-1z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C10.488%204%206%208.488%206%2014s4.488%2010%2010%2010s10-4.488%2010-10S21.512%204%2016%204m0%202a7.977%207.977%200%200%201%207.969%207.438a4.8%204.8%200%200%200-2-.813a7%207%200%200%200-1.313-.094a7.3%207.3%200%200%200-1.906.281a3.02%203.02%200%200%200-3.375-1.75c-.008-.007-.023.008-.031%200c-.649-.542-1.34-1.382-1.656-2.218c-.211-.559-.258-1.074-.157-1.5c.098-.418.313-.813.875-1.188A8%208%200%200%201%2016%206m-4.5%201.406a4.8%204.8%200%200%200%20.313%202.125a7.4%207.4%200%200%200%201.78%202.688a3%203%200%200%200%20.219%203.844c-.16.796-.539%201.765-1.093%202.437c-.383.465-.824.777-1.25.906c-.426.13-.867.137-1.5-.187C8.754%2017.816%208%2016.008%208%2014c0-2.754%201.395-5.156%203.5-6.594M16%2013c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1m4.688%201.563c.32-.012.644.011.937.062c.586.102%201.078.316%201.406.625c.309.293.512.668.563%201.313A8.01%208.01%200%200%201%2016%2022c-1.27%200-2.469-.29-3.531-.813c.715-.312%201.308-.832%201.781-1.406a7.5%207.5%200%200%200%201.438-2.812c.105.011.203.031.312.031c1.313%200%202.41-.879%202.813-2.063a6%206%200%200%201%201.875-.374M15%2025v1H9v2h14v-2h-6v-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/fan.svg?color=%231a73e8&size=48