redo circle icon

redo-circle-solid from Iconoir by Luca Burgio · Solid · Actions · MIT Free for personal and commercial use.

Name
redo-circle-solid
Set
Iconoir
Style
Solid
Category
Actions
Viewbox
24×24
License
MIT

1 other variant in Iconoir

More actions icons from Iconoir

Use the redo circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12m16.321-.89l-.05.055l-3.5 3.375a.75.75 0 1 1-1.042-1.08l2.163-2.085H9.789l-.062.004a2.5 2.5 0 0 0-.982.281a1.74 1.74 0 0 0-.673.624c-.178.288-.322.71-.322 1.341c0 1.438.567 2.032 1.029 2.312a2.25 2.25 0 0 0 1.014.313h.807a.75.75 0 0 1 0 1.5h-.8a3.7 3.7 0 0 1-1.798-.53c-.933-.565-1.752-1.658-1.752-3.595c0-.87.202-1.572.545-2.128c.341-.554.796-.92 1.238-1.157A4 4 0 0 1 9.8 9.875h5.433L12.96 7.521a.75.75 0 0 1 1.08-1.042l3.498 3.623a.75.75 0 0 1 .033 1.009" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function IconoirRedoCircleSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12m16.321-.89l-.05.055l-3.5 3.375a.75.75 0 1 1-1.042-1.08l2.163-2.085H9.789l-.062.004a2.5 2.5 0 0 0-.982.281a1.74 1.74 0 0 0-.673.624c-.178.288-.322.71-.322 1.341c0 1.438.567 2.032 1.029 2.312a2.25 2.25 0 0 0 1.014.313h.807a.75.75 0 0 1 0 1.5h-.8a3.7 3.7 0 0 1-1.798-.53c-.933-.565-1.752-1.658-1.752-3.595c0-.87.202-1.572.545-2.128c.341-.554.796-.92 1.238-1.157A4 4 0 0 1 9.8 9.875h5.433L12.96 7.521a.75.75 0 0 1 1.08-1.042l3.498 3.623a.75.75 0 0 1 .033 1.009" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12m16.321-.89l-.05.055l-3.5 3.375a.75.75 0 1 1-1.042-1.08l2.163-2.085H9.789l-.062.004a2.5 2.5 0 0 0-.982.281a1.74 1.74 0 0 0-.673.624c-.178.288-.322.71-.322 1.341c0 1.438.567 2.032 1.029 2.312a2.25 2.25 0 0 0 1.014.313h.807a.75.75 0 0 1 0 1.5h-.8a3.7 3.7 0 0 1-1.798-.53c-.933-.565-1.752-1.658-1.752-3.595c0-.87.202-1.572.545-2.128c.341-.554.796-.92 1.238-1.157A4 4 0 0 1 9.8 9.875h5.433L12.96 7.521a.75.75 0 0 1 1.08-1.042l3.498 3.623a.75.75 0 0 1 .033 1.009" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-redo-circle-solid {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012m16.321-.89l-.05.055l-3.5%203.375a.75.75%200%201%201-1.042-1.08l2.163-2.085H9.789l-.062.004a2.5%202.5%200%200%200-.982.281a1.74%201.74%200%200%200-.673.624c-.178.288-.322.71-.322%201.341c0%201.438.567%202.032%201.029%202.312a2.25%202.25%200%200%200%201.014.313h.807a.75.75%200%200%201%200%201.5h-.8a3.7%203.7%200%200%201-1.798-.53c-.933-.565-1.752-1.658-1.752-3.595c0-.87.202-1.572.545-2.128c.341-.554.796-.92%201.238-1.157A4%204%200%200%201%209.8%209.875h5.433L12.96%207.521a.75.75%200%200%201%201.08-1.042l3.498%203.623a.75.75%200%200%201%20.033%201.009%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012m16.321-.89l-.05.055l-3.5%203.375a.75.75%200%201%201-1.042-1.08l2.163-2.085H9.789l-.062.004a2.5%202.5%200%200%200-.982.281a1.74%201.74%200%200%200-.673.624c-.178.288-.322.71-.322%201.341c0%201.438.567%202.032%201.029%202.312a2.25%202.25%200%200%200%201.014.313h.807a.75.75%200%200%201%200%201.5h-.8a3.7%203.7%200%200%201-1.798-.53c-.933-.565-1.752-1.658-1.752-3.595c0-.87.202-1.572.545-2.128c.341-.554.796-.92%201.238-1.157A4%204%200%200%201%209.8%209.875h5.433L12.96%207.521a.75.75%200%200%201%201.08-1.042l3.498%203.623a.75.75%200%200%201%20.033%201.009%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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