Emoji Anchor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Anchor 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/339635.svg" alt="Emoji Anchor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339635.svg" alt="Emoji Anchor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339635.svg" alt="Emoji Anchor icon" :width="24" :height="24" />
CSS background
.icon-emoji-anchor {
background-image: url('https://proicons.com/icon/339635.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m37.9749,21.8186l-4.1575,7.1937h2.5009c-1.9013,4.3778-5.9955,7.3909-10.713,7.9431v-18.8363h3.1555c.9508,0,1.7122-.8427,1.5578-1.8332-.1215-.7791-.8497-1.3219-1.6382-1.3219h-3.0751v-1.901c1.586-.7028,2.6367-2.4141,2.3056-4.323-.2692-1.5527-1.4948-2.8324-3.0376-3.1534-2.5463-.5298-4.7901,1.4026-4.7901,3.8558,0,1.617.9782,3.0053,2.3666,3.6205v1.901h-3.075c-.7886,0-1.5168.5428-1.6382,1.3219-.1545.9905.607,1.8332,1.5577,1.8332h3.1555v18.8363c-4.678-.56-8.8117-3.5969-10.7129-7.9431h2.4456l-4.1575-7.1937-4.1574,7.1937h2.5875c0,.1893.0427.3669.1026.56,2.1081,6.7897,13.0663,11.9647,15.0666,12.8602.2027.0908.425.0918.6284.0027,2.0338-.8909,13.3023-6.1163,15.4498-13.423h2.4297l-4.1574-7.1937m-13.9473-13.8857c.8305,0,1.5098.6793,1.5098,1.5096s-.6792,1.5096-1.5098,1.5096-1.5098-.6793-1.5098-1.5096.6794-1.5096,1.5098-1.5096"/></svg>
Copied!