fan-indirect-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
fan-indirect-rounded
Set
Material Symbols Light
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
fan-indirect-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

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.5 19.079l1.164-1.125q.159-.14.35-.15q.192-.01.357.15q.165.165.165.356q0 .192-.165.357l-1.806 1.768q-.242.223-.565.223t-.566-.223l-1.811-1.773q-.16-.14-.163-.342q-.002-.2.163-.366q.14-.14.341-.143t.367.137l1.169 1.13v-6.001q0-.213.143-.357t.357-.143t.357.143t.143.357zm-8.598-2.925l1.188 1.13q.16.141.16.342t-.165.366q-.14.14-.344.14t-.364-.14L2 15.654l2.396-2.358q.146-.146.345-.143t.344.149q.16.146.162.354q.003.207-.162.353l-1.183 1.145H7q.27 0 .442-.173q.173-.173.173-.442v-4.327q0-.214.144-.357t.357-.143t.356.143t.144.357v4.327q0 .69-.463 1.152T7 16.154zm16.196 0H17q-.69 0-1.153-.463t-.462-1.153v-4.326q0-.214.143-.357t.357-.143t.356.143t.144.357v4.327q0 .269.173.442t.442.173h3.098l-1.163-1.163q-.146-.141-.146-.345t.145-.35t.338-.146t.338.146l1.805 1.793q.243.242.243.565t-.243.565l-1.792 1.773q-.14.14-.351.15t-.357-.15q-.146-.146-.136-.356q.01-.211.155-.357zM3 5.616q0-.691.463-1.153T4.615 4h14.77q.69 0 1.152.463T21 5.616v4.257q0 .214-.143.357t-.357.143t-.357-.143T20 9.873V5.616q0-.27-.173-.443T19.385 5H4.615q-.269 0-.442.173T4 5.616v4.257q0 .214-.143.357t-.357.143t-.357-.143T3 9.873z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFanIndirectRounded(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.5 19.079l1.164-1.125q.159-.14.35-.15q.192-.01.357.15q.165.165.165.356q0 .192-.165.357l-1.806 1.768q-.242.223-.565.223t-.566-.223l-1.811-1.773q-.16-.14-.163-.342q-.002-.2.163-.366q.14-.14.341-.143t.367.137l1.169 1.13v-6.001q0-.213.143-.357t.357-.143t.357.143t.143.357zm-8.598-2.925l1.188 1.13q.16.141.16.342t-.165.366q-.14.14-.344.14t-.364-.14L2 15.654l2.396-2.358q.146-.146.345-.143t.344.149q.16.146.162.354q.003.207-.162.353l-1.183 1.145H7q.27 0 .442-.173q.173-.173.173-.442v-4.327q0-.214.144-.357t.357-.143t.356.143t.144.357v4.327q0 .69-.463 1.152T7 16.154zm16.196 0H17q-.69 0-1.153-.463t-.462-1.153v-4.326q0-.214.143-.357t.357-.143t.356.143t.144.357v4.327q0 .269.173.442t.442.173h3.098l-1.163-1.163q-.146-.141-.146-.345t.145-.35t.338-.146t.338.146l1.805 1.793q.243.242.243.565t-.243.565l-1.792 1.773q-.14.14-.351.15t-.357-.15q-.146-.146-.136-.356q.01-.211.155-.357zM3 5.616q0-.691.463-1.153T4.615 4h14.77q.69 0 1.152.463T21 5.616v4.257q0 .214-.143.357t-.357.143t-.357-.143T20 9.873V5.616q0-.27-.173-.443T19.385 5H4.615q-.269 0-.442.173T4 5.616v4.257q0 .214-.143.357t-.357.143t-.357-.143T3 9.873z"/></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.5 19.079l1.164-1.125q.159-.14.35-.15q.192-.01.357.15q.165.165.165.356q0 .192-.165.357l-1.806 1.768q-.242.223-.565.223t-.566-.223l-1.811-1.773q-.16-.14-.163-.342q-.002-.2.163-.366q.14-.14.341-.143t.367.137l1.169 1.13v-6.001q0-.213.143-.357t.357-.143t.357.143t.143.357zm-8.598-2.925l1.188 1.13q.16.141.16.342t-.165.366q-.14.14-.344.14t-.364-.14L2 15.654l2.396-2.358q.146-.146.345-.143t.344.149q.16.146.162.354q.003.207-.162.353l-1.183 1.145H7q.27 0 .442-.173q.173-.173.173-.442v-4.327q0-.214.144-.357t.357-.143t.356.143t.144.357v4.327q0 .69-.463 1.152T7 16.154zm16.196 0H17q-.69 0-1.153-.463t-.462-1.153v-4.326q0-.214.143-.357t.357-.143t.356.143t.144.357v4.327q0 .269.173.442t.442.173h3.098l-1.163-1.163q-.146-.141-.146-.345t.145-.35t.338-.146t.338.146l1.805 1.793q.243.242.243.565t-.243.565l-1.792 1.773q-.14.14-.351.15t-.357-.15q-.146-.146-.136-.356q.01-.211.155-.357zM3 5.616q0-.691.463-1.153T4.615 4h14.77q.69 0 1.152.463T21 5.616v4.257q0 .214-.143.357t-.357.143t-.357-.143T20 9.873V5.616q0-.27-.173-.443T19.385 5H4.615q-.269 0-.442.173T4 5.616v4.257q0 .214-.143.357t-.357.143t-.357-.143T3 9.873z"/></svg>
</template>

CSS

.icon-fan-indirect-rounded {
  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.5%2019.079l1.164-1.125q.159-.14.35-.15q.192-.01.357.15q.165.165.165.356q0%20.192-.165.357l-1.806%201.768q-.242.223-.565.223t-.566-.223l-1.811-1.773q-.16-.14-.163-.342q-.002-.2.163-.366q.14-.14.341-.143t.367.137l1.169%201.13v-6.001q0-.213.143-.357t.357-.143t.357.143t.143.357zm-8.598-2.925l1.188%201.13q.16.141.16.342t-.165.366q-.14.14-.344.14t-.364-.14L2%2015.654l2.396-2.358q.146-.146.345-.143t.344.149q.16.146.162.354q.003.207-.162.353l-1.183%201.145H7q.27%200%20.442-.173q.173-.173.173-.442v-4.327q0-.214.144-.357t.357-.143t.356.143t.144.357v4.327q0%20.69-.463%201.152T7%2016.154zm16.196%200H17q-.69%200-1.153-.463t-.462-1.153v-4.326q0-.214.143-.357t.357-.143t.356.143t.144.357v4.327q0%20.269.173.442t.442.173h3.098l-1.163-1.163q-.146-.141-.146-.345t.145-.35t.338-.146t.338.146l1.805%201.793q.243.242.243.565t-.243.565l-1.792%201.773q-.14.14-.351.15t-.357-.15q-.146-.146-.136-.356q.01-.211.155-.357zM3%205.616q0-.691.463-1.153T4.615%204h14.77q.69%200%201.152.463T21%205.616v4.257q0%20.214-.143.357t-.357.143t-.357-.143T20%209.873V5.616q0-.27-.173-.443T19.385%205H4.615q-.269%200-.442.173T4%205.616v4.257q0%20.214-.143.357t-.357.143t-.357-.143T3%209.873z%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.5%2019.079l1.164-1.125q.159-.14.35-.15q.192-.01.357.15q.165.165.165.356q0%20.192-.165.357l-1.806%201.768q-.242.223-.565.223t-.566-.223l-1.811-1.773q-.16-.14-.163-.342q-.002-.2.163-.366q.14-.14.341-.143t.367.137l1.169%201.13v-6.001q0-.213.143-.357t.357-.143t.357.143t.143.357zm-8.598-2.925l1.188%201.13q.16.141.16.342t-.165.366q-.14.14-.344.14t-.364-.14L2%2015.654l2.396-2.358q.146-.146.345-.143t.344.149q.16.146.162.354q.003.207-.162.353l-1.183%201.145H7q.27%200%20.442-.173q.173-.173.173-.442v-4.327q0-.214.144-.357t.357-.143t.356.143t.144.357v4.327q0%20.69-.463%201.152T7%2016.154zm16.196%200H17q-.69%200-1.153-.463t-.462-1.153v-4.326q0-.214.143-.357t.357-.143t.356.143t.144.357v4.327q0%20.269.173.442t.442.173h3.098l-1.163-1.163q-.146-.141-.146-.345t.145-.35t.338-.146t.338.146l1.805%201.793q.243.242.243.565t-.243.565l-1.792%201.773q-.14.14-.351.15t-.357-.15q-.146-.146-.136-.356q.01-.211.155-.357zM3%205.616q0-.691.463-1.153T4.615%204h14.77q.69%200%201.152.463T21%205.616v4.257q0%20.214-.143.357t-.357.143t-.357-.143T20%209.873V5.616q0-.27-.173-.443T19.385%205H4.615q-.269%200-.442.173T4%205.616v4.257q0%20.214-.143.357t-.357.143t-.357-.143T3%209.873z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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