Batlib Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Batlib 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/336974.svg" alt="Batlib icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336974.svg" alt="Batlib icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336974.svg" alt="Batlib icon" :width="24" :height="24" />
CSS background
.icon-batlib {
background-image: url('https://proicons.com/icon/336974.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="M7.9359,14.1618c2.6254,2.5865,2.7621,2.8034,1.7068,6.7736,1.9604,3.4965,1.8737,5.0277-.1534,8.8233,1.9636,1.5003,2.1707,1.4635,1.8395,4.2724,1.4672.0463,2.9059.285,4.1749,2.1287,4.0113-.8183,6.08-.6834,10.1029,1.7842,3.5175-1.0519,3.0027-1.1307,7.5718.8208,3.9111-.9516,4.6717-.5578,9.3217,1.477-4.2948-8.93-10.0301-13.8211-11.4187-14.0313-1.0146.0043-1.7607.2666-7.2005,1.6255,1.8848-2.2004,1.9826-2.5447,3.7382-4.4952-2.4249.6147-3.4061.4816-3.9746-.2859-.7774-1.0138-.839-1.5524-.3473-3.94-1.9476,1.4977-2.0474,1.485-4.5201,3.2554.7945-3.8952,1.5585-5.9848,1.5527-7.1131-.8535-1.1028-9.4026-6.5264-14.8297-7.4989,1.7068,1.7661,3.232,4.3521,2.435,6.403l.0008.0005Z"/></svg>
Copied!