Onleihe Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Onleihe 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/330647.svg" alt="Onleihe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330647.svg" alt="Onleihe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330647.svg" alt="Onleihe icon" :width="24" :height="24" />
CSS background
.icon-onleihe {
background-image: url('https://proicons.com/icon/330647.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5,42.5H9.5c-2.2,0-4-1.8-4-4V9.5c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4v29c0,2.2-1.8,4-4,4Z"/><rect class="c" x="10.1672" y="18.6145" width="11.9759" height="15.8681" rx="5.988" ry="5.988" transform="translate(-8.1059 7.1265) rotate(-20)"/><path class="c" d="M38.5,26.859l-3.3792-9.2843c-1.1311-3.1076-4.5672-4.7099-7.6749-3.5788h0c-3.1076,1.1311-4.7099,4.5672-3.5788,7.6749l3.3792,9.2843"/><line class="c" x1="23.8671" y1="21.6707" x2="21.8191" y2="16.0438"/></svg>
Copied!