arrow clockwise circle icon

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

Name
arrow-clockwise-circle-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the arrow clockwise circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.851 23.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.922 4.095 28c0 13.055 10.828 23.906 23.906 23.906M17.36 28.961c0-5.836 4.804-10.43 10.171-10.43a5 5 0 0 1 .633.047l-1.687-1.687c-.258-.282-.399-.68-.399-1.102c0-.844.633-1.523 1.5-1.523c.422 0 .82.164 1.102.468l4.57 4.664c.539.563.562 1.641 0 2.204l-4.617 4.593c-.282.282-.68.469-1.055.469c-.867 0-1.5-.68-1.5-1.5c0-.445.14-.82.445-1.102l2.297-2.273c-.234-.047-.539-.047-.843-.047c-4.102 0-7.36 3.235-7.36 7.29c0 4.1 3.258 7.382 7.36 7.382c4.078 0 7.335-3.281 7.335-7.383c0-.867.727-1.593 1.641-1.593c.89 0 1.617.726 1.617 1.593c0 5.883-4.71 10.664-10.593 10.664s-10.618-4.781-10.618-10.734"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowClockwiseCircleFill(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 51.906c13.055 0 23.906-10.851 23.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.922 4.095 28c0 13.055 10.828 23.906 23.906 23.906M17.36 28.961c0-5.836 4.804-10.43 10.171-10.43a5 5 0 0 1 .633.047l-1.687-1.687c-.258-.282-.399-.68-.399-1.102c0-.844.633-1.523 1.5-1.523c.422 0 .82.164 1.102.468l4.57 4.664c.539.563.562 1.641 0 2.204l-4.617 4.593c-.282.282-.68.469-1.055.469c-.867 0-1.5-.68-1.5-1.5c0-.445.14-.82.445-1.102l2.297-2.273c-.234-.047-.539-.047-.843-.047c-4.102 0-7.36 3.235-7.36 7.29c0 4.1 3.258 7.382 7.36 7.382c4.078 0 7.335-3.281 7.335-7.383c0-.867.727-1.593 1.641-1.593c.89 0 1.617.726 1.617 1.593c0 5.883-4.71 10.664-10.593 10.664s-10.618-4.781-10.618-10.734"/></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 51.906c13.055 0 23.906-10.851 23.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.922 4.095 28c0 13.055 10.828 23.906 23.906 23.906M17.36 28.961c0-5.836 4.804-10.43 10.171-10.43a5 5 0 0 1 .633.047l-1.687-1.687c-.258-.282-.399-.68-.399-1.102c0-.844.633-1.523 1.5-1.523c.422 0 .82.164 1.102.468l4.57 4.664c.539.563.562 1.641 0 2.204l-4.617 4.593c-.282.282-.68.469-1.055.469c-.867 0-1.5-.68-1.5-1.5c0-.445.14-.82.445-1.102l2.297-2.273c-.234-.047-.539-.047-.843-.047c-4.102 0-7.36 3.235-7.36 7.29c0 4.1 3.258 7.382 7.36 7.382c4.078 0 7.335-3.281 7.335-7.383c0-.867.727-1.593 1.641-1.593c.89 0 1.617.726 1.617 1.593c0 5.883-4.71 10.664-10.593 10.664s-10.618-4.781-10.618-10.734"/></svg>
</template>

CSS

.icon-arrow-clockwise-circle-fill {
  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%2051.906c13.055%200%2023.906-10.851%2023.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.922%204.095%2028c0%2013.055%2010.828%2023.906%2023.906%2023.906M17.36%2028.961c0-5.836%204.804-10.43%2010.171-10.43a5%205%200%200%201%20.633.047l-1.687-1.687c-.258-.282-.399-.68-.399-1.102c0-.844.633-1.523%201.5-1.523c.422%200%20.82.164%201.102.468l4.57%204.664c.539.563.562%201.641%200%202.204l-4.617%204.593c-.282.282-.68.469-1.055.469c-.867%200-1.5-.68-1.5-1.5c0-.445.14-.82.445-1.102l2.297-2.273c-.234-.047-.539-.047-.843-.047c-4.102%200-7.36%203.235-7.36%207.29c0%204.1%203.258%207.382%207.36%207.382c4.078%200%207.335-3.281%207.335-7.383c0-.867.727-1.593%201.641-1.593c.89%200%201.617.726%201.617%201.593c0%205.883-4.71%2010.664-10.593%2010.664s-10.618-4.781-10.618-10.734%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%2051.906c13.055%200%2023.906-10.851%2023.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.922%204.095%2028c0%2013.055%2010.828%2023.906%2023.906%2023.906M17.36%2028.961c0-5.836%204.804-10.43%2010.171-10.43a5%205%200%200%201%20.633.047l-1.687-1.687c-.258-.282-.399-.68-.399-1.102c0-.844.633-1.523%201.5-1.523c.422%200%20.82.164%201.102.468l4.57%204.664c.539.563.562%201.641%200%202.204l-4.617%204.593c-.282.282-.68.469-1.055.469c-.867%200-1.5-.68-1.5-1.5c0-.445.14-.82.445-1.102l2.297-2.273c-.234-.047-.539-.047-.843-.047c-4.102%200-7.36%203.235-7.36%207.29c0%204.1%203.258%207.382%207.36%207.382c4.078%200%207.335-3.281%207.335-7.383c0-.867.727-1.593%201.641-1.593c.89%200%201.617.726%201.617%201.593c0%205.883-4.71%2010.664-10.593%2010.664s-10.618-4.781-10.618-10.734%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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