hand-spock from Font Awesome 6 Regular by Dave Gandy · Regular · Hands · CC-BY-4.0 Attribution required.

Name
hand-spock
Set
Font Awesome 6 Regular
Style
Regular
Category
Hands
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

More hands icons from Font Awesome 6 Regular

Use the hand spock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M170.2 80.8C161 47 180.8 12 214.6 2.4c34-9.6 69.4 10.2 79 44.2l30.3 107.1L337.1 84c6.6-34.7 40.1-57.5 74.8-50.9c31.4 6 53 33.9 52 64.9c10-2.6 20.8-2.8 31.5-.1c34.3 8.6 55.1 43.3 46.6 77.6l-55.3 221.7C469.8 464.7 409.2 512 339.6 512h-33.7c-56.9 0-112.2-19-157.2-53.9l-92-71.6c-27.9-21.7-32.9-61.9-11.2-89.8s61.9-32.9 89.8-11.2l17 13.2l-51.8-131.2c-13-32.9 3.2-70.1 36-83c11.1-4.4 22.7-5.4 33.7-3.7m77.1-21.2c-2.4-8.5-11.2-13.4-19.7-11s-13.4 11.2-11 19.7l54.8 182.4c3.5 12.3-3.3 25.2-15.4 29.3s-25.3-2-30-13.9l-51.1-128c-3.2-8.2-12.5-12.3-20.8-9s-12.3 12.5-9 20.8l73.3 185.6c12 30.3-23.7 57-49.4 37l-63.1-49.1c-7-5.4-17-4.2-22.5 2.8s-4.2 17 2.8 22.5l92 71.6c36.5 28.4 81.4 43.8 127.7 43.8h33.7c47.5 0 89-32.4 100.5-78.5L495.5 164c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-26 104C435.6 271.8 425 280 413 280c-16.5 0-28.9-15-25.8-31.2L415.7 99c1.7-8.7-4-17.1-12.7-18.7s-17.1 4-18.7 12.7l-31.8 167c-2.2 11.6-12.4 20-24.2 20c-11 0-20.7-7.3-23.7-17.9L247.4 59.6z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6RegularHandSpock(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M170.2 80.8C161 47 180.8 12 214.6 2.4c34-9.6 69.4 10.2 79 44.2l30.3 107.1L337.1 84c6.6-34.7 40.1-57.5 74.8-50.9c31.4 6 53 33.9 52 64.9c10-2.6 20.8-2.8 31.5-.1c34.3 8.6 55.1 43.3 46.6 77.6l-55.3 221.7C469.8 464.7 409.2 512 339.6 512h-33.7c-56.9 0-112.2-19-157.2-53.9l-92-71.6c-27.9-21.7-32.9-61.9-11.2-89.8s61.9-32.9 89.8-11.2l17 13.2l-51.8-131.2c-13-32.9 3.2-70.1 36-83c11.1-4.4 22.7-5.4 33.7-3.7m77.1-21.2c-2.4-8.5-11.2-13.4-19.7-11s-13.4 11.2-11 19.7l54.8 182.4c3.5 12.3-3.3 25.2-15.4 29.3s-25.3-2-30-13.9l-51.1-128c-3.2-8.2-12.5-12.3-20.8-9s-12.3 12.5-9 20.8l73.3 185.6c12 30.3-23.7 57-49.4 37l-63.1-49.1c-7-5.4-17-4.2-22.5 2.8s-4.2 17 2.8 22.5l92 71.6c36.5 28.4 81.4 43.8 127.7 43.8h33.7c47.5 0 89-32.4 100.5-78.5L495.5 164c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-26 104C435.6 271.8 425 280 413 280c-16.5 0-28.9-15-25.8-31.2L415.7 99c1.7-8.7-4-17.1-12.7-18.7s-17.1 4-18.7 12.7l-31.8 167c-2.2 11.6-12.4 20-24.2 20c-11 0-20.7-7.3-23.7-17.9L247.4 59.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M170.2 80.8C161 47 180.8 12 214.6 2.4c34-9.6 69.4 10.2 79 44.2l30.3 107.1L337.1 84c6.6-34.7 40.1-57.5 74.8-50.9c31.4 6 53 33.9 52 64.9c10-2.6 20.8-2.8 31.5-.1c34.3 8.6 55.1 43.3 46.6 77.6l-55.3 221.7C469.8 464.7 409.2 512 339.6 512h-33.7c-56.9 0-112.2-19-157.2-53.9l-92-71.6c-27.9-21.7-32.9-61.9-11.2-89.8s61.9-32.9 89.8-11.2l17 13.2l-51.8-131.2c-13-32.9 3.2-70.1 36-83c11.1-4.4 22.7-5.4 33.7-3.7m77.1-21.2c-2.4-8.5-11.2-13.4-19.7-11s-13.4 11.2-11 19.7l54.8 182.4c3.5 12.3-3.3 25.2-15.4 29.3s-25.3-2-30-13.9l-51.1-128c-3.2-8.2-12.5-12.3-20.8-9s-12.3 12.5-9 20.8l73.3 185.6c12 30.3-23.7 57-49.4 37l-63.1-49.1c-7-5.4-17-4.2-22.5 2.8s-4.2 17 2.8 22.5l92 71.6c36.5 28.4 81.4 43.8 127.7 43.8h33.7c47.5 0 89-32.4 100.5-78.5L495.5 164c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-26 104C435.6 271.8 425 280 413 280c-16.5 0-28.9-15-25.8-31.2L415.7 99c1.7-8.7-4-17.1-12.7-18.7s-17.1 4-18.7 12.7l-31.8 167c-2.2 11.6-12.4 20-24.2 20c-11 0-20.7-7.3-23.7-17.9L247.4 59.6z"/></svg>
</template>

CSS

.icon-hand-spock {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M170.2%2080.8C161%2047%20180.8%2012%20214.6%202.4c34-9.6%2069.4%2010.2%2079%2044.2l30.3%20107.1L337.1%2084c6.6-34.7%2040.1-57.5%2074.8-50.9c31.4%206%2053%2033.9%2052%2064.9c10-2.6%2020.8-2.8%2031.5-.1c34.3%208.6%2055.1%2043.3%2046.6%2077.6l-55.3%20221.7C469.8%20464.7%20409.2%20512%20339.6%20512h-33.7c-56.9%200-112.2-19-157.2-53.9l-92-71.6c-27.9-21.7-32.9-61.9-11.2-89.8s61.9-32.9%2089.8-11.2l17%2013.2l-51.8-131.2c-13-32.9%203.2-70.1%2036-83c11.1-4.4%2022.7-5.4%2033.7-3.7m77.1-21.2c-2.4-8.5-11.2-13.4-19.7-11s-13.4%2011.2-11%2019.7l54.8%20182.4c3.5%2012.3-3.3%2025.2-15.4%2029.3s-25.3-2-30-13.9l-51.1-128c-3.2-8.2-12.5-12.3-20.8-9s-12.3%2012.5-9%2020.8l73.3%20185.6c12%2030.3-23.7%2057-49.4%2037l-63.1-49.1c-7-5.4-17-4.2-22.5%202.8s-4.2%2017%202.8%2022.5l92%2071.6c36.5%2028.4%2081.4%2043.8%20127.7%2043.8h33.7c47.5%200%2089-32.4%20100.5-78.5L495.5%20164c2.1-8.6-3.1-17.3-11.6-19.4s-17.3%203.1-19.4%2011.6l-26%20104C435.6%20271.8%20425%20280%20413%20280c-16.5%200-28.9-15-25.8-31.2L415.7%2099c1.7-8.7-4-17.1-12.7-18.7s-17.1%204-18.7%2012.7l-31.8%20167c-2.2%2011.6-12.4%2020-24.2%2020c-11%200-20.7-7.3-23.7-17.9L247.4%2059.6z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M170.2%2080.8C161%2047%20180.8%2012%20214.6%202.4c34-9.6%2069.4%2010.2%2079%2044.2l30.3%20107.1L337.1%2084c6.6-34.7%2040.1-57.5%2074.8-50.9c31.4%206%2053%2033.9%2052%2064.9c10-2.6%2020.8-2.8%2031.5-.1c34.3%208.6%2055.1%2043.3%2046.6%2077.6l-55.3%20221.7C469.8%20464.7%20409.2%20512%20339.6%20512h-33.7c-56.9%200-112.2-19-157.2-53.9l-92-71.6c-27.9-21.7-32.9-61.9-11.2-89.8s61.9-32.9%2089.8-11.2l17%2013.2l-51.8-131.2c-13-32.9%203.2-70.1%2036-83c11.1-4.4%2022.7-5.4%2033.7-3.7m77.1-21.2c-2.4-8.5-11.2-13.4-19.7-11s-13.4%2011.2-11%2019.7l54.8%20182.4c3.5%2012.3-3.3%2025.2-15.4%2029.3s-25.3-2-30-13.9l-51.1-128c-3.2-8.2-12.5-12.3-20.8-9s-12.3%2012.5-9%2020.8l73.3%20185.6c12%2030.3-23.7%2057-49.4%2037l-63.1-49.1c-7-5.4-17-4.2-22.5%202.8s-4.2%2017%202.8%2022.5l92%2071.6c36.5%2028.4%2081.4%2043.8%20127.7%2043.8h33.7c47.5%200%2089-32.4%20100.5-78.5L495.5%20164c2.1-8.6-3.1-17.3-11.6-19.4s-17.3%203.1-19.4%2011.6l-26%20104C435.6%20271.8%20425%20280%20413%20280c-16.5%200-28.9-15-25.8-31.2L415.7%2099c1.7-8.7-4-17.1-12.7-18.7s-17.1%204-18.7%2012.7l-31.8%20167c-2.2%2011.6-12.4%2020-24.2%2020c-11%200-20.7-7.3-23.7-17.9L247.4%2059.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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