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

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

The same icon in other sets

More hands icons from Font Awesome 6 Solid

Use the hand peace icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M224 0c17.7 0 32 14.3 32 32v208h-64V32c0-17.7 14.3-32 32-32m96 160c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32m64 64c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32zM93.3 51.2L175.9 240H106L34.7 76.8c-7.1-16.2.3-35 16.5-42.1s35.1.3 42.1 16.5m27 221.3l-.2-.5h96c22.1 0 40 17.9 40 40s-17.9 40-40 40h-56c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72v-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6v8.6c0 88.4-71.6 160-160 160h-61.7c-42.4 0-83.1-16.9-113.1-46.9l-11.6-11.6C77.5 429.5 64 396.9 64 363v-27c0-32.7 24.6-59.7 56.3-63.5"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHandPeace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M224 0c17.7 0 32 14.3 32 32v208h-64V32c0-17.7 14.3-32 32-32m96 160c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32m64 64c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32zM93.3 51.2L175.9 240H106L34.7 76.8c-7.1-16.2.3-35 16.5-42.1s35.1.3 42.1 16.5m27 221.3l-.2-.5h96c22.1 0 40 17.9 40 40s-17.9 40-40 40h-56c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72v-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6v8.6c0 88.4-71.6 160-160 160h-61.7c-42.4 0-83.1-16.9-113.1-46.9l-11.6-11.6C77.5 429.5 64 396.9 64 363v-27c0-32.7 24.6-59.7 56.3-63.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M224 0c17.7 0 32 14.3 32 32v208h-64V32c0-17.7 14.3-32 32-32m96 160c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32m64 64c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32zM93.3 51.2L175.9 240H106L34.7 76.8c-7.1-16.2.3-35 16.5-42.1s35.1.3 42.1 16.5m27 221.3l-.2-.5h96c22.1 0 40 17.9 40 40s-17.9 40-40 40h-56c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72v-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6v8.6c0 88.4-71.6 160-160 160h-61.7c-42.4 0-83.1-16.9-113.1-46.9l-11.6-11.6C77.5 429.5 64 396.9 64 363v-27c0-32.7 24.6-59.7 56.3-63.5"/></svg>
</template>

CSS

.icon-hand-peace {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%200c17.7%200%2032%2014.3%2032%2032v208h-64V32c0-17.7%2014.3-32%2032-32m96%20160c17.7%200%2032%2014.3%2032%2032v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-64c0-17.7%2014.3-32%2032-32m64%2064c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32zM93.3%2051.2L175.9%20240H106L34.7%2076.8c-7.1-16.2.3-35%2016.5-42.1s35.1.3%2042.1%2016.5m27%20221.3l-.2-.5h96c22.1%200%2040%2017.9%2040%2040s-17.9%2040-40%2040h-56c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h56c39.8%200%2072-32.2%2072-72v-.6c9.4%205.4%2020.3%208.6%2032%208.6c13.2%200%2025.4-4%2035.6-10.8c8.7%2024.9%2032.5%2042.8%2060.4%2042.8c11.7%200%2022.6-3.1%2032-8.6v8.6c0%2088.4-71.6%20160-160%20160h-61.7c-42.4%200-83.1-16.9-113.1-46.9l-11.6-11.6C77.5%20429.5%2064%20396.9%2064%20363v-27c0-32.7%2024.6-59.7%2056.3-63.5%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%200c17.7%200%2032%2014.3%2032%2032v208h-64V32c0-17.7%2014.3-32%2032-32m96%20160c17.7%200%2032%2014.3%2032%2032v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-64c0-17.7%2014.3-32%2032-32m64%2064c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32zM93.3%2051.2L175.9%20240H106L34.7%2076.8c-7.1-16.2.3-35%2016.5-42.1s35.1.3%2042.1%2016.5m27%20221.3l-.2-.5h96c22.1%200%2040%2017.9%2040%2040s-17.9%2040-40%2040h-56c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h56c39.8%200%2072-32.2%2072-72v-.6c9.4%205.4%2020.3%208.6%2032%208.6c13.2%200%2025.4-4%2035.6-10.8c8.7%2024.9%2032.5%2042.8%2060.4%2042.8c11.7%200%2022.6-3.1%2032-8.6v8.6c0%2088.4-71.6%20160-160%20160h-61.7c-42.4%200-83.1-16.9-113.1-46.9l-11.6-11.6C77.5%20429.5%2064%20396.9%2064%20363v-27c0-32.7%2024.6-59.7%2056.3-63.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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