undo right round icon

undo-right-round-bold-duotone from Solar by 480 Design · Bold Duotone · Arrows Action · CC-BY-4.0 Attribution required.

Name
undo-right-round-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Arrows Action
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More arrows action icons from Solar

Use the undo right round icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M16.4697 3.46967C16.7626 3.17678 17.2374 3.17678 17.5303 3.46967L20.5303 6.46967C20.8232 6.76256 20.8232 7.23744 20.5303 7.53033L17.5303 10.5303C17.2374 10.8232 16.7626 10.8232 16.4697 10.5303C16.1768 10.2374 16.1768 9.76256 16.4697 9.46967L18.9393 7L16.4697 4.53033C16.1768 4.23744 16.1768 3.76256 16.4697 3.46967Z" clip-rule="evenodd"/><path d="M18.1893 6.25H9.00001C5.82437 6.25 3.25 8.82436 3.25 12C3.25 15.1756 5.82436 17.75 9 17.75H16C16.4142 17.75 16.75 17.4142 16.75 17C16.75 16.5858 16.4142 16.25 16 16.25H9C6.65279 16.25 4.75 14.3472 4.75 12C4.75 9.65279 6.6528 7.75 9.00001 7.75H18.1893L18.9393 7L18.1893 6.25Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarUndoRightRoundBoldDuotone(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 fillRule="evenodd" d="M16.4697 3.46967C16.7626 3.17678 17.2374 3.17678 17.5303 3.46967L20.5303 6.46967C20.8232 6.76256 20.8232 7.23744 20.5303 7.53033L17.5303 10.5303C17.2374 10.8232 16.7626 10.8232 16.4697 10.5303C16.1768 10.2374 16.1768 9.76256 16.4697 9.46967L18.9393 7L16.4697 4.53033C16.1768 4.23744 16.1768 3.76256 16.4697 3.46967Z" clipRule="evenodd"/><path d="M18.1893 6.25H9.00001C5.82437 6.25 3.25 8.82436 3.25 12C3.25 15.1756 5.82436 17.75 9 17.75H16C16.4142 17.75 16.75 17.4142 16.75 17C16.75 16.5858 16.4142 16.25 16 16.25H9C6.65279 16.25 4.75 14.3472 4.75 12C4.75 9.65279 6.6528 7.75 9.00001 7.75H18.1893L18.9393 7L18.1893 6.25Z" opacity=".5"/></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 fill-rule="evenodd" d="M16.4697 3.46967C16.7626 3.17678 17.2374 3.17678 17.5303 3.46967L20.5303 6.46967C20.8232 6.76256 20.8232 7.23744 20.5303 7.53033L17.5303 10.5303C17.2374 10.8232 16.7626 10.8232 16.4697 10.5303C16.1768 10.2374 16.1768 9.76256 16.4697 9.46967L18.9393 7L16.4697 4.53033C16.1768 4.23744 16.1768 3.76256 16.4697 3.46967Z" clip-rule="evenodd"/><path d="M18.1893 6.25H9.00001C5.82437 6.25 3.25 8.82436 3.25 12C3.25 15.1756 5.82436 17.75 9 17.75H16C16.4142 17.75 16.75 17.4142 16.75 17C16.75 16.5858 16.4142 16.25 16 16.25H9C6.65279 16.25 4.75 14.3472 4.75 12C4.75 9.65279 6.6528 7.75 9.00001 7.75H18.1893L18.9393 7L18.1893 6.25Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-undo-right-round-bold-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%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.4697%203.46967C16.7626%203.17678%2017.2374%203.17678%2017.5303%203.46967L20.5303%206.46967C20.8232%206.76256%2020.8232%207.23744%2020.5303%207.53033L17.5303%2010.5303C17.2374%2010.8232%2016.7626%2010.8232%2016.4697%2010.5303C16.1768%2010.2374%2016.1768%209.76256%2016.4697%209.46967L18.9393%207L16.4697%204.53033C16.1768%204.23744%2016.1768%203.76256%2016.4697%203.46967Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.1893%206.25H9.00001C5.82437%206.25%203.25%208.82436%203.25%2012C3.25%2015.1756%205.82436%2017.75%209%2017.75H16C16.4142%2017.75%2016.75%2017.4142%2016.75%2017C16.75%2016.5858%2016.4142%2016.25%2016%2016.25H9C6.65279%2016.25%204.75%2014.3472%204.75%2012C4.75%209.65279%206.6528%207.75%209.00001%207.75H18.1893L18.9393%207L18.1893%206.25Z%22%20opacity%3D%22.5%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.4697%203.46967C16.7626%203.17678%2017.2374%203.17678%2017.5303%203.46967L20.5303%206.46967C20.8232%206.76256%2020.8232%207.23744%2020.5303%207.53033L17.5303%2010.5303C17.2374%2010.8232%2016.7626%2010.8232%2016.4697%2010.5303C16.1768%2010.2374%2016.1768%209.76256%2016.4697%209.46967L18.9393%207L16.4697%204.53033C16.1768%204.23744%2016.1768%203.76256%2016.4697%203.46967Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.1893%206.25H9.00001C5.82437%206.25%203.25%208.82436%203.25%2012C3.25%2015.1756%205.82436%2017.75%209%2017.75H16C16.4142%2017.75%2016.75%2017.4142%2016.75%2017C16.75%2016.5858%2016.4142%2016.25%2016%2016.25H9C6.65279%2016.25%204.75%2014.3472%204.75%2012C4.75%209.65279%206.6528%207.75%209.00001%207.75H18.1893L18.9393%207L18.1893%206.25Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/undo-right-round-bold-duotone.svg?color=%231a73e8&size=48