hand peace icon

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

Name
hand-peace-thin
Set
Phosphor
Style
Thin
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="M208.77 32a24 24 0 0 0-44 5.79L148 100.54L131.19 37.8a24 24 0 0 0-46.37 12.42l11 41.17l-15-2.9a24 24 0 0 0-17.49 43.87l-.55.35a23.85 23.85 0 0 0-10.28 15.22a24.7 24.7 0 0 0-.49 4.89V160a76 76 0 0 0 76 76h.59c41.58-.31 75.42-34.81 75.42-76.9v-3.34a51.9 51.9 0 0 0-12.17-33.35l19.34-72.19A23.82 23.82 0 0 0 208.77 32M94.15 36a16 16 0 0 1 29.31 3.86l16.19 60.42a24 24 0 0 0-20.58 6.72a24.4 24.4 0 0 0-2.24-4.25a23.75 23.75 0 0 0-12.17-9.41L92.55 48.15A15.9 15.9 0 0 1 94.15 36m-33.82 72.8a16 16 0 0 1 18.92-12.46l20.76 4a16 16 0 1 1-6.44 31.34l-20.79-4a16 16 0 0 1-12.45-18.87Zm0 40.72A16 16 0 0 1 79.09 137l10.11 2a16 16 0 1 1-6.42 31.35l-10-2a16 16 0 0 1-12.47-18.88ZM196 159.1c0 37.71-30.28 68.62-67.48 68.9A68 68 0 0 1 61 171.43a23.75 23.75 0 0 0 10.24 4.81l10 2a24 24 0 0 0 4.85.49A23.9 23.9 0 0 0 104 138.88a24.1 24.1 0 0 0 9.75-5.89a25 25 0 0 0 2.24 4.25a23.83 23.83 0 0 0 15.24 10.28l10.5 2.11A32.3 32.3 0 0 0 140 160a31.85 31.85 0 0 0 9.14 22.4a4 4 0 0 0 5.71-5.6a24 24 0 0 1-4-28.22a4 4 0 0 0-2.73-5.83l-15.35-3.07a16 16 0 1 1 6.42-31.35l21.4 4.28A44.12 44.12 0 0 1 196 155.76Zm7.45-110.95l-18.15 67.73a51.6 51.6 0 0 0-23.11-11.11l-6.68-1.34l17-63.56a16 16 0 0 1 30.91 8.28Z"/></svg>

React

import type { SVGProps } from "react";

