peace icon
peace from Font Awesome Solid by Dave Gandy · Solid · Religion · CC-BY-4.0 Attribution required.
- Name
- peace
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Religion
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More religion icons from Font Awesome Solid
Use the peace icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M288 509.3V387.5l-94.3 77.1c26.1 22.8 58.5 38.7 94.3 44.7m-134.8-94.2L288 304.8V130.7c-90.8 15.2-160 94.2-160 189.3c0 34.6 9.2 67.1 25.2 95.1m293.1 49.5L352 387.5v121.8c35.7-6 68.1-21.9 94.3-44.7m40.6-49.5c16-28 25.2-60.5 25.2-95.1c0-95.1-69.2-174.1-160-189.3v174.2l134.8 110.3zM64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPeace(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="M288 509.3V387.5l-94.3 77.1c26.1 22.8 58.5 38.7 94.3 44.7m-134.8-94.2L288 304.8V130.7c-90.8 15.2-160 94.2-160 189.3c0 34.6 9.2 67.1 25.2 95.1m293.1 49.5L352 387.5v121.8c35.7-6 68.1-21.9 94.3-44.7m40.6-49.5c16-28 25.2-60.5 25.2-95.1c0-95.1-69.2-174.1-160-189.3v174.2l134.8 110.3zM64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M288 509.3V387.5l-94.3 77.1c26.1 22.8 58.5 38.7 94.3 44.7m-134.8-94.2L288 304.8V130.7c-90.8 15.2-160 94.2-160 189.3c0 34.6 9.2 67.1 25.2 95.1m293.1 49.5L352 387.5v121.8c35.7-6 68.1-21.9 94.3-44.7m40.6-49.5c16-28 25.2-60.5 25.2-95.1c0-95.1-69.2-174.1-160-189.3v174.2l134.8 110.3zM64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320"/></svg> </template>
CSS
.icon-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%22M288%20509.3V387.5l-94.3%2077.1c26.1%2022.8%2058.5%2038.7%2094.3%2044.7m-134.8-94.2L288%20304.8V130.7c-90.8%2015.2-160%2094.2-160%20189.3c0%2034.6%209.2%2067.1%2025.2%2095.1m293.1%2049.5L352%20387.5v121.8c35.7-6%2068.1-21.9%2094.3-44.7m40.6-49.5c16-28%2025.2-60.5%2025.2-95.1c0-95.1-69.2-174.1-160-189.3v174.2l134.8%20110.3zM64%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256S64%20461.4%2064%20320%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%22M288%20509.3V387.5l-94.3%2077.1c26.1%2022.8%2058.5%2038.7%2094.3%2044.7m-134.8-94.2L288%20304.8V130.7c-90.8%2015.2-160%2094.2-160%20189.3c0%2034.6%209.2%2067.1%2025.2%2095.1m293.1%2049.5L352%20387.5v121.8c35.7-6%2068.1-21.9%2094.3-44.7m40.6-49.5c16-28%2025.2-60.5%2025.2-95.1c0-95.1-69.2-174.1-160-189.3v174.2l134.8%20110.3zM64%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256S64%20461.4%2064%20320%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/peace.svg?color=%231a73e8&size=48