Oandbackup Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oandbackup 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/330494.svg" alt="Oandbackup icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330494.svg" alt="Oandbackup icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330494.svg" alt="Oandbackup icon" :width="24" :height="24" />
CSS background
.icon-oandbackup {
background-image: url('https://proicons.com/icon/330494.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M27.25,6.82,23.61,4.5,6.66,15.81v8l1.07.79v7.3L23.52,43.5,39.94,31.93V24.69l1.4-1V15.81l-4.54-2.9M27.25,4.5v5.72H23.82l7.61,9.17L39,10.22H35.61V4.5Z"/><line class="cls-1" x1="6.66" y1="23.84" x2="22.79" y2="35.7"/><line class="cls-1" x1="6.66" y1="15.81" x2="22.79" y2="27.67"/><line class="cls-1" x1="39.94" y1="24.69" x2="22.79" y2="35.7"/><line class="cls-1" x1="41.34" y1="15.81" x2="22.79" y2="27.67"/></svg>
Copied!