arrow counterclockwise icon
arrow-counterclockwise from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- arrow-counterclockwise
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
Related icons in Framework7 Icons
arrow-2-circlepatharrow-2-circlepath-circlearrow-2-squarepatharrow-3-trianglepatharrow-brancharrow-clockwisearrow-clockwise-circlearrow-counterclockwise-circlearrow-downarrow-down-circlearrow-down-docarrow-down-leftarrow-down-left-circlearrow-down-left-squarearrow-down-rightarrow-down-right-arrow-up-leftarrow-down-right-circlearrow-down-right-squarearrow-down-squarearrow-down-to-linearrow-down-to-line-altarrow-leftarrow-left-circlearrow-left-right
Use the arrow counterclockwise icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.856 26.184c1.054 0 1.851-.797 1.851-1.875c0-.493-.187-.961-.539-1.336l-7.008-6.961c1.406-.305 3.047-.446 4.828-.446c9.399 0 16.946 7.524 16.946 16.922a16.9 16.9 0 0 1-16.946 16.969c-9.398 0-16.922-7.547-16.922-16.969c0-1.125-.726-1.945-1.828-1.945c-1.148 0-1.945.82-1.945 1.945c0 11.508 9.21 20.743 20.695 20.743a20.67 20.67 0 0 0 20.719-20.743c0-11.484-9.234-20.695-20.719-20.695c-1.36 0-2.718.14-4.054.375l6.257-6.14c.329-.376.516-.844.516-1.337c0-1.078-.797-1.921-1.852-1.921c-.562 0-1.03.187-1.359.562l-9.656 9.797c-.375.375-.586.89-.586 1.406c0 .54.164 1.008.586 1.406l9.656 9.704c.328.351.774.539 1.36.539"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowCounterclockwise(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.856 26.184c1.054 0 1.851-.797 1.851-1.875c0-.493-.187-.961-.539-1.336l-7.008-6.961c1.406-.305 3.047-.446 4.828-.446c9.399 0 16.946 7.524 16.946 16.922a16.9 16.9 0 0 1-16.946 16.969c-9.398 0-16.922-7.547-16.922-16.969c0-1.125-.726-1.945-1.828-1.945c-1.148 0-1.945.82-1.945 1.945c0 11.508 9.21 20.743 20.695 20.743a20.67 20.67 0 0 0 20.719-20.743c0-11.484-9.234-20.695-20.719-20.695c-1.36 0-2.718.14-4.054.375l6.257-6.14c.329-.376.516-.844.516-1.337c0-1.078-.797-1.921-1.852-1.921c-.562 0-1.03.187-1.359.562l-9.656 9.797c-.375.375-.586.89-.586 1.406c0 .54.164 1.008.586 1.406l9.656 9.704c.328.351.774.539 1.36.539"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.856 26.184c1.054 0 1.851-.797 1.851-1.875c0-.493-.187-.961-.539-1.336l-7.008-6.961c1.406-.305 3.047-.446 4.828-.446c9.399 0 16.946 7.524 16.946 16.922a16.9 16.9 0 0 1-16.946 16.969c-9.398 0-16.922-7.547-16.922-16.969c0-1.125-.726-1.945-1.828-1.945c-1.148 0-1.945.82-1.945 1.945c0 11.508 9.21 20.743 20.695 20.743a20.67 20.67 0 0 0 20.719-20.743c0-11.484-9.234-20.695-20.719-20.695c-1.36 0-2.718.14-4.054.375l6.257-6.14c.329-.376.516-.844.516-1.337c0-1.078-.797-1.921-1.852-1.921c-.562 0-1.03.187-1.359.562l-9.656 9.797c-.375.375-.586.89-.586 1.406c0 .54.164 1.008.586 1.406l9.656 9.704c.328.351.774.539 1.36.539"/></svg> </template>
CSS
.icon-arrow-counterclockwise {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.856%2026.184c1.054%200%201.851-.797%201.851-1.875c0-.493-.187-.961-.539-1.336l-7.008-6.961c1.406-.305%203.047-.446%204.828-.446c9.399%200%2016.946%207.524%2016.946%2016.922a16.9%2016.9%200%200%201-16.946%2016.969c-9.398%200-16.922-7.547-16.922-16.969c0-1.125-.726-1.945-1.828-1.945c-1.148%200-1.945.82-1.945%201.945c0%2011.508%209.21%2020.743%2020.695%2020.743a20.67%2020.67%200%200%200%2020.719-20.743c0-11.484-9.234-20.695-20.719-20.695c-1.36%200-2.718.14-4.054.375l6.257-6.14c.329-.376.516-.844.516-1.337c0-1.078-.797-1.921-1.852-1.921c-.562%200-1.03.187-1.359.562l-9.656%209.797c-.375.375-.586.89-.586%201.406c0%20.54.164%201.008.586%201.406l9.656%209.704c.328.351.774.539%201.36.539%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.856%2026.184c1.054%200%201.851-.797%201.851-1.875c0-.493-.187-.961-.539-1.336l-7.008-6.961c1.406-.305%203.047-.446%204.828-.446c9.399%200%2016.946%207.524%2016.946%2016.922a16.9%2016.9%200%200%201-16.946%2016.969c-9.398%200-16.922-7.547-16.922-16.969c0-1.125-.726-1.945-1.828-1.945c-1.148%200-1.945.82-1.945%201.945c0%2011.508%209.21%2020.743%2020.695%2020.743a20.67%2020.67%200%200%200%2020.719-20.743c0-11.484-9.234-20.695-20.719-20.695c-1.36%200-2.718.14-4.054.375l6.257-6.14c.329-.376.516-.844.516-1.337c0-1.078-.797-1.921-1.852-1.921c-.562%200-1.03.187-1.359.562l-9.656%209.797c-.375.375-.586.89-.586%201.406c0%20.54.164%201.008.586%201.406l9.656%209.704c.328.351.774.539%201.36.539%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-counterclockwise.svg?color=%231a73e8&size=48