seal-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
seal-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 seal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228.75 100.05c-3.52-3.67-7.15-7.46-8.34-10.33c-1.06-2.56-1.14-7.83-1.21-12.47c-.15-10-.34-22.44-9.18-31.27s-21.27-9-31.27-9.18c-4.64-.07-9.91-.15-12.47-1.21c-2.87-1.19-6.66-4.82-10.33-8.34C148.87 20.46 140.05 12 128 12s-20.87 8.46-27.95 15.25c-3.67 3.52-7.46 7.15-10.33 8.34c-2.56 1.06-7.83 1.14-12.47 1.21c-10 .2-22.44.34-31.25 9.2s-9 21.25-9.2 31.25c-.07 4.64-.15 9.91-1.21 12.47c-1.19 2.87-4.82 6.66-8.34 10.33C20.46 107.13 12 116 12 128s8.46 20.87 15.25 28c3.52 3.67 7.15 7.46 8.34 10.33c1.06 2.56 1.14 7.83 1.21 12.47c.15 10 .34 22.44 9.18 31.27s21.27 9 31.27 9.18c4.64.07 9.91.15 12.47 1.21c2.87 1.19 6.66 4.82 10.33 8.34C107.13 235.54 116 244 128 244s20.87-8.46 27.95-15.25c3.67-3.52 7.46-7.15 10.33-8.34c2.56-1.06 7.83-1.14 12.47-1.21c10-.15 22.44-.34 31.27-9.18s9-21.27 9.18-31.27c.07-4.64.15-9.91 1.21-12.47c1.19-2.87 4.82-6.66 8.34-10.33c6.79-7.08 15.25-15.9 15.25-27.95s-8.46-20.87-15.25-27.95m-17.32 39.29c-4.82 5-10.28 10.72-13.2 17.76c-2.81 6.8-2.92 14.16-3 21.29c-.08 5.36-.19 12.71-2.15 14.66s-9.3 2.07-14.66 2.15c-7.13.11-14.49.22-21.29 3c-7 2.91-12.74 8.37-17.76 13.19c-3.59 3.45-8.97 8.61-11.37 8.61s-7.78-5.16-11.34-8.57c-5-4.82-10.72-10.28-17.76-13.2c-6.8-2.81-14.16-2.92-21.29-3c-5.36-.08-12.71-.19-14.66-2.15s-2.07-9.3-2.15-14.66c-.11-7.13-.22-14.49-3-21.29c-2.92-7-8.38-12.73-13.2-17.76c-3.44-3.59-8.6-8.97-8.6-11.37s5.16-7.78 8.57-11.34c4.82-5 10.28-10.72 13.2-17.76c2.81-6.8 2.92-14.16 3-21.29C60.88 72.25 61 64.9 63 63s9.3-2.07 14.66-2.15c7.13-.11 14.49-.22 21.29-3c7-2.91 12.74-8.37 17.76-13.19C120.22 41.16 125.6 36 128 36s7.78 5.16 11.34 8.57c5 4.82 10.72 10.28 17.76 13.2c6.8 2.81 14.16 2.92 21.29 3c5.36.08 12.71.19 14.66 2.15s2.07 9.3 2.15 14.66c.11 7.13.22 14.49 3 21.29c2.92 7 8.38 12.73 13.2 17.76c3.41 3.56 8.57 8.94 8.57 11.34s-5.13 7.81-8.54 11.37"/></svg>

React

import type { SVGProps } from "react";

