hand peace icon

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

Name
hand-peace-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M187.43 123.37A47.9 47.9 0 0 1 200 155.76v3.34c0 39.7-31.75 72.6-71.45 72.9A72 72 0 0 1 56 160v-7.28a19.5 19.5 0 0 1 .41-4a20 20 0 0 1 23.46-15.62L72 131.6a20 20 0 0 1 8-39.19l20.81 4l.57.14l-12.69-47.37a20 20 0 1 1 38.63-10.35l17.85 66.61l5.37 1.07l18.14-67.68a20 20 0 0 1 38.63 10.35Z" opacity=".2"/><path d="M212.24 30A28 28 0 0 0 161 36.77l-13 48.32l-12.95-48.32A28 28 0 1 0 81 51.26l9.38 35l-8.73-1.68a28 28 0 0 0-24.85 47.8a27.86 27.86 0 0 0-8.8 20.49V160a80 80 0 0 0 80 80h.61c43.78-.33 79.39-36.62 79.39-80.9v-3.34a55.88 55.88 0 0 0-11.77-34.27L215 51.26A27.8 27.8 0 0 0 212.24 30M97.61 38a12 12 0 0 1 22 2.9l14.77 55.15a28 28 0 0 0-14 4.77a2 2 0 0 0-.16-.26A27.65 27.65 0 0 0 108 90.35L96.42 47.12A11.94 11.94 0 0 1 97.61 38m-33.36 71.6a12 12 0 0 1 14.25-9.34l20.71 4a12 12 0 0 1 9.36 14.16a12 12 0 0 1-14.25 9.34l-20.75-4a12 12 0 0 1-9.32-14.15Zm0 40.72a12 12 0 0 1 14-9.37l10.11 2a12 12 0 0 1 9.36 14.15a12 12 0 0 1-14.2 9.35l-10-2a12 12 0 0 1-9.34-14.16ZM192 159.1c0 35.53-28.49 64.64-63.5 64.9a64.08 64.08 0 0 1-61.56-44.78a31 31 0 0 0 3.48.95l10 2a28.3 28.3 0 0 0 5.61.57a28 28 0 0 0 24.16-42.14c.79-.43 1.57-.89 2.32-1.4l.16.26a27.82 27.82 0 0 0 17.78 12l6.32 1.26a36 36 0 0 0 9.53 32.49A8 8 0 0 0 157.71 174a20 20 0 0 1-3.31-23.51a8 8 0 0 0-5.46-11.66l-15.34-3.07a12 12 0 0 1-9.35-14.15a12 12 0 0 1 14.18-9.35l21.41 4.28A40.1 40.1 0 0 1 192 155.76Zm7.59-112l-16.62 62a55.6 55.6 0 0 0-20-8.28l-2.5-.5l15.93-59.41a12 12 0 1 1 23.18 6.21Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhHandPeaceDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M187.43 123.37A47.9 47.9 0 0 1 200 155.76v3.34c0 39.7-31.75 72.6-71.45 72.9A72 72 0 0 1 56 160v-7.28a19.5 19.5 0 0 1 .41-4a20 20 0 0 1 23.46-15.62L72 131.6a20 20 0 0 1 8-39.19l20.81 4l.57.14l-12.69-47.37a20 20 0 1 1 38.63-10.35l17.85 66.61l5.37 1.07l18.14-67.68a20 20 0 0 1 38.63 10.35Z" opacity=".2"/><path d="M212.24 30A28 28 0 0 0 161 36.77l-13 48.32l-12.95-48.32A28 28 0 1 0 81 51.26l9.38 35l-8.73-1.68a28 28 0 0 0-24.85 47.8a27.86 27.86 0 0 0-8.8 20.49V160a80 80 0 0 0 80 80h.61c43.78-.33 79.39-36.62 79.39-80.9v-3.34a55.88 55.88 0 0 0-11.77-34.27L215 51.26A27.8 27.8 0 0 0 212.24 30M97.61 38a12 12 0 0 1 22 2.9l14.77 55.15a28 28 0 0 0-14 4.77a2 2 0 0 0-.16-.26A27.65 27.65 0 0 0 108 90.35L96.42 47.12A11.94 11.94 0 0 1 97.61 38m-33.36 71.6a12 12 0 0 1 14.25-9.34l20.71 4a12 12 0 0 1 9.36 14.16a12 12 0 0 1-14.25 9.34l-20.75-4a12 12 0 0 1-9.32-14.15Zm0 40.72a12 12 0 0 1 14-9.37l10.11 2a12 12 0 0 1 9.36 14.15a12 12 0 0 1-14.2 9.35l-10-2a12 12 0 0 1-9.34-14.16ZM192 159.1c0 35.53-28.49 64.64-63.5 64.9a64.08 64.08 0 0 1-61.56-44.78a31 31 0 0 0 3.48.95l10 2a28.3 28.3 0 0 0 5.61.57a28 28 0 0 0 24.16-42.14c.79-.43 1.57-.89 2.32-1.4l.16.26a27.82 27.82 0 0 0 17.78 12l6.32 1.26a36 36 0 0 0 9.53 32.49A8 8 0 0 0 157.71 174a20 20 0 0 1-3.31-23.51a8 8 0 0 0-5.46-11.66l-15.34-3.07a12 12 0 0 1-9.35-14.15a12 12 0 0 1 14.18-9.35l21.41 4.28A40.1 40.1 0 0 1 192 155.76Zm7.59-112l-16.62 62a55.6 55.6 0 0 0-20-8.28l-2.5-.5l15.93-59.41a12 12 0 1 1 23.18 6.21Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M187.43 123.37A47.9 47.9 0 0 1 200 155.76v3.34c0 39.7-31.75 72.6-71.45 72.9A72 72 0 0 1 56 160v-7.28a19.5 19.5 0 0 1 .41-4a20 20 0 0 1 23.46-15.62L72 131.6a20 20 0 0 1 8-39.19l20.81 4l.57.14l-12.69-47.37a20 20 0 1 1 38.63-10.35l17.85 66.61l5.37 1.07l18.14-67.68a20 20 0 0 1 38.63 10.35Z" opacity=".2"/><path d="M212.24 30A28 28 0 0 0 161 36.77l-13 48.32l-12.95-48.32A28 28 0 1 0 81 51.26l9.38 35l-8.73-1.68a28 28 0 0 0-24.85 47.8a27.86 27.86 0 0 0-8.8 20.49V160a80 80 0 0 0 80 80h.61c43.78-.33 79.39-36.62 79.39-80.9v-3.34a55.88 55.88 0 0 0-11.77-34.27L215 51.26A27.8 27.8 0 0 0 212.24 30M97.61 38a12 12 0 0 1 22 2.9l14.77 55.15a28 28 0 0 0-14 4.77a2 2 0 0 0-.16-.26A27.65 27.65 0 0 0 108 90.35L96.42 47.12A11.94 11.94 0 0 1 97.61 38m-33.36 71.6a12 12 0 0 1 14.25-9.34l20.71 4a12 12 0 0 1 9.36 14.16a12 12 0 0 1-14.25 9.34l-20.75-4a12 12 0 0 1-9.32-14.15Zm0 40.72a12 12 0 0 1 14-9.37l10.11 2a12 12 0 0 1 9.36 14.15a12 12 0 0 1-14.2 9.35l-10-2a12 12 0 0 1-9.34-14.16ZM192 159.1c0 35.53-28.49 64.64-63.5 64.9a64.08 64.08 0 0 1-61.56-44.78a31 31 0 0 0 3.48.95l10 2a28.3 28.3 0 0 0 5.61.57a28 28 0 0 0 24.16-42.14c.79-.43 1.57-.89 2.32-1.4l.16.26a27.82 27.82 0 0 0 17.78 12l6.32 1.26a36 36 0 0 0 9.53 32.49A8 8 0 0 0 157.71 174a20 20 0 0 1-3.31-23.51a8 8 0 0 0-5.46-11.66l-15.34-3.07a12 12 0 0 1-9.35-14.15a12 12 0 0 1 14.18-9.35l21.41 4.28A40.1 40.1 0 0 1 192 155.76Zm7.59-112l-16.62 62a55.6 55.6 0 0 0-20-8.28l-2.5-.5l15.93-59.41a12 12 0 1 1 23.18 6.21Z"/></g></svg>
</template>

