Aegis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aegis 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/335978.svg" alt="Aegis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335978.svg" alt="Aegis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335978.svg" alt="Aegis icon" :width="24" :height="24" />
CSS background
.icon-aegis {
background-image: url('https://proicons.com/icon/335978.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;fill-rule:evenodd;}</style></defs><path class="cls-1" d="M19.59,40a2.4,2.4,0,0,1-3.28-.88l-.48-.82A2.4,2.4,0,0,1,20,35.91l.48.82A2.42,2.42,0,0,1,19.59,40Zm10.85,0a2.4,2.4,0,0,1-3.28-.88l-5.64-9.76A2.4,2.4,0,1,1,25.68,27l5.64,9.77A2.39,2.39,0,0,1,30.44,40ZM41.3,40A2.42,2.42,0,0,1,38,39.14L25.67,17.75a1.92,1.92,0,0,0-3.33,0L10,39.14a2.42,2.42,0,0,1-2.09,1.2A2.37,2.37,0,0,1,6.7,40a2.4,2.4,0,0,1-.88-3.28L21.92,8.86a2.4,2.4,0,0,1,4.16,0l16.1,27.88A2.4,2.4,0,0,1,41.3,40Z"/></svg>
Copied!