arrows clockwise icon
arrows-clockwise-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- arrows-clockwise-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the arrows clockwise icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222 48v48a6 6 0 0 1-6 6h-48a6 6 0 0 1 0-12h33.52l-18.05-18a81.5 81.5 0 0 0-57.53-24h-.46a81.5 81.5 0 0 0-57.29 23.28a6 6 0 1 1-8.38-8.58a93.38 93.38 0 0 1 65.67-26.76h.52a93.45 93.45 0 0 1 66 27.53l18 18V48a6 6 0 0 1 12 0m-34.19 136.72a81.5 81.5 0 0 1-57.29 23.34h-.46a81.5 81.5 0 0 1-57.53-24L54.48 166H88a6 6 0 0 0 0-12H40a6 6 0 0 0-6 6v48a6 6 0 0 0 12 0v-33.52l18 18.05a93.45 93.45 0 0 0 66 27.53h.52a93.38 93.38 0 0 0 65.67-26.76a6 6 0 1 0-8.38-8.58"/></svg>
React
import type { SVGProps } from "react";
export function PhArrowsClockwiseLight(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="M222 48v48a6 6 0 0 1-6 6h-48a6 6 0 0 1 0-12h33.52l-18.05-18a81.5 81.5 0 0 0-57.53-24h-.46a81.5 81.5 0 0 0-57.29 23.28a6 6 0 1 1-8.38-8.58a93.38 93.38 0 0 1 65.67-26.76h.52a93.45 93.45 0 0 1 66 27.53l18 18V48a6 6 0 0 1 12 0m-34.19 136.72a81.5 81.5 0 0 1-57.29 23.34h-.46a81.5 81.5 0 0 1-57.53-24L54.48 166H88a6 6 0 0 0 0-12H40a6 6 0 0 0-6 6v48a6 6 0 0 0 12 0v-33.52l18 18.05a93.45 93.45 0 0 0 66 27.53h.52a93.38 93.38 0 0 0 65.67-26.76a6 6 0 1 0-8.38-8.58"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222 48v48a6 6 0 0 1-6 6h-48a6 6 0 0 1 0-12h33.52l-18.05-18a81.5 81.5 0 0 0-57.53-24h-.46a81.5 81.5 0 0 0-57.29 23.28a6 6 0 1 1-8.38-8.58a93.38 93.38 0 0 1 65.67-26.76h.52a93.45 93.45 0 0 1 66 27.53l18 18V48a6 6 0 0 1 12 0m-34.19 136.72a81.5 81.5 0 0 1-57.29 23.34h-.46a81.5 81.5 0 0 1-57.53-24L54.48 166H88a6 6 0 0 0 0-12H40a6 6 0 0 0-6 6v48a6 6 0 0 0 12 0v-33.52l18 18.05a93.45 93.45 0 0 0 66 27.53h.52a93.38 93.38 0 0 0 65.67-26.76a6 6 0 1 0-8.38-8.58"/></svg> </template>
CSS
.icon-arrows-clockwise-light {
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%22M222%2048v48a6%206%200%200%201-6%206h-48a6%206%200%200%201%200-12h33.52l-18.05-18a81.5%2081.5%200%200%200-57.53-24h-.46a81.5%2081.5%200%200%200-57.29%2023.28a6%206%200%201%201-8.38-8.58a93.38%2093.38%200%200%201%2065.67-26.76h.52a93.45%2093.45%200%200%201%2066%2027.53l18%2018V48a6%206%200%200%201%2012%200m-34.19%20136.72a81.5%2081.5%200%200%201-57.29%2023.34h-.46a81.5%2081.5%200%200%201-57.53-24L54.48%20166H88a6%206%200%200%200%200-12H40a6%206%200%200%200-6%206v48a6%206%200%200%200%2012%200v-33.52l18%2018.05a93.45%2093.45%200%200%200%2066%2027.53h.52a93.38%2093.38%200%200%200%2065.67-26.76a6%206%200%201%200-8.38-8.58%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%22M222%2048v48a6%206%200%200%201-6%206h-48a6%206%200%200%201%200-12h33.52l-18.05-18a81.5%2081.5%200%200%200-57.53-24h-.46a81.5%2081.5%200%200%200-57.29%2023.28a6%206%200%201%201-8.38-8.58a93.38%2093.38%200%200%201%2065.67-26.76h.52a93.45%2093.45%200%200%201%2066%2027.53l18%2018V48a6%206%200%200%201%2012%200m-34.19%20136.72a81.5%2081.5%200%200%201-57.29%2023.34h-.46a81.5%2081.5%200%200%201-57.53-24L54.48%20166H88a6%206%200%200%200%200-12H40a6%206%200%200%200-6%206v48a6%206%200%200%200%2012%200v-33.52l18%2018.05a93.45%2093.45%200%200%200%2066%2027.53h.52a93.38%2093.38%200%200%200%2065.67-26.76a6%206%200%201%200-8.38-8.58%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/arrows-clockwise-light.svg?color=%231a73e8&size=48