Refresh Icon
Free SVG icon from the Carbon Icons 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/320606.svg" alt="Refresh icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320606.svg" alt="Refresh icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320606.svg" alt="Refresh icon" :width="24" :height="24" />
CSS background
.icon-refresh {
background-image: url('https://proicons.com/icon/320606.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <g id="refresh"> <path id="refresh_1_" d="M28,31.36H4c-1.301,0-2.36-1.059-2.36-2.36V16h0.72v13c0,0.904,0.736,1.64,1.64,1.64h24 c0.904,0,1.64-0.735,1.64-1.64V9c0-0.904-0.735-1.64-1.64-1.64H7.869l5.385,5.386l-0.509,0.509L6.491,7l6.255-6.254l0.509,0.509 L7.869,6.64H28c1.302,0,2.36,1.059,2.36,2.36v20C30.36,30.302,29.302,31.36,28,31.36z"/> </g> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Refresh in other icon packs
Copied!