love you gesture emoji

love-you-gesture-dark-skin-tone from OpenMoji by OpenMoji · Dark skin tone · People Body · CC-BY-SA-4.0 Attribution required.

Name
love-you-gesture-dark-skin-tone
Set
OpenMoji
Style
Dark skin tone
Category
People Body
Viewbox
72×72
License
CC BY-SA 4.0

5 other variants in OpenMoji

The same emoji in other sets

More people body icons from OpenMoji

Use the love you gesture emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="M18 25.438L16 14.25c-.875-4.498-7.687-3.625-7.187 1.75c0 0 3.89 21.948 4.447 29.348v-.256c.54 10.572 9.862 17.338 20.43 16.798a24.96 24.96 0 0 0 16.192-7.196c3.712-3.932 12.83-14.674 12.83-14.674c1.861-2.746.418-6.99-1.019-5.944l-12.562 5.916l.319-.107c-2.398.847-3.04-1.532-2.825-3.245l2.111-27.884c.527-6.768-7.258-6.585-7.258-.962L40.312 23.5l-9.678.84l-.595.602l-.676-.491z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M18 25.438L16 14.25c-.875-4.498-7.687-3.625-7.187 1.75c0 0 3.89 21.948 4.447 29.348v-.256c.54 10.572 9.862 17.338 20.43 16.798a24.96 24.96 0 0 0 16.192-7.196c3.712-3.932 12.83-14.674 12.83-14.674c1.861-2.746.418-6.99-1.019-5.944l-12.562 5.916l.319-.107c-2.398.847-3.04-1.532-2.825-3.245l2.111-27.884c.527-6.768-7.258-6.585-7.258-.962L40.312 23.5"/><path d="M30.04 27.604c.237-2.152 1.76-3.41 3.807-3.455c1.914-.043 3.94.957 3.96 3.277c0 0 .196 6.96.158 7.305a3.92 3.92 0 0 1-4.325 3.467c-2.152-.237-3.382-2.198-3.467-4.325zm-7.931 0c.237-2.152 1.76-3.41 3.807-3.455c1.914-.043 3.941.957 3.96 3.277c0 0 .196 6.96.158 7.305a3.92 3.92 0 0 1-4.325 3.467c-2.152-.237-3.382-2.198-3.467-4.325z"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiLoveYouGestureDarkSkinTone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="M18 25.438L16 14.25c-.875-4.498-7.687-3.625-7.187 1.75c0 0 3.89 21.948 4.447 29.348v-.256c.54 10.572 9.862 17.338 20.43 16.798a24.96 24.96 0 0 0 16.192-7.196c3.712-3.932 12.83-14.674 12.83-14.674c1.861-2.746.418-6.99-1.019-5.944l-12.562 5.916l.319-.107c-2.398.847-3.04-1.532-2.825-3.245l2.111-27.884c.527-6.768-7.258-6.585-7.258-.962L40.312 23.5l-9.678.84l-.595.602l-.676-.491z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M18 25.438L16 14.25c-.875-4.498-7.687-3.625-7.187 1.75c0 0 3.89 21.948 4.447 29.348v-.256c.54 10.572 9.862 17.338 20.43 16.798a24.96 24.96 0 0 0 16.192-7.196c3.712-3.932 12.83-14.674 12.83-14.674c1.861-2.746.418-6.99-1.019-5.944l-12.562 5.916l.319-.107c-2.398.847-3.04-1.532-2.825-3.245l2.111-27.884c.527-6.768-7.258-6.585-7.258-.962L40.312 23.5"/><path d="M30.04 27.604c.237-2.152 1.76-3.41 3.807-3.455c1.914-.043 3.94.957 3.96 3.277c0 0 .196 6.96.158 7.305a3.92 3.92 0 0 1-4.325 3.467c-2.152-.237-3.382-2.198-3.467-4.325zm-7.931 0c.237-2.152 1.76-3.41 3.807-3.455c1.914-.043 3.941.957 3.96 3.277c0 0 .196 6.96.158 7.305a3.92 3.92 0 0 1-4.325 3.467c-2.152-.237-3.382-2.198-3.467-4.325z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="M18 25.438L16 14.25c-.875-4.498-7.687-3.625-7.187 1.75c0 0 3.89 21.948 4.447 29.348v-.256c.54 10.572 9.862 17.338 20.43 16.798a24.96 24.96 0 0 0 16.192-7.196c3.712-3.932 12.83-14.674 12.83-14.674c1.861-2.746.418-6.99-1.019-5.944l-12.562 5.916l.319-.107c-2.398.847-3.04-1.532-2.825-3.245l2.111-27.884c.527-6.768-7.258-6.585-7.258-.962L40.312 23.5l-9.678.84l-.595.602l-.676-.491z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M18 25.438L16 14.25c-.875-4.498-7.687-3.625-7.187 1.75c0 0 3.89 21.948 4.447 29.348v-.256c.54 10.572 9.862 17.338 20.43 16.798a24.96 24.96 0 0 0 16.192-7.196c3.712-3.932 12.83-14.674 12.83-14.674c1.861-2.746.418-6.99-1.019-5.944l-12.562 5.916l.319-.107c-2.398.847-3.04-1.532-2.825-3.245l2.111-27.884c.527-6.768-7.258-6.585-7.258-.962L40.312 23.5"/><path d="M30.04 27.604c.237-2.152 1.76-3.41 3.807-3.455c1.914-.043 3.94.957 3.96 3.277c0 0 .196 6.96.158 7.305a3.92 3.92 0 0 1-4.325 3.467c-2.152-.237-3.382-2.198-3.467-4.325zm-7.931 0c.237-2.152 1.76-3.41 3.807-3.455c1.914-.043 3.941.957 3.96 3.277c0 0 .196 6.96.158 7.305a3.92 3.92 0 0 1-4.325 3.467c-2.152-.237-3.382-2.198-3.467-4.325z"/></g></svg>
</template>

