victory hand emoji
victory-hand from Twitter Emoji by Twitter · Default · People & Body · CC-BY-4.0 Attribution required.
- Name
- victory-hand
- Set
- Twitter Emoji
- Style
- Default
- Category
- People & Body
- Viewbox
- 36×36
- License
- CC BY 4.0
5 other variants in Twitter Emoji
The same emoji in other sets
More people & body icons from Twitter Emoji
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upballet-dancerbiting-lipboneboybrainbreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcouple-with-heartcouple-with-heart-man-man
Use the victory hand emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ef9645" d="M26.992 19.016a3.5 3.5 0 0 0-.875-.636l-.4-1.356l-8.012-.056l-.307 1.091a3.2 3.2 0 0 0-1.393.718l-3.611-3.954a2.34 2.34 0 0 0-1.389 2.133v.96l-4 4.166l.016 2.188l9.984 10.729s10.518-15.288 10.543-15.258c-.127-.224-.511-.703-.556-.725"/><g fill="#ffdc5d"><path d="M24.581 18H18q-.312 0-.607.061l-.073-.278l-3.273-12.464s-.416-1.957 1.54-2.372c1.956-.416 2.372 1.54 2.372 1.54l3.097 11.569a27 27 0 0 1 1.305.107l2.061-10.512s.188-1.991 2.18-1.804c1.991.188 1.803 2.179 1.803 2.179L26.34 17.187l-.221 1.194A3.4 3.4 0 0 0 24.581 18M8.916 16h.168c1.059 0 1.916.858 1.916 1.917v4.166A1.916 1.916 0 0 1 9.084 24h-.168A1.916 1.916 0 0 1 7 22.083v-4.166C7 16.858 7.857 16 8.916 16m6.918 2.96l-.056.062A2.95 2.95 0 0 0 15 21c0 .063.013.123.018.185c.044.678.308 1.292.728 1.774a2 2 0 0 1-.259.353A1.97 1.97 0 0 1 14 24a2 2 0 0 1-2-2v-6c0-.441.147-.845.389-1.176A2 2 0 0 1 14 14a2 2 0 0 1 2 2v2.778c-.061.055-.109.123-.166.182"/><path d="M9.062 25a2.93 2.93 0 0 0 2.45-1.322c.123.183.271.346.431.497c1.185 1.115 3.034 1.044 4.167-.086c.152-.152.303-.305.419-.488l-.003-.003C16.727 23.713 17 24 18 24h2.537a6.4 6.4 0 0 0-1.024 1c-1.228 1.467-2.013 3.606-2.013 6a.5.5 0 0 0 1 0c0-2.548.956-4.775 2.377-6c.732-.631 1.584-1 2.498-1c.713.079.847-1 .125-1H18a2 2 0 0 1 0-4h8c.858 0 1.66.596 1.913 1.415L29 24c.103.335.479 1.871.411 2.191C29.411 31 24.715 36 19 36c-6.537 0-11.844-5.231-11.986-11.734l.014.01a2.9 2.9 0 0 0 1.91.724z"/></g></svg>
React
import type { SVGProps } from "react";
export function TwemojiVictoryHand(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ef9645" d="M26.992 19.016a3.5 3.5 0 0 0-.875-.636l-.4-1.356l-8.012-.056l-.307 1.091a3.2 3.2 0 0 0-1.393.718l-3.611-3.954a2.34 2.34 0 0 0-1.389 2.133v.96l-4 4.166l.016 2.188l9.984 10.729s10.518-15.288 10.543-15.258c-.127-.224-.511-.703-.556-.725"/><g fill="#ffdc5d"><path d="M24.581 18H18q-.312 0-.607.061l-.073-.278l-3.273-12.464s-.416-1.957 1.54-2.372c1.956-.416 2.372 1.54 2.372 1.54l3.097 11.569a27 27 0 0 1 1.305.107l2.061-10.512s.188-1.991 2.18-1.804c1.991.188 1.803 2.179 1.803 2.179L26.34 17.187l-.221 1.194A3.4 3.4 0 0 0 24.581 18M8.916 16h.168c1.059 0 1.916.858 1.916 1.917v4.166A1.916 1.916 0 0 1 9.084 24h-.168A1.916 1.916 0 0 1 7 22.083v-4.166C7 16.858 7.857 16 8.916 16m6.918 2.96l-.056.062A2.95 2.95 0 0 0 15 21c0 .063.013.123.018.185c.044.678.308 1.292.728 1.774a2 2 0 0 1-.259.353A1.97 1.97 0 0 1 14 24a2 2 0 0 1-2-2v-6c0-.441.147-.845.389-1.176A2 2 0 0 1 14 14a2 2 0 0 1 2 2v2.778c-.061.055-.109.123-.166.182"/><path d="M9.062 25a2.93 2.93 0 0 0 2.45-1.322c.123.183.271.346.431.497c1.185 1.115 3.034 1.044 4.167-.086c.152-.152.303-.305.419-.488l-.003-.003C16.727 23.713 17 24 18 24h2.537a6.4 6.4 0 0 0-1.024 1c-1.228 1.467-2.013 3.606-2.013 6a.5.5 0 0 0 1 0c0-2.548.956-4.775 2.377-6c.732-.631 1.584-1 2.498-1c.713.079.847-1 .125-1H18a2 2 0 0 1 0-4h8c.858 0 1.66.596 1.913 1.415L29 24c.103.335.479 1.871.411 2.191C29.411 31 24.715 36 19 36c-6.537 0-11.844-5.231-11.986-11.734l.014.01a2.9 2.9 0 0 0 1.91.724z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ef9645" d="M26.992 19.016a3.5 3.5 0 0 0-.875-.636l-.4-1.356l-8.012-.056l-.307 1.091a3.2 3.2 0 0 0-1.393.718l-3.611-3.954a2.34 2.34 0 0 0-1.389 2.133v.96l-4 4.166l.016 2.188l9.984 10.729s10.518-15.288 10.543-15.258c-.127-.224-.511-.703-.556-.725"/><g fill="#ffdc5d"><path d="M24.581 18H18q-.312 0-.607.061l-.073-.278l-3.273-12.464s-.416-1.957 1.54-2.372c1.956-.416 2.372 1.54 2.372 1.54l3.097 11.569a27 27 0 0 1 1.305.107l2.061-10.512s.188-1.991 2.18-1.804c1.991.188 1.803 2.179 1.803 2.179L26.34 17.187l-.221 1.194A3.4 3.4 0 0 0 24.581 18M8.916 16h.168c1.059 0 1.916.858 1.916 1.917v4.166A1.916 1.916 0 0 1 9.084 24h-.168A1.916 1.916 0 0 1 7 22.083v-4.166C7 16.858 7.857 16 8.916 16m6.918 2.96l-.056.062A2.95 2.95 0 0 0 15 21c0 .063.013.123.018.185c.044.678.308 1.292.728 1.774a2 2 0 0 1-.259.353A1.97 1.97 0 0 1 14 24a2 2 0 0 1-2-2v-6c0-.441.147-.845.389-1.176A2 2 0 0 1 14 14a2 2 0 0 1 2 2v2.778c-.061.055-.109.123-.166.182"/><path d="M9.062 25a2.93 2.93 0 0 0 2.45-1.322c.123.183.271.346.431.497c1.185 1.115 3.034 1.044 4.167-.086c.152-.152.303-.305.419-.488l-.003-.003C16.727 23.713 17 24 18 24h2.537a6.4 6.4 0 0 0-1.024 1c-1.228 1.467-2.013 3.606-2.013 6a.5.5 0 0 0 1 0c0-2.548.956-4.775 2.377-6c.732-.631 1.584-1 2.498-1c.713.079.847-1 .125-1H18a2 2 0 0 1 0-4h8c.858 0 1.66.596 1.913 1.415L29 24c.103.335.479 1.871.411 2.191C29.411 31 24.715 36 19 36c-6.537 0-11.844-5.231-11.986-11.734l.014.01a2.9 2.9 0 0 0 1.91.724z"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ef9645%22%20d%3D%22M26.992%2019.016a3.5%203.5%200%200%200-.875-.636l-.4-1.356l-8.012-.056l-.307%201.091a3.2%203.2%200%200%200-1.393.718l-3.611-3.954a2.34%202.34%200%200%200-1.389%202.133v.96l-4%204.166l.016%202.188l9.984%2010.729s10.518-15.288%2010.543-15.258c-.127-.224-.511-.703-.556-.725%22%2F%3E%3Cg%20fill%3D%22%23ffdc5d%22%3E%3Cpath%20d%3D%22M24.581%2018H18q-.312%200-.607.061l-.073-.278l-3.273-12.464s-.416-1.957%201.54-2.372c1.956-.416%202.372%201.54%202.372%201.54l3.097%2011.569a27%2027%200%200%201%201.305.107l2.061-10.512s.188-1.991%202.18-1.804c1.991.188%201.803%202.179%201.803%202.179L26.34%2017.187l-.221%201.194A3.4%203.4%200%200%200%2024.581%2018M8.916%2016h.168c1.059%200%201.916.858%201.916%201.917v4.166A1.916%201.916%200%200%201%209.084%2024h-.168A1.916%201.916%200%200%201%207%2022.083v-4.166C7%2016.858%207.857%2016%208.916%2016m6.918%202.96l-.056.062A2.95%202.95%200%200%200%2015%2021c0%20.063.013.123.018.185c.044.678.308%201.292.728%201.774a2%202%200%200%201-.259.353A1.97%201.97%200%200%201%2014%2024a2%202%200%200%201-2-2v-6c0-.441.147-.845.389-1.176A2%202%200%200%201%2014%2014a2%202%200%200%201%202%202v2.778c-.061.055-.109.123-.166.182%22%2F%3E%3Cpath%20d%3D%22M9.062%2025a2.93%202.93%200%200%200%202.45-1.322c.123.183.271.346.431.497c1.185%201.115%203.034%201.044%204.167-.086c.152-.152.303-.305.419-.488l-.003-.003C16.727%2023.713%2017%2024%2018%2024h2.537a6.4%206.4%200%200%200-1.024%201c-1.228%201.467-2.013%203.606-2.013%206a.5.5%200%200%200%201%200c0-2.548.956-4.775%202.377-6c.732-.631%201.584-1%202.498-1c.713.079.847-1%20.125-1H18a2%202%200%200%201%200-4h8c.858%200%201.66.596%201.913%201.415L29%2024c.103.335.479%201.871.411%202.191C29.411%2031%2024.715%2036%2019%2036c-6.537%200-11.844-5.231-11.986-11.734l.014.01a2.9%202.9%200%200%200%201.91.724z%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ef9645%22%20d%3D%22M26.992%2019.016a3.5%203.5%200%200%200-.875-.636l-.4-1.356l-8.012-.056l-.307%201.091a3.2%203.2%200%200%200-1.393.718l-3.611-3.954a2.34%202.34%200%200%200-1.389%202.133v.96l-4%204.166l.016%202.188l9.984%2010.729s10.518-15.288%2010.543-15.258c-.127-.224-.511-.703-.556-.725%22%2F%3E%3Cg%20fill%3D%22%23ffdc5d%22%3E%3Cpath%20d%3D%22M24.581%2018H18q-.312%200-.607.061l-.073-.278l-3.273-12.464s-.416-1.957%201.54-2.372c1.956-.416%202.372%201.54%202.372%201.54l3.097%2011.569a27%2027%200%200%201%201.305.107l2.061-10.512s.188-1.991%202.18-1.804c1.991.188%201.803%202.179%201.803%202.179L26.34%2017.187l-.221%201.194A3.4%203.4%200%200%200%2024.581%2018M8.916%2016h.168c1.059%200%201.916.858%201.916%201.917v4.166A1.916%201.916%200%200%201%209.084%2024h-.168A1.916%201.916%200%200%201%207%2022.083v-4.166C7%2016.858%207.857%2016%208.916%2016m6.918%202.96l-.056.062A2.95%202.95%200%200%200%2015%2021c0%20.063.013.123.018.185c.044.678.308%201.292.728%201.774a2%202%200%200%201-.259.353A1.97%201.97%200%200%201%2014%2024a2%202%200%200%201-2-2v-6c0-.441.147-.845.389-1.176A2%202%200%200%201%2014%2014a2%202%200%200%201%202%202v2.778c-.061.055-.109.123-.166.182%22%2F%3E%3Cpath%20d%3D%22M9.062%2025a2.93%202.93%200%200%200%202.45-1.322c.123.183.271.346.431.497c1.185%201.115%203.034%201.044%204.167-.086c.152-.152.303-.305.419-.488l-.003-.003C16.727%2023.713%2017%2024%2018%2024h2.537a6.4%206.4%200%200%200-1.024%201c-1.228%201.467-2.013%203.606-2.013%206a.5.5%200%200%200%201%200c0-2.548.956-4.775%202.377-6c.732-.631%201.584-1%202.498-1c.713.079.847-1%20.125-1H18a2%202%200%200%201%200-4h8c.858%200%201.66.596%201.913%201.415L29%2024c.103.335.479%201.871.411%202.191C29.411%2031%2024.715%2036%2019%2036c-6.537%200-11.844-5.231-11.986-11.734l.014.01a2.9%202.9%200%200%200%201.91.724z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/victory-hand.svg?color=%231a73e8&size=48