Alert Bridge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alert Bridge 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/321583.svg" alt="Alert Bridge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321583.svg" alt="Alert Bridge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321583.svg" alt="Alert Bridge icon" :width="24" :height="24" />
CSS background
.icon-alert-bridge {
background-image: url('https://proicons.com/icon/321583.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;}.b{fill:#000;}</style></defs><rect class="a" x="12.1172" y="10.5985" width="23.7656" height="26.8029" rx="1.7263"/><path class="a" d="M32.3979,10.5985,31.64,5.2422A.8631.8631,0,0,0,30.7852,4.5h-13.57a.8632.8632,0,0,0-.8546.7422l-.7581,5.3563"/><path class="a" d="M15.6021,37.4015l.7581,5.3563a.8632.8632,0,0,0,.8546.7422h13.57a.8631.8631,0,0,0,.8546-.7422l.7581-5.3563"/><path class="a" d="M30.6716,15.602H17.3284a1.7262,1.7262,0,0,0-1.7263,1.7263V32.1127l3.388-3.388H30.6716a1.7262,1.7262,0,0,0,1.7263-1.7263v-9.67A1.7262,1.7262,0,0,0,30.6716,15.602Z"/><circle class="b" cx="20.5155" cy="22.1906" r="0.75"/><circle class="b" cx="24" cy="22.1906" r="0.75"/><circle class="b" cx="27.4845" cy="22.1906" r="0.75"/></svg>
Copied!