victory hand emoji
victory-hand from OpenMoji by OpenMoji · Default · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- victory-hand
- Set
- OpenMoji
- Style
- Default
- 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
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upballet-dancerbiting-lipboneboybreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcouple-with-heartcouple-with-heart-man-mancouple-with-heart-man-man-dark-skin-tone-light-skin-tone
Use the victory hand emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" stroke="#fcea2b" stroke-width="2" d="m52.24 37.4l1.906-29.01l-1.397-2.065l-3.985.236l-1.837 4.735l-2.375 17.38l-1.906 2.125l-2.656-2.312l-2.5-21.12l-2.155-1.694l-2.137.08l-1.989 3.187l2.943 24.83h-2.557c-2.036-5.827-6.417-2.234-7.105 1.084c-4.414-2.323-4.892-.594-6.62 2.234l-.22 8.076c.264 2.848.52 4.681.873 6.947l1.697 5.274l6 6.917l8.333 2.666l7.583-.916l6.916-4.594l3.48-5.344c1.195-6.675 1.057-12.23-.291-18.71z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="m52.62 31.13l1.8-22.18c-.343-4.964-6.779-5.02-7.227-.026l-2.42 17.36c-.3 2.179-1.278 3.962-2.166 3.962s-1.845-1.785-2.126-3.967L38.25 8.939c-.82-5.278-7.439-4.322-7.037.001l2.527 21.03m19.89 20.11c0 9.872-8.02 16.88-17.89 16.88"/><path stroke-linejoin="round" d="M43.74 47.29v-2.333c0-1.1-1.789-2.2-3.976-2.441l-1.049-.117c-2.187-.242-3.976-1.851-3.976-3.774s1.8-3.334 4-3.334h10a4.164 4.164 0 0 1 4.235 3.826l.657 11.21m-15.671.033c1.63-1.48 3.624-2.5 5.777-2.958"/><path stroke-miterlimit="10" d="M18.53 52.1c1.142 8.6 8.539 14.98 17.21 14.86c9.667 0 17.89-6.833 17.89-16.88"/><path stroke-linejoin="round" d="M31.75 49.72a3.518 3.518 0 0 1-5.28 3.048a3.52 3.52 0 0 1-1.76-3.048V33.76a3.518 3.518 0 0 1 5.28-3.048a3.52 3.52 0 0 1 1.76 3.049z"/><path stroke-linejoin="round" d="M24.71 44.94c0 1.262-.67 2.427-1.76 3.058s-2.431.63-3.52 0a3.53 3.53 0 0 1-1.76-3.058v-7.937c0-1.262.67-2.427 1.76-3.058s2.431-.63 3.52 0s1.76 1.796 1.76 3.058z"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiVictoryHand(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" stroke="#fcea2b" strokeWidth="2" d="m52.24 37.4l1.906-29.01l-1.397-2.065l-3.985.236l-1.837 4.735l-2.375 17.38l-1.906 2.125l-2.656-2.312l-2.5-21.12l-2.155-1.694l-2.137.08l-1.989 3.187l2.943 24.83h-2.557c-2.036-5.827-6.417-2.234-7.105 1.084c-4.414-2.323-4.892-.594-6.62 2.234l-.22 8.076c.264 2.848.52 4.681.873 6.947l1.697 5.274l6 6.917l8.333 2.666l7.583-.916l6.916-4.594l3.48-5.344c1.195-6.675 1.057-12.23-.291-18.71z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeWidth="2"><path strokeLinejoin="round" d="m52.62 31.13l1.8-22.18c-.343-4.964-6.779-5.02-7.227-.026l-2.42 17.36c-.3 2.179-1.278 3.962-2.166 3.962s-1.845-1.785-2.126-3.967L38.25 8.939c-.82-5.278-7.439-4.322-7.037.001l2.527 21.03m19.89 20.11c0 9.872-8.02 16.88-17.89 16.88"/><path strokeLinejoin="round" d="M43.74 47.29v-2.333c0-1.1-1.789-2.2-3.976-2.441l-1.049-.117c-2.187-.242-3.976-1.851-3.976-3.774s1.8-3.334 4-3.334h10a4.164 4.164 0 0 1 4.235 3.826l.657 11.21m-15.671.033c1.63-1.48 3.624-2.5 5.777-2.958"/><path strokeMiterlimit="10" d="M18.53 52.1c1.142 8.6 8.539 14.98 17.21 14.86c9.667 0 17.89-6.833 17.89-16.88"/><path strokeLinejoin="round" d="M31.75 49.72a3.518 3.518 0 0 1-5.28 3.048a3.52 3.52 0 0 1-1.76-3.048V33.76a3.518 3.518 0 0 1 5.28-3.048a3.52 3.52 0 0 1 1.76 3.049z"/><path strokeLinejoin="round" d="M24.71 44.94c0 1.262-.67 2.427-1.76 3.058s-2.431.63-3.52 0a3.53 3.53 0 0 1-1.76-3.058v-7.937c0-1.262.67-2.427 1.76-3.058s2.431-.63 3.52 0s1.76 1.796 1.76 3.058z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" stroke="#fcea2b" stroke-width="2" d="m52.24 37.4l1.906-29.01l-1.397-2.065l-3.985.236l-1.837 4.735l-2.375 17.38l-1.906 2.125l-2.656-2.312l-2.5-21.12l-2.155-1.694l-2.137.08l-1.989 3.187l2.943 24.83h-2.557c-2.036-5.827-6.417-2.234-7.105 1.084c-4.414-2.323-4.892-.594-6.62 2.234l-.22 8.076c.264 2.848.52 4.681.873 6.947l1.697 5.274l6 6.917l8.333 2.666l7.583-.916l6.916-4.594l3.48-5.344c1.195-6.675 1.057-12.23-.291-18.71z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="m52.62 31.13l1.8-22.18c-.343-4.964-6.779-5.02-7.227-.026l-2.42 17.36c-.3 2.179-1.278 3.962-2.166 3.962s-1.845-1.785-2.126-3.967L38.25 8.939c-.82-5.278-7.439-4.322-7.037.001l2.527 21.03m19.89 20.11c0 9.872-8.02 16.88-17.89 16.88"/><path stroke-linejoin="round" d="M43.74 47.29v-2.333c0-1.1-1.789-2.2-3.976-2.441l-1.049-.117c-2.187-.242-3.976-1.851-3.976-3.774s1.8-3.334 4-3.334h10a4.164 4.164 0 0 1 4.235 3.826l.657 11.21m-15.671.033c1.63-1.48 3.624-2.5 5.777-2.958"/><path stroke-miterlimit="10" d="M18.53 52.1c1.142 8.6 8.539 14.98 17.21 14.86c9.667 0 17.89-6.833 17.89-16.88"/><path stroke-linejoin="round" d="M31.75 49.72a3.518 3.518 0 0 1-5.28 3.048a3.52 3.52 0 0 1-1.76-3.048V33.76a3.518 3.518 0 0 1 5.28-3.048a3.52 3.52 0 0 1 1.76 3.049z"/><path stroke-linejoin="round" d="M24.71 44.94c0 1.262-.67 2.427-1.76 3.058s-2.431.63-3.52 0a3.53 3.53 0 0 1-1.76-3.058v-7.937c0-1.262.67-2.427 1.76-3.058s2.431-.63 3.52 0s1.76 1.796 1.76 3.058z"/></g></svg> </template>
CSS
.icon-victory-hand {
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%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-width%3D%222%22%20d%3D%22m52.24%2037.4l1.906-29.01l-1.397-2.065l-3.985.236l-1.837%204.735l-2.375%2017.38l-1.906%202.125l-2.656-2.312l-2.5-21.12l-2.155-1.694l-2.137.08l-1.989%203.187l2.943%2024.83h-2.557c-2.036-5.827-6.417-2.234-7.105%201.084c-4.414-2.323-4.892-.594-6.62%202.234l-.22%208.076c.264%202.848.52%204.681.873%206.947l1.697%205.274l6%206.917l8.333%202.666l7.583-.916l6.916-4.594l3.48-5.344c1.195-6.675%201.057-12.23-.291-18.71z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m52.62%2031.13l1.8-22.18c-.343-4.964-6.779-5.02-7.227-.026l-2.42%2017.36c-.3%202.179-1.278%203.962-2.166%203.962s-1.845-1.785-2.126-3.967L38.25%208.939c-.82-5.278-7.439-4.322-7.037.001l2.527%2021.03m19.89%2020.11c0%209.872-8.02%2016.88-17.89%2016.88%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M43.74%2047.29v-2.333c0-1.1-1.789-2.2-3.976-2.441l-1.049-.117c-2.187-.242-3.976-1.851-3.976-3.774s1.8-3.334%204-3.334h10a4.164%204.164%200%200%201%204.235%203.826l.657%2011.21m-15.671.033c1.63-1.48%203.624-2.5%205.777-2.958%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M18.53%2052.1c1.142%208.6%208.539%2014.98%2017.21%2014.86c9.667%200%2017.89-6.833%2017.89-16.88%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M31.75%2049.72a3.518%203.518%200%200%201-5.28%203.048a3.52%203.52%200%200%201-1.76-3.048V33.76a3.518%203.518%200%200%201%205.28-3.048a3.52%203.52%200%200%201%201.76%203.049z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M24.71%2044.94c0%201.262-.67%202.427-1.76%203.058s-2.431.63-3.52%200a3.53%203.53%200%200%201-1.76-3.058v-7.937c0-1.262.67-2.427%201.76-3.058s2.431-.63%203.52%200s1.76%201.796%201.76%203.058z%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%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-width%3D%222%22%20d%3D%22m52.24%2037.4l1.906-29.01l-1.397-2.065l-3.985.236l-1.837%204.735l-2.375%2017.38l-1.906%202.125l-2.656-2.312l-2.5-21.12l-2.155-1.694l-2.137.08l-1.989%203.187l2.943%2024.83h-2.557c-2.036-5.827-6.417-2.234-7.105%201.084c-4.414-2.323-4.892-.594-6.62%202.234l-.22%208.076c.264%202.848.52%204.681.873%206.947l1.697%205.274l6%206.917l8.333%202.666l7.583-.916l6.916-4.594l3.48-5.344c1.195-6.675%201.057-12.23-.291-18.71z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m52.62%2031.13l1.8-22.18c-.343-4.964-6.779-5.02-7.227-.026l-2.42%2017.36c-.3%202.179-1.278%203.962-2.166%203.962s-1.845-1.785-2.126-3.967L38.25%208.939c-.82-5.278-7.439-4.322-7.037.001l2.527%2021.03m19.89%2020.11c0%209.872-8.02%2016.88-17.89%2016.88%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M43.74%2047.29v-2.333c0-1.1-1.789-2.2-3.976-2.441l-1.049-.117c-2.187-.242-3.976-1.851-3.976-3.774s1.8-3.334%204-3.334h10a4.164%204.164%200%200%201%204.235%203.826l.657%2011.21m-15.671.033c1.63-1.48%203.624-2.5%205.777-2.958%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M18.53%2052.1c1.142%208.6%208.539%2014.98%2017.21%2014.86c9.667%200%2017.89-6.833%2017.89-16.88%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M31.75%2049.72a3.518%203.518%200%200%201-5.28%203.048a3.52%203.52%200%200%201-1.76-3.048V33.76a3.518%203.518%200%200%201%205.28-3.048a3.52%203.52%200%200%201%201.76%203.049z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M24.71%2044.94c0%201.262-.67%202.427-1.76%203.058s-2.431.63-3.52%200a3.53%203.53%200%200%201-1.76-3.058v-7.937c0-1.262.67-2.427%201.76-3.058s2.431-.63%203.52%200s1.76%201.796%201.76%203.058z%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/victory-hand.svg?color=%231a73e8&size=48