refresh circle icon

refresh-circle from Reicon by REICON · Outline · Arrows · MIT Free for personal and commercial use.

Name
refresh-circle
Set
Reicon
Style
Outline
Category
Arrows
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All refresh circle icons →

More arrows icons from Reicon

Use the refresh circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.713 10.674c.454-2.52 2.672-4.424 5.33-4.424c1.578 0 3 .67 3.99 1.74a.75.75 0 1 1-1.101 1.02a3.92 3.92 0 0 0-2.888-1.26a3.91 3.91 0 0 0-3.8 2.935l.237-.226a.75.75 0 0 1 1.038 1.082l-1.622 1.556a.75.75 0 0 1-1.08-.044l-1.378-1.556a.75.75 0 1 1 1.122-.994zm9.936.022a.75.75 0 0 1 .53.251l1.382 1.555a.75.75 0 1 1-1.122.996l-.155-.175c-.454 2.523-2.683 4.428-5.35 4.428a5.45 5.45 0 0 1-3.98-1.719a.75.75 0 1 1 1.093-1.026a3.95 3.95 0 0 0 2.888 1.245a3.925 3.925 0 0 0 3.815-2.932l-.23.222a.75.75 0 1 1-1.04-1.082l1.62-1.555a.75.75 0 0 1 .548-.208"/><path fill-rule="evenodd" d="M12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75S22.75 17.937 22.75 12S17.937 1.25 12 1.25M2.75 12a9.25 9.25 0 1 1 18.5 0a9.25 9.25 0 0 1-18.5 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconRefreshCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.713 10.674c.454-2.52 2.672-4.424 5.33-4.424c1.578 0 3 .67 3.99 1.74a.75.75 0 1 1-1.101 1.02a3.92 3.92 0 0 0-2.888-1.26a3.91 3.91 0 0 0-3.8 2.935l.237-.226a.75.75 0 0 1 1.038 1.082l-1.622 1.556a.75.75 0 0 1-1.08-.044l-1.378-1.556a.75.75 0 1 1 1.122-.994zm9.936.022a.75.75 0 0 1 .53.251l1.382 1.555a.75.75 0 1 1-1.122.996l-.155-.175c-.454 2.523-2.683 4.428-5.35 4.428a5.45 5.45 0 0 1-3.98-1.719a.75.75 0 1 1 1.093-1.026a3.95 3.95 0 0 0 2.888 1.245a3.925 3.925 0 0 0 3.815-2.932l-.23.222a.75.75 0 1 1-1.04-1.082l1.62-1.555a.75.75 0 0 1 .548-.208"/><path fillRule="evenodd" d="M12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75S22.75 17.937 22.75 12S17.937 1.25 12 1.25M2.75 12a9.25 9.25 0 1 1 18.5 0a9.25 9.25 0 0 1-18.5 0" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.713 10.674c.454-2.52 2.672-4.424 5.33-4.424c1.578 0 3 .67 3.99 1.74a.75.75 0 1 1-1.101 1.02a3.92 3.92 0 0 0-2.888-1.26a3.91 3.91 0 0 0-3.8 2.935l.237-.226a.75.75 0 0 1 1.038 1.082l-1.622 1.556a.75.75 0 0 1-1.08-.044l-1.378-1.556a.75.75 0 1 1 1.122-.994zm9.936.022a.75.75 0 0 1 .53.251l1.382 1.555a.75.75 0 1 1-1.122.996l-.155-.175c-.454 2.523-2.683 4.428-5.35 4.428a5.45 5.45 0 0 1-3.98-1.719a.75.75 0 1 1 1.093-1.026a3.95 3.95 0 0 0 2.888 1.245a3.925 3.925 0 0 0 3.815-2.932l-.23.222a.75.75 0 1 1-1.04-1.082l1.62-1.555a.75.75 0 0 1 .548-.208"/><path fill-rule="evenodd" d="M12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75S22.75 17.937 22.75 12S17.937 1.25 12 1.25M2.75 12a9.25 9.25 0 1 1 18.5 0a9.25 9.25 0 0 1-18.5 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-refresh-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.713%2010.674c.454-2.52%202.672-4.424%205.33-4.424c1.578%200%203%20.67%203.99%201.74a.75.75%200%201%201-1.101%201.02a3.92%203.92%200%200%200-2.888-1.26a3.91%203.91%200%200%200-3.8%202.935l.237-.226a.75.75%200%200%201%201.038%201.082l-1.622%201.556a.75.75%200%200%201-1.08-.044l-1.378-1.556a.75.75%200%201%201%201.122-.994zm9.936.022a.75.75%200%200%201%20.53.251l1.382%201.555a.75.75%200%201%201-1.122.996l-.155-.175c-.454%202.523-2.683%204.428-5.35%204.428a5.45%205.45%200%200%201-3.98-1.719a.75.75%200%201%201%201.093-1.026a3.95%203.95%200%200%200%202.888%201.245a3.925%203.925%200%200%200%203.815-2.932l-.23.222a.75.75%200%201%201-1.04-1.082l1.62-1.555a.75.75%200%200%201%20.548-.208%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C6.063%201.25%201.25%206.063%201.25%2012S6.063%2022.75%2012%2022.75S22.75%2017.937%2022.75%2012S17.937%201.25%2012%201.25M2.75%2012a9.25%209.25%200%201%201%2018.5%200a9.25%209.25%200%200%201-18.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.713%2010.674c.454-2.52%202.672-4.424%205.33-4.424c1.578%200%203%20.67%203.99%201.74a.75.75%200%201%201-1.101%201.02a3.92%203.92%200%200%200-2.888-1.26a3.91%203.91%200%200%200-3.8%202.935l.237-.226a.75.75%200%200%201%201.038%201.082l-1.622%201.556a.75.75%200%200%201-1.08-.044l-1.378-1.556a.75.75%200%201%201%201.122-.994zm9.936.022a.75.75%200%200%201%20.53.251l1.382%201.555a.75.75%200%201%201-1.122.996l-.155-.175c-.454%202.523-2.683%204.428-5.35%204.428a5.45%205.45%200%200%201-3.98-1.719a.75.75%200%201%201%201.093-1.026a3.95%203.95%200%200%200%202.888%201.245a3.925%203.925%200%200%200%203.815-2.932l-.23.222a.75.75%200%201%201-1.04-1.082l1.62-1.555a.75.75%200%200%201%20.548-.208%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C6.063%201.25%201.25%206.063%201.25%2012S6.063%2022.75%2012%2022.75S22.75%2017.937%2022.75%2012S17.937%201.25%2012%201.25M2.75%2012a9.25%209.25%200%201%201%2018.5%200a9.25%209.25%200%200%201-18.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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