hand peace icon
hand-peace-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- hand-peace-bold
- Set
- Phosphor
- Style
- Bold
- 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="M215.7 28a32 32 0 0 0-58.62 7.72L148 69.64l-9.09-33.91A32 32 0 0 0 77.1 52.3l7.72 28.82l-2.49-.48a32 32 0 0 0-33 49c.63.95 1.31 1.86 2 2.73a31.7 31.7 0 0 0-6.67 14a32 32 0 0 0-.65 6.59V160a84 84 0 0 0 84 84h.64c46-.34 83.36-38.43 83.36-84.9v-3.34a59.83 59.83 0 0 0-11.41-35.1l18.3-68.36a31.84 31.84 0 0 0-3.2-24.3m-35.44 13.94a8 8 0 0 1 15.46 4.14L180.47 103a59.6 59.6 0 0 0-15-5.67ZM101.08 40a8 8 0 0 1 14.65 1.93l13.61 50.78a32.2 32.2 0 0 0-7.92 2.83a31.9 31.9 0 0 0-10-8l-11.1-41.43a8 8 0 0 1 .76-6.11M69.33 157.14a8 8 0 0 1 8.18-12.26l10.09 2a8 8 0 0 1 6.24 9.43a8 8 0 0 1-9.49 6.23l-10-2a8 8 0 0 1-5.02-3.4m-1.16-46.73a8 8 0 0 1 9.44-6.24h.13l20.73 4a8 8 0 0 1-3.26 15.67h-.13l-20.72-4a8 8 0 0 1-6.19-9.43M188 159.1c0 33.34-26.7 60.66-59.53 60.9a60.09 60.09 0 0 1-55.1-35.17l6.24 1.25a32 32 0 0 0 38.1-35.82a32 32 0 0 0 12 5.11l2.56.51A41 41 0 0 0 132 160a39.8 39.8 0 0 0 11.43 28a12 12 0 0 0 17.14-16.8a16 16 0 0 1-2.66-18.8a12 12 0 0 0-8.19-17.49l-15.32-3.06a8 8 0 1 1 3.25-15.67l21.4 4.28a36.09 36.09 0 0 1 28.95 35.3Z"/></svg>
React
import type { SVGProps } from "react";
export function PhHandPeaceBold(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="M215.7 28a32 32 0 0 0-58.62 7.72L148 69.64l-9.09-33.91A32 32 0 0 0 77.1 52.3l7.72 28.82l-2.49-.48a32 32 0 0 0-33 49c.63.95 1.31 1.86 2 2.73a31.7 31.7 0 0 0-6.67 14a32 32 0 0 0-.65 6.59V160a84 84 0 0 0 84 84h.64c46-.34 83.36-38.43 83.36-84.9v-3.34a59.83 59.83 0 0 0-11.41-35.1l18.3-68.36a31.84 31.84 0 0 0-3.2-24.3m-35.44 13.94a8 8 0 0 1 15.46 4.14L180.47 103a59.6 59.6 0 0 0-15-5.67ZM101.08 40a8 8 0 0 1 14.65 1.93l13.61 50.78a32.2 32.2 0 0 0-7.92 2.83a31.9 31.9 0 0 0-10-8l-11.1-41.43a8 8 0 0 1 .76-6.11M69.33 157.14a8 8 0 0 1 8.18-12.26l10.09 2a8 8 0 0 1 6.24 9.43a8 8 0 0 1-9.49 6.23l-10-2a8 8 0 0 1-5.02-3.4m-1.16-46.73a8 8 0 0 1 9.44-6.24h.13l20.73 4a8 8 0 0 1-3.26 15.67h-.13l-20.72-4a8 8 0 0 1-6.19-9.43M188 159.1c0 33.34-26.7 60.66-59.53 60.9a60.09 60.09 0 0 1-55.1-35.17l6.24 1.25a32 32 0 0 0 38.1-35.82a32 32 0 0 0 12 5.11l2.56.51A41 41 0 0 0 132 160a39.8 39.8 0 0 0 11.43 28a12 12 0 0 0 17.14-16.8a16 16 0 0 1-2.66-18.8a12 12 0 0 0-8.19-17.49l-15.32-3.06a8 8 0 1 1 3.25-15.67l21.4 4.28a36.09 36.09 0 0 1 28.95 35.3Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M215.7 28a32 32 0 0 0-58.62 7.72L148 69.64l-9.09-33.91A32 32 0 0 0 77.1 52.3l7.72 28.82l-2.49-.48a32 32 0 0 0-33 49c.63.95 1.31 1.86 2 2.73a31.7 31.7 0 0 0-6.67 14a32 32 0 0 0-.65 6.59V160a84 84 0 0 0 84 84h.64c46-.34 83.36-38.43 83.36-84.9v-3.34a59.83 59.83 0 0 0-11.41-35.1l18.3-68.36a31.84 31.84 0 0 0-3.2-24.3m-35.44 13.94a8 8 0 0 1 15.46 4.14L180.47 103a59.6 59.6 0 0 0-15-5.67ZM101.08 40a8 8 0 0 1 14.65 1.93l13.61 50.78a32.2 32.2 0 0 0-7.92 2.83a31.9 31.9 0 0 0-10-8l-11.1-41.43a8 8 0 0 1 .76-6.11M69.33 157.14a8 8 0 0 1 8.18-12.26l10.09 2a8 8 0 0 1 6.24 9.43a8 8 0 0 1-9.49 6.23l-10-2a8 8 0 0 1-5.02-3.4m-1.16-46.73a8 8 0 0 1 9.44-6.24h.13l20.73 4a8 8 0 0 1-3.26 15.67h-.13l-20.72-4a8 8 0 0 1-6.19-9.43M188 159.1c0 33.34-26.7 60.66-59.53 60.9a60.09 60.09 0 0 1-55.1-35.17l6.24 1.25a32 32 0 0 0 38.1-35.82a32 32 0 0 0 12 5.11l2.56.51A41 41 0 0 0 132 160a39.8 39.8 0 0 0 11.43 28a12 12 0 0 0 17.14-16.8a16 16 0 0 1-2.66-18.8a12 12 0 0 0-8.19-17.49l-15.32-3.06a8 8 0 1 1 3.25-15.67l21.4 4.28a36.09 36.09 0 0 1 28.95 35.3Z"/></svg> </template>
CSS
.icon-hand-peace-bold {
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%22M215.7%2028a32%2032%200%200%200-58.62%207.72L148%2069.64l-9.09-33.91A32%2032%200%200%200%2077.1%2052.3l7.72%2028.82l-2.49-.48a32%2032%200%200%200-33%2049c.63.95%201.31%201.86%202%202.73a31.7%2031.7%200%200%200-6.67%2014a32%2032%200%200%200-.65%206.59V160a84%2084%200%200%200%2084%2084h.64c46-.34%2083.36-38.43%2083.36-84.9v-3.34a59.83%2059.83%200%200%200-11.41-35.1l18.3-68.36a31.84%2031.84%200%200%200-3.2-24.3m-35.44%2013.94a8%208%200%200%201%2015.46%204.14L180.47%20103a59.6%2059.6%200%200%200-15-5.67ZM101.08%2040a8%208%200%200%201%2014.65%201.93l13.61%2050.78a32.2%2032.2%200%200%200-7.92%202.83a31.9%2031.9%200%200%200-10-8l-11.1-41.43a8%208%200%200%201%20.76-6.11M69.33%20157.14a8%208%200%200%201%208.18-12.26l10.09%202a8%208%200%200%201%206.24%209.43a8%208%200%200%201-9.49%206.23l-10-2a8%208%200%200%201-5.02-3.4m-1.16-46.73a8%208%200%200%201%209.44-6.24h.13l20.73%204a8%208%200%200%201-3.26%2015.67h-.13l-20.72-4a8%208%200%200%201-6.19-9.43M188%20159.1c0%2033.34-26.7%2060.66-59.53%2060.9a60.09%2060.09%200%200%201-55.1-35.17l6.24%201.25a32%2032%200%200%200%2038.1-35.82a32%2032%200%200%200%2012%205.11l2.56.51A41%2041%200%200%200%20132%20160a39.8%2039.8%200%200%200%2011.43%2028a12%2012%200%200%200%2017.14-16.8a16%2016%200%200%201-2.66-18.8a12%2012%200%200%200-8.19-17.49l-15.32-3.06a8%208%200%201%201%203.25-15.67l21.4%204.28a36.09%2036.09%200%200%201%2028.95%2035.3Z%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%22M215.7%2028a32%2032%200%200%200-58.62%207.72L148%2069.64l-9.09-33.91A32%2032%200%200%200%2077.1%2052.3l7.72%2028.82l-2.49-.48a32%2032%200%200%200-33%2049c.63.95%201.31%201.86%202%202.73a31.7%2031.7%200%200%200-6.67%2014a32%2032%200%200%200-.65%206.59V160a84%2084%200%200%200%2084%2084h.64c46-.34%2083.36-38.43%2083.36-84.9v-3.34a59.83%2059.83%200%200%200-11.41-35.1l18.3-68.36a31.84%2031.84%200%200%200-3.2-24.3m-35.44%2013.94a8%208%200%200%201%2015.46%204.14L180.47%20103a59.6%2059.6%200%200%200-15-5.67ZM101.08%2040a8%208%200%200%201%2014.65%201.93l13.61%2050.78a32.2%2032.2%200%200%200-7.92%202.83a31.9%2031.9%200%200%200-10-8l-11.1-41.43a8%208%200%200%201%20.76-6.11M69.33%20157.14a8%208%200%200%201%208.18-12.26l10.09%202a8%208%200%200%201%206.24%209.43a8%208%200%200%201-9.49%206.23l-10-2a8%208%200%200%201-5.02-3.4m-1.16-46.73a8%208%200%200%201%209.44-6.24h.13l20.73%204a8%208%200%200%201-3.26%2015.67h-.13l-20.72-4a8%208%200%200%201-6.19-9.43M188%20159.1c0%2033.34-26.7%2060.66-59.53%2060.9a60.09%2060.09%200%200%201-55.1-35.17l6.24%201.25a32%2032%200%200%200%2038.1-35.82a32%2032%200%200%200%2012%205.11l2.56.51A41%2041%200%200%200%20132%20160a39.8%2039.8%200%200%200%2011.43%2028a12%2012%200%200%200%2017.14-16.8a16%2016%200%200%201-2.66-18.8a12%2012%200%200%200-8.19-17.49l-15.32-3.06a8%208%200%201%201%203.25-15.67l21.4%204.28a36.09%2036.09%200%200%201%2028.95%2035.3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hand-peace-bold.svg?color=%231a73e8&size=48