undo right round icon

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

Name
undo-right-round-bold
Set
Solar
Style
Bold
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"><path fill="currentColor" 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.1893 7.75H9.00001C6.6528 7.75 4.75 9.65279 4.75 12C4.75 14.3472 6.65279 16.25 9 16.25H16C16.4142 16.25 16.75 16.5858 16.75 17C16.75 17.4142 16.4142 17.75 16 17.75H9C5.82436 17.75 3.25 15.1756 3.25 12C3.25 8.82436 5.82437 6.25 9.00001 6.25H18.1893L16.4697 4.53033C16.1768 4.23744 16.1768 3.76256 16.4697 3.46967Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarUndoRightRoundBold(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="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.1893 7.75H9.00001C6.6528 7.75 4.75 9.65279 4.75 12C4.75 14.3472 6.65279 16.25 9 16.25H16C16.4142 16.25 16.75 16.5858 16.75 17C16.75 17.4142 16.4142 17.75 16 17.75H9C5.82436 17.75 3.25 15.1756 3.25 12C3.25 8.82436 5.82437 6.25 9.00001 6.25H18.1893L16.4697 4.53033C16.1768 4.23744 16.1768 3.76256 16.4697 3.46967Z" 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="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.1893 7.75H9.00001C6.6528 7.75 4.75 9.65279 4.75 12C4.75 14.3472 6.65279 16.25 9 16.25H16C16.4142 16.25 16.75 16.5858 16.75 17C16.75 17.4142 16.4142 17.75 16 17.75H9C5.82436 17.75 3.25 15.1756 3.25 12C3.25 8.82436 5.82437 6.25 9.00001 6.25H18.1893L16.4697 4.53033C16.1768 4.23744 16.1768 3.76256 16.4697 3.46967Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-undo-right-round-bold {
  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%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.1893%207.75H9.00001C6.6528%207.75%204.75%209.65279%204.75%2012C4.75%2014.3472%206.65279%2016.25%209%2016.25H16C16.4142%2016.25%2016.75%2016.5858%2016.75%2017C16.75%2017.4142%2016.4142%2017.75%2016%2017.75H9C5.82436%2017.75%203.25%2015.1756%203.25%2012C3.25%208.82436%205.82437%206.25%209.00001%206.25H18.1893L16.4697%204.53033C16.1768%204.23744%2016.1768%203.76256%2016.4697%203.46967Z%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%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.1893%207.75H9.00001C6.6528%207.75%204.75%209.65279%204.75%2012C4.75%2014.3472%206.65279%2016.25%209%2016.25H16C16.4142%2016.25%2016.75%2016.5858%2016.75%2017C16.75%2017.4142%2016.4142%2017.75%2016%2017.75H9C5.82436%2017.75%203.25%2015.1756%203.25%2012C3.25%208.82436%205.82437%206.25%209.00001%206.25H18.1893L16.4697%204.53033C16.1768%204.23744%2016.1768%203.76256%2016.4697%203.46967Z%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/solar/undo-right-round-bold.svg?color=%231a73e8&size=48