export function PhSealBold(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="M228.75 100.05c-3.52-3.67-7.15-7.46-8.34-10.33c-1.06-2.56-1.14-7.83-1.21-12.47c-.15-10-.34-22.44-9.18-31.27s-21.27-9-31.27-9.18c-4.64-.07-9.91-.15-12.47-1.21c-2.87-1.19-6.66-4.82-10.33-8.34C148.87 20.46 140.05 12 128 12s-20.87 8.46-27.95 15.25c-3.67 3.52-7.46 7.15-10.33 8.34c-2.56 1.06-7.83 1.14-12.47 1.21c-10 .2-22.44.34-31.25 9.2s-9 21.25-9.2 31.25c-.07 4.64-.15 9.91-1.21 12.47c-1.19 2.87-4.82 6.66-8.34 10.33C20.46 107.13 12 116 12 128s8.46 20.87 15.25 28c3.52 3.67 7.15 7.46 8.34 10.33c1.06 2.56 1.14 7.83 1.21 12.47c.15 10 .34 22.44 9.18 31.27s21.27 9 31.27 9.18c4.64.07 9.91.15 12.47 1.21c2.87 1.19 6.66 4.82 10.33 8.34C107.13 235.54 116 244 128 244s20.87-8.46 27.95-15.25c3.67-3.52 7.46-7.15 10.33-8.34c2.56-1.06 7.83-1.14 12.47-1.21c10-.15 22.44-.34 31.27-9.18s9-21.27 9.18-31.27c.07-4.64.15-9.91 1.21-12.47c1.19-2.87 4.82-6.66 8.34-10.33c6.79-7.08 15.25-15.9 15.25-27.95s-8.46-20.87-15.25-27.95m-17.32 39.29c-4.82 5-10.28 10.72-13.2 17.76c-2.81 6.8-2.92 14.16-3 21.29c-.08 5.36-.19 12.71-2.15 14.66s-9.3 2.07-14.66 2.15c-7.13.11-14.49.22-21.29 3c-7 2.91-12.74 8.37-17.76 13.19c-3.59 3.45-8.97 8.61-11.37 8.61s-7.78-5.16-11.34-8.57c-5-4.82-10.72-10.28-17.76-13.2c-6.8-2.81-14.16-2.92-21.29-3c-5.36-.08-12.71-.19-14.66-2.15s-2.07-9.3-2.15-14.66c-.11-7.13-.22-14.49-3-21.29c-2.92-7-8.38-12.73-13.2-17.76c-3.44-3.59-8.6-8.97-8.6-11.37s5.16-7.78 8.57-11.34c4.82-5 10.28-10.72 13.2-17.76c2.81-6.8 2.92-14.16 3-21.29C60.88 72.25 61 64.9 63 63s9.3-2.07 14.66-2.15c7.13-.11 14.49-.22 21.29-3c7-2.91 12.74-8.37 17.76-13.19C120.22 41.16 125.6 36 128 36s7.78 5.16 11.34 8.57c5 4.82 10.72 10.28 17.76 13.2c6.8 2.81 14.16 2.92 21.29 3c5.36.08 12.71.19 14.66 2.15s2.07 9.3 2.15 14.66c.11 7.13.22 14.49 3 21.29c2.92 7 8.38 12.73 13.2 17.76c3.41 3.56 8.57 8.94 8.57 11.34s-5.13 7.81-8.54 11.37"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228.75 100.05c-3.52-3.67-7.15-7.46-8.34-10.33c-1.06-2.56-1.14-7.83-1.21-12.47c-.15-10-.34-22.44-9.18-31.27s-21.27-9-31.27-9.18c-4.64-.07-9.91-.15-12.47-1.21c-2.87-1.19-6.66-4.82-10.33-8.34C148.87 20.46 140.05 12 128 12s-20.87 8.46-27.95 15.25c-3.67 3.52-7.46 7.15-10.33 8.34c-2.56 1.06-7.83 1.14-12.47 1.21c-10 .2-22.44.34-31.25 9.2s-9 21.25-9.2 31.25c-.07 4.64-.15 9.91-1.21 12.47c-1.19 2.87-4.82 6.66-8.34 10.33C20.46 107.13 12 116 12 128s8.46 20.87 15.25 28c3.52 3.67 7.15 7.46 8.34 10.33c1.06 2.56 1.14 7.83 1.21 12.47c.15 10 .34 22.44 9.18 31.27s21.27 9 31.27 9.18c4.64.07 9.91.15 12.47 1.21c2.87 1.19 6.66 4.82 10.33 8.34C107.13 235.54 116 244 128 244s20.87-8.46 27.95-15.25c3.67-3.52 7.46-7.15 10.33-8.34c2.56-1.06 7.83-1.14 12.47-1.21c10-.15 22.44-.34 31.27-9.18s9-21.27 9.18-31.27c.07-4.64.15-9.91 1.21-12.47c1.19-2.87 4.82-6.66 8.34-10.33c6.79-7.08 15.25-15.9 15.25-27.95s-8.46-20.87-15.25-27.95m-17.32 39.29c-4.82 5-10.28 10.72-13.2 17.76c-2.81 6.8-2.92 14.16-3 21.29c-.08 5.36-.19 12.71-2.15 14.66s-9.3 2.07-14.66 2.15c-7.13.11-14.49.22-21.29 3c-7 2.91-12.74 8.37-17.76 13.19c-3.59 3.45-8.97 8.61-11.37 8.61s-7.78-5.16-11.34-8.57c-5-4.82-10.72-10.28-17.76-13.2c-6.8-2.81-14.16-2.92-21.29-3c-5.36-.08-12.71-.19-14.66-2.15s-2.07-9.3-2.15-14.66c-.11-7.13-.22-14.49-3-21.29c-2.92-7-8.38-12.73-13.2-17.76c-3.44-3.59-8.6-8.97-8.6-11.37s5.16-7.78 8.57-11.34c4.82-5 10.28-10.72 13.2-17.76c2.81-6.8 2.92-14.16 3-21.29C60.88 72.25 61 64.9 63 63s9.3-2.07 14.66-2.15c7.13-.11 14.49-.22 21.29-3c7-2.91 12.74-8.37 17.76-13.19C120.22 41.16 125.6 36 128 36s7.78 5.16 11.34 8.57c5 4.82 10.72 10.28 17.76 13.2c6.8 2.81 14.16 2.92 21.29 3c5.36.08 12.71.19 14.66 2.15s2.07 9.3 2.15 14.66c.11 7.13.22 14.49 3 21.29c2.92 7 8.38 12.73 13.2 17.76c3.41 3.56 8.57 8.94 8.57 11.34s-5.13 7.81-8.54 11.37"/></svg>
</template>

CSS

.icon-seal-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%22M228.75%20100.05c-3.52-3.67-7.15-7.46-8.34-10.33c-1.06-2.56-1.14-7.83-1.21-12.47c-.15-10-.34-22.44-9.18-31.27s-21.27-9-31.27-9.18c-4.64-.07-9.91-.15-12.47-1.21c-2.87-1.19-6.66-4.82-10.33-8.34C148.87%2020.46%20140.05%2012%20128%2012s-20.87%208.46-27.95%2015.25c-3.67%203.52-7.46%207.15-10.33%208.34c-2.56%201.06-7.83%201.14-12.47%201.21c-10%20.2-22.44.34-31.25%209.2s-9%2021.25-9.2%2031.25c-.07%204.64-.15%209.91-1.21%2012.47c-1.19%202.87-4.82%206.66-8.34%2010.33C20.46%20107.13%2012%20116%2012%20128s8.46%2020.87%2015.25%2028c3.52%203.67%207.15%207.46%208.34%2010.33c1.06%202.56%201.14%207.83%201.21%2012.47c.15%2010%20.34%2022.44%209.18%2031.27s21.27%209%2031.27%209.18c4.64.07%209.91.15%2012.47%201.21c2.87%201.19%206.66%204.82%2010.33%208.34C107.13%20235.54%20116%20244%20128%20244s20.87-8.46%2027.95-15.25c3.67-3.52%207.46-7.15%2010.33-8.34c2.56-1.06%207.83-1.14%2012.47-1.21c10-.15%2022.44-.34%2031.27-9.18s9-21.27%209.18-31.27c.07-4.64.15-9.91%201.21-12.47c1.19-2.87%204.82-6.66%208.34-10.33c6.79-7.08%2015.25-15.9%2015.25-27.95s-8.46-20.87-15.25-27.95m-17.32%2039.29c-4.82%205-10.28%2010.72-13.2%2017.76c-2.81%206.8-2.92%2014.16-3%2021.29c-.08%205.36-.19%2012.71-2.15%2014.66s-9.3%202.07-14.66%202.15c-7.13.11-14.49.22-21.29%203c-7%202.91-12.74%208.37-17.76%2013.19c-3.59%203.45-8.97%208.61-11.37%208.61s-7.78-5.16-11.34-8.57c-5-4.82-10.72-10.28-17.76-13.2c-6.8-2.81-14.16-2.92-21.29-3c-5.36-.08-12.71-.19-14.66-2.15s-2.07-9.3-2.15-14.66c-.11-7.13-.22-14.49-3-21.29c-2.92-7-8.38-12.73-13.2-17.76c-3.44-3.59-8.6-8.97-8.6-11.37s5.16-7.78%208.57-11.34c4.82-5%2010.28-10.72%2013.2-17.76c2.81-6.8%202.92-14.16%203-21.29C60.88%2072.25%2061%2064.9%2063%2063s9.3-2.07%2014.66-2.15c7.13-.11%2014.49-.22%2021.29-3c7-2.91%2012.74-8.37%2017.76-13.19C120.22%2041.16%20125.6%2036%20128%2036s7.78%205.16%2011.34%208.57c5%204.82%2010.72%2010.28%2017.76%2013.2c6.8%202.81%2014.16%202.92%2021.29%203c5.36.08%2012.71.19%2014.66%202.15s2.07%209.3%202.15%2014.66c.11%207.13.22%2014.49%203%2021.29c2.92%207%208.38%2012.73%2013.2%2017.76c3.41%203.56%208.57%208.94%208.57%2011.34s-5.13%207.81-8.54%2011.37%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%22M228.75%20100.05c-3.52-3.67-7.15-7.46-8.34-10.33c-1.06-2.56-1.14-7.83-1.21-12.47c-.15-10-.34-22.44-9.18-31.27s-21.27-9-31.27-9.18c-4.64-.07-9.91-.15-12.47-1.21c-2.87-1.19-6.66-4.82-10.33-8.34C148.87%2020.46%20140.05%2012%20128%2012s-20.87%208.46-27.95%2015.25c-3.67%203.52-7.46%207.15-10.33%208.34c-2.56%201.06-7.83%201.14-12.47%201.21c-10%20.2-22.44.34-31.25%209.2s-9%2021.25-9.2%2031.25c-.07%204.64-.15%209.91-1.21%2012.47c-1.19%202.87-4.82%206.66-8.34%2010.33C20.46%20107.13%2012%20116%2012%20128s8.46%2020.87%2015.25%2028c3.52%203.67%207.15%207.46%208.34%2010.33c1.06%202.56%201.14%207.83%201.21%2012.47c.15%2010%20.34%2022.44%209.18%2031.27s21.27%209%2031.27%209.18c4.64.07%209.91.15%2012.47%201.21c2.87%201.19%206.66%204.82%2010.33%208.34C107.13%20235.54%20116%20244%20128%20244s20.87-8.46%2027.95-15.25c3.67-3.52%207.46-7.15%2010.33-8.34c2.56-1.06%207.83-1.14%2012.47-1.21c10-.15%2022.44-.34%2031.27-9.18s9-21.27%209.18-31.27c.07-4.64.15-9.91%201.21-12.47c1.19-2.87%204.82-6.66%208.34-10.33c6.79-7.08%2015.25-15.9%2015.25-27.95s-8.46-20.87-15.25-27.95m-17.32%2039.29c-4.82%205-10.28%2010.72-13.2%2017.76c-2.81%206.8-2.92%2014.16-3%2021.29c-.08%205.36-.19%2012.71-2.15%2014.66s-9.3%202.07-14.66%202.15c-7.13.11-14.49.22-21.29%203c-7%202.91-12.74%208.37-17.76%2013.19c-3.59%203.45-8.97%208.61-11.37%208.61s-7.78-5.16-11.34-8.57c-5-4.82-10.72-10.28-17.76-13.2c-6.8-2.81-14.16-2.92-21.29-3c-5.36-.08-12.71-.19-14.66-2.15s-2.07-9.3-2.15-14.66c-.11-7.13-.22-14.49-3-21.29c-2.92-7-8.38-12.73-13.2-17.76c-3.44-3.59-8.6-8.97-8.6-11.37s5.16-7.78%208.57-11.34c4.82-5%2010.28-10.72%2013.2-17.76c2.81-6.8%202.92-14.16%203-21.29C60.88%2072.25%2061%2064.9%2063%2063s9.3-2.07%2014.66-2.15c7.13-.11%2014.49-.22%2021.29-3c7-2.91%2012.74-8.37%2017.76-13.19C120.22%2041.16%20125.6%2036%20128%2036s7.78%205.16%2011.34%208.57c5%204.82%2010.72%2010.28%2017.76%2013.2c6.8%202.81%2014.16%202.92%2021.29%203c5.36.08%2012.71.19%2014.66%202.15s2.07%209.3%202.15%2014.66c.11%207.13.22%2014.49%203%2021.29c2.92%207%208.38%2012.73%2013.2%2017.76c3.41%203.56%208.57%208.94%208.57%2011.34s-5.13%207.81-8.54%2011.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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