Snapbridge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Snapbridge 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/332988.svg" alt="Snapbridge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332988.svg" alt="Snapbridge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332988.svg" alt="Snapbridge icon" :width="24" :height="24" />
CSS background
.icon-snapbridge {
background-image: url('https://proicons.com/icon/332988.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M42.5,20.5c0,4.4183-8.2827,8-18.5,8s-18.5-3.5817-18.5-8v-7"/><path class="a" d="M5.5,27.5c0,4.4183,8.2827,8,18.5,8s18.5-3.5817,18.5-8"/><path class="a" d="M5.5,27.5v7c0,4.4183,8.2827,8,18.5,8s18.5-3.5817,18.5-8v-21"/><path class="a" d="M24,12.5v7c7.3138,0,13.6364,1.8353,16.6391,4.4991"/><line class="a" x1="33.25" y1="13.5714" x2="33.25" y2="6.6931"/><line class="a" x1="33.25" y1="27.4277" x2="33.25" y2="34.336"/><path class="a" d="M24,28.5v-7c-10.2173,0-18.5-3.5817-18.5-8s8.2827-8,18.5-8,18.5,3.5817,18.5,8"/><path class="a" d="M42.5,20.4676c0-4.4183-8.2827-8-18.5-8-7.3292,0-13.6629,1.843-16.658,4.5158"/></svg>
Copied!