CSS

.icon-hand-peace-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M187.43%20123.37A47.9%2047.9%200%200%201%20200%20155.76v3.34c0%2039.7-31.75%2072.6-71.45%2072.9A72%2072%200%200%201%2056%20160v-7.28a19.5%2019.5%200%200%201%20.41-4a20%2020%200%200%201%2023.46-15.62L72%20131.6a20%2020%200%200%201%208-39.19l20.81%204l.57.14l-12.69-47.37a20%2020%200%201%201%2038.63-10.35l17.85%2066.61l5.37%201.07l18.14-67.68a20%2020%200%200%201%2038.63%2010.35Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M212.24%2030A28%2028%200%200%200%20161%2036.77l-13%2048.32l-12.95-48.32A28%2028%200%201%200%2081%2051.26l9.38%2035l-8.73-1.68a28%2028%200%200%200-24.85%2047.8a27.86%2027.86%200%200%200-8.8%2020.49V160a80%2080%200%200%200%2080%2080h.61c43.78-.33%2079.39-36.62%2079.39-80.9v-3.34a55.88%2055.88%200%200%200-11.77-34.27L215%2051.26A27.8%2027.8%200%200%200%20212.24%2030M97.61%2038a12%2012%200%200%201%2022%202.9l14.77%2055.15a28%2028%200%200%200-14%204.77a2%202%200%200%200-.16-.26A27.65%2027.65%200%200%200%20108%2090.35L96.42%2047.12A11.94%2011.94%200%200%201%2097.61%2038m-33.36%2071.6a12%2012%200%200%201%2014.25-9.34l20.71%204a12%2012%200%200%201%209.36%2014.16a12%2012%200%200%201-14.25%209.34l-20.75-4a12%2012%200%200%201-9.32-14.15Zm0%2040.72a12%2012%200%200%201%2014-9.37l10.11%202a12%2012%200%200%201%209.36%2014.15a12%2012%200%200%201-14.2%209.35l-10-2a12%2012%200%200%201-9.34-14.16ZM192%20159.1c0%2035.53-28.49%2064.64-63.5%2064.9a64.08%2064.08%200%200%201-61.56-44.78a31%2031%200%200%200%203.48.95l10%202a28.3%2028.3%200%200%200%205.61.57a28%2028%200%200%200%2024.16-42.14c.79-.43%201.57-.89%202.32-1.4l.16.26a27.82%2027.82%200%200%200%2017.78%2012l6.32%201.26a36%2036%200%200%200%209.53%2032.49A8%208%200%200%200%20157.71%20174a20%2020%200%200%201-3.31-23.51a8%208%200%200%200-5.46-11.66l-15.34-3.07a12%2012%200%200%201-9.35-14.15a12%2012%200%200%201%2014.18-9.35l21.41%204.28A40.1%2040.1%200%200%201%20192%20155.76Zm7.59-112l-16.62%2062a55.6%2055.6%200%200%200-20-8.28l-2.5-.5l15.93-59.41a12%2012%200%201%201%2023.18%206.21Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M187.43%20123.37A47.9%2047.9%200%200%201%20200%20155.76v3.34c0%2039.7-31.75%2072.6-71.45%2072.9A72%2072%200%200%201%2056%20160v-7.28a19.5%2019.5%200%200%201%20.41-4a20%2020%200%200%201%2023.46-15.62L72%20131.6a20%2020%200%200%201%208-39.19l20.81%204l.57.14l-12.69-47.37a20%2020%200%201%201%2038.63-10.35l17.85%2066.61l5.37%201.07l18.14-67.68a20%2020%200%200%201%2038.63%2010.35Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M212.24%2030A28%2028%200%200%200%20161%2036.77l-13%2048.32l-12.95-48.32A28%2028%200%201%200%2081%2051.26l9.38%2035l-8.73-1.68a28%2028%200%200%200-24.85%2047.8a27.86%2027.86%200%200%200-8.8%2020.49V160a80%2080%200%200%200%2080%2080h.61c43.78-.33%2079.39-36.62%2079.39-80.9v-3.34a55.88%2055.88%200%200%200-11.77-34.27L215%2051.26A27.8%2027.8%200%200%200%20212.24%2030M97.61%2038a12%2012%200%200%201%2022%202.9l14.77%2055.15a28%2028%200%200%200-14%204.77a2%202%200%200%200-.16-.26A27.65%2027.65%200%200%200%20108%2090.35L96.42%2047.12A11.94%2011.94%200%200%201%2097.61%2038m-33.36%2071.6a12%2012%200%200%201%2014.25-9.34l20.71%204a12%2012%200%200%201%209.36%2014.16a12%2012%200%200%201-14.25%209.34l-20.75-4a12%2012%200%200%201-9.32-14.15Zm0%2040.72a12%2012%200%200%201%2014-9.37l10.11%202a12%2012%200%200%201%209.36%2014.15a12%2012%200%200%201-14.2%209.35l-10-2a12%2012%200%200%201-9.34-14.16ZM192%20159.1c0%2035.53-28.49%2064.64-63.5%2064.9a64.08%2064.08%200%200%201-61.56-44.78a31%2031%200%200%200%203.48.95l10%202a28.3%2028.3%200%200%200%205.61.57a28%2028%200%200%200%2024.16-42.14c.79-.43%201.57-.89%202.32-1.4l.16.26a27.82%2027.82%200%200%200%2017.78%2012l6.32%201.26a36%2036%200%200%200%209.53%2032.49A8%208%200%200%200%20157.71%20174a20%2020%200%200%201-3.31-23.51a8%208%200%200%200-5.46-11.66l-15.34-3.07a12%2012%200%200%201-9.35-14.15a12%2012%200%200%201%2014.18-9.35l21.41%204.28A40.1%2040.1%200%200%201%20192%20155.76Zm7.59-112l-16.62%2062a55.6%2055.6%200%200%200-20-8.28l-2.5-.5l15.93-59.41a12%2012%200%201%201%2023.18%206.21Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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