spinner ball icon
spinner-ball from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- spinner-ball
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the spinner ball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m87.82 98.46c-28.34 20-49.57 14.68-71.87 4.39c20.06-14.19 38.86-32.21 39.53-67.11a87.92 87.92 0 0 1 32.34 62.72m-48.71-73.27C170.24 83.71 155 99.44 135 113.61c-2.25-24.48-8.44-49.8-38.37-67.82a87.9 87.9 0 0 1 70.5 3.4Zm-87.79 5.54c31.45 14.55 37.47 35.58 39.71 60c-22.33-10.29-47.35-17.59-77.93-.68a88.18 88.18 0 0 1 38.22-59.32m-39.14 78.81c28.34-20 49.57-14.68 71.87-4.39c-20.05 14.19-38.86 32.21-39.53 67.11a87.92 87.92 0 0 1-32.34-62.72m48.71 73.27C85.76 172.29 101 156.56 121 142.39c2.25 24.48 8.44 49.8 38.37 67.82a87.9 87.9 0 0 1-70.5-3.4Zm87.79-5.54c-31.45-14.55-37.47-35.58-39.71-60c12.72 5.86 26.31 10.75 41.3 10.75c11.33 0 23.46-2.8 36.63-10.08a88.2 88.2 0 0 1-38.22 59.33"/></svg>
React
import type { SVGProps } from "react";
export function PhSpinnerBall(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="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m87.82 98.46c-28.34 20-49.57 14.68-71.87 4.39c20.06-14.19 38.86-32.21 39.53-67.11a87.92 87.92 0 0 1 32.34 62.72m-48.71-73.27C170.24 83.71 155 99.44 135 113.61c-2.25-24.48-8.44-49.8-38.37-67.82a87.9 87.9 0 0 1 70.5 3.4Zm-87.79 5.54c31.45 14.55 37.47 35.58 39.71 60c-22.33-10.29-47.35-17.59-77.93-.68a88.18 88.18 0 0 1 38.22-59.32m-39.14 78.81c28.34-20 49.57-14.68 71.87-4.39c-20.05 14.19-38.86 32.21-39.53 67.11a87.92 87.92 0 0 1-32.34-62.72m48.71 73.27C85.76 172.29 101 156.56 121 142.39c2.25 24.48 8.44 49.8 38.37 67.82a87.9 87.9 0 0 1-70.5-3.4Zm87.79-5.54c-31.45-14.55-37.47-35.58-39.71-60c12.72 5.86 26.31 10.75 41.3 10.75c11.33 0 23.46-2.8 36.63-10.08a88.2 88.2 0 0 1-38.22 59.33"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m87.82 98.46c-28.34 20-49.57 14.68-71.87 4.39c20.06-14.19 38.86-32.21 39.53-67.11a87.92 87.92 0 0 1 32.34 62.72m-48.71-73.27C170.24 83.71 155 99.44 135 113.61c-2.25-24.48-8.44-49.8-38.37-67.82a87.9 87.9 0 0 1 70.5 3.4Zm-87.79 5.54c31.45 14.55 37.47 35.58 39.71 60c-22.33-10.29-47.35-17.59-77.93-.68a88.18 88.18 0 0 1 38.22-59.32m-39.14 78.81c28.34-20 49.57-14.68 71.87-4.39c-20.05 14.19-38.86 32.21-39.53 67.11a87.92 87.92 0 0 1-32.34-62.72m48.71 73.27C85.76 172.29 101 156.56 121 142.39c2.25 24.48 8.44 49.8 38.37 67.82a87.9 87.9 0 0 1-70.5-3.4Zm87.79-5.54c-31.45-14.55-37.47-35.58-39.71-60c12.72 5.86 26.31 10.75 41.3 10.75c11.33 0 23.46-2.8 36.63-10.08a88.2 88.2 0 0 1-38.22 59.33"/></svg> </template>
CSS
.icon-spinner-ball {
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%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m87.82%2098.46c-28.34%2020-49.57%2014.68-71.87%204.39c20.06-14.19%2038.86-32.21%2039.53-67.11a87.92%2087.92%200%200%201%2032.34%2062.72m-48.71-73.27C170.24%2083.71%20155%2099.44%20135%20113.61c-2.25-24.48-8.44-49.8-38.37-67.82a87.9%2087.9%200%200%201%2070.5%203.4Zm-87.79%205.54c31.45%2014.55%2037.47%2035.58%2039.71%2060c-22.33-10.29-47.35-17.59-77.93-.68a88.18%2088.18%200%200%201%2038.22-59.32m-39.14%2078.81c28.34-20%2049.57-14.68%2071.87-4.39c-20.05%2014.19-38.86%2032.21-39.53%2067.11a87.92%2087.92%200%200%201-32.34-62.72m48.71%2073.27C85.76%20172.29%20101%20156.56%20121%20142.39c2.25%2024.48%208.44%2049.8%2038.37%2067.82a87.9%2087.9%200%200%201-70.5-3.4Zm87.79-5.54c-31.45-14.55-37.47-35.58-39.71-60c12.72%205.86%2026.31%2010.75%2041.3%2010.75c11.33%200%2023.46-2.8%2036.63-10.08a88.2%2088.2%200%200%201-38.22%2059.33%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%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m87.82%2098.46c-28.34%2020-49.57%2014.68-71.87%204.39c20.06-14.19%2038.86-32.21%2039.53-67.11a87.92%2087.92%200%200%201%2032.34%2062.72m-48.71-73.27C170.24%2083.71%20155%2099.44%20135%20113.61c-2.25-24.48-8.44-49.8-38.37-67.82a87.9%2087.9%200%200%201%2070.5%203.4Zm-87.79%205.54c31.45%2014.55%2037.47%2035.58%2039.71%2060c-22.33-10.29-47.35-17.59-77.93-.68a88.18%2088.18%200%200%201%2038.22-59.32m-39.14%2078.81c28.34-20%2049.57-14.68%2071.87-4.39c-20.05%2014.19-38.86%2032.21-39.53%2067.11a87.92%2087.92%200%200%201-32.34-62.72m48.71%2073.27C85.76%20172.29%20101%20156.56%20121%20142.39c2.25%2024.48%208.44%2049.8%2038.37%2067.82a87.9%2087.9%200%200%201-70.5-3.4Zm87.79-5.54c-31.45-14.55-37.47-35.58-39.71-60c12.72%205.86%2026.31%2010.75%2041.3%2010.75c11.33%200%2023.46-2.8%2036.63-10.08a88.2%2088.2%200%200%201-38.22%2059.33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/spinner-ball.svg?color=%231a73e8&size=48