export function PhHandPeaceThin(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="M208.77 32a24 24 0 0 0-44 5.79L148 100.54L131.19 37.8a24 24 0 0 0-46.37 12.42l11 41.17l-15-2.9a24 24 0 0 0-17.49 43.87l-.55.35a23.85 23.85 0 0 0-10.28 15.22a24.7 24.7 0 0 0-.49 4.89V160a76 76 0 0 0 76 76h.59c41.58-.31 75.42-34.81 75.42-76.9v-3.34a51.9 51.9 0 0 0-12.17-33.35l19.34-72.19A23.82 23.82 0 0 0 208.77 32M94.15 36a16 16 0 0 1 29.31 3.86l16.19 60.42a24 24 0 0 0-20.58 6.72a24.4 24.4 0 0 0-2.24-4.25a23.75 23.75 0 0 0-12.17-9.41L92.55 48.15A15.9 15.9 0 0 1 94.15 36m-33.82 72.8a16 16 0 0 1 18.92-12.46l20.76 4a16 16 0 1 1-6.44 31.34l-20.79-4a16 16 0 0 1-12.45-18.87Zm0 40.72A16 16 0 0 1 79.09 137l10.11 2a16 16 0 1 1-6.42 31.35l-10-2a16 16 0 0 1-12.47-18.88ZM196 159.1c0 37.71-30.28 68.62-67.48 68.9A68 68 0 0 1 61 171.43a23.75 23.75 0 0 0 10.24 4.81l10 2a24 24 0 0 0 4.85.49A23.9 23.9 0 0 0 104 138.88a24.1 24.1 0 0 0 9.75-5.89a25 25 0 0 0 2.24 4.25a23.83 23.83 0 0 0 15.24 10.28l10.5 2.11A32.3 32.3 0 0 0 140 160a31.85 31.85 0 0 0 9.14 22.4a4 4 0 0 0 5.71-5.6a24 24 0 0 1-4-28.22a4 4 0 0 0-2.73-5.83l-15.35-3.07a16 16 0 1 1 6.42-31.35l21.4 4.28A44.12 44.12 0 0 1 196 155.76Zm7.45-110.95l-18.15 67.73a51.6 51.6 0 0 0-23.11-11.11l-6.68-1.34l17-63.56a16 16 0 0 1 30.91 8.28Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208.77 32a24 24 0 0 0-44 5.79L148 100.54L131.19 37.8a24 24 0 0 0-46.37 12.42l11 41.17l-15-2.9a24 24 0 0 0-17.49 43.87l-.55.35a23.85 23.85 0 0 0-10.28 15.22a24.7 24.7 0 0 0-.49 4.89V160a76 76 0 0 0 76 76h.59c41.58-.31 75.42-34.81 75.42-76.9v-3.34a51.9 51.9 0 0 0-12.17-33.35l19.34-72.19A23.82 23.82 0 0 0 208.77 32M94.15 36a16 16 0 0 1 29.31 3.86l16.19 60.42a24 24 0 0 0-20.58 6.72a24.4 24.4 0 0 0-2.24-4.25a23.75 23.75 0 0 0-12.17-9.41L92.55 48.15A15.9 15.9 0 0 1 94.15 36m-33.82 72.8a16 16 0 0 1 18.92-12.46l20.76 4a16 16 0 1 1-6.44 31.34l-20.79-4a16 16 0 0 1-12.45-18.87Zm0 40.72A16 16 0 0 1 79.09 137l10.11 2a16 16 0 1 1-6.42 31.35l-10-2a16 16 0 0 1-12.47-18.88ZM196 159.1c0 37.71-30.28 68.62-67.48 68.9A68 68 0 0 1 61 171.43a23.75 23.75 0 0 0 10.24 4.81l10 2a24 24 0 0 0 4.85.49A23.9 23.9 0 0 0 104 138.88a24.1 24.1 0 0 0 9.75-5.89a25 25 0 0 0 2.24 4.25a23.83 23.83 0 0 0 15.24 10.28l10.5 2.11A32.3 32.3 0 0 0 140 160a31.85 31.85 0 0 0 9.14 22.4a4 4 0 0 0 5.71-5.6a24 24 0 0 1-4-28.22a4 4 0 0 0-2.73-5.83l-15.35-3.07a16 16 0 1 1 6.42-31.35l21.4 4.28A44.12 44.12 0 0 1 196 155.76Zm7.45-110.95l-18.15 67.73a51.6 51.6 0 0 0-23.11-11.11l-6.68-1.34l17-63.56a16 16 0 0 1 30.91 8.28Z"/></svg>
</template>

CSS

.icon-hand-peace-thin {
  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%22M208.77%2032a24%2024%200%200%200-44%205.79L148%20100.54L131.19%2037.8a24%2024%200%200%200-46.37%2012.42l11%2041.17l-15-2.9a24%2024%200%200%200-17.49%2043.87l-.55.35a23.85%2023.85%200%200%200-10.28%2015.22a24.7%2024.7%200%200%200-.49%204.89V160a76%2076%200%200%200%2076%2076h.59c41.58-.31%2075.42-34.81%2075.42-76.9v-3.34a51.9%2051.9%200%200%200-12.17-33.35l19.34-72.19A23.82%2023.82%200%200%200%20208.77%2032M94.15%2036a16%2016%200%200%201%2029.31%203.86l16.19%2060.42a24%2024%200%200%200-20.58%206.72a24.4%2024.4%200%200%200-2.24-4.25a23.75%2023.75%200%200%200-12.17-9.41L92.55%2048.15A15.9%2015.9%200%200%201%2094.15%2036m-33.82%2072.8a16%2016%200%200%201%2018.92-12.46l20.76%204a16%2016%200%201%201-6.44%2031.34l-20.79-4a16%2016%200%200%201-12.45-18.87Zm0%2040.72A16%2016%200%200%201%2079.09%20137l10.11%202a16%2016%200%201%201-6.42%2031.35l-10-2a16%2016%200%200%201-12.47-18.88ZM196%20159.1c0%2037.71-30.28%2068.62-67.48%2068.9A68%2068%200%200%201%2061%20171.43a23.75%2023.75%200%200%200%2010.24%204.81l10%202a24%2024%200%200%200%204.85.49A23.9%2023.9%200%200%200%20104%20138.88a24.1%2024.1%200%200%200%209.75-5.89a25%2025%200%200%200%202.24%204.25a23.83%2023.83%200%200%200%2015.24%2010.28l10.5%202.11A32.3%2032.3%200%200%200%20140%20160a31.85%2031.85%200%200%200%209.14%2022.4a4%204%200%200%200%205.71-5.6a24%2024%200%200%201-4-28.22a4%204%200%200%200-2.73-5.83l-15.35-3.07a16%2016%200%201%201%206.42-31.35l21.4%204.28A44.12%2044.12%200%200%201%20196%20155.76Zm7.45-110.95l-18.15%2067.73a51.6%2051.6%200%200%200-23.11-11.11l-6.68-1.34l17-63.56a16%2016%200%200%201%2030.91%208.28Z%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%22M208.77%2032a24%2024%200%200%200-44%205.79L148%20100.54L131.19%2037.8a24%2024%200%200%200-46.37%2012.42l11%2041.17l-15-2.9a24%2024%200%200%200-17.49%2043.87l-.55.35a23.85%2023.85%200%200%200-10.28%2015.22a24.7%2024.7%200%200%200-.49%204.89V160a76%2076%200%200%200%2076%2076h.59c41.58-.31%2075.42-34.81%2075.42-76.9v-3.34a51.9%2051.9%200%200%200-12.17-33.35l19.34-72.19A23.82%2023.82%200%200%200%20208.77%2032M94.15%2036a16%2016%200%200%201%2029.31%203.86l16.19%2060.42a24%2024%200%200%200-20.58%206.72a24.4%2024.4%200%200%200-2.24-4.25a23.75%2023.75%200%200%200-12.17-9.41L92.55%2048.15A15.9%2015.9%200%200%201%2094.15%2036m-33.82%2072.8a16%2016%200%200%201%2018.92-12.46l20.76%204a16%2016%200%201%201-6.44%2031.34l-20.79-4a16%2016%200%200%201-12.45-18.87Zm0%2040.72A16%2016%200%200%201%2079.09%20137l10.11%202a16%2016%200%201%201-6.42%2031.35l-10-2a16%2016%200%200%201-12.47-18.88ZM196%20159.1c0%2037.71-30.28%2068.62-67.48%2068.9A68%2068%200%200%201%2061%20171.43a23.75%2023.75%200%200%200%2010.24%204.81l10%202a24%2024%200%200%200%204.85.49A23.9%2023.9%200%200%200%20104%20138.88a24.1%2024.1%200%200%200%209.75-5.89a25%2025%200%200%200%202.24%204.25a23.83%2023.83%200%200%200%2015.24%2010.28l10.5%202.11A32.3%2032.3%200%200%200%20140%20160a31.85%2031.85%200%200%200%209.14%2022.4a4%204%200%200%200%205.71-5.6a24%2024%200%200%201-4-28.22a4%204%200%200%200-2.73-5.83l-15.35-3.07a16%2016%200%201%201%206.42-31.35l21.4%204.28A44.12%2044.12%200%200%201%20196%20155.76Zm7.45-110.95l-18.15%2067.73a51.6%2051.6%200%200%200-23.11-11.11l-6.68-1.34l17-63.56a16%2016%200%200%201%2030.91%208.28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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