Regain Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Regain 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/332039.svg" alt="Regain icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332039.svg" alt="Regain icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332039.svg" alt="Regain icon" :width="24" :height="24" />
CSS background
.icon-regain {
background-image: url('https://proicons.com/icon/332039.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path class="b" d="M31.3137,24c6.0081-2.5714,10.3988-8.1951,11.1848-14.9331.1396-1.1964-.7897-2.1818-1.9942-2.1818H7.4957c-1.2045,0-2.1338.9854-1.9942,2.1818.7861,6.738,5.1768,12.3617,11.1849,14.9331-6.0081,2.5713-10.3989,8.1951-11.1849,14.9331-.1396,1.1964.7897,2.1818,1.9942,2.1818h33.0086c1.2045,0,2.1338-.9854,1.9943-2.1818-.786-6.7381-5.1767-12.3618-11.1849-14.9331Z"/></svg>
Copied!