Refold La Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Refold La 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/346595.svg" alt="Refold La icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346595.svg" alt="Refold La icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346595.svg" alt="Refold La icon" :width="24" :height="24" />
CSS background
.icon-refold-la {
background-image: url('https://proicons.com/icon/346595.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="e" d="M37.1169,18.2836s-2.8271,9.5316-3.9555,13.3389l-16.6308,4.4528-.7127-.7053-.9513-23.4453,19.6271,15.2076m-18.6758,8.2377c-3.5442-3.5108-12.3179-12.2038-12.3179-12.2038l11.9717,3.6711m12.4513-4.796l3.189-3.2651"/><path id="d" class="e" d="M44.5,17.6781l-8.5373-3.8688-4.8508,4.9668,13.388-1.098Z"/></g></svg>
Copied!