Save Locally Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Save Locally 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/332421.svg" alt="Save Locally icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332421.svg" alt="Save Locally icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332421.svg" alt="Save Locally icon" :width="24" :height="24" />
CSS background
.icon-save-locally {
background-image: url('https://proicons.com/icon/332421.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{stroke-linecap:round;stroke-linejoin:round;}.c,.d{fill:none;stroke:#000;stroke-width:1px;}</style></defs><path class="c" d="M15.1678,33.6533h-7.5068c-1.1972,0-2.161-.9638-2.161-2.161V9.5281c0-1.1972.9638-2.161,2.161-2.161h17.7593v1.9273h8.0195v-1.9273h6.8984c1.1972,0,2.161.9638,2.161,2.161v18.5566l-5.5683,5.5683h-6.4967"/><path class="d" d="M36.9317,33.6533l5.5683-5.5683"/><path class="c" d="M18.4186,30.3029h-6.6692c-.9563,0-1.7262-.7699-1.7262-1.7262v-15.6334c0-.9563.7699-1.7262,1.7262-1.7262h21.8084c.9563,0,1.7262.7699,1.7262,1.7262v15.6334c0,.9563-.7699,1.7262-1.7262,1.7262h-6.4537"/><path class="c" d="M42.499,12.0199h-5.3655"/><path class="c" d="M42.499,16.0256h-5.3655"/><path class="c" d="M42.499,14.0227h-3.7481"/><path class="c" d="M42.499,18.0294h-3.7481"/><path class="c" d="M42.499,20.0323h-5.3655"/><path class="c" d="M42.499,24.0379h-5.3655"/><path class="c" d="M42.499,22.0351h-3.7481"/><path class="c" d="M32.2029,32.0354l-9.4022,8.5975-9.4022-8.5975h5.0201v-11.2758h0s8.686,0,8.686,0h0v11.2758h5.0983Z"/></svg>
Copied!