refresh circle icon

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

Name
refresh-circle-duotone
Set
Reicon
Style
Duotone
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"><circle cx="12" cy="12" r="10" opacity=".5"/><path d="M7.378 11.63h-.75zm0 .926l-.562.497a.75.75 0 0 0 1.08.044zm2.141-1.015a.75.75 0 0 0-1.038-1.082zm-2.958-1.038a.75.75 0 1 0-1.122.994zm8.37-1.494a.75.75 0 1 0 1.102-1.018zM12.045 6.25c-2.986 0-5.416 2.403-5.416 5.38h1.5c0-2.137 1.747-3.88 3.916-3.88zm-5.416 5.38v.926h1.5v-.926zm1.269 1.467l1.622-1.556l-1.038-1.082l-1.622 1.555zm.042-1.039l-1.378-1.555l-1.122.994l1.377 1.556zm8.094-4.067a5.42 5.42 0 0 0-3.99-1.741v1.5a3.92 3.92 0 0 1 2.889 1.26zm.585 3.453l.56-.498a.75.75 0 0 0-1.08-.043zm-2.139 1.014a.75.75 0 1 0 1.04 1.082zm2.96 1.04a.75.75 0 0 0 1.12-.997zm-8.393 1.507a.75.75 0 0 0-1.094 1.026zm2.888 2.745c2.993 0 5.434-2.4 5.434-5.38h-1.5c0 2.135-1.753 3.88-3.934 3.88zm5.434-5.38v-.926h-1.5v.926zm-1.27-1.467l-1.619 1.555l1.04 1.082l1.618-1.555zm-.04 1.04l1.38 1.554l1.122-.996l-1.381-1.555zM7.952 16.03a5.45 5.45 0 0 0 3.982 1.719v-1.5c-1.143 0-2.17-.48-2.888-1.245z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconRefreshCircleDuotone(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"><circle cx="12" cy="12" r="10" opacity=".5"/><path d="M7.378 11.63h-.75zm0 .926l-.562.497a.75.75 0 0 0 1.08.044zm2.141-1.015a.75.75 0 0 0-1.038-1.082zm-2.958-1.038a.75.75 0 1 0-1.122.994zm8.37-1.494a.75.75 0 1 0 1.102-1.018zM12.045 6.25c-2.986 0-5.416 2.403-5.416 5.38h1.5c0-2.137 1.747-3.88 3.916-3.88zm-5.416 5.38v.926h1.5v-.926zm1.269 1.467l1.622-1.556l-1.038-1.082l-1.622 1.555zm.042-1.039l-1.378-1.555l-1.122.994l1.377 1.556zm8.094-4.067a5.42 5.42 0 0 0-3.99-1.741v1.5a3.92 3.92 0 0 1 2.889 1.26zm.585 3.453l.56-.498a.75.75 0 0 0-1.08-.043zm-2.139 1.014a.75.75 0 1 0 1.04 1.082zm2.96 1.04a.75.75 0 0 0 1.12-.997zm-8.393 1.507a.75.75 0 0 0-1.094 1.026zm2.888 2.745c2.993 0 5.434-2.4 5.434-5.38h-1.5c0 2.135-1.753 3.88-3.934 3.88zm5.434-5.38v-.926h-1.5v.926zm-1.27-1.467l-1.619 1.555l1.04 1.082l1.618-1.555zm-.04 1.04l1.38 1.554l1.122-.996l-1.381-1.555zM7.952 16.03a5.45 5.45 0 0 0 3.982 1.719v-1.5c-1.143 0-2.17-.48-2.888-1.245z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="12" cy="12" r="10" opacity=".5"/><path d="M7.378 11.63h-.75zm0 .926l-.562.497a.75.75 0 0 0 1.08.044zm2.141-1.015a.75.75 0 0 0-1.038-1.082zm-2.958-1.038a.75.75 0 1 0-1.122.994zm8.37-1.494a.75.75 0 1 0 1.102-1.018zM12.045 6.25c-2.986 0-5.416 2.403-5.416 5.38h1.5c0-2.137 1.747-3.88 3.916-3.88zm-5.416 5.38v.926h1.5v-.926zm1.269 1.467l1.622-1.556l-1.038-1.082l-1.622 1.555zm.042-1.039l-1.378-1.555l-1.122.994l1.377 1.556zm8.094-4.067a5.42 5.42 0 0 0-3.99-1.741v1.5a3.92 3.92 0 0 1 2.889 1.26zm.585 3.453l.56-.498a.75.75 0 0 0-1.08-.043zm-2.139 1.014a.75.75 0 1 0 1.04 1.082zm2.96 1.04a.75.75 0 0 0 1.12-.997zm-8.393 1.507a.75.75 0 0 0-1.094 1.026zm2.888 2.745c2.993 0 5.434-2.4 5.434-5.38h-1.5c0 2.135-1.753 3.88-3.934 3.88zm5.434-5.38v-.926h-1.5v.926zm-1.27-1.467l-1.619 1.555l1.04 1.082l1.618-1.555zm-.04 1.04l1.38 1.554l1.122-.996l-1.381-1.555zM7.952 16.03a5.45 5.45 0 0 0 3.982 1.719v-1.5c-1.143 0-2.17-.48-2.888-1.245z"/></g></svg>
</template>

CSS

.icon-refresh-circle-duotone {
  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%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7.378%2011.63h-.75zm0%20.926l-.562.497a.75.75%200%200%200%201.08.044zm2.141-1.015a.75.75%200%200%200-1.038-1.082zm-2.958-1.038a.75.75%200%201%200-1.122.994zm8.37-1.494a.75.75%200%201%200%201.102-1.018zM12.045%206.25c-2.986%200-5.416%202.403-5.416%205.38h1.5c0-2.137%201.747-3.88%203.916-3.88zm-5.416%205.38v.926h1.5v-.926zm1.269%201.467l1.622-1.556l-1.038-1.082l-1.622%201.555zm.042-1.039l-1.378-1.555l-1.122.994l1.377%201.556zm8.094-4.067a5.42%205.42%200%200%200-3.99-1.741v1.5a3.92%203.92%200%200%201%202.889%201.26zm.585%203.453l.56-.498a.75.75%200%200%200-1.08-.043zm-2.139%201.014a.75.75%200%201%200%201.04%201.082zm2.96%201.04a.75.75%200%200%200%201.12-.997zm-8.393%201.507a.75.75%200%200%200-1.094%201.026zm2.888%202.745c2.993%200%205.434-2.4%205.434-5.38h-1.5c0%202.135-1.753%203.88-3.934%203.88zm5.434-5.38v-.926h-1.5v.926zm-1.27-1.467l-1.619%201.555l1.04%201.082l1.618-1.555zm-.04%201.04l1.38%201.554l1.122-.996l-1.381-1.555zM7.952%2016.03a5.45%205.45%200%200%200%203.982%201.719v-1.5c-1.143%200-2.17-.48-2.888-1.245z%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%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7.378%2011.63h-.75zm0%20.926l-.562.497a.75.75%200%200%200%201.08.044zm2.141-1.015a.75.75%200%200%200-1.038-1.082zm-2.958-1.038a.75.75%200%201%200-1.122.994zm8.37-1.494a.75.75%200%201%200%201.102-1.018zM12.045%206.25c-2.986%200-5.416%202.403-5.416%205.38h1.5c0-2.137%201.747-3.88%203.916-3.88zm-5.416%205.38v.926h1.5v-.926zm1.269%201.467l1.622-1.556l-1.038-1.082l-1.622%201.555zm.042-1.039l-1.378-1.555l-1.122.994l1.377%201.556zm8.094-4.067a5.42%205.42%200%200%200-3.99-1.741v1.5a3.92%203.92%200%200%201%202.889%201.26zm.585%203.453l.56-.498a.75.75%200%200%200-1.08-.043zm-2.139%201.014a.75.75%200%201%200%201.04%201.082zm2.96%201.04a.75.75%200%200%200%201.12-.997zm-8.393%201.507a.75.75%200%200%200-1.094%201.026zm2.888%202.745c2.993%200%205.434-2.4%205.434-5.38h-1.5c0%202.135-1.753%203.88-3.934%203.88zm5.434-5.38v-.926h-1.5v.926zm-1.27-1.467l-1.619%201.555l1.04%201.082l1.618-1.555zm-.04%201.04l1.38%201.554l1.122-.996l-1.381-1.555zM7.952%2016.03a5.45%205.45%200%200%200%203.982%201.719v-1.5c-1.143%200-2.17-.48-2.888-1.245z%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-duotone.svg?color=%231a73e8&size=48