Super Backup Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Super 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/348026.svg" alt="Super Backup icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348026.svg" alt="Super Backup icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348026.svg" alt="Super Backup icon" :width="24" :height="24" />
CSS background
.icon-super-backup {
background-image: url('https://proicons.com/icon/348026.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;}.b{fill:#fff;}</style></defs><rect class="a" x="4.5" y="36.522" width="39" height="5.983" rx="2.9915"/><path class="a" d="M42.0848,30.81h0A2.7743,2.7743,0,0,0,39.31,28.0359H8.69A2.7743,2.7743,0,0,0,5.9152,30.81h0"/><path class="a" d="M38.3258,7.6928h0a2.1976,2.1976,0,0,0-2.1977-2.1977H11.8719A2.1976,2.1976,0,0,0,9.6742,7.6928h0"/><line class="a" x1="9.6742" y1="7.6928" x2="4.5" y2="39.5134"/><line class="a" x1="38.3258" y1="7.6928" x2="43.5" y2="39.5135"/><line class="a" x1="18.5577" y1="39.5134" x2="29.4423" y2="39.5134"/><circle class="b" cx="7.0871" cy="39.5134" r="0.75"/><circle class="b" cx="40.9129" cy="39.5134" r="0.75"/><path class="a" d="M24,24.6487c5.41,0,9.3844-3.8936,8.9226-8.2687C32.5042,12.4153,28.5247,9.4643,24,9.4643s-8.5042,2.951-8.9226,6.9157c-.2672,2.5314,2.2185,4.0721,2.2185,4.0721L19.2505,16.38H15.0774"/></svg>
Copied!