Giant Eagle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Giant Eagle 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/326493.svg" alt="Giant Eagle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326493.svg" alt="Giant Eagle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326493.svg" alt="Giant Eagle icon" :width="24" :height="24" />
CSS background
.icon-giant-eagle {
background-image: url('https://proicons.com/icon/326493.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><circle class="d" cx="18.1915" cy="17.915" r=".75"/><path class="c" d="M15.3265,20.504v6c0,1.1-.9,2-2,2h0c-.6,0-1.1-.2-1.4-.6"/><path class="c" d="M13.3265,20.404h0c1.1,0,2,.9,2,2v1.3c0,1.1-.9,2-2,2h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2Z"/><line class="c" x1="18.1915" y1="20.3171" x2="18.1915" y2="25.7171"/><path class="c" d="M35.3735,18.715v6c-.0343.518.3579.9657.8759,1,.0413.0027.0828.0027.1241,0h.3"/><line class="c" x1="34.2735" y1="20.315" x2="36.4735" y2="20.315"/><path class="c" d="M24.8165,23.7171c0,1.1-.9,2-2,2h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2"/><line class="c" x1="24.8165" y1="25.7171" x2="24.8165" y2="20.3171"/><path class="c" d="M31.9355,25.7171v-3.3c0-1.1-.9-2-2-2h0c-1.1,0-2,.9-2,2"/><line class="c" x1="27.9355" y1="25.7171" x2="27.9355" y2="20.3171"/><path class="c" d="M27.4153,30.8198v6c0,1.1-.9,2-2,2h0c-.6,0-1.1-.2-1.4-.6"/><path class="c" d="M25.4153,30.7198h0c1.1,0,2,.9,2,2v1.3c0,1.1-.9,2-2,2h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2Z"/><path class="c" d="M30.1088,28.0269v7c-.0343.518.3579.9657.8759,1,.0413.0027.0828.0027.1241,0h.3"/><path class="c" d="M20.8178,34.0269c0,1.1-.9,2-2,2h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2"/><line class="c" x1="20.8178" y1="36.0269" x2="20.8178" y2="30.6269"/><path class="c" d="M37.1748,35.0269c-.3.6-1,1-1.7,1h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2v.7h-4"/><path class="c" d="M14.2252,35.0269c-.3.6-1,1-1.7,1h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2v.7h-4"/><path class="c" d="M8.4895,14.279h9.9701M29.4609,14.279h10.0286"/><path class="c" d="M18.981,9.807s-.093,5.855,5.078,5.596c1.018-4.835-5.078-5.596-5.078-5.596ZM24.059,15.403c2.1513.0083,3.394-.898,4.281-2.521.621-1.515.862-3.053.497-4.628-.014.003-4.4141.3768-5.077,4.3552"/><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!