Aena Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aena 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/335979.svg" alt="Aena icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335979.svg" alt="Aena icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335979.svg" alt="Aena icon" :width="24" :height="24" />
CSS background
.icon-aena {
background-image: url('https://proicons.com/icon/335979.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m7.5011,24.5708c3.2769,0,7.4209.6494,12.3037,2.2018,5.6284,1.7877,11.4937,4.8079,16.6989,9.5188-3.5765-4.5995-5.9224-9.4576-7.4991-14.0574-1.6124-4.6946-2.5762-9.4714-2.2216-14.5011.0043-.0506.0496-.0967,0-.1079v-.1306c-.0478-.0129.0185.012,0,.0579-1.7067,3.8747-4.7521,7.32-8.1883,10.1844-3.1676,2.6387-6.7442,5.3011-11.0937,6.834Z"/><circle class="c" cx="24" cy="24" r="21.5"/></svg>
Copied!