Refresh Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Refresh icon is commonly used in data tables, pull-to-refresh UI and sync indicators. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306333.svg" alt="Refresh icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306333.svg" alt="Refresh icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306333.svg" alt="Refresh icon" :width="24" :height="24" />
CSS background
.icon-refresh {
background-image: url('https://proicons.com/icon/306333.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="M900 555h-42c-19 0-37 15-42 33-38 138-165 240-316 240-103 0-195-47-255-122-12-14-9-38 5-50l85-78c14-13 10-23-9-23H97c-19 0-34 15-34 34v205c0 19 11 24 25 11l30-28c14-13 34-11 46 4 81 96 201 157 336 157 211 0 388-151 428-350 4-18-9-33-28-33zm13-359l-30 30c-13 13-32 11-44-3-81-98-203-161-339-161-211 0-388 150-428 350-4 18 9 33 28 33h42c19 0 37-15 42-33 38-139 165-240 316-240 106 0 201 50 261 129 12 15 8 39-5 52l-68 68c-13 14-9 24 10 24h205c19 0 35-15 35-34V206c0-19-11-23-25-10z"/></svg>
Refresh in other icon packs
Copied!