Drive Safe Save Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Drive Safe Save 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/324754.svg" alt="Drive Safe Save icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324754.svg" alt="Drive Safe Save icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324754.svg" alt="Drive Safe Save icon" :width="24" :height="24" />
CSS background
.icon-drive-safe-save {
background-image: url('https://proicons.com/icon/324754.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.7627,30.95c.0113-.8475-3.2008-3.1-3.6953-8.5771s11.3637-10.6966,12.34-12.6116-3.7071-2.1379-5.2892-3.155"/><path class="a" d="M3.8556,30.9666c2.5891.0153,6.4726.0405,7.7671.0478-.2158-5.3617-.4559-9.0932,3.6917-13.5684S29.5661,11.1663,29.65,8.96,21.8828,6.7224,17.9993,5.5078c3.0924.3117,13.0275.6379,16.7435,2.1935,1.5863.8275,1.1477,1.8947.5916,2.7071-1.6214,2.2752-8.9908,6.6227-8.3215,10.25.5936,4.4013,5.4589,7.0735,9.2054,10.356H44.225"/><circle class="a" cx="24" cy="24" r="21.5"/><ellipse class="a" cx="24" cy="35.3255" rx="3.5254" ry="2.3675"/><ellipse class="a" cx="27.6133" cy="39.5921" rx="3.5254" ry="2.3675"/><ellipse class="a" cx="20.3867" cy="39.573" rx="3.5254" ry="2.3675"/></svg>
Copied!