victory hand icon

victory-hand from Akar Icons by Arturo Wibawa · Outline · MIT Free for personal and commercial use.

Name
victory-hand
Set
Akar Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the victory hand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m12 11l-1-7.272c0-.466.185-.913.515-1.243c1.024-1.024 2.777-.44 2.982.994L16 10l1.508-6.328a1.682 1.682 0 0 1 3.276.73L19 16"/><path d="M19 16c-.536 4-3.358 6-7.5 6S4 20 4 16"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 16v-4a2 2 0 1 1 4 0m4 1v-2a2 2 0 1 0-4 0v4"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.692 17H11a2 2 0 1 1 0-4h4c2.21 0 4.5 2 3.5 5"/></g></svg>

React

import type { SVGProps } from "react";

export function AkarIconsVictoryHand(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="m12 11l-1-7.272c0-.466.185-.913.515-1.243c1.024-1.024 2.777-.44 2.982.994L16 10l1.508-6.328a1.682 1.682 0 0 1 3.276.73L19 16"/><path d="M19 16c-.536 4-3.358 6-7.5 6S4 20 4 16"/><path strokeLinecap="round" strokeLinejoin="round" d="M4 16v-4a2 2 0 1 1 4 0m4 1v-2a2 2 0 1 0-4 0v4"/><path strokeLinecap="round" strokeLinejoin="round" d="M13.692 17H11a2 2 0 1 1 0-4h4c2.21 0 4.5 2 3.5 5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m12 11l-1-7.272c0-.466.185-.913.515-1.243c1.024-1.024 2.777-.44 2.982.994L16 10l1.508-6.328a1.682 1.682 0 0 1 3.276.73L19 16"/><path d="M19 16c-.536 4-3.358 6-7.5 6S4 20 4 16"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 16v-4a2 2 0 1 1 4 0m4 1v-2a2 2 0 1 0-4 0v4"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.692 17H11a2 2 0 1 1 0-4h4c2.21 0 4.5 2 3.5 5"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m12%2011l-1-7.272c0-.466.185-.913.515-1.243c1.024-1.024%202.777-.44%202.982.994L16%2010l1.508-6.328a1.682%201.682%200%200%201%203.276.73L19%2016%22%2F%3E%3Cpath%20d%3D%22M19%2016c-.536%204-3.358%206-7.5%206S4%2020%204%2016%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2016v-4a2%202%200%201%201%204%200m4%201v-2a2%202%200%201%200-4%200v4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.692%2017H11a2%202%200%201%201%200-4h4c2.21%200%204.5%202%203.5%205%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m12%2011l-1-7.272c0-.466.185-.913.515-1.243c1.024-1.024%202.777-.44%202.982.994L16%2010l1.508-6.328a1.682%201.682%200%200%201%203.276.73L19%2016%22%2F%3E%3Cpath%20d%3D%22M19%2016c-.536%204-3.358%206-7.5%206S4%2020%204%2016%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2016v-4a2%202%200%201%201%204%200m4%201v-2a2%202%200%201%200-4%200v4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.692%2017H11a2%202%200%201%201%200-4h4c2.21%200%204.5%202%203.5%205%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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