victory hand 2 emoji

victory-hand-2 from Streamline Emojis by Streamline · Default · Smiley People · CC-BY-4.0 Attribution required.

Name
victory-hand-2
Set
Streamline Emojis
Style
Default
Category
Smiley People
Viewbox
48×48
License
CC BY 4.0

More smiley people icons from Streamline Emojis

Use the victory hand 2 emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M13 45.5a11 1.5 0 1 0 22 0a11 1.5 0 1 0-22 0" opacity=".15"/><path fill="#ffcebf" d="M34.13 7a2.5 2.5 0 0 0-2.82 2.13l-2 13.67l-2-13.63a2.5 2.5 0 1 0-4.95.69l1.45 10.34a2.65 2.65 0 0 0-4.39 2v2.4a2.66 2.66 0 0 0-5.31 0v7.21a10.19 10.19 0 0 0 9.3 10.29a10 10 0 0 0 10.66-10.2c0-8.53 0-5.68 2.19-22.06A2.5 2.5 0 0 0 34.13 7"/><path fill="#ffdcd1" d="M22.73 12.38a2.6 2.6 0 0 1 4.94-.85l-.34-2.34a2.5 2.5 0 1 0-4.95.69ZM34.13 7a2.5 2.5 0 0 0-2.82 2.13L31 11.27a2.61 2.61 0 0 1 5 .87c.1-.72.2-1.48.31-2.3A2.5 2.5 0 0 0 34.13 7"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M27.32 31.9a4.44 4.44 0 0 0-4.44 4.44v1.31"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.13 7a2.5 2.5 0 0 0-2.82 2.13l-2 13.67l-2-13.63a2.5 2.5 0 1 0-4.95.69l1.45 10.34a2.65 2.65 0 0 0-4.39 2v2.4a2.66 2.66 0 0 0-5.31 0v7.21a10.19 10.19 0 0 0 9.3 10.29a10 10 0 0 0 10.66-10.2c0-8.53 0-5.68 2.19-22.06A2.5 2.5 0 0 0 34.13 7"/><path fill="#ffcebf" d="M14.13 21.98h5.32v8.56h-5.32Z"/><path fill="#ffcebf" d="M19.44 19.57h5.32v10.96h-5.32Z"/><path fill="#ffdcd1" d="M16.79 22a2.66 2.66 0 0 0-2.66 2.65V27a2.66 2.66 0 0 1 2.66-2.65A2.65 2.65 0 0 1 19.44 27v-2.4a2.65 2.65 0 0 0-2.65-2.6m5.31-2.43a2.67 2.67 0 0 0-2.66 2.66v2.4A2.66 2.66 0 0 1 22.1 22a2.66 2.66 0 0 1 2.66 2.65v-2.4a2.67 2.67 0 0 0-2.66-2.68"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M14.13 21.98h5.32v8.56h-5.32Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M19.44 19.57h5.32v10.96h-5.32Z"/><path fill="#ffcebf" d="M34.07 31.9a5.2 5.2 0 0 0-5.19-5.19H20.8a1.37 1.37 0 0 0-1.37 1.38a3.81 3.81 0 0 0 3.81 3.81h4.08"/><path fill="#ffdcd1" d="M34.07 31.9a5.2 5.2 0 0 0-5.19-5.19H20.8a1.37 1.37 0 0 0-1.37 1.38a3.8 3.8 0 0 0 .24 1.3a1.37 1.37 0 0 1 1.13-.59h8.52a5.21 5.21 0 0 1 4.75 3.1"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.07 31.9a5.2 5.2 0 0 0-5.19-5.19H20.8a1.37 1.37 0 0 0-1.37 1.38h0a3.81 3.81 0 0 0 3.81 3.81h4.08"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisVictoryHand2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M13 45.5a11 1.5 0 1 0 22 0a11 1.5 0 1 0-22 0" opacity=".15"/><path fill="#ffcebf" d="M34.13 7a2.5 2.5 0 0 0-2.82 2.13l-2 13.67l-2-13.63a2.5 2.5 0 1 0-4.95.69l1.45 10.34a2.65 2.65 0 0 0-4.39 2v2.4a2.66 2.66 0 0 0-5.31 0v7.21a10.19 10.19 0 0 0 9.3 10.29a10 10 0 0 0 10.66-10.2c0-8.53 0-5.68 2.19-22.06A2.5 2.5 0 0 0 34.13 7"/><path fill="#ffdcd1" d="M22.73 12.38a2.6 2.6 0 0 1 4.94-.85l-.34-2.34a2.5 2.5 0 1 0-4.95.69ZM34.13 7a2.5 2.5 0 0 0-2.82 2.13L31 11.27a2.61 2.61 0 0 1 5 .87c.1-.72.2-1.48.31-2.3A2.5 2.5 0 0 0 34.13 7"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M27.32 31.9a4.44 4.44 0 0 0-4.44 4.44v1.31"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M34.13 7a2.5 2.5 0 0 0-2.82 2.13l-2 13.67l-2-13.63a2.5 2.5 0 1 0-4.95.69l1.45 10.34a2.65 2.65 0 0 0-4.39 2v2.4a2.66 2.66 0 0 0-5.31 0v7.21a10.19 10.19 0 0 0 9.3 10.29a10 10 0 0 0 10.66-10.2c0-8.53 0-5.68 2.19-22.06A2.5 2.5 0 0 0 34.13 7"/><path fill="#ffcebf" d="M14.13 21.98h5.32v8.56h-5.32Z"/><path fill="#ffcebf" d="M19.44 19.57h5.32v10.96h-5.32Z"/><path fill="#ffdcd1" d="M16.79 22a2.66 2.66 0 0 0-2.66 2.65V27a2.66 2.66 0 0 1 2.66-2.65A2.65 2.65 0 0 1 19.44 27v-2.4a2.65 2.65 0 0 0-2.65-2.6m5.31-2.43a2.67 2.67 0 0 0-2.66 2.66v2.4A2.66 2.66 0 0 1 22.1 22a2.66 2.66 0 0 1 2.66 2.65v-2.4a2.67 2.67 0 0 0-2.66-2.68"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M14.13 21.98h5.32v8.56h-5.32Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M19.44 19.57h5.32v10.96h-5.32Z"/><path fill="#ffcebf" d="M34.07 31.9a5.2 5.2 0 0 0-5.19-5.19H20.8a1.37 1.37 0 0 0-1.37 1.38a3.81 3.81 0 0 0 3.81 3.81h4.08"/><path fill="#ffdcd1" d="M34.07 31.9a5.2 5.2 0 0 0-5.19-5.19H20.8a1.37 1.37 0 0 0-1.37 1.38a3.8 3.8 0 0 0 .24 1.3a1.37 1.37 0 0 1 1.13-.59h8.52a5.21 5.21 0 0 1 4.75 3.1"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M34.07 31.9a5.2 5.2 0 0 0-5.19-5.19H20.8a1.37 1.37 0 0 0-1.37 1.38h0a3.81 3.81 0 0 0 3.81 3.81h4.08"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M13 45.5a11 1.5 0 1 0 22 0a11 1.5 0 1 0-22 0" opacity=".15"/><path fill="#ffcebf" d="M34.13 7a2.5 2.5 0 0 0-2.82 2.13l-2 13.67l-2-13.63a2.5 2.5 0 1 0-4.95.69l1.45 10.34a2.65 2.65 0 0 0-4.39 2v2.4a2.66 2.66 0 0 0-5.31 0v7.21a10.19 10.19 0 0 0 9.3 10.29a10 10 0 0 0 10.66-10.2c0-8.53 0-5.68 2.19-22.06A2.5 2.5 0 0 0 34.13 7"/><path fill="#ffdcd1" d="M22.73 12.38a2.6 2.6 0 0 1 4.94-.85l-.34-2.34a2.5 2.5 0 1 0-4.95.69ZM34.13 7a2.5 2.5 0 0 0-2.82 2.13L31 11.27a2.61 2.61 0 0 1 5 .87c.1-.72.2-1.48.31-2.3A2.5 2.5 0 0 0 34.13 7"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M27.32 31.9a4.44 4.44 0 0 0-4.44 4.44v1.31"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.13 7a2.5 2.5 0 0 0-2.82 2.13l-2 13.67l-2-13.63a2.5 2.5 0 1 0-4.95.69l1.45 10.34a2.65 2.65 0 0 0-4.39 2v2.4a2.66 2.66 0 0 0-5.31 0v7.21a10.19 10.19 0 0 0 9.3 10.29a10 10 0 0 0 10.66-10.2c0-8.53 0-5.68 2.19-22.06A2.5 2.5 0 0 0 34.13 7"/><path fill="#ffcebf" d="M14.13 21.98h5.32v8.56h-5.32Z"/><path fill="#ffcebf" d="M19.44 19.57h5.32v10.96h-5.32Z"/><path fill="#ffdcd1" d="M16.79 22a2.66 2.66 0 0 0-2.66 2.65V27a2.66 2.66 0 0 1 2.66-2.65A2.65 2.65 0 0 1 19.44 27v-2.4a2.65 2.65 0 0 0-2.65-2.6m5.31-2.43a2.67 2.67 0 0 0-2.66 2.66v2.4A2.66 2.66 0 0 1 22.1 22a2.66 2.66 0 0 1 2.66 2.65v-2.4a2.67 2.67 0 0 0-2.66-2.68"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M14.13 21.98h5.32v8.56h-5.32Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M19.44 19.57h5.32v10.96h-5.32Z"/><path fill="#ffcebf" d="M34.07 31.9a5.2 5.2 0 0 0-5.19-5.19H20.8a1.37 1.37 0 0 0-1.37 1.38a3.81 3.81 0 0 0 3.81 3.81h4.08"/><path fill="#ffdcd1" d="M34.07 31.9a5.2 5.2 0 0 0-5.19-5.19H20.8a1.37 1.37 0 0 0-1.37 1.38a3.8 3.8 0 0 0 .24 1.3a1.37 1.37 0 0 1 1.13-.59h8.52a5.21 5.21 0 0 1 4.75 3.1"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.07 31.9a5.2 5.2 0 0 0-5.19-5.19H20.8a1.37 1.37 0 0 0-1.37 1.38h0a3.81 3.81 0 0 0 3.81 3.81h4.08"/></svg>
</template>

