Ea Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Ea 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/314177.svg" alt="Ea icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314177.svg" alt="Ea icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314177.svg" alt="Ea icon" :width="24" :height="24" />
CSS background
.icon-ea {
background-image: url('https://proicons.com/icon/314177.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>EA</title><path d="M16.635 6.162l-5.928 9.377H4.24l1.508-2.3h4.024l1.474-2.335H2.264L.79 13.239h2.156L0 17.84h12.072l4.563-7.259 1.652 2.66h-1.401l-1.473 2.299h4.347l1.473 2.3H24zm-11.461.107L3.7 8.604l9.52-.035 1.474-2.3z"/></svg>
Copied!