Boo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Boo 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/322851.svg" alt="Boo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322851.svg" alt="Boo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322851.svg" alt="Boo icon" :width="24" :height="24" />
CSS background
.icon-boo {
background-image: url('https://proicons.com/icon/322851.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m34.0052,41.092c-.5636.124-2.1868,2.3446-5.839.3043m-14.8229-.2931c3.5395,2.2432,5.2754.1127,5.4895.1465"/><path class="c" d="m25.5511,22.91c-1.533,1.533-3.2689.6989-4.0693.0113"/><path class="c" d="m13.7604,21.5348l-.8567.8905"/><path class="c" d="m15.4737,21.6701l-.8567.913"/><path class="c" d="m17.0744,21.8504l-.8567.9581"/><path class="c" d="m29.9472,21.9406l.913.9018"/><path class="c" d="m31.5253,21.7039l.9018.868"/><path class="c" d="m33.1598,21.4446l.8905.8341"/><path class="c" d="m29.0454,15.7522c.6763.7327.1916,1.781-.9469,1.4203-.0451.3269-.0338.6425.1127,1.037.992,2.4122,3.9227,1.4767,4.2158-.0676.5974-2.5701-2.3559-3.4493-3.3817-2.3897Z"/><path class="c" d="m15.5865,15.6846c.6651.7101.1916,1.7359-.9243,1.3865-.0338.3156-.0338.6312.124,1.0145.9581,2.3446,3.81,1.4428,4.1031-.0676.5749-2.5024-2.2995-3.3591-3.3027-2.3333Z"/><path class="c" d="m33.0132,40.6411c11.2045,4.7907,3.7085-9.9533,4.8358-16.0065,3.1675-26.7827-30.8745-26.7827-28.3044.1127-1.037,9.5813-5.0161,20.8535,5.2303,15.6796,4.1707-1.3527,7.1691,5.1627,10.6747,2.4799,4.0129-2.3108,5.4219-3.4042,7.5636-2.2657Z"/></svg>
Copied!