Biebapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Biebapp 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/322596.svg" alt="Biebapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322596.svg" alt="Biebapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322596.svg" alt="Biebapp icon" :width="24" :height="24" />
CSS background
.icon-biebapp {
background-image: url('https://proicons.com/icon/322596.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M32.8929,5.3862c5.0138,0,11.4024.2426,11.4024,11.3215s-6.712,28.142-17.9527,28.142S3.2953,33.3194,3.2953,24.0431,17.9324,5.3862,32.8929,5.3862Z"/><path class="c" d="M38.4869,31.6052c-2.5067-.8617-10.6535-2.1934-13.2386,4.1517-4.9351-5.1701-11.1235-3.2117-14.1003-1.645l-1.8017-17.312c2.9767-1.5667,9.1652-3.5251,14.1003,1.645,2.5851-6.3451,10.7319-5.0134,13.2386-4.1517l1.8017,17.312Z"/></svg>
Copied!