Savefrom Helper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Savefrom Helper 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/332422.svg" alt="Savefrom Helper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332422.svg" alt="Savefrom Helper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332422.svg" alt="Savefrom Helper icon" :width="24" :height="24" />
CSS background
.icon-savefrom-helper {
background-image: url('https://proicons.com/icon/332422.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M33.1217,5.5h-8.5422c-5.9885,0-10.9225,1.8561-10.9225,11.3498l-.0002,10.1806-4.494-1.3694,10.7523,16.839,10.7523-16.839-5.2664,1.6039v-10.4152c0-9.4936,3.5385-11.3498,7.8332-11.3498,2.435,0,5.9163,2.6826,5.58,10.7357-2.2464-4.5545-5.7249-9.3928-10.5159-9.1503"/></svg>
Copied!