Undo Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Undo icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306830.svg" alt="Undo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306830.svg" alt="Undo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306830.svg" alt="Undo icon" :width="24" :height="24" />
CSS background
.icon-undo {
background-image: url('https://proicons.com/icon/306830.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M898 655c-7 29-11 60-22 88-53 151-200 256-358 257-42 0-76-29-80-67-5-41 21-78 60-86 23-4 47-2 70-8 92-25 153-84 171-177 18-99-10-184-93-247-23-17-51-28-80-29-56-1-112 0-169 0 1 7 7 10 11 14 27 28 56 56 83 84 31 32 31 79 0 110-29 29-77 30-108-1L107 317c-8-7-7-11 0-18 92-91 184-183 275-275 12-12 27-17 41-24h29c1 3 4 3 7 4 58 21 74 86 31 130-9 10-19 20-29 29-22 21-43 43-68 68h23c47 0 94-1 142 0 35 1 69 6 102 19 113 44 182 128 220 240 9 27 11 55 18 82v83z"/></svg>
Undo in other icon packs
Copied!