undo right icon
undo-right-bold from Solar by 480 Design · Bold · Arrows Action · CC-BY-4.0 Attribution required.
- Name
- undo-right-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
arrow-to-down-left-boldarrow-to-down-right-boldarrow-to-top-left-boldarrow-to-top-right-boldcircle-bottom-down-boldcircle-bottom-up-boldcircle-top-down-boldcircle-top-up-bolddownload-bolddownload-minimalistic-bolddownload-square-bolddownload-twice-square-boldexit-boldexport-boldforward-2-boldforward-boldimport-boldlogin-2-boldlogin-3-boldlogin-boldlogout-2-boldlogout-3-boldlogout-boldmaximize-bold
Use the undo right 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.00001C8.05159 7.75 7.39042 7.75072 6.8778 7.79718C6.37549 7.84271 6.0899 7.92737 5.875 8.05144C5.53296 8.24892 5.24893 8.53295 5.05145 8.87499C4.92738 9.0899 4.84271 9.37548 4.79718 9.87779C4.75072 10.3904 4.75 11.0516 4.75 12C4.75 12.9484 4.75072 13.6096 4.79718 14.1222C4.84271 14.6245 4.92737 14.9101 5.05144 15.125C5.24892 15.467 5.53296 15.7511 5.875 15.9486C6.0899 16.0726 6.37549 16.1573 6.87779 16.2028C7.39041 16.2493 8.05158 16.25 9 16.25H16C16.4142 16.25 16.75 16.5858 16.75 17C16.75 17.4142 16.4142 17.75 16 17.75H8.96423C8.05998 17.75 7.3307 17.75 6.7424 17.6967C6.13605 17.6417 5.60625 17.5254 5.125 17.2476C4.55493 16.9185 4.08154 16.4451 3.75241 15.875C3.47455 15.3937 3.35826 14.8639 3.3033 14.2576C3.24998 13.6693 3.24999 12.94 3.25 12.0358V11.9642C3.24999 11.06 3.24999 10.3307 3.30331 9.74239C3.35826 9.13604 3.47456 8.60624 3.75241 8.12499C4.08154 7.55492 4.55493 7.08154 5.125 6.75241C5.60625 6.47456 6.13605 6.35826 6.7424 6.3033C7.33069 6.24998 8.05997 6.24999 8.96421 6.25L18.1893 6.25L16.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 SolarUndoRightBold(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.00001C8.05159 7.75 7.39042 7.75072 6.8778 7.79718C6.37549 7.84271 6.0899 7.92737 5.875 8.05144C5.53296 8.24892 5.24893 8.53295 5.05145 8.87499C4.92738 9.0899 4.84271 9.37548 4.79718 9.87779C4.75072 10.3904 4.75 11.0516 4.75 12C4.75 12.9484 4.75072 13.6096 4.79718 14.1222C4.84271 14.6245 4.92737 14.9101 5.05144 15.125C5.24892 15.467 5.53296 15.7511 5.875 15.9486C6.0899 16.0726 6.37549 16.1573 6.87779 16.2028C7.39041 16.2493 8.05158 16.25 9 16.25H16C16.4142 16.25 16.75 16.5858 16.75 17C16.75 17.4142 16.4142 17.75 16 17.75H8.96423C8.05998 17.75 7.3307 17.75 6.7424 17.6967C6.13605 17.6417 5.60625 17.5254 5.125 17.2476C4.55493 16.9185 4.08154 16.4451 3.75241 15.875C3.47455 15.3937 3.35826 14.8639 3.3033 14.2576C3.24998 13.6693 3.24999 12.94 3.25 12.0358V11.9642C3.24999 11.06 3.24999 10.3307 3.30331 9.74239C3.35826 9.13604 3.47456 8.60624 3.75241 8.12499C4.08154 7.55492 4.55493 7.08154 5.125 6.75241C5.60625 6.47456 6.13605 6.35826 6.7424 6.3033C7.33069 6.24998 8.05997 6.24999 8.96421 6.25L18.1893 6.25L16.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.00001C8.05159 7.75 7.39042 7.75072 6.8778 7.79718C6.37549 7.84271 6.0899 7.92737 5.875 8.05144C5.53296 8.24892 5.24893 8.53295 5.05145 8.87499C4.92738 9.0899 4.84271 9.37548 4.79718 9.87779C4.75072 10.3904 4.75 11.0516 4.75 12C4.75 12.9484 4.75072 13.6096 4.79718 14.1222C4.84271 14.6245 4.92737 14.9101 5.05144 15.125C5.24892 15.467 5.53296 15.7511 5.875 15.9486C6.0899 16.0726 6.37549 16.1573 6.87779 16.2028C7.39041 16.2493 8.05158 16.25 9 16.25H16C16.4142 16.25 16.75 16.5858 16.75 17C16.75 17.4142 16.4142 17.75 16 17.75H8.96423C8.05998 17.75 7.3307 17.75 6.7424 17.6967C6.13605 17.6417 5.60625 17.5254 5.125 17.2476C4.55493 16.9185 4.08154 16.4451 3.75241 15.875C3.47455 15.3937 3.35826 14.8639 3.3033 14.2576C3.24998 13.6693 3.24999 12.94 3.25 12.0358V11.9642C3.24999 11.06 3.24999 10.3307 3.30331 9.74239C3.35826 9.13604 3.47456 8.60624 3.75241 8.12499C4.08154 7.55492 4.55493 7.08154 5.125 6.75241C5.60625 6.47456 6.13605 6.35826 6.7424 6.3033C7.33069 6.24998 8.05997 6.24999 8.96421 6.25L18.1893 6.25L16.4697 4.53033C16.1768 4.23744 16.1768 3.76256 16.4697 3.46967Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-undo-right-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.00001C8.05159%207.75%207.39042%207.75072%206.8778%207.79718C6.37549%207.84271%206.0899%207.92737%205.875%208.05144C5.53296%208.24892%205.24893%208.53295%205.05145%208.87499C4.92738%209.0899%204.84271%209.37548%204.79718%209.87779C4.75072%2010.3904%204.75%2011.0516%204.75%2012C4.75%2012.9484%204.75072%2013.6096%204.79718%2014.1222C4.84271%2014.6245%204.92737%2014.9101%205.05144%2015.125C5.24892%2015.467%205.53296%2015.7511%205.875%2015.9486C6.0899%2016.0726%206.37549%2016.1573%206.87779%2016.2028C7.39041%2016.2493%208.05158%2016.25%209%2016.25H16C16.4142%2016.25%2016.75%2016.5858%2016.75%2017C16.75%2017.4142%2016.4142%2017.75%2016%2017.75H8.96423C8.05998%2017.75%207.3307%2017.75%206.7424%2017.6967C6.13605%2017.6417%205.60625%2017.5254%205.125%2017.2476C4.55493%2016.9185%204.08154%2016.4451%203.75241%2015.875C3.47455%2015.3937%203.35826%2014.8639%203.3033%2014.2576C3.24998%2013.6693%203.24999%2012.94%203.25%2012.0358V11.9642C3.24999%2011.06%203.24999%2010.3307%203.30331%209.74239C3.35826%209.13604%203.47456%208.60624%203.75241%208.12499C4.08154%207.55492%204.55493%207.08154%205.125%206.75241C5.60625%206.47456%206.13605%206.35826%206.7424%206.3033C7.33069%206.24998%208.05997%206.24999%208.96421%206.25L18.1893%206.25L16.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.00001C8.05159%207.75%207.39042%207.75072%206.8778%207.79718C6.37549%207.84271%206.0899%207.92737%205.875%208.05144C5.53296%208.24892%205.24893%208.53295%205.05145%208.87499C4.92738%209.0899%204.84271%209.37548%204.79718%209.87779C4.75072%2010.3904%204.75%2011.0516%204.75%2012C4.75%2012.9484%204.75072%2013.6096%204.79718%2014.1222C4.84271%2014.6245%204.92737%2014.9101%205.05144%2015.125C5.24892%2015.467%205.53296%2015.7511%205.875%2015.9486C6.0899%2016.0726%206.37549%2016.1573%206.87779%2016.2028C7.39041%2016.2493%208.05158%2016.25%209%2016.25H16C16.4142%2016.25%2016.75%2016.5858%2016.75%2017C16.75%2017.4142%2016.4142%2017.75%2016%2017.75H8.96423C8.05998%2017.75%207.3307%2017.75%206.7424%2017.6967C6.13605%2017.6417%205.60625%2017.5254%205.125%2017.2476C4.55493%2016.9185%204.08154%2016.4451%203.75241%2015.875C3.47455%2015.3937%203.35826%2014.8639%203.3033%2014.2576C3.24998%2013.6693%203.24999%2012.94%203.25%2012.0358V11.9642C3.24999%2011.06%203.24999%2010.3307%203.30331%209.74239C3.35826%209.13604%203.47456%208.60624%203.75241%208.12499C4.08154%207.55492%204.55493%207.08154%205.125%206.75241C5.60625%206.47456%206.13605%206.35826%206.7424%206.3033C7.33069%206.24998%208.05997%206.24999%208.96421%206.25L18.1893%206.25L16.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-bold.svg?color=%231a73e8&size=48