Meeye Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meeye Icon Pack 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/343587.svg" alt="Meeye Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343587.svg" alt="Meeye Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343587.svg" alt="Meeye Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-meeye-icon-pack {
background-image: url('https://proicons.com/icon/343587.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="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="b" d="M13.0654,42.5l.3018-14.0995c.0201-.9374.7094-1.7256,1.6358-1.8704l14.71-2.299c.8707-.1361,1.7234.3334,2.074,1.1419l4.9979,11.5235c.4365,1.0063-.05,2.1739-1.0719,2.5726l-1.5372.5998c-.9679.3776-1.745,1.1261-2.1586,2.0792l-.1528.352"/><circle class="b" cx="22.7804" cy="31.0701" r="1.514"/><circle class="b" cx="27.4907" cy="30.3131" r="1.514"/></svg>
Copied!