Emoji Palms Up Together Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Palms Up Together 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/339919.svg" alt="Emoji Palms Up Together icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339919.svg" alt="Emoji Palms Up Together icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339919.svg" alt="Emoji Palms Up Together icon" :width="24" :height="24" />
CSS background
.icon-emoji-palms-up-together {
background-image: url('https://proicons.com/icon/339919.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>.l{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="l" d="M18.5949,41.8247H5.5v-6.5935l8.2847-3.3521c-1.4716,4.8246,3.464,7.6846,6.3156,6.0511l-1.5055,3.8945"/><path id="c" class="l" d="M20.1004,37.9301c0-.3746,1.2382-2.0867,1.6975-2.0867.5652,0,2.2021-.8847,2.2021-1.9781V7.35c-.3675-1.5023-2.6024-1.6955-2.9557.1963l-1.4838,10.0648c-.2591,1.6336-.9892,1.6336-1.2718,3.2673-.3886,3.179-.7592,8.7283-4.5039,11.0006"/><path id="d" class="l" d="M29.4052,41.8247h13.0948v-6.5935l-8.2847-3.3521c1.4716,4.8246-3.4641,7.6846-6.3157,6.0511l1.5056,3.8945"/><path id="e" class="l" d="M27.8996,37.9301c0-.3746-1.2382-2.0867-1.6975-2.0867-.5652,0-2.2021-.8847-2.2021-1.9781V7.35c.3675-1.5023,2.6025-1.6955,2.9558.1963l1.4838,10.0648c.2591,1.6336.9892,1.6336,1.2718,3.2673.3886,3.179.7592,8.7283,4.5039,11.0006"/><path id="f" class="l" d="M12.4981,14.4752l-3.6312.1479"/><path id="g" class="l" d="M15.1521,12.0993l.5469-3.5923"/><path id="h" class="l" d="M13.6796,13.1469l-1.8852-2.1053"/><path id="i" class="l" d="M34.6777,14.4752l3.6312.1479"/><path id="j" class="l" d="M32.0237,12.0993l-.5469-3.5923"/><path id="k" class="l" d="M33.4962,13.1469l1.8852-2.1053"/></svg>
Copied!