Babbel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Babbel 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/336859.svg" alt="Babbel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336859.svg" alt="Babbel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336859.svg" alt="Babbel icon" :width="24" :height="24" />
CSS background
.icon-babbel {
background-image: url('https://proicons.com/icon/336859.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;stroke-width:1px;}</style></defs><path class="a" d="M36.4561,24a4.8227,4.8227,0,0,1,4.8677,5.91,7.3562,7.3562,0,0,1-6.9518,5.91H24.621l4.1682-23.6388H38.54a4.8226,4.8226,0,0,1,4.8676,5.91A7.3561,7.3561,0,0,1,36.4561,24Z"/><line class="a" x1="36.4561" y1="24" x2="26.7051" y2="24"/><line class="a" x1="20.2101" y1="24" x2="4.5" y2="24"/><line class="a" x1="13.1605" y1="19.4322" x2="13.7401" y2="16.145"/><line class="a" x1="10.97" y1="31.8551" x2="12.355" y2="24"/></svg>
Copied!