CSS

.icon-victory-hand-2 {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M13%2045.5a11%201.5%200%201%200%2022%200a11%201.5%200%201%200-22%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffcebf%22%20d%3D%22M34.13%207a2.5%202.5%200%200%200-2.82%202.13l-2%2013.67l-2-13.63a2.5%202.5%200%201%200-4.95.69l1.45%2010.34a2.65%202.65%200%200%200-4.39%202v2.4a2.66%202.66%200%200%200-5.31%200v7.21a10.19%2010.19%200%200%200%209.3%2010.29a10%2010%200%200%200%2010.66-10.2c0-8.53%200-5.68%202.19-22.06A2.5%202.5%200%200%200%2034.13%207%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20d%3D%22M22.73%2012.38a2.6%202.6%200%200%201%204.94-.85l-.34-2.34a2.5%202.5%200%201%200-4.95.69ZM34.13%207a2.5%202.5%200%200%200-2.82%202.13L31%2011.27a2.61%202.61%200%200%201%205%20.87c.1-.72.2-1.48.31-2.3A2.5%202.5%200%200%200%2034.13%207%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27.32%2031.9a4.44%204.44%200%200%200-4.44%204.44v1.31%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34.13%207a2.5%202.5%200%200%200-2.82%202.13l-2%2013.67l-2-13.63a2.5%202.5%200%201%200-4.95.69l1.45%2010.34a2.65%202.65%200%200%200-4.39%202v2.4a2.66%202.66%200%200%200-5.31%200v7.21a10.19%2010.19%200%200%200%209.3%2010.29a10%2010%200%200%200%2010.66-10.2c0-8.53%200-5.68%202.19-22.06A2.5%202.5%200%200%200%2034.13%207%22%2F%3E%3Cpath%20fill%3D%22%23ffcebf%22%20d%3D%22M14.13%2021.98h5.32v8.56h-5.32Z%22%2F%3E%3Cpath%20fill%3D%22%23ffcebf%22%20d%3D%22M19.44%2019.57h5.32v10.96h-5.32Z%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20d%3D%22M16.79%2022a2.66%202.66%200%200%200-2.66%202.65V27a2.66%202.66%200%200%201%202.66-2.65A2.65%202.65%200%200%201%2019.44%2027v-2.4a2.65%202.65%200%200%200-2.65-2.6m5.31-2.43a2.67%202.67%200%200%200-2.66%202.66v2.4A2.66%202.66%200%200%201%2022.1%2022a2.66%202.66%200%200%201%202.66%202.65v-2.4a2.67%202.67%200%200%200-2.66-2.68%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.13%2021.98h5.32v8.56h-5.32Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.44%2019.57h5.32v10.96h-5.32Z%22%2F%3E%3Cpath%20fill%3D%22%23ffcebf%22%20d%3D%22M34.07%2031.9a5.2%205.2%200%200%200-5.19-5.19H20.8a1.37%201.37%200%200%200-1.37%201.38a3.81%203.81%200%200%200%203.81%203.81h4.08%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20d%3D%22M34.07%2031.9a5.2%205.2%200%200%200-5.19-5.19H20.8a1.37%201.37%200%200%200-1.37%201.38a3.8%203.8%200%200%200%20.24%201.3a1.37%201.37%200%200%201%201.13-.59h8.52a5.21%205.21%200%200%201%204.75%203.1%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34.07%2031.9a5.2%205.2%200%200%200-5.19-5.19H20.8a1.37%201.37%200%200%200-1.37%201.38h0a3.81%203.81%200%200%200%203.81%203.81h4.08%22%2F%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M13%2045.5a11%201.5%200%201%200%2022%200a11%201.5%200%201%200-22%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffcebf%22%20d%3D%22M34.13%207a2.5%202.5%200%200%200-2.82%202.13l-2%2013.67l-2-13.63a2.5%202.5%200%201%200-4.95.69l1.45%2010.34a2.65%202.65%200%200%200-4.39%202v2.4a2.66%202.66%200%200%200-5.31%200v7.21a10.19%2010.19%200%200%200%209.3%2010.29a10%2010%200%200%200%2010.66-10.2c0-8.53%200-5.68%202.19-22.06A2.5%202.5%200%200%200%2034.13%207%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20d%3D%22M22.73%2012.38a2.6%202.6%200%200%201%204.94-.85l-.34-2.34a2.5%202.5%200%201%200-4.95.69ZM34.13%207a2.5%202.5%200%200%200-2.82%202.13L31%2011.27a2.61%202.61%200%200%201%205%20.87c.1-.72.2-1.48.31-2.3A2.5%202.5%200%200%200%2034.13%207%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27.32%2031.9a4.44%204.44%200%200%200-4.44%204.44v1.31%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34.13%207a2.5%202.5%200%200%200-2.82%202.13l-2%2013.67l-2-13.63a2.5%202.5%200%201%200-4.95.69l1.45%2010.34a2.65%202.65%200%200%200-4.39%202v2.4a2.66%202.66%200%200%200-5.31%200v7.21a10.19%2010.19%200%200%200%209.3%2010.29a10%2010%200%200%200%2010.66-10.2c0-8.53%200-5.68%202.19-22.06A2.5%202.5%200%200%200%2034.13%207%22%2F%3E%3Cpath%20fill%3D%22%23ffcebf%22%20d%3D%22M14.13%2021.98h5.32v8.56h-5.32Z%22%2F%3E%3Cpath%20fill%3D%22%23ffcebf%22%20d%3D%22M19.44%2019.57h5.32v10.96h-5.32Z%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20d%3D%22M16.79%2022a2.66%202.66%200%200%200-2.66%202.65V27a2.66%202.66%200%200%201%202.66-2.65A2.65%202.65%200%200%201%2019.44%2027v-2.4a2.65%202.65%200%200%200-2.65-2.6m5.31-2.43a2.67%202.67%200%200%200-2.66%202.66v2.4A2.66%202.66%200%200%201%2022.1%2022a2.66%202.66%200%200%201%202.66%202.65v-2.4a2.67%202.67%200%200%200-2.66-2.68%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.13%2021.98h5.32v8.56h-5.32Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.44%2019.57h5.32v10.96h-5.32Z%22%2F%3E%3Cpath%20fill%3D%22%23ffcebf%22%20d%3D%22M34.07%2031.9a5.2%205.2%200%200%200-5.19-5.19H20.8a1.37%201.37%200%200%200-1.37%201.38a3.81%203.81%200%200%200%203.81%203.81h4.08%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20d%3D%22M34.07%2031.9a5.2%205.2%200%200%200-5.19-5.19H20.8a1.37%201.37%200%200%200-1.37%201.38a3.8%203.8%200%200%200%20.24%201.3a1.37%201.37%200%200%201%201.13-.59h8.52a5.21%205.21%200%200%201%204.75%203.1%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34.07%2031.9a5.2%205.2%200%200%200-5.19-5.19H20.8a1.37%201.37%200%200%200-1.37%201.38h0a3.81%203.81%200%200%200%203.81%203.81h4.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/victory-hand-2.svg?color=%231a73e8&size=48