Bgammon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bgammon 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/337133.svg" alt="Bgammon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337133.svg" alt="Bgammon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337133.svg" alt="Bgammon icon" :width="24" :height="24" />
CSS background
.icon-bgammon {
background-image: url('https://proicons.com/icon/337133.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;}.d{fill:#fff;stroke-width:0px;}</style></defs><circle class="d" cx="26.2168" cy="29.6219" r=".75"/><circle class="d" cx="32.9105" cy="29.6263" r=".75"/><circle class="d" cx="26.2135" cy="34.1848" r=".75"/><circle class="d" cx="32.9071" cy="34.1892" r=".75"/><circle class="d" cx="26.2113" cy="38.7532" r=".75"/><circle class="d" cx="32.9038" cy="38.7576" r=".75"/><rect class="c" x="21.2506" y="25.8795" width="16.6205" height="16.6205" rx="1.108" ry="1.108"/><circle class="d" cx="15.0951" cy="9.2424" r=".75"/><circle class="d" cx="21.7887" cy="9.2468" r=".75"/><circle class="d" cx="15.0918" cy="13.8053" r=".75"/><circle class="d" cx="21.7854" cy="13.8097" r=".75"/><circle class="d" cx="15.0895" cy="18.3737" r=".75"/><circle class="d" cx="21.7821" cy="18.3781" r=".75"/><rect class="c" x="10.1289" y="5.5" width="16.6205" height="16.6205" rx="1.108" ry="1.108"/></svg>
Copied!