Biglybt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Biglybt 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/322603.svg" alt="Biglybt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322603.svg" alt="Biglybt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322603.svg" alt="Biglybt icon" :width="24" :height="24" />
CSS background
.icon-biglybt {
background-image: url('https://proicons.com/icon/322603.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:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="d" x1="24.6315" y1="15.3627" x2="28.0795" y2="15.3627"/><path class="d" d="m19.3212,19.1841h-10.333c.5878,2.1374,1.6569,4.0895,3.0902,5.7455h-3.9831c-2.1123,0-3.5087,1.5103-2.1266,2.8924l15.3621,14.3849c1.8853,1.7655,4.8312,1.7173,6.6578-.1089l14.0214-14.0179c1.4208-1.4208.0172-3.1505-2.1573-3.1505h-3.3248c1.4335-1.6563,2.5027-3.6087,3.0904-5.7465l-9.3332.001"/><path class="d" d="m30.2851,11.5412h9.3331c-.749-2.7246-2.2798-5.1484-4.3509-7.0412h0s-21.9285,0-21.9285,0c-2.071,1.8928-3.6019,4.3165-4.3509,7.0411h0s10.6019,0,10.6019,0"/><circle class="c" cx="34.7974" cy="15.3627" r=".75"/><circle class="c" cx="38.8957" cy="15.3493" r=".75"/><path class="d" d="m30.2851,20.1356h-8.7961c-1.627,0-2.9459-1.3189-2.9459-2.9459v-3.2643c0-1.7885,1.4499-3.2384,3.2384-3.2384h8.5037v9.4487Z"/><path class="d" d="m22.3845,17.7643h5.3585c.1859,0,.3365-.1507.3365-.3365v-3.9865c0-.1859-.1507-.3365-.3365-.3365h-5.3585c-.3889,0-.7041.3152-.7041.7041v3.2513c0,.3889.3152.7041.7041.7041Z"/></svg>
Copied!