arrow clockwise icon

arrow-clockwise from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
arrow-clockwise
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Related icons in Framework7 Icons

Use the arrow clockwise icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.145 26.184c.562 0 1.007-.188 1.359-.54l9.656-9.703a1.9 1.9 0 0 0 .586-1.406c0-.515-.21-1.031-.586-1.406l-9.656-9.797c-.328-.375-.797-.562-1.383-.562c-1.031 0-1.828.843-1.828 1.921c0 .493.164.961.516 1.336l6.257 6.14a24 24 0 0 0-4.078-.374A20.626 20.626 0 0 0 7.293 32.488c0 11.508 9.21 20.743 20.695 20.743a20.67 20.67 0 0 0 20.719-20.743c0-1.125-.797-1.945-1.969-1.945c-1.101 0-1.804.82-1.804 1.945a16.9 16.9 0 0 1-16.946 16.969c-9.398 0-16.922-7.547-16.922-16.969a16.855 16.855 0 0 1 16.922-16.922c1.805 0 3.422.141 4.852.446l-7.008 6.96a1.84 1.84 0 0 0-.539 1.337c0 1.078.797 1.875 1.852 1.875"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowClockwise(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="M27.145 26.184c.562 0 1.007-.188 1.359-.54l9.656-9.703a1.9 1.9 0 0 0 .586-1.406c0-.515-.21-1.031-.586-1.406l-9.656-9.797c-.328-.375-.797-.562-1.383-.562c-1.031 0-1.828.843-1.828 1.921c0 .493.164.961.516 1.336l6.257 6.14a24 24 0 0 0-4.078-.374A20.626 20.626 0 0 0 7.293 32.488c0 11.508 9.21 20.743 20.695 20.743a20.67 20.67 0 0 0 20.719-20.743c0-1.125-.797-1.945-1.969-1.945c-1.101 0-1.804.82-1.804 1.945a16.9 16.9 0 0 1-16.946 16.969c-9.398 0-16.922-7.547-16.922-16.969a16.855 16.855 0 0 1 16.922-16.922c1.805 0 3.422.141 4.852.446l-7.008 6.96a1.84 1.84 0 0 0-.539 1.337c0 1.078.797 1.875 1.852 1.875"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.145 26.184c.562 0 1.007-.188 1.359-.54l9.656-9.703a1.9 1.9 0 0 0 .586-1.406c0-.515-.21-1.031-.586-1.406l-9.656-9.797c-.328-.375-.797-.562-1.383-.562c-1.031 0-1.828.843-1.828 1.921c0 .493.164.961.516 1.336l6.257 6.14a24 24 0 0 0-4.078-.374A20.626 20.626 0 0 0 7.293 32.488c0 11.508 9.21 20.743 20.695 20.743a20.67 20.67 0 0 0 20.719-20.743c0-1.125-.797-1.945-1.969-1.945c-1.101 0-1.804.82-1.804 1.945a16.9 16.9 0 0 1-16.946 16.969c-9.398 0-16.922-7.547-16.922-16.969a16.855 16.855 0 0 1 16.922-16.922c1.805 0 3.422.141 4.852.446l-7.008 6.96a1.84 1.84 0 0 0-.539 1.337c0 1.078.797 1.875 1.852 1.875"/></svg>
</template>

CSS

.icon-arrow-clockwise {
  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%22M27.145%2026.184c.562%200%201.007-.188%201.359-.54l9.656-9.703a1.9%201.9%200%200%200%20.586-1.406c0-.515-.21-1.031-.586-1.406l-9.656-9.797c-.328-.375-.797-.562-1.383-.562c-1.031%200-1.828.843-1.828%201.921c0%20.493.164.961.516%201.336l6.257%206.14a24%2024%200%200%200-4.078-.374A20.626%2020.626%200%200%200%207.293%2032.488c0%2011.508%209.21%2020.743%2020.695%2020.743a20.67%2020.67%200%200%200%2020.719-20.743c0-1.125-.797-1.945-1.969-1.945c-1.101%200-1.804.82-1.804%201.945a16.9%2016.9%200%200%201-16.946%2016.969c-9.398%200-16.922-7.547-16.922-16.969a16.855%2016.855%200%200%201%2016.922-16.922c1.805%200%203.422.141%204.852.446l-7.008%206.96a1.84%201.84%200%200%200-.539%201.337c0%201.078.797%201.875%201.852%201.875%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%22M27.145%2026.184c.562%200%201.007-.188%201.359-.54l9.656-9.703a1.9%201.9%200%200%200%20.586-1.406c0-.515-.21-1.031-.586-1.406l-9.656-9.797c-.328-.375-.797-.562-1.383-.562c-1.031%200-1.828.843-1.828%201.921c0%20.493.164.961.516%201.336l6.257%206.14a24%2024%200%200%200-4.078-.374A20.626%2020.626%200%200%200%207.293%2032.488c0%2011.508%209.21%2020.743%2020.695%2020.743a20.67%2020.67%200%200%200%2020.719-20.743c0-1.125-.797-1.945-1.969-1.945c-1.101%200-1.804.82-1.804%201.945a16.9%2016.9%200%200%201-16.946%2016.969c-9.398%200-16.922-7.547-16.922-16.969a16.855%2016.855%200%200%201%2016.922-16.922c1.805%200%203.422.141%204.852.446l-7.008%206.96a1.84%201.84%200%200%200-.539%201.337c0%201.078.797%201.875%201.852%201.875%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-clockwise.svg?color=%231a73e8&size=48