CSS

.icon-love-you-gesture-dark-skin-tone {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M18%2025.438L16%2014.25c-.875-4.498-7.687-3.625-7.187%201.75c0%200%203.89%2021.948%204.447%2029.348v-.256c.54%2010.572%209.862%2017.338%2020.43%2016.798a24.96%2024.96%200%200%200%2016.192-7.196c3.712-3.932%2012.83-14.674%2012.83-14.674c1.861-2.746.418-6.99-1.019-5.944l-12.562%205.916l.319-.107c-2.398.847-3.04-1.532-2.825-3.245l2.111-27.884c.527-6.768-7.258-6.585-7.258-.962L40.312%2023.5l-9.678.84l-.595.602l-.676-.491z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M18%2025.438L16%2014.25c-.875-4.498-7.687-3.625-7.187%201.75c0%200%203.89%2021.948%204.447%2029.348v-.256c.54%2010.572%209.862%2017.338%2020.43%2016.798a24.96%2024.96%200%200%200%2016.192-7.196c3.712-3.932%2012.83-14.674%2012.83-14.674c1.861-2.746.418-6.99-1.019-5.944l-12.562%205.916l.319-.107c-2.398.847-3.04-1.532-2.825-3.245l2.111-27.884c.527-6.768-7.258-6.585-7.258-.962L40.312%2023.5%22%2F%3E%3Cpath%20d%3D%22M30.04%2027.604c.237-2.152%201.76-3.41%203.807-3.455c1.914-.043%203.94.957%203.96%203.277c0%200%20.196%206.96.158%207.305a3.92%203.92%200%200%201-4.325%203.467c-2.152-.237-3.382-2.198-3.467-4.325zm-7.931%200c.237-2.152%201.76-3.41%203.807-3.455c1.914-.043%203.941.957%203.96%203.277c0%200%20.196%206.96.158%207.305a3.92%203.92%200%200%201-4.325%203.467c-2.152-.237-3.382-2.198-3.467-4.325z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M18%2025.438L16%2014.25c-.875-4.498-7.687-3.625-7.187%201.75c0%200%203.89%2021.948%204.447%2029.348v-.256c.54%2010.572%209.862%2017.338%2020.43%2016.798a24.96%2024.96%200%200%200%2016.192-7.196c3.712-3.932%2012.83-14.674%2012.83-14.674c1.861-2.746.418-6.99-1.019-5.944l-12.562%205.916l.319-.107c-2.398.847-3.04-1.532-2.825-3.245l2.111-27.884c.527-6.768-7.258-6.585-7.258-.962L40.312%2023.5l-9.678.84l-.595.602l-.676-.491z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M18%2025.438L16%2014.25c-.875-4.498-7.687-3.625-7.187%201.75c0%200%203.89%2021.948%204.447%2029.348v-.256c.54%2010.572%209.862%2017.338%2020.43%2016.798a24.96%2024.96%200%200%200%2016.192-7.196c3.712-3.932%2012.83-14.674%2012.83-14.674c1.861-2.746.418-6.99-1.019-5.944l-12.562%205.916l.319-.107c-2.398.847-3.04-1.532-2.825-3.245l2.111-27.884c.527-6.768-7.258-6.585-7.258-.962L40.312%2023.5%22%2F%3E%3Cpath%20d%3D%22M30.04%2027.604c.237-2.152%201.76-3.41%203.807-3.455c1.914-.043%203.94.957%203.96%203.277c0%200%20.196%206.96.158%207.305a3.92%203.92%200%200%201-4.325%203.467c-2.152-.237-3.382-2.198-3.467-4.325zm-7.931%200c.237-2.152%201.76-3.41%203.807-3.455c1.914-.043%203.941.957%203.96%203.277c0%200%20.196%206.96.158%207.305a3.92%203.92%200%200%201-4.325%203.467c-2.152-.237-3.382-2.198-3.467-4.325z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/love-you-gesture-dark-skin-tone.svg?color=%231a73e8&size=48