Beecount Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Beecount 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/322494.svg" alt="Beecount icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322494.svg" alt="Beecount icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322494.svg" alt="Beecount icon" :width="24" :height="24" />
CSS background
.icon-beecount {
background-image: url('https://proicons.com/icon/322494.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;}.b{fill:#000;}</style></defs><path class="a" d="M21.4368,33.8239l2.4893,7.1745,2.6371-7.1714Z"/><path class="a" d="M40.2376,26.0455H32.66V18.325l7.5775.0127C44.6146,18.4351,44.56,26.043,40.2376,26.0455Z"/><path class="a" d="M40.2376,26.0455c3.1107,2.5452-.339,7.1385-4.0329,3.7065l-3.5433-3.7065"/><line class="a" x1="40.2376" y1="26.0455" x2="32.6601" y2="18.325"/><path class="a" d="M28.3475,9.85l1.801-2.8482"/><path class="b" d="M27.2051,12.7612a.75.75,0,1,0,.75-.75A.75.75,0,0,0,27.2051,12.7612Z"/><path class="a" d="M15.34,18.325V32.8a1.0253,1.0253,0,0,0,1.0253,1.0253h15.27A1.0253,1.0253,0,0,0,32.66,32.8V18.325Z"/><path class="a" d="M7.7624,18.3377,15.34,18.325v7.7205H7.7624C3.44,26.043,3.3854,18.4351,7.7624,18.3377Z"/><path class="a" d="M15.3386,26.0455,11.7953,29.752c-3.6939,3.432-7.1436-1.1613-4.0329-3.7065"/><line class="a" x1="15.3399" y1="18.325" x2="7.7624" y2="26.0455"/><path class="a" d="M24,15.4278H15.34v-.0011c0-3.5606,3.8772-6.447,8.66-6.447s8.66,2.8864,8.66,6.447v.0011Z"/><path class="a" d="M17.8515,7.0016,19.6525,9.85"/><path class="b" d="M20.0449,12.0112a.75.75,0,1,0,.75.75A.75.75,0,0,0,20.0449,12.0112Z"/></svg>
Copied!