arrow clockwise circle icon
arrow-clockwise-circle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- arrow-clockwise-circle
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
arrow-2-circlepatharrow-2-circlepath-circlearrow-2-squarepatharrow-3-trianglepatharrow-brancharrow-clockwisearrow-counterclockwisearrow-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 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.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922M17.523 29.078c0 5.86 4.664 10.57 10.454 10.57c5.789 0 10.43-4.71 10.43-10.5c0-.867-.727-1.57-1.595-1.57c-.89 0-1.617.703-1.617 1.57c0 4.032-3.21 7.266-7.218 7.266c-4.032 0-7.243-3.234-7.243-7.266c0-4.007 3.211-7.195 7.243-7.195c.304 0 .609 0 .843.047l-2.273 2.25c-.305.281-.446.656-.446 1.078c0 .82.633 1.477 1.477 1.477c.375 0 .773-.188 1.031-.446l4.547-4.547c.563-.539.54-1.593 0-2.156l-4.5-4.593a1.53 1.53 0 0 0-1.078-.47c-.844 0-1.477.68-1.477 1.5c0 .423.165.798.399 1.079l1.664 1.687a5 5 0 0 0-.633-.047c-5.273 0-10.008 4.524-10.008 10.266"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowClockwiseCircle(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.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922M17.523 29.078c0 5.86 4.664 10.57 10.454 10.57c5.789 0 10.43-4.71 10.43-10.5c0-.867-.727-1.57-1.595-1.57c-.89 0-1.617.703-1.617 1.57c0 4.032-3.21 7.266-7.218 7.266c-4.032 0-7.243-3.234-7.243-7.266c0-4.007 3.211-7.195 7.243-7.195c.304 0 .609 0 .843.047l-2.273 2.25c-.305.281-.446.656-.446 1.078c0 .82.633 1.477 1.477 1.477c.375 0 .773-.188 1.031-.446l4.547-4.547c.563-.539.54-1.593 0-2.156l-4.5-4.593a1.53 1.53 0 0 0-1.078-.47c-.844 0-1.477.68-1.477 1.5c0 .423.165.798.399 1.079l1.664 1.687a5 5 0 0 0-.633-.047c-5.273 0-10.008 4.524-10.008 10.266"/></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.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922M17.523 29.078c0 5.86 4.664 10.57 10.454 10.57c5.789 0 10.43-4.71 10.43-10.5c0-.867-.727-1.57-1.595-1.57c-.89 0-1.617.703-1.617 1.57c0 4.032-3.21 7.266-7.218 7.266c-4.032 0-7.243-3.234-7.243-7.266c0-4.007 3.211-7.195 7.243-7.195c.304 0 .609 0 .843.047l-2.273 2.25c-.305.281-.446.656-.446 1.078c0 .82.633 1.477 1.477 1.477c.375 0 .773-.188 1.031-.446l4.547-4.547c.563-.539.54-1.593 0-2.156l-4.5-4.593a1.53 1.53 0 0 0-1.078-.47c-.844 0-1.477.68-1.477 1.5c0 .423.165.798.399 1.079l1.664 1.687a5 5 0 0 0-.633-.047c-5.273 0-10.008 4.524-10.008 10.266"/></svg> </template>
CSS
.icon-arrow-clockwise-circle {
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.828%2023.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.945%204.095%2028c0%2013.078%2010.828%2023.906%2023.906%2023.906m0-3.984C16.937%2047.922%208.1%2039.062%208.1%2028c0-11.04%208.813-19.922%2019.876-19.922c11.039%200%2019.921%208.883%2019.945%2019.922c.023%2011.063-8.883%2019.922-19.922%2019.922M17.523%2029.078c0%205.86%204.664%2010.57%2010.454%2010.57c5.789%200%2010.43-4.71%2010.43-10.5c0-.867-.727-1.57-1.595-1.57c-.89%200-1.617.703-1.617%201.57c0%204.032-3.21%207.266-7.218%207.266c-4.032%200-7.243-3.234-7.243-7.266c0-4.007%203.211-7.195%207.243-7.195c.304%200%20.609%200%20.843.047l-2.273%202.25c-.305.281-.446.656-.446%201.078c0%20.82.633%201.477%201.477%201.477c.375%200%20.773-.188%201.031-.446l4.547-4.547c.563-.539.54-1.593%200-2.156l-4.5-4.593a1.53%201.53%200%200%200-1.078-.47c-.844%200-1.477.68-1.477%201.5c0%20.423.165.798.399%201.079l1.664%201.687a5%205%200%200%200-.633-.047c-5.273%200-10.008%204.524-10.008%2010.266%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.828%2023.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.945%204.095%2028c0%2013.078%2010.828%2023.906%2023.906%2023.906m0-3.984C16.937%2047.922%208.1%2039.062%208.1%2028c0-11.04%208.813-19.922%2019.876-19.922c11.039%200%2019.921%208.883%2019.945%2019.922c.023%2011.063-8.883%2019.922-19.922%2019.922M17.523%2029.078c0%205.86%204.664%2010.57%2010.454%2010.57c5.789%200%2010.43-4.71%2010.43-10.5c0-.867-.727-1.57-1.595-1.57c-.89%200-1.617.703-1.617%201.57c0%204.032-3.21%207.266-7.218%207.266c-4.032%200-7.243-3.234-7.243-7.266c0-4.007%203.211-7.195%207.243-7.195c.304%200%20.609%200%20.843.047l-2.273%202.25c-.305.281-.446.656-.446%201.078c0%20.82.633%201.477%201.477%201.477c.375%200%20.773-.188%201.031-.446l4.547-4.547c.563-.539.54-1.593%200-2.156l-4.5-4.593a1.53%201.53%200%200%200-1.078-.47c-.844%200-1.477.68-1.477%201.5c0%20.423.165.798.399%201.079l1.664%201.687a5%205%200%200%200-.633-.047c-5.273%200-10.008%204.524-10.008%2010.266%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.svg?color=%231a73e8&size=48