seal warning icon
seal-warning from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- seal-warning
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the seal warning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M225.86 102.82c-3.77-3.94-7.67-8-9.14-11.57c-1.36-3.27-1.44-8.69-1.52-13.94c-.15-9.76-.31-20.82-8-28.51s-18.75-7.85-28.51-8c-5.25-.08-10.67-.16-13.94-1.52c-3.56-1.47-7.63-5.37-11.57-9.14C146.28 23.51 138.44 16 128 16s-18.27 7.51-25.18 14.14c-3.94 3.77-8 7.67-11.57 9.14c-3.25 1.36-8.69 1.44-13.94 1.52c-9.76.15-20.82.31-28.51 8s-7.8 18.75-8 28.51c-.08 5.25-.16 10.67-1.52 13.94c-1.47 3.56-5.37 7.63-9.14 11.57C23.51 109.72 16 117.56 16 128s7.51 18.27 14.14 25.18c3.77 3.94 7.67 8 9.14 11.57c1.36 3.27 1.44 8.69 1.52 13.94c.15 9.76.31 20.82 8 28.51s18.75 7.85 28.51 8c5.25.08 10.67.16 13.94 1.52c3.56 1.47 7.63 5.37 11.57 9.14c6.9 6.63 14.74 14.14 25.18 14.14s18.27-7.51 25.18-14.14c3.94-3.77 8-7.67 11.57-9.14c3.27-1.36 8.69-1.44 13.94-1.52c9.76-.15 20.82-.31 28.51-8s7.85-18.75 8-28.51c.08-5.25.16-10.67 1.52-13.94c1.47-3.56 5.37-7.63 9.14-11.57c6.63-6.9 14.14-14.74 14.14-25.18s-7.51-18.27-14.14-25.18m-11.55 39.29c-4.79 5-9.75 10.17-12.38 16.52c-2.52 6.1-2.63 13.07-2.73 19.82c-.1 7-.21 14.33-3.32 17.43s-10.39 3.22-17.43 3.32c-6.75.1-13.72.21-19.82 2.73c-6.35 2.63-11.52 7.59-16.52 12.38S132 224 128 224s-9.15-4.92-14.11-9.69s-10.17-9.75-16.52-12.38c-6.1-2.52-13.07-2.63-19.82-2.73c-7-.1-14.33-.21-17.43-3.32s-3.22-10.39-3.32-17.43c-.1-6.75-.21-13.72-2.73-19.82c-2.63-6.35-7.59-11.52-12.38-16.52S32 132 32 128s4.92-9.15 9.69-14.11s9.75-10.17 12.38-16.52c2.52-6.1 2.63-13.07 2.73-19.82c.1-7 .21-14.33 3.32-17.43s10.39-3.22 17.43-3.32c6.75-.1 13.72-.21 19.82-2.73c6.35-2.63 11.52-7.59 16.52-12.38S124 32 128 32s9.15 4.92 14.11 9.69s10.17 9.75 16.52 12.38c6.1 2.52 13.07 2.63 19.82 2.73c7 .1 14.33.21 17.43 3.32s3.22 10.39 3.32 17.43c.1 6.75.21 13.72 2.73 19.82c2.63 6.35 7.59 11.52 12.38 16.52S224 124 224 128s-4.92 9.15-9.69 14.11M120 136V80a8 8 0 0 1 16 0v56a8 8 0 0 1-16 0m20 36a12 12 0 1 1-12-12a12 12 0 0 1 12 12"/></svg>
React
import type { SVGProps } from "react";
export function PhSealWarning(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="M225.86 102.82c-3.77-3.94-7.67-8-9.14-11.57c-1.36-3.27-1.44-8.69-1.52-13.94c-.15-9.76-.31-20.82-8-28.51s-18.75-7.85-28.51-8c-5.25-.08-10.67-.16-13.94-1.52c-3.56-1.47-7.63-5.37-11.57-9.14C146.28 23.51 138.44 16 128 16s-18.27 7.51-25.18 14.14c-3.94 3.77-8 7.67-11.57 9.14c-3.25 1.36-8.69 1.44-13.94 1.52c-9.76.15-20.82.31-28.51 8s-7.8 18.75-8 28.51c-.08 5.25-.16 10.67-1.52 13.94c-1.47 3.56-5.37 7.63-9.14 11.57C23.51 109.72 16 117.56 16 128s7.51 18.27 14.14 25.18c3.77 3.94 7.67 8 9.14 11.57c1.36 3.27 1.44 8.69 1.52 13.94c.15 9.76.31 20.82 8 28.51s18.75 7.85 28.51 8c5.25.08 10.67.16 13.94 1.52c3.56 1.47 7.63 5.37 11.57 9.14c6.9 6.63 14.74 14.14 25.18 14.14s18.27-7.51 25.18-14.14c3.94-3.77 8-7.67 11.57-9.14c3.27-1.36 8.69-1.44 13.94-1.52c9.76-.15 20.82-.31 28.51-8s7.85-18.75 8-28.51c.08-5.25.16-10.67 1.52-13.94c1.47-3.56 5.37-7.63 9.14-11.57c6.63-6.9 14.14-14.74 14.14-25.18s-7.51-18.27-14.14-25.18m-11.55 39.29c-4.79 5-9.75 10.17-12.38 16.52c-2.52 6.1-2.63 13.07-2.73 19.82c-.1 7-.21 14.33-3.32 17.43s-10.39 3.22-17.43 3.32c-6.75.1-13.72.21-19.82 2.73c-6.35 2.63-11.52 7.59-16.52 12.38S132 224 128 224s-9.15-4.92-14.11-9.69s-10.17-9.75-16.52-12.38c-6.1-2.52-13.07-2.63-19.82-2.73c-7-.1-14.33-.21-17.43-3.32s-3.22-10.39-3.32-17.43c-.1-6.75-.21-13.72-2.73-19.82c-2.63-6.35-7.59-11.52-12.38-16.52S32 132 32 128s4.92-9.15 9.69-14.11s9.75-10.17 12.38-16.52c2.52-6.1 2.63-13.07 2.73-19.82c.1-7 .21-14.33 3.32-17.43s10.39-3.22 17.43-3.32c6.75-.1 13.72-.21 19.82-2.73c6.35-2.63 11.52-7.59 16.52-12.38S124 32 128 32s9.15 4.92 14.11 9.69s10.17 9.75 16.52 12.38c6.1 2.52 13.07 2.63 19.82 2.73c7 .1 14.33.21 17.43 3.32s3.22 10.39 3.32 17.43c.1 6.75.21 13.72 2.73 19.82c2.63 6.35 7.59 11.52 12.38 16.52S224 124 224 128s-4.92 9.15-9.69 14.11M120 136V80a8 8 0 0 1 16 0v56a8 8 0 0 1-16 0m20 36a12 12 0 1 1-12-12a12 12 0 0 1 12 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M225.86 102.82c-3.77-3.94-7.67-8-9.14-11.57c-1.36-3.27-1.44-8.69-1.52-13.94c-.15-9.76-.31-20.82-8-28.51s-18.75-7.85-28.51-8c-5.25-.08-10.67-.16-13.94-1.52c-3.56-1.47-7.63-5.37-11.57-9.14C146.28 23.51 138.44 16 128 16s-18.27 7.51-25.18 14.14c-3.94 3.77-8 7.67-11.57 9.14c-3.25 1.36-8.69 1.44-13.94 1.52c-9.76.15-20.82.31-28.51 8s-7.8 18.75-8 28.51c-.08 5.25-.16 10.67-1.52 13.94c-1.47 3.56-5.37 7.63-9.14 11.57C23.51 109.72 16 117.56 16 128s7.51 18.27 14.14 25.18c3.77 3.94 7.67 8 9.14 11.57c1.36 3.27 1.44 8.69 1.52 13.94c.15 9.76.31 20.82 8 28.51s18.75 7.85 28.51 8c5.25.08 10.67.16 13.94 1.52c3.56 1.47 7.63 5.37 11.57 9.14c6.9 6.63 14.74 14.14 25.18 14.14s18.27-7.51 25.18-14.14c3.94-3.77 8-7.67 11.57-9.14c3.27-1.36 8.69-1.44 13.94-1.52c9.76-.15 20.82-.31 28.51-8s7.85-18.75 8-28.51c.08-5.25.16-10.67 1.52-13.94c1.47-3.56 5.37-7.63 9.14-11.57c6.63-6.9 14.14-14.74 14.14-25.18s-7.51-18.27-14.14-25.18m-11.55 39.29c-4.79 5-9.75 10.17-12.38 16.52c-2.52 6.1-2.63 13.07-2.73 19.82c-.1 7-.21 14.33-3.32 17.43s-10.39 3.22-17.43 3.32c-6.75.1-13.72.21-19.82 2.73c-6.35 2.63-11.52 7.59-16.52 12.38S132 224 128 224s-9.15-4.92-14.11-9.69s-10.17-9.75-16.52-12.38c-6.1-2.52-13.07-2.63-19.82-2.73c-7-.1-14.33-.21-17.43-3.32s-3.22-10.39-3.32-17.43c-.1-6.75-.21-13.72-2.73-19.82c-2.63-6.35-7.59-11.52-12.38-16.52S32 132 32 128s4.92-9.15 9.69-14.11s9.75-10.17 12.38-16.52c2.52-6.1 2.63-13.07 2.73-19.82c.1-7 .21-14.33 3.32-17.43s10.39-3.22 17.43-3.32c6.75-.1 13.72-.21 19.82-2.73c6.35-2.63 11.52-7.59 16.52-12.38S124 32 128 32s9.15 4.92 14.11 9.69s10.17 9.75 16.52 12.38c6.1 2.52 13.07 2.63 19.82 2.73c7 .1 14.33.21 17.43 3.32s3.22 10.39 3.32 17.43c.1 6.75.21 13.72 2.73 19.82c2.63 6.35 7.59 11.52 12.38 16.52S224 124 224 128s-4.92 9.15-9.69 14.11M120 136V80a8 8 0 0 1 16 0v56a8 8 0 0 1-16 0m20 36a12 12 0 1 1-12-12a12 12 0 0 1 12 12"/></svg> </template>
CSS
.icon-seal-warning {
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%22M225.86%20102.82c-3.77-3.94-7.67-8-9.14-11.57c-1.36-3.27-1.44-8.69-1.52-13.94c-.15-9.76-.31-20.82-8-28.51s-18.75-7.85-28.51-8c-5.25-.08-10.67-.16-13.94-1.52c-3.56-1.47-7.63-5.37-11.57-9.14C146.28%2023.51%20138.44%2016%20128%2016s-18.27%207.51-25.18%2014.14c-3.94%203.77-8%207.67-11.57%209.14c-3.25%201.36-8.69%201.44-13.94%201.52c-9.76.15-20.82.31-28.51%208s-7.8%2018.75-8%2028.51c-.08%205.25-.16%2010.67-1.52%2013.94c-1.47%203.56-5.37%207.63-9.14%2011.57C23.51%20109.72%2016%20117.56%2016%20128s7.51%2018.27%2014.14%2025.18c3.77%203.94%207.67%208%209.14%2011.57c1.36%203.27%201.44%208.69%201.52%2013.94c.15%209.76.31%2020.82%208%2028.51s18.75%207.85%2028.51%208c5.25.08%2010.67.16%2013.94%201.52c3.56%201.47%207.63%205.37%2011.57%209.14c6.9%206.63%2014.74%2014.14%2025.18%2014.14s18.27-7.51%2025.18-14.14c3.94-3.77%208-7.67%2011.57-9.14c3.27-1.36%208.69-1.44%2013.94-1.52c9.76-.15%2020.82-.31%2028.51-8s7.85-18.75%208-28.51c.08-5.25.16-10.67%201.52-13.94c1.47-3.56%205.37-7.63%209.14-11.57c6.63-6.9%2014.14-14.74%2014.14-25.18s-7.51-18.27-14.14-25.18m-11.55%2039.29c-4.79%205-9.75%2010.17-12.38%2016.52c-2.52%206.1-2.63%2013.07-2.73%2019.82c-.1%207-.21%2014.33-3.32%2017.43s-10.39%203.22-17.43%203.32c-6.75.1-13.72.21-19.82%202.73c-6.35%202.63-11.52%207.59-16.52%2012.38S132%20224%20128%20224s-9.15-4.92-14.11-9.69s-10.17-9.75-16.52-12.38c-6.1-2.52-13.07-2.63-19.82-2.73c-7-.1-14.33-.21-17.43-3.32s-3.22-10.39-3.32-17.43c-.1-6.75-.21-13.72-2.73-19.82c-2.63-6.35-7.59-11.52-12.38-16.52S32%20132%2032%20128s4.92-9.15%209.69-14.11s9.75-10.17%2012.38-16.52c2.52-6.1%202.63-13.07%202.73-19.82c.1-7%20.21-14.33%203.32-17.43s10.39-3.22%2017.43-3.32c6.75-.1%2013.72-.21%2019.82-2.73c6.35-2.63%2011.52-7.59%2016.52-12.38S124%2032%20128%2032s9.15%204.92%2014.11%209.69s10.17%209.75%2016.52%2012.38c6.1%202.52%2013.07%202.63%2019.82%202.73c7%20.1%2014.33.21%2017.43%203.32s3.22%2010.39%203.32%2017.43c.1%206.75.21%2013.72%202.73%2019.82c2.63%206.35%207.59%2011.52%2012.38%2016.52S224%20124%20224%20128s-4.92%209.15-9.69%2014.11M120%20136V80a8%208%200%200%201%2016%200v56a8%208%200%200%201-16%200m20%2036a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012%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%22M225.86%20102.82c-3.77-3.94-7.67-8-9.14-11.57c-1.36-3.27-1.44-8.69-1.52-13.94c-.15-9.76-.31-20.82-8-28.51s-18.75-7.85-28.51-8c-5.25-.08-10.67-.16-13.94-1.52c-3.56-1.47-7.63-5.37-11.57-9.14C146.28%2023.51%20138.44%2016%20128%2016s-18.27%207.51-25.18%2014.14c-3.94%203.77-8%207.67-11.57%209.14c-3.25%201.36-8.69%201.44-13.94%201.52c-9.76.15-20.82.31-28.51%208s-7.8%2018.75-8%2028.51c-.08%205.25-.16%2010.67-1.52%2013.94c-1.47%203.56-5.37%207.63-9.14%2011.57C23.51%20109.72%2016%20117.56%2016%20128s7.51%2018.27%2014.14%2025.18c3.77%203.94%207.67%208%209.14%2011.57c1.36%203.27%201.44%208.69%201.52%2013.94c.15%209.76.31%2020.82%208%2028.51s18.75%207.85%2028.51%208c5.25.08%2010.67.16%2013.94%201.52c3.56%201.47%207.63%205.37%2011.57%209.14c6.9%206.63%2014.74%2014.14%2025.18%2014.14s18.27-7.51%2025.18-14.14c3.94-3.77%208-7.67%2011.57-9.14c3.27-1.36%208.69-1.44%2013.94-1.52c9.76-.15%2020.82-.31%2028.51-8s7.85-18.75%208-28.51c.08-5.25.16-10.67%201.52-13.94c1.47-3.56%205.37-7.63%209.14-11.57c6.63-6.9%2014.14-14.74%2014.14-25.18s-7.51-18.27-14.14-25.18m-11.55%2039.29c-4.79%205-9.75%2010.17-12.38%2016.52c-2.52%206.1-2.63%2013.07-2.73%2019.82c-.1%207-.21%2014.33-3.32%2017.43s-10.39%203.22-17.43%203.32c-6.75.1-13.72.21-19.82%202.73c-6.35%202.63-11.52%207.59-16.52%2012.38S132%20224%20128%20224s-9.15-4.92-14.11-9.69s-10.17-9.75-16.52-12.38c-6.1-2.52-13.07-2.63-19.82-2.73c-7-.1-14.33-.21-17.43-3.32s-3.22-10.39-3.32-17.43c-.1-6.75-.21-13.72-2.73-19.82c-2.63-6.35-7.59-11.52-12.38-16.52S32%20132%2032%20128s4.92-9.15%209.69-14.11s9.75-10.17%2012.38-16.52c2.52-6.1%202.63-13.07%202.73-19.82c.1-7%20.21-14.33%203.32-17.43s10.39-3.22%2017.43-3.32c6.75-.1%2013.72-.21%2019.82-2.73c6.35-2.63%2011.52-7.59%2016.52-12.38S124%2032%20128%2032s9.15%204.92%2014.11%209.69s10.17%209.75%2016.52%2012.38c6.1%202.52%2013.07%202.63%2019.82%202.73c7%20.1%2014.33.21%2017.43%203.32s3.22%2010.39%203.32%2017.43c.1%206.75.21%2013.72%202.73%2019.82c2.63%206.35%207.59%2011.52%2012.38%2016.52S224%20124%20224%20128s-4.92%209.15-9.69%2014.11M120%20136V80a8%208%200%200%201%2016%200v56a8%208%200%200%201-16%200m20%2036a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/seal-warning.svg?color=%231a73e8&size=48