Beebom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Beebom 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/322492.svg" alt="Beebom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322492.svg" alt="Beebom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322492.svg" alt="Beebom icon" :width="24" :height="24" />
CSS background
.icon-beebom {
background-image: url('https://proicons.com/icon/322492.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;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m26.8291,25.3424c0-2.1183,1.7172-3.8354,3.8354-3.8354h0c2.1183,0,3.8354,1.7172,3.8354,3.8354v2.493c0,2.1183-1.7172,3.8354-3.8354,3.8354h0c-2.1183,0-3.8354-1.7172-3.8354-3.8354"/><line class="b" x1="26.8291" y1="31.6709" x2="26.8291" y2="16.3291"/><path class="b" d="m19.8285,24c2.1183,0,3.8354,1.7172,3.8354,3.8354s-1.7172,3.8354-3.8354,3.8354h-6.3285v-15.3418h6.3285c2.1183,0,3.8354,1.7172,3.8354,3.8355s-1.7172,3.8354-3.8354,3.8354h0Z"/><line class="b" x1="19.8285" y1="24" x2="13.5" y2="24"/></svg>
Copied!