Redo Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Redo 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/306330.svg" alt="Redo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306330.svg" alt="Redo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306330.svg" alt="Redo icon" :width="24" :height="24" />
CSS background
.icon-redo {
background-image: url('https://proicons.com/icon/306330.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="M597 385c-51 0-101-1-152 0-28 0-54 8-78 22-80 46-120 141-109 236 11 97 81 173 172 196 19 4 37 6 56 7 44 1 77 34 77 77s-34 78-79 77c-99-1-187-35-259-103C82 762 60 544 173 382c61-86 141-139 247-149 55-6 110-1 164-3 6 0 13 2 21-3-33-32-65-63-96-95-32-33-30-80 1-111 32-30 77-28 110 4 91 91 181 182 272 273 9 8 9 12 0 21-49 48-97 97-146 146-44 43-86 87-130 129-26 25-61 28-90 12-30-16-44-48-38-83 3-17 12-30 24-43 31-30 62-61 96-94-7-1-9-1-11-1z"/></svg>
Redo in other icon packs
Copied!