Bitmoji Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bitmoji 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/337230.svg" alt="Bitmoji icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337230.svg" alt="Bitmoji icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337230.svg" alt="Bitmoji icon" :width="24" :height="24" />
CSS background
.icon-bitmoji {
background-image: url('https://proicons.com/icon/337230.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M35.59,5.5H12.41a4.57,4.57,0,0,0-4.56,4.57V31.32a4.58,4.58,0,0,0,4.56,4.57h10V42.5L29,35.89h6.56a4.58,4.58,0,0,0,4.56-4.57V10.07A4.57,4.57,0,0,0,35.59,5.5Z"/><rect class="a" x="26.35" y="12.59" width="4.98" height="6.33" rx="2.49"/><path class="a" d="M19.16,13.26h0a2.51,2.51,0,0,0-2.49,2.5v.67c0,1.37,1.12-.24,2.49-.24h0c1.37,0,2.49,1.61,2.49.24v-.67A2.51,2.51,0,0,0,19.16,13.26Z"/><path class="a" d="M15.41,22.21a8.59,8.59,0,1,0,17.18,0Z"/></svg>
Copied!