Emoji Call Me Hand Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Call Me Hand 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/325159.svg" alt="Emoji Call Me Hand icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325159.svg" alt="Emoji Call Me Hand icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325159.svg" alt="Emoji Call Me Hand icon" :width="24" :height="24" />
CSS background
.icon-emoji-call-me-hand {
background-image: url('https://proicons.com/icon/325159.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="i" d="m31.2562,24.7436c3.5563.8963,5.6347-4.6039.4948-5.67l-9.0126-1.7636c.6831-6.6085,1.2145-10.8622-3.6814-11.7357-1.4952-.2279-3.3398,0-2.9603,1.5192,1.9735,8.8873-1.8976,13.736-2.9734,14.8606-4.3712,4.3744-4.3712,11.4665,0,15.8409,1.8981,1.7838,3.7404,1.6573,8.3627,1.6573.8729,0,12.5291,2.8752,12.5291,2.8752,4.1748,1.1014,5.4473-3.3524,2.6388-4.3019l-5.2755-2.1761"/><path id="d" class="i" d="m30.7557,30.2335c3.5375.9311,4.896-4.4983.5004-5.4899"/><path id="e" class="i" d="m29.9717,35.8235c3.5387.9547,4.365-4.6155.784-5.5901"/><path id="f" class="i" d="m29.9717,35.8235l-3.457-.962"/><path id="g" class="i" d="m30.7557,30.2335l-3.053-.8703"/><path id="h" class="i" d="m31.2562,24.7436l-2.5101-.5128"/></svg>
Copied!