arrows counter clockwise icon
arrows-counter-clockwise-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- arrows-counter-clockwise-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the arrows counter clockwise icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M88 108H40a12 12 0 0 1-12-12V48a12 12 0 0 1 24 0v19l7.8-7.8A99.42 99.42 0 0 1 130 29.94h.56a99.38 99.38 0 0 1 69.87 28.47a12 12 0 0 1-16.78 17.16a76 76 0 0 0-106.84.63L69 84h19a12 12 0 0 1 0 24m128 40h-48a12 12 0 0 0 0 24h19l-7.8 7.8a75.55 75.55 0 0 1-53.32 22.26h-.43a75.5 75.5 0 0 1-53.09-21.63a12 12 0 0 0-16.78 17.16a99.38 99.38 0 0 0 69.87 28.47h.55a99.42 99.42 0 0 0 70.16-29.29L204 189v19a12 12 0 0 0 24 0v-48a12 12 0 0 0-12-12"/></svg>
React
import type { SVGProps } from "react";
export function PhArrowsCounterClockwiseBold(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="M88 108H40a12 12 0 0 1-12-12V48a12 12 0 0 1 24 0v19l7.8-7.8A99.42 99.42 0 0 1 130 29.94h.56a99.38 99.38 0 0 1 69.87 28.47a12 12 0 0 1-16.78 17.16a76 76 0 0 0-106.84.63L69 84h19a12 12 0 0 1 0 24m128 40h-48a12 12 0 0 0 0 24h19l-7.8 7.8a75.55 75.55 0 0 1-53.32 22.26h-.43a75.5 75.5 0 0 1-53.09-21.63a12 12 0 0 0-16.78 17.16a99.38 99.38 0 0 0 69.87 28.47h.55a99.42 99.42 0 0 0 70.16-29.29L204 189v19a12 12 0 0 0 24 0v-48a12 12 0 0 0-12-12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M88 108H40a12 12 0 0 1-12-12V48a12 12 0 0 1 24 0v19l7.8-7.8A99.42 99.42 0 0 1 130 29.94h.56a99.38 99.38 0 0 1 69.87 28.47a12 12 0 0 1-16.78 17.16a76 76 0 0 0-106.84.63L69 84h19a12 12 0 0 1 0 24m128 40h-48a12 12 0 0 0 0 24h19l-7.8 7.8a75.55 75.55 0 0 1-53.32 22.26h-.43a75.5 75.5 0 0 1-53.09-21.63a12 12 0 0 0-16.78 17.16a99.38 99.38 0 0 0 69.87 28.47h.55a99.42 99.42 0 0 0 70.16-29.29L204 189v19a12 12 0 0 0 24 0v-48a12 12 0 0 0-12-12"/></svg> </template>
CSS
.icon-arrows-counter-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%22M88%20108H40a12%2012%200%200%201-12-12V48a12%2012%200%200%201%2024%200v19l7.8-7.8A99.42%2099.42%200%200%201%20130%2029.94h.56a99.38%2099.38%200%200%201%2069.87%2028.47a12%2012%200%200%201-16.78%2017.16a76%2076%200%200%200-106.84.63L69%2084h19a12%2012%200%200%201%200%2024m128%2040h-48a12%2012%200%200%200%200%2024h19l-7.8%207.8a75.55%2075.55%200%200%201-53.32%2022.26h-.43a75.5%2075.5%200%200%201-53.09-21.63a12%2012%200%200%200-16.78%2017.16a99.38%2099.38%200%200%200%2069.87%2028.47h.55a99.42%2099.42%200%200%200%2070.16-29.29L204%20189v19a12%2012%200%200%200%2024%200v-48a12%2012%200%200%200-12-12%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%22M88%20108H40a12%2012%200%200%201-12-12V48a12%2012%200%200%201%2024%200v19l7.8-7.8A99.42%2099.42%200%200%201%20130%2029.94h.56a99.38%2099.38%200%200%201%2069.87%2028.47a12%2012%200%200%201-16.78%2017.16a76%2076%200%200%200-106.84.63L69%2084h19a12%2012%200%200%201%200%2024m128%2040h-48a12%2012%200%200%200%200%2024h19l-7.8%207.8a75.55%2075.55%200%200%201-53.32%2022.26h-.43a75.5%2075.5%200%200%201-53.09-21.63a12%2012%200%200%200-16.78%2017.16a99.38%2099.38%200%200%200%2069.87%2028.47h.55a99.42%2099.42%200%200%200%2070.16-29.29L204%20189v19a12%2012%200%200%200%2024%200v-48a12%2012%200%200%200-12-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/arrows-counter-clockwise-bold.svg?color=%231a73e8&size=48