hand peace icon
hand-peace from Font Awesome Regular by Dave Gandy · Regular · Hands · CC-BY-4.0 Attribution required.
- Name
- hand-peace
- Set
- Font Awesome Regular
- Style
- Regular
- Category
- Hands
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More hands icons from Font Awesome Regular
Use the hand peace icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M315 65.4c-35.2-3.7-66.6 21.8-70.3 57l-6.4 60.6l-17.4-49.4c-11.7-33.3-48.3-50.8-81.6-39.1s-50.9 48.3-39.2 81.6l52.8 150.1a79.77 79.77 0 0 0-24.7 57.8v24c0 92.8 75.2 168 168 168h48c92.8 0 168-75.2 168-168V288c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4c-10.4-21.3-32.3-36-57.6-36H366l5.9-56.3c3.7-35.2-21.8-66.6-57-70.3zm-.2 155.4c-6.6 10.1-10.5 22.2-10.5 35.2v50c-5.1-1.3-10.5-2-16-2h-7.4l-5.4-15.3l17-161.3c.9-8.8 8.8-15.2 17.6-14.2s15.2 8.8 14.2 17.6l-9.5 90.1zm-139.2-71.2L229.9 304h-21.7c-4 0-8 .3-11.9.9l-50.9-144.7c-2.9-8.3 1.5-17.5 9.8-20.4s17.5 1.5 20.4 9.8M352.2 256c0-8.8 7.2-16 16-16s16 7.2 16 16v48c0 8.8-7.2 16-16 16s-16-7.2-16-16zm38.4 108c10.4 21.3 32.3 36 57.6 36c5.5 0 10.9-.7 16-2v10c0 66.3-53.7 120-120 120h-48c-66.3 0-120-53.7-120-120v-24c0-17.7 14.3-32 32-32h80c8.8 0 16 7.2 16 16s-7.2 16-16 16h-40c-13.3 0-24 10.7-24 24s10.7 24 24 24h40c35.3 0 64-28.7 64-64v-2c5.1 1.3 10.5 2 16 2c7.9 0 15.4-1.4 22.4-4m73.6-28c0 8.8-7.2 16-16 16s-16-7.2-16-16v-48c0-8.8 7.2-16 16-16s16 7.2 16 16z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7RegularHandPeace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M315 65.4c-35.2-3.7-66.6 21.8-70.3 57l-6.4 60.6l-17.4-49.4c-11.7-33.3-48.3-50.8-81.6-39.1s-50.9 48.3-39.2 81.6l52.8 150.1a79.77 79.77 0 0 0-24.7 57.8v24c0 92.8 75.2 168 168 168h48c92.8 0 168-75.2 168-168V288c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4c-10.4-21.3-32.3-36-57.6-36H366l5.9-56.3c3.7-35.2-21.8-66.6-57-70.3zm-.2 155.4c-6.6 10.1-10.5 22.2-10.5 35.2v50c-5.1-1.3-10.5-2-16-2h-7.4l-5.4-15.3l17-161.3c.9-8.8 8.8-15.2 17.6-14.2s15.2 8.8 14.2 17.6l-9.5 90.1zm-139.2-71.2L229.9 304h-21.7c-4 0-8 .3-11.9.9l-50.9-144.7c-2.9-8.3 1.5-17.5 9.8-20.4s17.5 1.5 20.4 9.8M352.2 256c0-8.8 7.2-16 16-16s16 7.2 16 16v48c0 8.8-7.2 16-16 16s-16-7.2-16-16zm38.4 108c10.4 21.3 32.3 36 57.6 36c5.5 0 10.9-.7 16-2v10c0 66.3-53.7 120-120 120h-48c-66.3 0-120-53.7-120-120v-24c0-17.7 14.3-32 32-32h80c8.8 0 16 7.2 16 16s-7.2 16-16 16h-40c-13.3 0-24 10.7-24 24s10.7 24 24 24h40c35.3 0 64-28.7 64-64v-2c5.1 1.3 10.5 2 16 2c7.9 0 15.4-1.4 22.4-4m73.6-28c0 8.8-7.2 16-16 16s-16-7.2-16-16v-48c0-8.8 7.2-16 16-16s16 7.2 16 16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M315 65.4c-35.2-3.7-66.6 21.8-70.3 57l-6.4 60.6l-17.4-49.4c-11.7-33.3-48.3-50.8-81.6-39.1s-50.9 48.3-39.2 81.6l52.8 150.1a79.77 79.77 0 0 0-24.7 57.8v24c0 92.8 75.2 168 168 168h48c92.8 0 168-75.2 168-168V288c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4c-10.4-21.3-32.3-36-57.6-36H366l5.9-56.3c3.7-35.2-21.8-66.6-57-70.3zm-.2 155.4c-6.6 10.1-10.5 22.2-10.5 35.2v50c-5.1-1.3-10.5-2-16-2h-7.4l-5.4-15.3l17-161.3c.9-8.8 8.8-15.2 17.6-14.2s15.2 8.8 14.2 17.6l-9.5 90.1zm-139.2-71.2L229.9 304h-21.7c-4 0-8 .3-11.9.9l-50.9-144.7c-2.9-8.3 1.5-17.5 9.8-20.4s17.5 1.5 20.4 9.8M352.2 256c0-8.8 7.2-16 16-16s16 7.2 16 16v48c0 8.8-7.2 16-16 16s-16-7.2-16-16zm38.4 108c10.4 21.3 32.3 36 57.6 36c5.5 0 10.9-.7 16-2v10c0 66.3-53.7 120-120 120h-48c-66.3 0-120-53.7-120-120v-24c0-17.7 14.3-32 32-32h80c8.8 0 16 7.2 16 16s-7.2 16-16 16h-40c-13.3 0-24 10.7-24 24s10.7 24 24 24h40c35.3 0 64-28.7 64-64v-2c5.1 1.3 10.5 2 16 2c7.9 0 15.4-1.4 22.4-4m73.6-28c0 8.8-7.2 16-16 16s-16-7.2-16-16v-48c0-8.8 7.2-16 16-16s16 7.2 16 16z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M315%2065.4c-35.2-3.7-66.6%2021.8-70.3%2057l-6.4%2060.6l-17.4-49.4c-11.7-33.3-48.3-50.8-81.6-39.1s-50.9%2048.3-39.2%2081.6l52.8%20150.1a79.77%2079.77%200%200%200-24.7%2057.8v24c0%2092.8%2075.2%20168%20168%20168h48c92.8%200%20168-75.2%20168-168V288c0-35.3-28.7-64-64-64c-7.9%200-15.4%201.4-22.4%204c-10.4-21.3-32.3-36-57.6-36H366l5.9-56.3c3.7-35.2-21.8-66.6-57-70.3zm-.2%20155.4c-6.6%2010.1-10.5%2022.2-10.5%2035.2v50c-5.1-1.3-10.5-2-16-2h-7.4l-5.4-15.3l17-161.3c.9-8.8%208.8-15.2%2017.6-14.2s15.2%208.8%2014.2%2017.6l-9.5%2090.1zm-139.2-71.2L229.9%20304h-21.7c-4%200-8%20.3-11.9.9l-50.9-144.7c-2.9-8.3%201.5-17.5%209.8-20.4s17.5%201.5%2020.4%209.8M352.2%20256c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v48c0%208.8-7.2%2016-16%2016s-16-7.2-16-16zm38.4%20108c10.4%2021.3%2032.3%2036%2057.6%2036c5.5%200%2010.9-.7%2016-2v10c0%2066.3-53.7%20120-120%20120h-48c-66.3%200-120-53.7-120-120v-24c0-17.7%2014.3-32%2032-32h80c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-40c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h40c35.3%200%2064-28.7%2064-64v-2c5.1%201.3%2010.5%202%2016%202c7.9%200%2015.4-1.4%2022.4-4m73.6-28c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-48c0-8.8%207.2-16%2016-16s16%207.2%2016%2016z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M315%2065.4c-35.2-3.7-66.6%2021.8-70.3%2057l-6.4%2060.6l-17.4-49.4c-11.7-33.3-48.3-50.8-81.6-39.1s-50.9%2048.3-39.2%2081.6l52.8%20150.1a79.77%2079.77%200%200%200-24.7%2057.8v24c0%2092.8%2075.2%20168%20168%20168h48c92.8%200%20168-75.2%20168-168V288c0-35.3-28.7-64-64-64c-7.9%200-15.4%201.4-22.4%204c-10.4-21.3-32.3-36-57.6-36H366l5.9-56.3c3.7-35.2-21.8-66.6-57-70.3zm-.2%20155.4c-6.6%2010.1-10.5%2022.2-10.5%2035.2v50c-5.1-1.3-10.5-2-16-2h-7.4l-5.4-15.3l17-161.3c.9-8.8%208.8-15.2%2017.6-14.2s15.2%208.8%2014.2%2017.6l-9.5%2090.1zm-139.2-71.2L229.9%20304h-21.7c-4%200-8%20.3-11.9.9l-50.9-144.7c-2.9-8.3%201.5-17.5%209.8-20.4s17.5%201.5%2020.4%209.8M352.2%20256c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v48c0%208.8-7.2%2016-16%2016s-16-7.2-16-16zm38.4%20108c10.4%2021.3%2032.3%2036%2057.6%2036c5.5%200%2010.9-.7%2016-2v10c0%2066.3-53.7%20120-120%20120h-48c-66.3%200-120-53.7-120-120v-24c0-17.7%2014.3-32%2032-32h80c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-40c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h40c35.3%200%2064-28.7%2064-64v-2c5.1%201.3%2010.5%202%2016%202c7.9%200%2015.4-1.4%2022.4-4m73.6-28c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-48c0-8.8%207.2-16%2016-16s16%207.2%2016%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-regular/hand-peace.svg?color=%231a73e8&size=48