hand peace icon

hand-peace-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
hand-peace-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the hand peace icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M96.55 36.14a16 16 0 0 1 11-19.52c8.61-2.46 17.65 3 20 11.65l16 59.78a4 4 0 0 1-3.18 5A31.8 31.8 0 0 0 128 98c-.56.37-1.1.76-1.64 1.17c-.33-.58-.67-1.16-1-1.72a31.74 31.74 0 0 0-14-11.72a3.94 3.94 0 0 1-2.25-2.62ZM80.4 176.65a16 16 0 0 0 3.23.33a16 16 0 0 0 3.17-31.68l-19.59-4a16 16 0 0 0-6.41 31.35Zm-19.6-53l34.64 7.07a16 16 0 1 0 6.4-31.35l-34.63-7.04a16 16 0 0 0-18.88 12.47a16 16 0 0 0 12.47 18.88Zm102-28.16l23.55 4.81a4 4 0 0 0 4.65-2.86l16.42-61.3a16 16 0 0 0-30.91-8.28l-16.8 62.7a4 4 0 0 0 3.1 4.96Zm37.34 31.74a23.9 23.9 0 0 0-15.67-11l-35.6-7.23a16 16 0 0 0-15.12 5a14 14 0 0 0-2.43 3.57a16 16 0 0 0 1.72 17a16.5 16.5 0 0 0 9.8 5.93l15.24 3.11a8.06 8.06 0 0 1 6.32 9.36a28 28 0 0 0 2.77 19a8.19 8.19 0 0 1-1.93 10.41a8 8 0 0 1-11.94-2.43a44 44 0 0 1-5.48-22.09l-8.55-1.86A31.78 31.78 0 0 1 119 142.32c-.38-.57-.73-1.15-1.06-1.74a32 32 0 0 1-6.87 4A32 32 0 0 1 83.63 193a32.3 32.3 0 0 1-6.43-.65l-19.59-4h-.06a2.61 2.61 0 0 0-3 3.57A80.19 80.19 0 0 0 128 240h.61c43.77-.33 79.39-36.62 79.39-80.9v-3.34a55.7 55.7 0 0 0-7.85-28.5Z"/></svg>

React

import type { SVGProps } from "react";

export function PhHandPeaceFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M96.55 36.14a16 16 0 0 1 11-19.52c8.61-2.46 17.65 3 20 11.65l16 59.78a4 4 0 0 1-3.18 5A31.8 31.8 0 0 0 128 98c-.56.37-1.1.76-1.64 1.17c-.33-.58-.67-1.16-1-1.72a31.74 31.74 0 0 0-14-11.72a3.94 3.94 0 0 1-2.25-2.62ZM80.4 176.65a16 16 0 0 0 3.23.33a16 16 0 0 0 3.17-31.68l-19.59-4a16 16 0 0 0-6.41 31.35Zm-19.6-53l34.64 7.07a16 16 0 1 0 6.4-31.35l-34.63-7.04a16 16 0 0 0-18.88 12.47a16 16 0 0 0 12.47 18.88Zm102-28.16l23.55 4.81a4 4 0 0 0 4.65-2.86l16.42-61.3a16 16 0 0 0-30.91-8.28l-16.8 62.7a4 4 0 0 0 3.1 4.96Zm37.34 31.74a23.9 23.9 0 0 0-15.67-11l-35.6-7.23a16 16 0 0 0-15.12 5a14 14 0 0 0-2.43 3.57a16 16 0 0 0 1.72 17a16.5 16.5 0 0 0 9.8 5.93l15.24 3.11a8.06 8.06 0 0 1 6.32 9.36a28 28 0 0 0 2.77 19a8.19 8.19 0 0 1-1.93 10.41a8 8 0 0 1-11.94-2.43a44 44 0 0 1-5.48-22.09l-8.55-1.86A31.78 31.78 0 0 1 119 142.32c-.38-.57-.73-1.15-1.06-1.74a32 32 0 0 1-6.87 4A32 32 0 0 1 83.63 193a32.3 32.3 0 0 1-6.43-.65l-19.59-4h-.06a2.61 2.61 0 0 0-3 3.57A80.19 80.19 0 0 0 128 240h.61c43.77-.33 79.39-36.62 79.39-80.9v-3.34a55.7 55.7 0 0 0-7.85-28.5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M96.55 36.14a16 16 0 0 1 11-19.52c8.61-2.46 17.65 3 20 11.65l16 59.78a4 4 0 0 1-3.18 5A31.8 31.8 0 0 0 128 98c-.56.37-1.1.76-1.64 1.17c-.33-.58-.67-1.16-1-1.72a31.74 31.74 0 0 0-14-11.72a3.94 3.94 0 0 1-2.25-2.62ZM80.4 176.65a16 16 0 0 0 3.23.33a16 16 0 0 0 3.17-31.68l-19.59-4a16 16 0 0 0-6.41 31.35Zm-19.6-53l34.64 7.07a16 16 0 1 0 6.4-31.35l-34.63-7.04a16 16 0 0 0-18.88 12.47a16 16 0 0 0 12.47 18.88Zm102-28.16l23.55 4.81a4 4 0 0 0 4.65-2.86l16.42-61.3a16 16 0 0 0-30.91-8.28l-16.8 62.7a4 4 0 0 0 3.1 4.96Zm37.34 31.74a23.9 23.9 0 0 0-15.67-11l-35.6-7.23a16 16 0 0 0-15.12 5a14 14 0 0 0-2.43 3.57a16 16 0 0 0 1.72 17a16.5 16.5 0 0 0 9.8 5.93l15.24 3.11a8.06 8.06 0 0 1 6.32 9.36a28 28 0 0 0 2.77 19a8.19 8.19 0 0 1-1.93 10.41a8 8 0 0 1-11.94-2.43a44 44 0 0 1-5.48-22.09l-8.55-1.86A31.78 31.78 0 0 1 119 142.32c-.38-.57-.73-1.15-1.06-1.74a32 32 0 0 1-6.87 4A32 32 0 0 1 83.63 193a32.3 32.3 0 0 1-6.43-.65l-19.59-4h-.06a2.61 2.61 0 0 0-3 3.57A80.19 80.19 0 0 0 128 240h.61c43.77-.33 79.39-36.62 79.39-80.9v-3.34a55.7 55.7 0 0 0-7.85-28.5Z"/></svg>
</template>

