Neo Backup Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Neo Backup 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/344624.svg" alt="Neo Backup icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344624.svg" alt="Neo Backup icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344624.svg" alt="Neo Backup icon" :width="24" :height="24" />
CSS background
.icon-neo-backup {
background-image: url('https://proicons.com/icon/344624.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M21.1443,30.8943A9.75,9.75,0,1,1,14.25,14.25c5.3848,0,7.8492,5.2872,9.75,9.75,2.11,4.9541,4.3652,9.75,9.75,9.75a9.75,9.75,0,1,0-6.8943-16.6443"/><line class="a" x1="7.75" y1="24" x2="20.75" y2="24"/><line class="a" x1="9.75" y1="20" x2="18.75" y2="20"/><line class="a" x1="9.75" y1="28" x2="18.75" y2="28"/><path class="a" d="M33.75,19.2277l-6,2.3046,6,2.2923,6-2.2923Z"/><path class="a" d="M27.75,26.48l6,2.2923,6-2.2923"/><path class="a" d="M27.75,24.0031l6,2.2923,6-2.2923"/></svg>
Copied!