Bamboohr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bamboohr 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/322342.svg" alt="Bamboohr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322342.svg" alt="Bamboohr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322342.svg" alt="Bamboohr icon" :width="24" :height="24" />
CSS background
.icon-bamboohr {
background-image: url('https://proicons.com/icon/322342.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="33.13" cy="30.6868" r="9.37"/><path class="c" d="m23.7569,30.63l.0713-22.6868"/><path class="c" d="m13.6052,11.083c4.1913,1.8176,5.2204,7.1411,6.2662,11.2476-2.5619,1.8099-10.287-2.4521-14.3714-9.5998,4.1738.5733,8.6031,2.2111,14.4199,9.6308"/></svg>
Copied!