Bgram Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bgram 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/337135.svg" alt="Bgram icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337135.svg" alt="Bgram icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337135.svg" alt="Bgram icon" :width="24" :height="24" />
CSS background
.icon-bgram {
background-image: url('https://proicons.com/icon/337135.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;}.b{fill:#fff;}</style></defs><path class="a" d="M29.5526,14.289l3.961-1.8915c2.3394-.923,3.1653-.5322,4.6068,1.6234a18.2253,18.2253,0,0,0-3.9922,4.3978c14.4533,1.28-.1,19.1857-4.5639,25.73L31.623,25.4235s-5.3212.6115-5.6773.9561c-1.5727,3.1745-3.0937,6.302-4.7193,9.49l-9.247-9.6345,10.2085-4.6507a18.1531,18.1531,0,0,0,.5663-5.1711,146.2534,146.2534,0,0,1-19.1323,1.27c12.3856-8.001,26.1008-17.2852,25.93-3.3942Z"/><circle class="b" cx="34.8704" cy="14.0505" r="0.75"/></svg>
Copied!