Reload Reverse Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Reload Reverse 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/310931.svg" alt="Reload Reverse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310931.svg" alt="Reload Reverse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310931.svg" alt="Reload Reverse icon" :width="24" :height="24" />
CSS background
.icon-reload-reverse {
background-image: url('https://proicons.com/icon/310931.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18.0244 16.9565C16.8534 18.124 15.3631 18.9186 13.7411 19.2402C12.1192 19.5618 10.4383 19.3961 8.91051 18.7638C7.38267 18.1315 6.07625 17.061 5.15593 15.6873C4.23562 14.3136 3.74262 12.6981 3.73911 11.0447" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M17.35 21.25L18.1817 17.8782C18.22 17.7312 18.228 17.578 18.2054 17.4278C18.1827 17.2776 18.13 17.1336 18.0501 17.0044C17.9703 16.8752 17.8651 16.7635 17.7409 16.6761C17.6168 16.5886 17.4761 16.5273 17.3276 16.4957L13.9557 15.6528" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.97569 7.0434C7.14665 5.87597 8.63704 5.08143 10.259 4.75981C11.8808 4.43818 13.5617 4.60399 15.0895 5.23619C16.6174 5.86849 17.9238 6.93897 18.8442 8.31275C19.7644 9.68642 20.2574 11.3019 20.2609 12.9553" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M6.65008 2.75003L5.81837 6.12179C5.78012 6.26876 5.77207 6.42204 5.79468 6.57217C5.81729 6.7224 5.87011 6.86642 5.94995 6.9956C6.02978 7.12488 6.13497 7.23658 6.25917 7.32396C6.38337 7.41135 6.524 7.47272 6.67257 7.50431L10.0444 8.34717" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!