Bg Stats Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bg Stats 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/337131.svg" alt="Bg Stats icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337131.svg" alt="Bg Stats icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337131.svg" alt="Bg Stats icon" :width="24" :height="24" />
CSS background
.icon-bg-stats {
background-image: url('https://proicons.com/icon/337131.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M28.0085,20.9775c2.4929-1.4036,4.1795-4.0708,4.1795-7.1354,0-4.5221-3.6659-8.188-8.188-8.188s-8.188,3.6659-8.188,8.188c0,3.0646,1.6866,5.7318,4.1795,7.1354-.0054,16.5365-13.3611,14.2781-14.4915,21.3683h37c-1.1303-7.0902-14.4861-4.8318-14.4915-21.3683Z"/></svg>
Copied!