arrows counter clockwise icon
arrows-counter-clockwise-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- arrows-counter-clockwise-light
- Set
- Phosphor
- Style
- Light
- 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 102H40a6 6 0 0 1-6-6V48a6 6 0 0 1 12 0v33.52l18-18a93.45 93.45 0 0 1 66-27.53h.52a93.4 93.4 0 0 1 65.67 26.71a6 6 0 0 1-8.38 8.58A82 82 0 0 0 72.53 72L54.48 90H88a6 6 0 0 1 0 12m128 52h-48a6 6 0 0 0 0 12h33.52l-18.05 18a81.5 81.5 0 0 1-57.53 24h-.46a81.5 81.5 0 0 1-57.29-23.34a6 6 0 0 0-8.38 8.58A93.4 93.4 0 0 0 125.48 220h.52a93.45 93.45 0 0 0 66-27.53l18-18.05V208a6 6 0 0 0 12 0v-48a6 6 0 0 0-6-6"/></svg>
React
import type { SVGProps } from "react";
export function PhArrowsCounterClockwiseLight(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 102H40a6 6 0 0 1-6-6V48a6 6 0 0 1 12 0v33.52l18-18a93.45 93.45 0 0 1 66-27.53h.52a93.4 93.4 0 0 1 65.67 26.71a6 6 0 0 1-8.38 8.58A82 82 0 0 0 72.53 72L54.48 90H88a6 6 0 0 1 0 12m128 52h-48a6 6 0 0 0 0 12h33.52l-18.05 18a81.5 81.5 0 0 1-57.53 24h-.46a81.5 81.5 0 0 1-57.29-23.34a6 6 0 0 0-8.38 8.58A93.4 93.4 0 0 0 125.48 220h.52a93.45 93.45 0 0 0 66-27.53l18-18.05V208a6 6 0 0 0 12 0v-48a6 6 0 0 0-6-6"/></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 102H40a6 6 0 0 1-6-6V48a6 6 0 0 1 12 0v33.52l18-18a93.45 93.45 0 0 1 66-27.53h.52a93.4 93.4 0 0 1 65.67 26.71a6 6 0 0 1-8.38 8.58A82 82 0 0 0 72.53 72L54.48 90H88a6 6 0 0 1 0 12m128 52h-48a6 6 0 0 0 0 12h33.52l-18.05 18a81.5 81.5 0 0 1-57.53 24h-.46a81.5 81.5 0 0 1-57.29-23.34a6 6 0 0 0-8.38 8.58A93.4 93.4 0 0 0 125.48 220h.52a93.45 93.45 0 0 0 66-27.53l18-18.05V208a6 6 0 0 0 12 0v-48a6 6 0 0 0-6-6"/></svg> </template>
CSS
.icon-arrows-counter-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%22M88%20102H40a6%206%200%200%201-6-6V48a6%206%200%200%201%2012%200v33.52l18-18a93.45%2093.45%200%200%201%2066-27.53h.52a93.4%2093.4%200%200%201%2065.67%2026.71a6%206%200%200%201-8.38%208.58A82%2082%200%200%200%2072.53%2072L54.48%2090H88a6%206%200%200%201%200%2012m128%2052h-48a6%206%200%200%200%200%2012h33.52l-18.05%2018a81.5%2081.5%200%200%201-57.53%2024h-.46a81.5%2081.5%200%200%201-57.29-23.34a6%206%200%200%200-8.38%208.58A93.4%2093.4%200%200%200%20125.48%20220h.52a93.45%2093.45%200%200%200%2066-27.53l18-18.05V208a6%206%200%200%200%2012%200v-48a6%206%200%200%200-6-6%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%20102H40a6%206%200%200%201-6-6V48a6%206%200%200%201%2012%200v33.52l18-18a93.45%2093.45%200%200%201%2066-27.53h.52a93.4%2093.4%200%200%201%2065.67%2026.71a6%206%200%200%201-8.38%208.58A82%2082%200%200%200%2072.53%2072L54.48%2090H88a6%206%200%200%201%200%2012m128%2052h-48a6%206%200%200%200%200%2012h33.52l-18.05%2018a81.5%2081.5%200%200%201-57.53%2024h-.46a81.5%2081.5%200%200%201-57.29-23.34a6%206%200%200%200-8.38%208.58A93.4%2093.4%200%200%200%20125.48%20220h.52a93.45%2093.45%200%200%200%2066-27.53l18-18.05V208a6%206%200%200%200%2012%200v-48a6%206%200%200%200-6-6%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-light.svg?color=%231a73e8&size=48