Emoji Girl Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Girl 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/339871.svg" alt="Emoji Girl icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339871.svg" alt="Emoji Girl icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339871.svg" alt="Emoji Girl icon" :width="24" :height="24" />
CSS background
.icon-emoji-girl {
background-image: url('https://proicons.com/icon/339871.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>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="k" d="M9.8712,42.5v-2.3896c0-3.8542,2.9326-6.9375,6.7914-6.9375,4.6305,3.8542,9.261,3.8542,13.8915,0,3.8587,0,7.1001,3.0833,7.1001,6.9375v2.3896"/><path id="c" class="k" d="M28.3931,20.1458c0,.8479-.6946,1.5417-1.5435,1.5417s-1.5435-.6938-1.5435-1.5417.6946-1.5417,1.5435-1.5417,1.5435.6938,1.5435,1.5417"/><path id="d" class="k" d="M22.2191,20.1458c0,.8479-.6946,1.5417-1.5435,1.5417s-1.5435-.6938-1.5435-1.5417.6946-1.5417,1.5435-1.5417,1.5435.6938,1.5435,1.5417"/><path id="e" class="k" d="M15.2734,20.9167c0,6.1667,3.7044,9.9438,8.3349,9.9438s8.6436-3.7771,8.6436-9.9438c0-3.0833-.7717-4.625-.7717-4.625l-3.087-3.0833s-9.261,1.5417-12.348,3.0833c0,0-.7717,1.5417-.7717,4.625"/><path id="f" class="k" d="M21.293,25.6958c1.4663.7708,3.1642.7708,4.6305,0"/><path id="g" class="k" d="M11.4147,31.7083c-3.087-4.625-1.3891-6.3979.0772-10.0208,1.2348-3.2375-.1543-5.0104,1.0033-9.25,1.1576-4.2396,5.6338-6.9375,10.5729-6.9375,4.1674,0,6.174,2.3125,6.174,2.3125,3.2413.3083,5.7109,3.0063,5.7109,6.1667.3087,5.55.7717,5.55,2.6239,9.8667,1.3891,3.1604.7717,5.2417-1.4663,7.7854"/><path id="h" class="k" d="M36.1106,31.6313c-.7729.806-1.4024,1.633-2.0467,2.4578"/><path id="i" class="k" d="M11.4147,31.7083c.9163,1.2544,1.2714,1.6183,1.8611,2.3546"/><path id="j" class="k" d="M9.8712,42.5h27.7829"/></svg>
Copied!