Bugabootv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bugabootv 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/337573.svg" alt="Bugabootv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337573.svg" alt="Bugabootv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337573.svg" alt="Bugabootv icon" :width="24" :height="24" />
CSS background
.icon-bugabootv {
background-image: url('https://proicons.com/icon/337573.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M9.0026,25.8874c0,2.9048,2.3497,5.2596,5.2482,5.2596h0c2.8981-.0006,5.2471-2.3552,5.2471-5.2596s-2.3497-5.2596-5.2482-5.2596h0c-2.8981.0006-5.2471,2.3552-5.2471,5.2596M8.6382,15.5816l.9361,1.8077c1.4323-.7881,3.0407-1.2008,4.6755-1.1996,5.3856,0,9.7508,4.3745,9.7508,9.7726s-4.3651,9.7726-9.7508,9.7726-9.7497-4.3756-9.7497-9.7726h0c-.0056-2.6988,1.1104-5.2787,3.0812-7.1225l-.7039-3.0927c-.78-.2024-1.3241-.9071-1.3225-1.7129,0-.9767.7893-1.7692,1.765-1.7692.9747,0,1.765.7924,1.765,1.7702,0,.4936-.2062.9653-.5758,1.2923l.1291.2541ZM38.9963,25.8874c0,2.9044-2.3491,5.2591-5.2471,5.2596-2.8985,0-5.2482-2.3548-5.2482-5.2596h0c0-2.9048,2.3497-5.2596,5.2482-5.2596h0c2.8985,0,5.2482,2.3548,5.2482,5.2596h0M39.3629,15.5816l-.9372,1.8077c-1.4323-.7881-3.0407-1.2008-4.6755-1.1996-5.3846,0-9.7497,4.3745-9.7497,9.7726s4.3651,9.7726,9.7497,9.7726,9.7497-4.3756,9.7497-9.7726h0c.0056-2.6988-1.1104-5.2787-3.0812-7.1225l.7039-3.0927c.7804-.202,1.325-.9068,1.3235-1.7129,0-.9767-.7903-1.7692-1.765-1.7692s-1.7661.7924-1.7661,1.7702c0,.4936.2062.9653.5758,1.2923l-.1281.2541Z"/></svg>
Copied!