peace icon
peace-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- peace-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the 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="M224 128a96 96 0 1 1-96-96a96 96 0 0 1 96 96" opacity=".2"/><path d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m88 104a87.5 87.5 0 0 1-11.64 43.7L136 123.84V40.37A88.11 88.11 0 0 1 216 128m-96-87.63v83.47L51.64 171.7A88 88 0 0 1 120 40.37M60.84 184.79L120 143.37v72.26a87.85 87.85 0 0 1-59.16-30.84M136 215.63v-72.26l59.16 41.42A87.85 87.85 0 0 1 136 215.63"/></g></svg>
React
import type { SVGProps } from "react";
export function PhPeaceDuotone(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="M224 128a96 96 0 1 1-96-96a96 96 0 0 1 96 96" opacity=".2"/><path d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m88 104a87.5 87.5 0 0 1-11.64 43.7L136 123.84V40.37A88.11 88.11 0 0 1 216 128m-96-87.63v83.47L51.64 171.7A88 88 0 0 1 120 40.37M60.84 184.79L120 143.37v72.26a87.85 87.85 0 0 1-59.16-30.84M136 215.63v-72.26l59.16 41.42A87.85 87.85 0 0 1 136 215.63"/></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="M224 128a96 96 0 1 1-96-96a96 96 0 0 1 96 96" opacity=".2"/><path d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m88 104a87.5 87.5 0 0 1-11.64 43.7L136 123.84V40.37A88.11 88.11 0 0 1 216 128m-96-87.63v83.47L51.64 171.7A88 88 0 0 1 120 40.37M60.84 184.79L120 143.37v72.26a87.85 87.85 0 0 1-59.16-30.84M136 215.63v-72.26l59.16 41.42A87.85 87.85 0 0 1 136 215.63"/></g></svg> </template>
CSS
.icon-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%22M224%20128a96%2096%200%201%201-96-96a96%2096%200%200%201%2096%2096%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m88%20104a87.5%2087.5%200%200%201-11.64%2043.7L136%20123.84V40.37A88.11%2088.11%200%200%201%20216%20128m-96-87.63v83.47L51.64%20171.7A88%2088%200%200%201%20120%2040.37M60.84%20184.79L120%20143.37v72.26a87.85%2087.85%200%200%201-59.16-30.84M136%20215.63v-72.26l59.16%2041.42A87.85%2087.85%200%200%201%20136%20215.63%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%22M224%20128a96%2096%200%201%201-96-96a96%2096%200%200%201%2096%2096%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m88%20104a87.5%2087.5%200%200%201-11.64%2043.7L136%20123.84V40.37A88.11%2088.11%200%200%201%20216%20128m-96-87.63v83.47L51.64%20171.7A88%2088%200%200%201%20120%2040.37M60.84%20184.79L120%20143.37v72.26a87.85%2087.85%200%200%201-59.16-30.84M136%20215.63v-72.26l59.16%2041.42A87.85%2087.85%200%200%201%20136%20215.63%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/peace-duotone.svg?color=%231a73e8&size=48