fan indirect icon
fan-indirect from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- fan-indirect
- Set
- Material Symbols
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- fan-indirect-outline
2 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the fan indirect icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 22l-3.5-3.5l1.4-1.4l1.1 1.075V12h2v6.175l1.075-1.075l1.425 1.4zm-7.5-3L1 15.5L4.5 12l1.4 1.425L4.825 14.5H7V9h2v5.5q0 .825-.587 1.413T7 16.5H4.825L5.9 17.6zm15 0l-1.425-1.4l1.1-1.1H17q-.825 0-1.412-.587T15 14.5V9h2v5.5h2.175l-1.1-1.075L19.5 12l3.5 3.5zM2 11.7V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v6.7l-2-2V5H4v4.7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFanIndirect(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="m12 22l-3.5-3.5l1.4-1.4l1.1 1.075V12h2v6.175l1.075-1.075l1.425 1.4zm-7.5-3L1 15.5L4.5 12l1.4 1.425L4.825 14.5H7V9h2v5.5q0 .825-.587 1.413T7 16.5H4.825L5.9 17.6zm15 0l-1.425-1.4l1.1-1.1H17q-.825 0-1.412-.587T15 14.5V9h2v5.5h2.175l-1.1-1.075L19.5 12l3.5 3.5zM2 11.7V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v6.7l-2-2V5H4v4.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 22l-3.5-3.5l1.4-1.4l1.1 1.075V12h2v6.175l1.075-1.075l1.425 1.4zm-7.5-3L1 15.5L4.5 12l1.4 1.425L4.825 14.5H7V9h2v5.5q0 .825-.587 1.413T7 16.5H4.825L5.9 17.6zm15 0l-1.425-1.4l1.1-1.1H17q-.825 0-1.412-.587T15 14.5V9h2v5.5h2.175l-1.1-1.075L19.5 12l3.5 3.5zM2 11.7V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v6.7l-2-2V5H4v4.7z"/></svg> </template>
CSS
.icon-fan-indirect {
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%22m12%2022l-3.5-3.5l1.4-1.4l1.1%201.075V12h2v6.175l1.075-1.075l1.425%201.4zm-7.5-3L1%2015.5L4.5%2012l1.4%201.425L4.825%2014.5H7V9h2v5.5q0%20.825-.587%201.413T7%2016.5H4.825L5.9%2017.6zm15%200l-1.425-1.4l1.1-1.1H17q-.825%200-1.412-.587T15%2014.5V9h2v5.5h2.175l-1.1-1.075L19.5%2012l3.5%203.5zM2%2011.7V5q0-.825.588-1.412T4%203h16q.825%200%201.413.588T22%205v6.7l-2-2V5H4v4.7z%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%22m12%2022l-3.5-3.5l1.4-1.4l1.1%201.075V12h2v6.175l1.075-1.075l1.425%201.4zm-7.5-3L1%2015.5L4.5%2012l1.4%201.425L4.825%2014.5H7V9h2v5.5q0%20.825-.587%201.413T7%2016.5H4.825L5.9%2017.6zm15%200l-1.425-1.4l1.1-1.1H17q-.825%200-1.412-.587T15%2014.5V9h2v5.5h2.175l-1.1-1.075L19.5%2012l3.5%203.5zM2%2011.7V5q0-.825.588-1.412T4%203h16q.825%200%201.413.588T22%205v6.7l-2-2V5H4v4.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/fan-indirect.svg?color=%231a73e8&size=48