Iaeon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Iaeon 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/327260.svg" alt="Iaeon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327260.svg" alt="Iaeon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327260.svg" alt="Iaeon icon" :width="24" :height="24" />
CSS background
.icon-iaeon {
background-image: url('https://proicons.com/icon/327260.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m43.489 16.075c-17.595.44265-30.489 2.7369-30.489 5.4249-1e-6 2.688 12.894 4.9823 30.489 5.4249l.010664 8.0598c-21.539 0-39-4.918-39-10.985s17.461-10.985 39-10.985z"/><path class="d" d="m12.577 30.703a37 6 0 0121.58-4.22"/><path class="d" d="m16.924 17.639.46094 1.2578a17.5 27.5 0 00-.46094-1.2578zm1.9082 6.834.51367 3.8809a17.5 27.5 0 00-.51367-3.8809z"/><path class="d" d="m21.712 14.922a38 24 0 01-15.98 6.4057"/></svg>
Copied!