Beboo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Beboo 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/337048.svg" alt="Beboo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337048.svg" alt="Beboo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337048.svg" alt="Beboo icon" :width="24" :height="24" />
CSS background
.icon-beboo {
background-image: url('https://proicons.com/icon/337048.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M21.76300049,27.75c-1.51879501,2.63057137-4.88250923,3.53186226-7.51309967,2.01309967-2.63057041-1.51879501-3.53186226-4.88250923-2.01309967-7.51309967,1.51879597-2.63057137,4.88250923-3.53186226,7.51309967-2.01309967,2.63057137,1.51879501,3.53186226,4.88250923,2.01309967,7.51309967Z"/><path class="e" d="M24.48200035,16.04100037l-.73204994-2.73209953-2.73209953.73204994M19.74995041,20.23715019l4-6.92819977"/><path class="e" d="M35.76300049,25.75c1.51876068-2.63059044.61746979-5.99430466-2.01309967-7.51309967-2.63059044-1.51876259-5.99430466-.61747169-7.51309967,2.01309967-1.51876259,2.63059044-.61747169,5.99430466,2.01309967,7.51309967,2.63059044,1.51876259,5.99430466.61747169,7.51309967-2.01309967Z"/><path class="e" d="M28.25,27.76300049l-5,8.66030121"/><path class="e" d="M27.34799957,35.32500076l-5.19619942-3"/><path class="e" d="M9.5,5.5h29c2.2159996,0,4,1.78399992,4,4v29c0,2.2159996-1.7840004,4-4,4H9.5c-2.21600008,0-4-1.7840004-4-4V9.5c0-2.21600008,1.78399992-4,4-4Z"/></svg>
Copied!