The Blue Alliance Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The The Blue Alliance 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/333870.svg" alt="The Blue Alliance icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333870.svg" alt="The Blue Alliance icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333870.svg" alt="The Blue Alliance icon" :width="24" :height="24" />
CSS background
.icon-the-blue-alliance {
background-image: url('https://proicons.com/icon/333870.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="k" d="M15.0551,14.6603v19.8948"/><path id="d" class="k" d="M32.945,14.6603v19.8948"/><path id="e" class="k" d="M15.0551,34.555c0,4.9402,4.0048,8.945,8.945,8.945h0"/><path id="f" class="k" d="M32.945,34.555c0,4.9402-4.0048,8.945-8.945,8.945"/><path id="g" class="k" d="M24,14.6757v28.8243"/><path id="h" class="k" d="M15.0551,33.4817h17.8899"/><path id="i" class="k" d="M15.0551,23.4633h17.8899"/><path id="j" class="k" d="M12.5505,4.5h22.8991c.7929,0,1.4312.6383,1.4312,1.4312v7.156c0,.7929-.6383,1.4312-1.4312,1.4312H12.5505c-.7929,0-1.4312-.6383-1.4312-1.4312v-7.156c0-.7929.6383-1.4312,1.4312-1.4312Z"/></g></svg>
Copied!