Instabridge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Instabridge 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/327456.svg" alt="Instabridge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327456.svg" alt="Instabridge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327456.svg" alt="Instabridge icon" :width="24" :height="24" />
CSS background
.icon-instabridge {
background-image: url('https://proicons.com/icon/327456.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><path class="c" d="M26.5917,26.3957c-3.0336-.8063-6.3689-.1577-8.9197,1.9487v.0345"/><path class="c" d="M24.02,32.4635c-2.2092,0-4.0001,1.7908-4.0002,4,0,2.2092,1.7908,4.0001,4,4.0002,2.2092,0,4.0001-1.7908,4.0002-4h0c0-2.2092-1.7908-4.0001-4-4.0002Z"/><path class="c" d="M31.2989,18.3767c-6.5111-2.6011-14.1143-1.5723-19.7614,3.0864"/><path class="c" d="M42.5,14.2036c-10.7315-8.8897-26.2685-8.8897-37,0"/><path class="c" d="M29.1001,25.6054h7.7783c.295,0,.5341.2391.5341.5341v5.7485c0,.295-.2391.5341-.5341.5341h-7.7783c-.295,0-.5342-.2392-.5342-.5342v-5.7485c0-.295.2391-.5341.5341-.5341h0Z"/><path class="c" d="M30.0616,25.6054v-2.4603c.005-1.6155,1.3187-2.9211,2.9341-2.9161,1.6085.005,2.9111,1.3076,2.9161,2.9161"/><circle class="c" cx="32.9866" cy="29.0138" r="1.1344"/></svg>
Copied!