fan focus icon
fan-focus-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- fan-focus-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- fan-focus-outline-rounded
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 focus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13 18.175l.375-.4q.3-.275.713-.275t.712.3t.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.713-.287t.712.287l.375.375V13q0-.425.288-.712T12 12t.713.288T13 13zm-6-4l.375-.4q.3-.275.713-.275t.712.3t.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.713-.287t.712.287l.375.375V9q0-.425.288-.712T6 8t.713.288T7 9zm12 0l.375-.4q.3-.275.713-.275t.712.3t.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.712-.287t.713.287l.375.375V9q0-.425.288-.712T18 8t.713.288T19 9zM2 5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v5q0 .425-.288.713T21 11t-.712-.288T20 10V5H4v5q0 .425-.288.713T3 11t-.712-.288T2 10z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFanFocusRounded(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="m13 18.175l.375-.4q.3-.275.713-.275t.712.3t.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.713-.287t.712.287l.375.375V13q0-.425.288-.712T12 12t.713.288T13 13zm-6-4l.375-.4q.3-.275.713-.275t.712.3t.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.713-.287t.712.287l.375.375V9q0-.425.288-.712T6 8t.713.288T7 9zm12 0l.375-.4q.3-.275.713-.275t.712.3t.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.712-.287t.713.287l.375.375V9q0-.425.288-.712T18 8t.713.288T19 9zM2 5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v5q0 .425-.288.713T21 11t-.712-.288T20 10V5H4v5q0 .425-.288.713T3 11t-.712-.288T2 10z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13 18.175l.375-.4q.3-.275.713-.275t.712.3t.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.713-.287t.712.287l.375.375V13q0-.425.288-.712T12 12t.713.288T13 13zm-6-4l.375-.4q.3-.275.713-.275t.712.3t.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.713-.287t.712.287l.375.375V9q0-.425.288-.712T6 8t.713.288T7 9zm12 0l.375-.4q.3-.275.713-.275t.712.3t.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.712-.287t.713.287l.375.375V9q0-.425.288-.712T18 8t.713.288T19 9zM2 5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v5q0 .425-.288.713T21 11t-.712-.288T20 10V5H4v5q0 .425-.288.713T3 11t-.712-.288T2 10z"/></svg> </template>
CSS
.icon-fan-focus-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%22m13%2018.175l.375-.4q.3-.275.713-.275t.712.3t.3.7t-.3.7l-2.1%202.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.713-.287t.712.287l.375.375V13q0-.425.288-.712T12%2012t.713.288T13%2013zm-6-4l.375-.4q.3-.275.713-.275t.712.3t.3.7t-.3.7l-2.1%202.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.713-.287t.712.287l.375.375V9q0-.425.288-.712T6%208t.713.288T7%209zm12%200l.375-.4q.3-.275.713-.275t.712.3t.3.7t-.3.7l-2.1%202.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.712-.287t.713.287l.375.375V9q0-.425.288-.712T18%208t.713.288T19%209zM2%205q0-.825.588-1.412T4%203h16q.825%200%201.413.588T22%205v5q0%20.425-.288.713T21%2011t-.712-.288T20%2010V5H4v5q0%20.425-.288.713T3%2011t-.712-.288T2%2010z%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%22m13%2018.175l.375-.4q.3-.275.713-.275t.712.3t.3.7t-.3.7l-2.1%202.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.713-.287t.712.287l.375.375V13q0-.425.288-.712T12%2012t.713.288T13%2013zm-6-4l.375-.4q.3-.275.713-.275t.712.3t.3.7t-.3.7l-2.1%202.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.713-.287t.712.287l.375.375V9q0-.425.288-.712T6%208t.713.288T7%209zm12%200l.375-.4q.3-.275.713-.275t.712.3t.3.7t-.3.7l-2.1%202.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.712-.287t.713.287l.375.375V9q0-.425.288-.712T18%208t.713.288T19%209zM2%205q0-.825.588-1.412T4%203h16q.825%200%201.413.588T22%205v5q0%20.425-.288.713T21%2011t-.712-.288T20%2010V5H4v5q0%20.425-.288.713T3%2011t-.712-.288T2%2010z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/fan-focus-rounded.svg?color=%231a73e8&size=48