Enjoei Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Enjoei 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/340011.svg" alt="Enjoei icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340011.svg" alt="Enjoei icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340011.svg" alt="Enjoei icon" :width="24" :height="24" />
CSS background
.icon-enjoei {
background-image: url('https://proicons.com/icon/340011.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m43.64,24c0,.96-.03,1.88-.1,2.76H4.46c-.07-.88-.1-1.8-.1-2.76C4.36,7.09,15.73,2.5,24,2.5c7.55,0,19.64,3.76,19.64,21.5Z"/><path class="c" d="m33.6415,18.6553c0,.3481-.0147.6818-.0491,1.0009H14.4076c-.0344-.3191-.0491-.6528-.0491-1.0009,0-1.173,1.2264-7.7968,9.6415-7.7968,8.7358,0,9.6415,7.0755,9.6415,7.7968Z"/><path class="c" d="m14.0625,31.6038c1.9743,4.1093,5.8828,5.4236,9.929,5.4236,3.7019,0,7.8284-1.1536,9.906-5.4236l7.3625,4.4462c-3.62,7.44-10.81,9.45-17.26,9.45-7.05,0-13.86-2.29-17.3-9.45l7.3625-4.4462Z"/></svg>
Copied!