Blue Archive Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blue Archive Alt 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/322765.svg" alt="Blue Archive Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322765.svg" alt="Blue Archive Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322765.svg" alt="Blue Archive Alt icon" :width="24" :height="24" />
CSS background
.icon-blue-archive-alt {
background-image: url('https://proicons.com/icon/322765.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="m32.736,4.516L9.79,43.484"/><path id="d" class="f" d="m8.249,10.253l31.501,18.855"/><path id="e" class="f" d="m36.618,26.61c-2.2478,3.9392-9.8579,3.8291-16.9976-.2458-.0001,0-.0002-.0001-.0004-.0002-7.1397-4.075-11.1052-10.5717-8.8571-14.5107,0,0,0-.0002.0001-.0003,2.2485-3.9386,9.8586-3.828,16.998.247,7.1391,4.0749,11.1043,10.571,8.857,14.51Z"/></svg>
Copied!