arrows clockwise icon
arrows-clockwise-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- arrows-clockwise-bold
- Set
- Phosphor
- Style
- Bold
- 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="M228 48v48a12 12 0 0 1-12 12h-48a12 12 0 0 1 0-24h19l-7.8-7.8a75.55 75.55 0 0 0-53.32-22.26h-.43a75.5 75.5 0 0 0-53.06 21.63a12 12 0 1 1-16.78-17.16a99.38 99.38 0 0 1 69.87-28.47h.52a99.42 99.42 0 0 1 70.2 29.29L204 67V48a12 12 0 0 1 24 0m-44.39 132.43a75.5 75.5 0 0 1-53.09 21.63h-.43a75.55 75.55 0 0 1-53.32-22.26L69 172h19a12 12 0 0 0 0-24H40a12 12 0 0 0-12 12v48a12 12 0 0 0 24 0v-19l7.8 7.8a99.42 99.42 0 0 0 70.2 29.26h.56a99.38 99.38 0 0 0 69.87-28.47a12 12 0 0 0-16.78-17.16Z"/></svg>
React
import type { SVGProps } from "react";
export function PhArrowsClockwiseBold(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="M228 48v48a12 12 0 0 1-12 12h-48a12 12 0 0 1 0-24h19l-7.8-7.8a75.55 75.55 0 0 0-53.32-22.26h-.43a75.5 75.5 0 0 0-53.06 21.63a12 12 0 1 1-16.78-17.16a99.38 99.38 0 0 1 69.87-28.47h.52a99.42 99.42 0 0 1 70.2 29.29L204 67V48a12 12 0 0 1 24 0m-44.39 132.43a75.5 75.5 0 0 1-53.09 21.63h-.43a75.55 75.55 0 0 1-53.32-22.26L69 172h19a12 12 0 0 0 0-24H40a12 12 0 0 0-12 12v48a12 12 0 0 0 24 0v-19l7.8 7.8a99.42 99.42 0 0 0 70.2 29.26h.56a99.38 99.38 0 0 0 69.87-28.47a12 12 0 0 0-16.78-17.16Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228 48v48a12 12 0 0 1-12 12h-48a12 12 0 0 1 0-24h19l-7.8-7.8a75.55 75.55 0 0 0-53.32-22.26h-.43a75.5 75.5 0 0 0-53.06 21.63a12 12 0 1 1-16.78-17.16a99.38 99.38 0 0 1 69.87-28.47h.52a99.42 99.42 0 0 1 70.2 29.29L204 67V48a12 12 0 0 1 24 0m-44.39 132.43a75.5 75.5 0 0 1-53.09 21.63h-.43a75.55 75.55 0 0 1-53.32-22.26L69 172h19a12 12 0 0 0 0-24H40a12 12 0 0 0-12 12v48a12 12 0 0 0 24 0v-19l7.8 7.8a99.42 99.42 0 0 0 70.2 29.26h.56a99.38 99.38 0 0 0 69.87-28.47a12 12 0 0 0-16.78-17.16Z"/></svg> </template>
CSS
.icon-arrows-clockwise-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%22M228%2048v48a12%2012%200%200%201-12%2012h-48a12%2012%200%200%201%200-24h19l-7.8-7.8a75.55%2075.55%200%200%200-53.32-22.26h-.43a75.5%2075.5%200%200%200-53.06%2021.63a12%2012%200%201%201-16.78-17.16a99.38%2099.38%200%200%201%2069.87-28.47h.52a99.42%2099.42%200%200%201%2070.2%2029.29L204%2067V48a12%2012%200%200%201%2024%200m-44.39%20132.43a75.5%2075.5%200%200%201-53.09%2021.63h-.43a75.55%2075.55%200%200%201-53.32-22.26L69%20172h19a12%2012%200%200%200%200-24H40a12%2012%200%200%200-12%2012v48a12%2012%200%200%200%2024%200v-19l7.8%207.8a99.42%2099.42%200%200%200%2070.2%2029.26h.56a99.38%2099.38%200%200%200%2069.87-28.47a12%2012%200%200%200-16.78-17.16Z%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%22M228%2048v48a12%2012%200%200%201-12%2012h-48a12%2012%200%200%201%200-24h19l-7.8-7.8a75.55%2075.55%200%200%200-53.32-22.26h-.43a75.5%2075.5%200%200%200-53.06%2021.63a12%2012%200%201%201-16.78-17.16a99.38%2099.38%200%200%201%2069.87-28.47h.52a99.42%2099.42%200%200%201%2070.2%2029.29L204%2067V48a12%2012%200%200%201%2024%200m-44.39%20132.43a75.5%2075.5%200%200%201-53.09%2021.63h-.43a75.55%2075.55%200%200%201-53.32-22.26L69%20172h19a12%2012%200%200%200%200-24H40a12%2012%200%200%200-12%2012v48a12%2012%200%200%200%2024%200v-19l7.8%207.8a99.42%2099.42%200%200%200%2070.2%2029.26h.56a99.38%2099.38%200%200%200%2069.87-28.47a12%2012%200%200%200-16.78-17.16Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/arrows-clockwise-bold.svg?color=%231a73e8&size=48