Busuu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Busuu 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/323053.svg" alt="Busuu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323053.svg" alt="Busuu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323053.svg" alt="Busuu icon" :width="24" :height="24" />
CSS background
.icon-busuu {
background-image: url('https://proicons.com/icon/323053.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M7.2484,11.9345V37.412S7.0048,43.5,14.15,43.5H31.8127c11.6162,0,11.7116-19.53,1.4534-21.2237C38.02,14.9583,34.8523,4.5,26.4654,4.5H14.7968s-7.5484.1433-7.5484,7.434Z"/><path class="a" d="M33.2776,22.28s-3.0591,3.8378-6.4989,3.8378c-3.0123,0-9.822-.2589-14.2737,2.31a11.5494,11.5494,0,0,0-5.25,5.9132"/></svg>
Copied!