Emoji Boy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Boy 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/339700.svg" alt="Emoji Boy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339700.svg" alt="Emoji Boy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339700.svg" alt="Emoji Boy icon" :width="24" :height="24" />
CSS background
.icon-emoji-boy {
background-image: url('https://proicons.com/icon/339700.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M14.3308,23.1955c-1.6115,0-2.4173-9.6543,0-12.8723,4.8346-6.4362,14.5038-6.4362,19.3384,0,2.4173,3.2181,1.6115,12.8723,0,12.8723"/><path id="c" class="i" d="M38.5038,42.504v-2.494c0-4.0226-3.3842-7.2407-7.413-7.2407-4.8346,4.0226-9.6692,4.0226-14.5038,0-4.0288,0-7.0907,3.2181-7.0907,7.2407v2.494"/><path id="d" class="i" d="M28.8346,20.7819c0,.885-.7252,1.609-1.6115,1.609s-1.6115-.7241-1.6115-1.609.7252-1.609,1.6115-1.609,1.6115.7241,1.6115,1.609"/><path id="e" class="i" d="M22.3885,20.7819c0,.885-.7252,1.609-1.6115,1.609s-1.6115-.7241-1.6115-1.609.7252-1.609,1.6115-1.609,1.6115.7241,1.6115,1.609"/><path id="f" class="i" d="M15.1366,21.5864c0,6.4362,3.8677,9.5738,8.7023,9.5738s9.0246-3.1376,9.0246-9.5738-2.4173-8.0452-2.4173-8.0452c-6.4461,3.2181-11.2807,1.609-12.8923,0,0,0-2.4173,1.609-2.4173,8.0452"/><path id="g" class="i" d="M21.4216,25.7699c1.531.8045,3.3036.8045,4.8346,0"/><path id="h" class="i" d="M9.4962,42.504h29.0076"/></svg>
Copied!