You can add external SVG files using the background-image property, just as you would do with any other image.
HTML:
<div class="attention"></div>
CSS:
.attention {
background-image: url(attention.svg);
background-size: 100% 100%;
width: 50px;
height: ...