Bugabootv Inter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bugabootv Inter 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/337574.svg" alt="Bugabootv Inter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337574.svg" alt="Bugabootv Inter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337574.svg" alt="Bugabootv Inter icon" :width="24" :height="24" />
CSS background
.icon-bugabootv-inter {
background-image: url('https://proicons.com/icon/337574.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="M36.5,31.5v8M43.5,35.5c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7"/><path class="b" d="M9.0026,21.6223c0,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,11.3166l.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,21.6223c0,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.8264,29.3404c2.2389-1.7907,3.6736-4.549,3.6736-7.6431h0c.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.2541-.9372,1.8077c-1.4323-.7881-3.0407-1.2008-4.6755-1.1996-5.3846,0-9.7497,4.3745-9.7497,9.7726,0,4.4626,2.9844,8.2268,7.0618,9.3965"/></svg>
Copied!