Eppo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eppo 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/340047.svg" alt="Eppo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340047.svg" alt="Eppo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340047.svg" alt="Eppo icon" :width="24" :height="24" />
CSS background
.icon-eppo {
background-image: url('https://proicons.com/icon/340047.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m5.4432,21.7955c-1.0909,1.6364-1.0909,3.2727,0,4.9091h2.7273v5.4545h2.1818l2.1818-4.9091h12.5455v3.2727h3.8182l1.6364-3.2727c17.4545-.5455,17.4545-5.4545,0-6l-1.6364-3.2727h-3.8182v3.2727h-12.5455l-2.1818-4.9091h-2.1818v5.4545h-2.7273Z"/></svg>
Copied!