Mein Eon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mein Eon 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/329043.svg" alt="Mein Eon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329043.svg" alt="Mein Eon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329043.svg" alt="Mein Eon icon" :width="24" :height="24" />
CSS background
.icon-mein-eon {
background-image: url('https://proicons.com/icon/329043.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.i{fill:#000;stroke-width:0px;}</style></defs><path id="b" class="i" d="M20.4359,27.924c0,.4142-.3358.75-.75.75h0c-.4142,0-.75-.3358-.75-.75h0c0-.4142.3358-.75.75-.75h0c.4142,0,.75.3358.75.75h0Z"/><path id="c" class="h" d="M29.7301,28.1113v-8.7093l5.7699,8.7093v-8.7093"/><path id="d" class="h" d="M12.5,23.7566h2.8305"/><path id="e" class="h" d="M16.8547,28.1113h-4.3547v-8.7093h4.3547"/><path id="f" class="h" d="M24.5026,28.1113h0c-1.633,0-2.8305-1.3064-2.8305-2.8305v-2.9394c0-1.633,1.3064-2.9394,2.8305-2.9394h0c1.633,0,2.9394,1.3064,2.9394,2.9394v2.8305c0,1.633-1.3064,2.9394-2.9394,2.9394Z"/><path id="g" class="h" d="M45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/></svg>
Copied!