pinwheel icon
pinwheel-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- pinwheel-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- toys-outline
1 other variant in Material Design Icons
The same icon in other sets
Use the pinwheel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 23h-1v-6.57C9.93 17.4 8.5 18 7 18c-3.25 0-6-2.75-6-6v-1h6.57C6.6 9.93 6 8.5 6 7c0-3.25 2.75-6 6-6h1v6.57C14.07 6.6 15.5 6 17 6c3.25 0 6 2.75 6 6v1h-6.57c.97 1.07 1.57 2.5 1.57 4c0 3.25-2.75 6-6 6m1-9.87v7.74c1.7-.46 3-2.04 3-3.87s-1.3-3.41-3-3.87M3.13 13c.46 1.7 2.04 3 3.87 3s3.41-1.3 3.87-3zm10-2h7.74c-.46-1.7-2.05-3-3.87-3s-3.41 1.3-3.87 3M11 3.13C9.3 3.59 8 5.18 8 7s1.3 3.41 3 3.87z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPinwheelOutline(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 23h-1v-6.57C9.93 17.4 8.5 18 7 18c-3.25 0-6-2.75-6-6v-1h6.57C6.6 9.93 6 8.5 6 7c0-3.25 2.75-6 6-6h1v6.57C14.07 6.6 15.5 6 17 6c3.25 0 6 2.75 6 6v1h-6.57c.97 1.07 1.57 2.5 1.57 4c0 3.25-2.75 6-6 6m1-9.87v7.74c1.7-.46 3-2.04 3-3.87s-1.3-3.41-3-3.87M3.13 13c.46 1.7 2.04 3 3.87 3s3.41-1.3 3.87-3zm10-2h7.74c-.46-1.7-2.05-3-3.87-3s-3.41 1.3-3.87 3M11 3.13C9.3 3.59 8 5.18 8 7s1.3 3.41 3 3.87z"/></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 23h-1v-6.57C9.93 17.4 8.5 18 7 18c-3.25 0-6-2.75-6-6v-1h6.57C6.6 9.93 6 8.5 6 7c0-3.25 2.75-6 6-6h1v6.57C14.07 6.6 15.5 6 17 6c3.25 0 6 2.75 6 6v1h-6.57c.97 1.07 1.57 2.5 1.57 4c0 3.25-2.75 6-6 6m1-9.87v7.74c1.7-.46 3-2.04 3-3.87s-1.3-3.41-3-3.87M3.13 13c.46 1.7 2.04 3 3.87 3s3.41-1.3 3.87-3zm10-2h7.74c-.46-1.7-2.05-3-3.87-3s-3.41 1.3-3.87 3M11 3.13C9.3 3.59 8 5.18 8 7s1.3 3.41 3 3.87z"/></svg> </template>
CSS
.icon-pinwheel-outline {
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%2023h-1v-6.57C9.93%2017.4%208.5%2018%207%2018c-3.25%200-6-2.75-6-6v-1h6.57C6.6%209.93%206%208.5%206%207c0-3.25%202.75-6%206-6h1v6.57C14.07%206.6%2015.5%206%2017%206c3.25%200%206%202.75%206%206v1h-6.57c.97%201.07%201.57%202.5%201.57%204c0%203.25-2.75%206-6%206m1-9.87v7.74c1.7-.46%203-2.04%203-3.87s-1.3-3.41-3-3.87M3.13%2013c.46%201.7%202.04%203%203.87%203s3.41-1.3%203.87-3zm10-2h7.74c-.46-1.7-2.05-3-3.87-3s-3.41%201.3-3.87%203M11%203.13C9.3%203.59%208%205.18%208%207s1.3%203.41%203%203.87z%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%2023h-1v-6.57C9.93%2017.4%208.5%2018%207%2018c-3.25%200-6-2.75-6-6v-1h6.57C6.6%209.93%206%208.5%206%207c0-3.25%202.75-6%206-6h1v6.57C14.07%206.6%2015.5%206%2017%206c3.25%200%206%202.75%206%206v1h-6.57c.97%201.07%201.57%202.5%201.57%204c0%203.25-2.75%206-6%206m1-9.87v7.74c1.7-.46%203-2.04%203-3.87s-1.3-3.41-3-3.87M3.13%2013c.46%201.7%202.04%203%203.87%203s3.41-1.3%203.87-3zm10-2h7.74c-.46-1.7-2.05-3-3.87-3s-3.41%201.3-3.87%203M11%203.13C9.3%203.59%208%205.18%208%207s1.3%203.41%203%203.87z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/pinwheel-outline.svg?color=%231a73e8&size=48