Usb Backup Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Usb 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/349159.svg" alt="Usb Backup icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349159.svg" alt="Usb Backup icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349159.svg" alt="Usb Backup icon" :width="24" :height="24" />
CSS background
.icon-usb-backup {
background-image: url('https://proicons.com/icon/349159.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m4.5,22.298h5.997m-5.997-8.348h8.832M4.5,30.644h7.155m14.33-13.814l3.497-3.453,3.497,3.453m2.117,6.2v-3.414h3.413v3.414h-3.413l-5.659,1.689v-11.216m0,16.26c-1.4967-.0012-2.711,1.2111-2.7122,2.7078-.0012,1.4967,1.2111,2.711,2.7078,2.7122h.0045c1.4967,0,2.71-1.2133,2.71-2.71s-1.2133-2.71-2.71-2.71v-3.231m0-1.813v1.813l-6.227-2.512c-.5897.9665-1.8512,1.272-2.8177.6823-.612-.3734-.9845-1.0394-.9823-1.7563.0015-1.1327.921-2.0498,2.0537-2.0483,1.1327.0015,2.0498.921,2.0483,2.0537-.0005.3772-.105.7469-.302,1.0685m20.29-.02c0,8.0446-6.5214,14.566-14.566,14.566h0c-8.0446,0-14.566-6.5214-14.566-14.566h0c0-8.0446,6.5214-14.566,14.566-14.566h0c8.0446,0,14.566,6.5214,14.566,14.566h0Z"/></svg>
Copied!