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

Name
hand-back-fist
Set
Font Awesome 6 Regular
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Regular

Use the hand back fist icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M144 64c0-8.8 7.2-16 16-16s16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16v104c0 31.3-20 58-48 67.9c-9.6 3.4-16 12.5-16 22.6V488c0 13.3 10.7 24 24 24s24-10.7 24-24V370.2c38-20.1 64-60.1 64-106.2V160c0-35.3-28.7-64-64-64c-2.8 0-5.6.2-8.3.5A63.83 63.83 0 0 0 288 64c-2.8 0-5.6.2-8.3.5A63.83 63.83 0 0 0 224 32c-2.8 0-5.6.2-8.3.5A63.83 63.83 0 0 0 160 0c-35.3 0-64 28.7-64 64v64.3c-11.7 7.4-22.5 16.4-32 26.9l17.8 16.1L64 155.2l-9.4 10.5C40 181.8 32 202.8 32 224.6v12.8c0 49.6 24.2 96.1 64.8 124.5l13.8-19.7l-13.8 19.7l8.9 6.2c6.9 4.8 14.4 8.6 22.3 11.3V488c0 13.3 10.7 24 24 24s24-10.7 24-24V359.9c0-12.6-9.8-23.1-22.4-23.9c-7.3-.5-14.3-2.9-20.3-7.1l-13.1 18.7l13.1-18.7l-8.9-6.2C96.6 303.1 80 271.3 80 237.4v-12.8c0-9.9 3.7-19.4 10.3-26.8l9.4-10.5c3.8-4.2 7.9-8.1 12.3-11.6V208c0 8.8 7.2 16 16 16s16-7.2 16-16z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6RegularHandBackFist(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M144 64c0-8.8 7.2-16 16-16s16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16v104c0 31.3-20 58-48 67.9c-9.6 3.4-16 12.5-16 22.6V488c0 13.3 10.7 24 24 24s24-10.7 24-24V370.2c38-20.1 64-60.1 64-106.2V160c0-35.3-28.7-64-64-64c-2.8 0-5.6.2-8.3.5A63.83 63.83 0 0 0 288 64c-2.8 0-5.6.2-8.3.5A63.83 63.83 0 0 0 224 32c-2.8 0-5.6.2-8.3.5A63.83 63.83 0 0 0 160 0c-35.3 0-64 28.7-64 64v64.3c-11.7 7.4-22.5 16.4-32 26.9l17.8 16.1L64 155.2l-9.4 10.5C40 181.8 32 202.8 32 224.6v12.8c0 49.6 24.2 96.1 64.8 124.5l13.8-19.7l-13.8 19.7l8.9 6.2c6.9 4.8 14.4 8.6 22.3 11.3V488c0 13.3 10.7 24 24 24s24-10.7 24-24V359.9c0-12.6-9.8-23.1-22.4-23.9c-7.3-.5-14.3-2.9-20.3-7.1l-13.1 18.7l13.1-18.7l-8.9-6.2C96.6 303.1 80 271.3 80 237.4v-12.8c0-9.9 3.7-19.4 10.3-26.8l9.4-10.5c3.8-4.2 7.9-8.1 12.3-11.6V208c0 8.8 7.2 16 16 16s16-7.2 16-16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M144 64c0-8.8 7.2-16 16-16s16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16v104c0 31.3-20 58-48 67.9c-9.6 3.4-16 12.5-16 22.6V488c0 13.3 10.7 24 24 24s24-10.7 24-24V370.2c38-20.1 64-60.1 64-106.2V160c0-35.3-28.7-64-64-64c-2.8 0-5.6.2-8.3.5A63.83 63.83 0 0 0 288 64c-2.8 0-5.6.2-8.3.5A63.83 63.83 0 0 0 224 32c-2.8 0-5.6.2-8.3.5A63.83 63.83 0 0 0 160 0c-35.3 0-64 28.7-64 64v64.3c-11.7 7.4-22.5 16.4-32 26.9l17.8 16.1L64 155.2l-9.4 10.5C40 181.8 32 202.8 32 224.6v12.8c0 49.6 24.2 96.1 64.8 124.5l13.8-19.7l-13.8 19.7l8.9 6.2c6.9 4.8 14.4 8.6 22.3 11.3V488c0 13.3 10.7 24 24 24s24-10.7 24-24V359.9c0-12.6-9.8-23.1-22.4-23.9c-7.3-.5-14.3-2.9-20.3-7.1l-13.1 18.7l13.1-18.7l-8.9-6.2C96.6 303.1 80 271.3 80 237.4v-12.8c0-9.9 3.7-19.4 10.3-26.8l9.4-10.5c3.8-4.2 7.9-8.1 12.3-11.6V208c0 8.8 7.2 16 16 16s16-7.2 16-16z"/></svg>
</template>

CSS

.icon-hand-back-fist {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%2064c0-8.8%207.2-16%2016-16s16%207.2%2016%2016c0%209.1%205.1%2017.4%2013.3%2021.5s17.9%203.2%2025.1-2.3c2.7-2%206-3.2%209.6-3.2c8.8%200%2016%207.2%2016%2016c0%209.1%205.1%2017.4%2013.3%2021.5s17.9%203.2%2025.1-2.3c2.7-2%206-3.2%209.6-3.2c8.8%200%2016%207.2%2016%2016c0%209.1%205.1%2017.4%2013.3%2021.5s17.9%203.2%2025.1-2.3c2.7-2%206-3.2%209.6-3.2c8.8%200%2016%207.2%2016%2016v104c0%2031.3-20%2058-48%2067.9c-9.6%203.4-16%2012.5-16%2022.6V488c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V370.2c38-20.1%2064-60.1%2064-106.2V160c0-35.3-28.7-64-64-64c-2.8%200-5.6.2-8.3.5A63.83%2063.83%200%200%200%20288%2064c-2.8%200-5.6.2-8.3.5A63.83%2063.83%200%200%200%20224%2032c-2.8%200-5.6.2-8.3.5A63.83%2063.83%200%200%200%20160%200c-35.3%200-64%2028.7-64%2064v64.3c-11.7%207.4-22.5%2016.4-32%2026.9l17.8%2016.1L64%20155.2l-9.4%2010.5C40%20181.8%2032%20202.8%2032%20224.6v12.8c0%2049.6%2024.2%2096.1%2064.8%20124.5l13.8-19.7l-13.8%2019.7l8.9%206.2c6.9%204.8%2014.4%208.6%2022.3%2011.3V488c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V359.9c0-12.6-9.8-23.1-22.4-23.9c-7.3-.5-14.3-2.9-20.3-7.1l-13.1%2018.7l13.1-18.7l-8.9-6.2C96.6%20303.1%2080%20271.3%2080%20237.4v-12.8c0-9.9%203.7-19.4%2010.3-26.8l9.4-10.5c3.8-4.2%207.9-8.1%2012.3-11.6V208c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%2064c0-8.8%207.2-16%2016-16s16%207.2%2016%2016c0%209.1%205.1%2017.4%2013.3%2021.5s17.9%203.2%2025.1-2.3c2.7-2%206-3.2%209.6-3.2c8.8%200%2016%207.2%2016%2016c0%209.1%205.1%2017.4%2013.3%2021.5s17.9%203.2%2025.1-2.3c2.7-2%206-3.2%209.6-3.2c8.8%200%2016%207.2%2016%2016c0%209.1%205.1%2017.4%2013.3%2021.5s17.9%203.2%2025.1-2.3c2.7-2%206-3.2%209.6-3.2c8.8%200%2016%207.2%2016%2016v104c0%2031.3-20%2058-48%2067.9c-9.6%203.4-16%2012.5-16%2022.6V488c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V370.2c38-20.1%2064-60.1%2064-106.2V160c0-35.3-28.7-64-64-64c-2.8%200-5.6.2-8.3.5A63.83%2063.83%200%200%200%20288%2064c-2.8%200-5.6.2-8.3.5A63.83%2063.83%200%200%200%20224%2032c-2.8%200-5.6.2-8.3.5A63.83%2063.83%200%200%200%20160%200c-35.3%200-64%2028.7-64%2064v64.3c-11.7%207.4-22.5%2016.4-32%2026.9l17.8%2016.1L64%20155.2l-9.4%2010.5C40%20181.8%2032%20202.8%2032%20224.6v12.8c0%2049.6%2024.2%2096.1%2064.8%20124.5l13.8-19.7l-13.8%2019.7l8.9%206.2c6.9%204.8%2014.4%208.6%2022.3%2011.3V488c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V359.9c0-12.6-9.8-23.1-22.4-23.9c-7.3-.5-14.3-2.9-20.3-7.1l-13.1%2018.7l13.1-18.7l-8.9-6.2C96.6%20303.1%2080%20271.3%2080%20237.4v-12.8c0-9.9%203.7-19.4%2010.3-26.8l9.4-10.5c3.8-4.2%207.9-8.1%2012.3-11.6V208c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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