Emoji Palm Up Hand Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Palm Up 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/339918.svg" alt="Emoji Palm Up Hand icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339918.svg" alt="Emoji Palm Up Hand icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339918.svg" alt="Emoji Palm Up Hand icon" :width="24" :height="24" />
CSS background
.icon-emoji-palm-up-hand {
background-image: url('https://proicons.com/icon/339918.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M42.3715,23.3764s-1.9725-.1464-4.2707-2.4651c-2.1018-1.9853-7.6404-6.9585-7.6404-6.9585-.7196-.4879-2.1303-1.4136-3.2162-.5276-.815.6459-1.0375,1.7897-.5241,2.6942l3.5202,5.1938-3.513,1.3828,3.513-1.3828-3.513,1.3828-8.1622,4.3462-7.482,1.3609h-3.4209s-2.1622,0-2.1622,1.7432c0,1.6854,1.5663,1.8821,2.2465,1.8821s8.6062.0253,8.8173,0l9.5194.5899,16.2882,2.3255c0-2.0413.2889-5.9142,0-11.5673h0"/><path id="c" class="d" d="M25.6379,23.1903l-7.9414-3.0442s-2.5362-.8104-3.0702.5993c-.3418.8314.0549,1.7826.886,2.1246.0502.0206.1013.0388.1533.0543l6.0932,2.1846-8.4242-2.9592s-2.5834-1.03-3.2012.7304c-.6794,1.9361,1.5964,2.4173,1.5964,2.4173l7.0093,1.6521-9.6755-2.2805s-1.578-.4366-2.0014,1.0202c-.4149,1.4296.8928,1.911,1.5061,2.0766.9287.2508,2.5146.6374,2.5146.6374"/></svg>
Copied!