CSS

.icon-hand-peace-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96.55%2036.14a16%2016%200%200%201%2011-19.52c8.61-2.46%2017.65%203%2020%2011.65l16%2059.78a4%204%200%200%201-3.18%205A31.8%2031.8%200%200%200%20128%2098c-.56.37-1.1.76-1.64%201.17c-.33-.58-.67-1.16-1-1.72a31.74%2031.74%200%200%200-14-11.72a3.94%203.94%200%200%201-2.25-2.62ZM80.4%20176.65a16%2016%200%200%200%203.23.33a16%2016%200%200%200%203.17-31.68l-19.59-4a16%2016%200%200%200-6.41%2031.35Zm-19.6-53l34.64%207.07a16%2016%200%201%200%206.4-31.35l-34.63-7.04a16%2016%200%200%200-18.88%2012.47a16%2016%200%200%200%2012.47%2018.88Zm102-28.16l23.55%204.81a4%204%200%200%200%204.65-2.86l16.42-61.3a16%2016%200%200%200-30.91-8.28l-16.8%2062.7a4%204%200%200%200%203.1%204.96Zm37.34%2031.74a23.9%2023.9%200%200%200-15.67-11l-35.6-7.23a16%2016%200%200%200-15.12%205a14%2014%200%200%200-2.43%203.57a16%2016%200%200%200%201.72%2017a16.5%2016.5%200%200%200%209.8%205.93l15.24%203.11a8.06%208.06%200%200%201%206.32%209.36a28%2028%200%200%200%202.77%2019a8.19%208.19%200%200%201-1.93%2010.41a8%208%200%200%201-11.94-2.43a44%2044%200%200%201-5.48-22.09l-8.55-1.86A31.78%2031.78%200%200%201%20119%20142.32c-.38-.57-.73-1.15-1.06-1.74a32%2032%200%200%201-6.87%204A32%2032%200%200%201%2083.63%20193a32.3%2032.3%200%200%201-6.43-.65l-19.59-4h-.06a2.61%202.61%200%200%200-3%203.57A80.19%2080.19%200%200%200%20128%20240h.61c43.77-.33%2079.39-36.62%2079.39-80.9v-3.34a55.7%2055.7%200%200%200-7.85-28.5Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96.55%2036.14a16%2016%200%200%201%2011-19.52c8.61-2.46%2017.65%203%2020%2011.65l16%2059.78a4%204%200%200%201-3.18%205A31.8%2031.8%200%200%200%20128%2098c-.56.37-1.1.76-1.64%201.17c-.33-.58-.67-1.16-1-1.72a31.74%2031.74%200%200%200-14-11.72a3.94%203.94%200%200%201-2.25-2.62ZM80.4%20176.65a16%2016%200%200%200%203.23.33a16%2016%200%200%200%203.17-31.68l-19.59-4a16%2016%200%200%200-6.41%2031.35Zm-19.6-53l34.64%207.07a16%2016%200%201%200%206.4-31.35l-34.63-7.04a16%2016%200%200%200-18.88%2012.47a16%2016%200%200%200%2012.47%2018.88Zm102-28.16l23.55%204.81a4%204%200%200%200%204.65-2.86l16.42-61.3a16%2016%200%200%200-30.91-8.28l-16.8%2062.7a4%204%200%200%200%203.1%204.96Zm37.34%2031.74a23.9%2023.9%200%200%200-15.67-11l-35.6-7.23a16%2016%200%200%200-15.12%205a14%2014%200%200%200-2.43%203.57a16%2016%200%200%200%201.72%2017a16.5%2016.5%200%200%200%209.8%205.93l15.24%203.11a8.06%208.06%200%200%201%206.32%209.36a28%2028%200%200%200%202.77%2019a8.19%208.19%200%200%201-1.93%2010.41a8%208%200%200%201-11.94-2.43a44%2044%200%200%201-5.48-22.09l-8.55-1.86A31.78%2031.78%200%200%201%20119%20142.32c-.38-.57-.73-1.15-1.06-1.74a32%2032%200%200%201-6.87%204A32%2032%200%200%201%2083.63%20193a32.3%2032.3%200%200%201-6.43-.65l-19.59-4h-.06a2.61%202.61%200%200%200-3%203.57A80.19%2080.19%200%200%200%20128%20240h.61c43.77-.33%2079.39-36.62%2079.39-80.9v-3.34a55.7%2055.7%200%200%200-7.85-28.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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