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

Name
toys-fan
Set
Material Symbols
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

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-2.275 1.613-3.887T17.5 6.5t3.888 1.613T23 12zm-9.387 3.888Q1 14.275 1 12h11q0 2.275-1.612 3.888T6.5 17.5t-3.887-1.612M12 12q-2.275 0-3.887-1.612T6.5 6.5t1.613-3.887T12 1zm0 11V12q2.275 0 3.888 1.613T17.5 17.5t-1.612 3.888T12 23"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsToysFan(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-2.275 1.613-3.887T17.5 6.5t3.888 1.613T23 12zm-9.387 3.888Q1 14.275 1 12h11q0 2.275-1.612 3.888T6.5 17.5t-3.887-1.612M12 12q-2.275 0-3.887-1.612T6.5 6.5t1.613-3.887T12 1zm0 11V12q2.275 0 3.888 1.613T17.5 17.5t-1.612 3.888T12 23"/></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-2.275 1.613-3.887T17.5 6.5t3.888 1.613T23 12zm-9.387 3.888Q1 14.275 1 12h11q0 2.275-1.612 3.888T6.5 17.5t-3.887-1.612M12 12q-2.275 0-3.887-1.612T6.5 6.5t1.613-3.887T12 1zm0 11V12q2.275 0 3.888 1.613T17.5 17.5t-1.612 3.888T12 23"/></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-2.275%201.613-3.887T17.5%206.5t3.888%201.613T23%2012zm-9.387%203.888Q1%2014.275%201%2012h11q0%202.275-1.612%203.888T6.5%2017.5t-3.887-1.612M12%2012q-2.275%200-3.887-1.612T6.5%206.5t1.613-3.887T12%201zm0%2011V12q2.275%200%203.888%201.613T17.5%2017.5t-1.612%203.888T12%2023%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-2.275%201.613-3.887T17.5%206.5t3.888%201.613T23%2012zm-9.387%203.888Q1%2014.275%201%2012h11q0%202.275-1.612%203.888T6.5%2017.5t-3.887-1.612M12%2012q-2.275%200-3.887-1.612T6.5%206.5t1.613-3.887T12%201zm0%2011V12q2.275%200%203.888%201.613T17.5%2017.5t-1.612%203.888T12%2023%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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