Borrowbox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Borrowbox 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/337445.svg" alt="Borrowbox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337445.svg" alt="Borrowbox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337445.svg" alt="Borrowbox icon" :width="24" :height="24" />
CSS background
.icon-borrowbox {
background-image: url('https://proicons.com/icon/337445.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M23.7776,28.1012c-1.6241-1.068-3.259-2.2089-6.139-1.0928-2.1565,1.0029-4.0447,1.8791-6.139,1.0928v-15.5242c2.2523.408,4.2262-.2276,6.139-1.0928,2.2314-1.0701,4.2499-.4904,6.139,1.0928,1.889-1.5832,3.9076-2.1629,6.139-1.0928,1.9128.8652,3.8867,1.5008,6.139,1.0928v15.5242c-2.0943.7862-4.1529-.3853-6.139-1.0928-2.9368-.9115-4.5149.0248-6.139,1.0928Z"/><path class="c" d="M11.8138,42.4568l.0056-8.5965c-3.6628-.9112-6.3193-4.3319-6.3193-8.2734v-11.7237c0-4.6093,3.7107-8.32,8.32-8.32h20.36c4.6093,0,8.32,3.7107,8.32,8.32v11.7237c0,4.6093-3.7107,8.32-8.32,8.32l-12.8255-.0022-9.5407,8.552Z"/></svg>
Copied!