Boorusphere Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Boorusphere 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/322877.svg" alt="Boorusphere icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322877.svg" alt="Boorusphere icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322877.svg" alt="Boorusphere icon" :width="24" :height="24" />
CSS background
.icon-boorusphere {
background-image: url('https://proicons.com/icon/322877.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M8.0381,42.5c.1827-16.5539,9.9141-20.4602,17.5557-22.4489,14.4484-3.76,21.0638,13.1001,5.1132,22.4489-7.5563,0-15.1126,0-22.6689,0Z"/><path id="c" class="d" d="M8.0381,42.5V18.3405c0-7.6569,7.0306-12.9127,13.8729-12.8398,11.0808,.1181,9.3262,9.0544,9.77,14.1823"/></svg>
Copied!