spinner icon
spinner-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- spinner-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the spinner icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M140 32v32a12 12 0 0 1-24 0V32a12 12 0 0 1 24 0m33.25 62.75a12 12 0 0 0 8.49-3.52l22.63-22.63a12 12 0 0 0-17-17l-22.6 22.66a12 12 0 0 0 8.48 20.49M224 116h-32a12 12 0 0 0 0 24h32a12 12 0 0 0 0-24m-42.26 48.77a12 12 0 1 0-17 17l22.63 22.63a12 12 0 0 0 17-17ZM128 180a12 12 0 0 0-12 12v32a12 12 0 0 0 24 0v-32a12 12 0 0 0-12-12m-53.74-15.23L51.63 187.4a12 12 0 0 0 17 17l22.63-22.63a12 12 0 1 0-17-17M76 128a12 12 0 0 0-12-12H32a12 12 0 0 0 0 24h32a12 12 0 0 0 12-12m-7.4-76.37a12 12 0 1 0-17 17l22.66 22.6a12 12 0 0 0 17-17Z"/></svg>
React
import type { SVGProps } from "react";
export function PhSpinnerBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M140 32v32a12 12 0 0 1-24 0V32a12 12 0 0 1 24 0m33.25 62.75a12 12 0 0 0 8.49-3.52l22.63-22.63a12 12 0 0 0-17-17l-22.6 22.66a12 12 0 0 0 8.48 20.49M224 116h-32a12 12 0 0 0 0 24h32a12 12 0 0 0 0-24m-42.26 48.77a12 12 0 1 0-17 17l22.63 22.63a12 12 0 0 0 17-17ZM128 180a12 12 0 0 0-12 12v32a12 12 0 0 0 24 0v-32a12 12 0 0 0-12-12m-53.74-15.23L51.63 187.4a12 12 0 0 0 17 17l22.63-22.63a12 12 0 1 0-17-17M76 128a12 12 0 0 0-12-12H32a12 12 0 0 0 0 24h32a12 12 0 0 0 12-12m-7.4-76.37a12 12 0 1 0-17 17l22.66 22.6a12 12 0 0 0 17-17Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M140 32v32a12 12 0 0 1-24 0V32a12 12 0 0 1 24 0m33.25 62.75a12 12 0 0 0 8.49-3.52l22.63-22.63a12 12 0 0 0-17-17l-22.6 22.66a12 12 0 0 0 8.48 20.49M224 116h-32a12 12 0 0 0 0 24h32a12 12 0 0 0 0-24m-42.26 48.77a12 12 0 1 0-17 17l22.63 22.63a12 12 0 0 0 17-17ZM128 180a12 12 0 0 0-12 12v32a12 12 0 0 0 24 0v-32a12 12 0 0 0-12-12m-53.74-15.23L51.63 187.4a12 12 0 0 0 17 17l22.63-22.63a12 12 0 1 0-17-17M76 128a12 12 0 0 0-12-12H32a12 12 0 0 0 0 24h32a12 12 0 0 0 12-12m-7.4-76.37a12 12 0 1 0-17 17l22.66 22.6a12 12 0 0 0 17-17Z"/></svg> </template>
CSS
.icon-spinner-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M140%2032v32a12%2012%200%200%201-24%200V32a12%2012%200%200%201%2024%200m33.25%2062.75a12%2012%200%200%200%208.49-3.52l22.63-22.63a12%2012%200%200%200-17-17l-22.6%2022.66a12%2012%200%200%200%208.48%2020.49M224%20116h-32a12%2012%200%200%200%200%2024h32a12%2012%200%200%200%200-24m-42.26%2048.77a12%2012%200%201%200-17%2017l22.63%2022.63a12%2012%200%200%200%2017-17ZM128%20180a12%2012%200%200%200-12%2012v32a12%2012%200%200%200%2024%200v-32a12%2012%200%200%200-12-12m-53.74-15.23L51.63%20187.4a12%2012%200%200%200%2017%2017l22.63-22.63a12%2012%200%201%200-17-17M76%20128a12%2012%200%200%200-12-12H32a12%2012%200%200%200%200%2024h32a12%2012%200%200%200%2012-12m-7.4-76.37a12%2012%200%201%200-17%2017l22.66%2022.6a12%2012%200%200%200%2017-17Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M140%2032v32a12%2012%200%200%201-24%200V32a12%2012%200%200%201%2024%200m33.25%2062.75a12%2012%200%200%200%208.49-3.52l22.63-22.63a12%2012%200%200%200-17-17l-22.6%2022.66a12%2012%200%200%200%208.48%2020.49M224%20116h-32a12%2012%200%200%200%200%2024h32a12%2012%200%200%200%200-24m-42.26%2048.77a12%2012%200%201%200-17%2017l22.63%2022.63a12%2012%200%200%200%2017-17ZM128%20180a12%2012%200%200%200-12%2012v32a12%2012%200%200%200%2024%200v-32a12%2012%200%200%200-12-12m-53.74-15.23L51.63%20187.4a12%2012%200%200%200%2017%2017l22.63-22.63a12%2012%200%201%200-17-17M76%20128a12%2012%200%200%200-12-12H32a12%2012%200%200%200%200%2024h32a12%2012%200%200%200%2012-12m-7.4-76.37a12%2012%200%201%200-17%2017l22.66%2022.6a12%2012%200%200%200%2017-17Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/spinner-bold.svg?color=%231a73e8&size=48