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

Name
peace-thin
Set
Phosphor
Style
Thin
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"><path fill="currentColor" d="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m92 100a91.44 91.44 0 0 1-14.44 49.43L132 125.92V36.09A92.11 92.11 0 0 1 220 128m-96-91.91v89.83l-73.56 51.51A92 92 0 0 1 124 36.09M55 184l69-48.29v84.23A91.94 91.94 0 0 1 55 184m77 35.94v-84.26L201 184a91.94 91.94 0 0 1-69 35.91Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPeaceThin(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="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m92 100a91.44 91.44 0 0 1-14.44 49.43L132 125.92V36.09A92.11 92.11 0 0 1 220 128m-96-91.91v89.83l-73.56 51.51A92 92 0 0 1 124 36.09M55 184l69-48.29v84.23A91.94 91.94 0 0 1 55 184m77 35.94v-84.26L201 184a91.94 91.94 0 0 1-69 35.91Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m92 100a91.44 91.44 0 0 1-14.44 49.43L132 125.92V36.09A92.11 92.11 0 0 1 220 128m-96-91.91v89.83l-73.56 51.51A92 92 0 0 1 124 36.09M55 184l69-48.29v84.23A91.94 91.94 0 0 1 55 184m77 35.94v-84.26L201 184a91.94 91.94 0 0 1-69 35.91Z"/></svg>
</template>

CSS

.icon-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%22M128%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m92%20100a91.44%2091.44%200%200%201-14.44%2049.43L132%20125.92V36.09A92.11%2092.11%200%200%201%20220%20128m-96-91.91v89.83l-73.56%2051.51A92%2092%200%200%201%20124%2036.09M55%20184l69-48.29v84.23A91.94%2091.94%200%200%201%2055%20184m77%2035.94v-84.26L201%20184a91.94%2091.94%200%200%201-69%2035.91Z%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%22M128%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m92%20100a91.44%2091.44%200%200%201-14.44%2049.43L132%20125.92V36.09A92.11%2092.11%200%200%201%20220%20128m-96-91.91v89.83l-73.56%2051.51A92%2092%200%200%201%20124%2036.09M55%20184l69-48.29v84.23A91.94%2091.94%200%200%201%2055%20184m77%2035.94v-84.26L201%20184a91.94%2091.94%200%200%201-69%2035.91Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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