Borrowed Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Borrowed 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/322887.svg" alt="Borrowed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322887.svg" alt="Borrowed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322887.svg" alt="Borrowed icon" :width="24" :height="24" />
CSS background
.icon-borrowed {
background-image: url('https://proicons.com/icon/322887.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m32.694,41.2869h-12.1311c-1.8197,0-3.3361-1.5164-3.3361-3.3361v-13.9508h-8.3907c-1.8197,0-3.3361-1.5164-3.3361-3.3361s1.5164-3.3361,3.3361-3.3361h8.3907v-7.2787c0-1.8197,1.5164-3.3361,3.3361-3.3361s3.3361,1.5164,3.3361,3.3361v7.2787h8.7951c5.6612,0,9.806,5.0546,9.806,12.0301,0,6.8743-4.0437,11.929-9.806,11.929Zm-8.7951-6.6721h8.7951c.6066,0,1.3142-.1011,2.1229-1.2131.7077-1.0109,1.0109-2.5273,1.0109-4.1448,0-2.123-.8087-5.3579-3.1339-5.3579h-8.7951s0,10.7158,0,10.7158Z"/></svg>
Copied!