spinner gap icon
spinner-gap from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- spinner-gap
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the spinner gap icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136 32v32a8 8 0 0 1-16 0V32a8 8 0 0 1 16 0m88 88h-32a8 8 0 0 0 0 16h32a8 8 0 0 0 0-16m-45.09 47.6a8 8 0 0 0-11.31 11.31l22.62 22.63a8 8 0 0 0 11.32-11.32ZM128 184a8 8 0 0 0-8 8v32a8 8 0 0 0 16 0v-32a8 8 0 0 0-8-8m-50.91-16.4l-22.63 22.62a8 8 0 0 0 11.32 11.32l22.62-22.63a8 8 0 0 0-11.31-11.31M72 128a8 8 0 0 0-8-8H32a8 8 0 0 0 0 16h32a8 8 0 0 0 8-8m-6.22-73.54a8 8 0 0 0-11.32 11.32L77.09 88.4A8 8 0 0 0 88.4 77.09Z"/></svg>
React
import type { SVGProps } from "react";
export function PhSpinnerGap(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="M136 32v32a8 8 0 0 1-16 0V32a8 8 0 0 1 16 0m88 88h-32a8 8 0 0 0 0 16h32a8 8 0 0 0 0-16m-45.09 47.6a8 8 0 0 0-11.31 11.31l22.62 22.63a8 8 0 0 0 11.32-11.32ZM128 184a8 8 0 0 0-8 8v32a8 8 0 0 0 16 0v-32a8 8 0 0 0-8-8m-50.91-16.4l-22.63 22.62a8 8 0 0 0 11.32 11.32l22.62-22.63a8 8 0 0 0-11.31-11.31M72 128a8 8 0 0 0-8-8H32a8 8 0 0 0 0 16h32a8 8 0 0 0 8-8m-6.22-73.54a8 8 0 0 0-11.32 11.32L77.09 88.4A8 8 0 0 0 88.4 77.09Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136 32v32a8 8 0 0 1-16 0V32a8 8 0 0 1 16 0m88 88h-32a8 8 0 0 0 0 16h32a8 8 0 0 0 0-16m-45.09 47.6a8 8 0 0 0-11.31 11.31l22.62 22.63a8 8 0 0 0 11.32-11.32ZM128 184a8 8 0 0 0-8 8v32a8 8 0 0 0 16 0v-32a8 8 0 0 0-8-8m-50.91-16.4l-22.63 22.62a8 8 0 0 0 11.32 11.32l22.62-22.63a8 8 0 0 0-11.31-11.31M72 128a8 8 0 0 0-8-8H32a8 8 0 0 0 0 16h32a8 8 0 0 0 8-8m-6.22-73.54a8 8 0 0 0-11.32 11.32L77.09 88.4A8 8 0 0 0 88.4 77.09Z"/></svg> </template>
CSS
.icon-spinner-gap {
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%22M136%2032v32a8%208%200%200%201-16%200V32a8%208%200%200%201%2016%200m88%2088h-32a8%208%200%200%200%200%2016h32a8%208%200%200%200%200-16m-45.09%2047.6a8%208%200%200%200-11.31%2011.31l22.62%2022.63a8%208%200%200%200%2011.32-11.32ZM128%20184a8%208%200%200%200-8%208v32a8%208%200%200%200%2016%200v-32a8%208%200%200%200-8-8m-50.91-16.4l-22.63%2022.62a8%208%200%200%200%2011.32%2011.32l22.62-22.63a8%208%200%200%200-11.31-11.31M72%20128a8%208%200%200%200-8-8H32a8%208%200%200%200%200%2016h32a8%208%200%200%200%208-8m-6.22-73.54a8%208%200%200%200-11.32%2011.32L77.09%2088.4A8%208%200%200%200%2088.4%2077.09Z%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%22M136%2032v32a8%208%200%200%201-16%200V32a8%208%200%200%201%2016%200m88%2088h-32a8%208%200%200%200%200%2016h32a8%208%200%200%200%200-16m-45.09%2047.6a8%208%200%200%200-11.31%2011.31l22.62%2022.63a8%208%200%200%200%2011.32-11.32ZM128%20184a8%208%200%200%200-8%208v32a8%208%200%200%200%2016%200v-32a8%208%200%200%200-8-8m-50.91-16.4l-22.63%2022.62a8%208%200%200%200%2011.32%2011.32l22.62-22.63a8%208%200%200%200-11.31-11.31M72%20128a8%208%200%200%200-8-8H32a8%208%200%200%200%200%2016h32a8%208%200%200%200%208-8m-6.22-73.54a8%208%200%200%200-11.32%2011.32L77.09%2088.4A8%208%200%200%200%2088.4%2077.09Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/spinner-gap.svg?color=%231a73e8&size=48