Beez Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Beez 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/322506.svg" alt="Beez icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322506.svg" alt="Beez icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322506.svg" alt="Beez icon" :width="24" :height="24" />
CSS background
.icon-beez {
background-image: url('https://proicons.com/icon/322506.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="M9.5697,30.6428c0-4.3036,3.4885-7.7922,7.7922-7.7922s7.7922,3.4885,7.7922,7.7922v5.0649c0,4.3036-3.4885,7.7922-7.7922,7.7922s-7.7922-3.4885-7.7922-7.7922"/><path class="b" d="M9.5697,43.5V12.3314"/><path class="b" d="M18.8978,19.6178c-1.2824-8.1215,2.5647-12.396,8.549-14.1059M22.1036,19.6178c2.351-8.1215,9.3121-9.1288,14.3196-8.1215"/><circle class="c" cx="29.1293" cy="5.1184" r=".75"/><path class="c" d="M38.8491,11.9244c0,.4142-.3357.75-.75.75s-.75-.3358-.75-.75.3358-.75.75-.75.75.3357.75.75Z"/></svg>
Copied!