toys-fan from Material Symbols Light by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
toys-fan
Set
Material Symbols Light
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
toys-fan-outline, toys-fan-outline-rounded, toys-fan-outline-sharp, toys-fan-rounded, toys-fan-sharp

The same icon in other sets

More activities icons from Material Symbols Light

Use the toys fan icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 12q0-1.91 1.372-3.282t3.282-1.372t3.282 1.372T21.308 12zm-7.935 3.282Q2.692 13.91 2.692 12H12q0 1.91-1.372 3.282t-3.282 1.372t-3.282-1.372M12 12q-1.91 0-3.282-1.372T7.346 7.346t1.372-3.282T12 2.692zm0 9.308V12q1.91 0 3.282 1.372t1.372 3.282t-1.372 3.282T12 21.308"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightToysFan(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 12q0-1.91 1.372-3.282t3.282-1.372t3.282 1.372T21.308 12zm-7.935 3.282Q2.692 13.91 2.692 12H12q0 1.91-1.372 3.282t-3.282 1.372t-3.282-1.372M12 12q-1.91 0-3.282-1.372T7.346 7.346t1.372-3.282T12 2.692zm0 9.308V12q1.91 0 3.282 1.372t1.372 3.282t-1.372 3.282T12 21.308"/></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 12q0-1.91 1.372-3.282t3.282-1.372t3.282 1.372T21.308 12zm-7.935 3.282Q2.692 13.91 2.692 12H12q0 1.91-1.372 3.282t-3.282 1.372t-3.282-1.372M12 12q-1.91 0-3.282-1.372T7.346 7.346t1.372-3.282T12 2.692zm0 9.308V12q1.91 0 3.282 1.372t1.372 3.282t-1.372 3.282T12 21.308"/></svg>
</template>

CSS

.icon-toys-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2012q0-1.91%201.372-3.282t3.282-1.372t3.282%201.372T21.308%2012zm-7.935%203.282Q2.692%2013.91%202.692%2012H12q0%201.91-1.372%203.282t-3.282%201.372t-3.282-1.372M12%2012q-1.91%200-3.282-1.372T7.346%207.346t1.372-3.282T12%202.692zm0%209.308V12q1.91%200%203.282%201.372t1.372%203.282t-1.372%203.282T12%2021.308%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%2012q0-1.91%201.372-3.282t3.282-1.372t3.282%201.372T21.308%2012zm-7.935%203.282Q2.692%2013.91%202.692%2012H12q0%201.91-1.372%203.282t-3.282%201.372t-3.282-1.372M12%2012q-1.91%200-3.282-1.372T7.346%207.346t1.372-3.282T12%202.692zm0%209.308V12q1.91%200%203.282%201.372t1.372%203.282t-1.372%203.282T12%2021.308%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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