seal percent icon
seal-percent-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- seal-percent-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the seal percent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M96 104a8 8 0 1 1 8-8a8 8 0 0 1-8 8m64 48a8 8 0 1 0 8 8a8 8 0 0 0-8-8m80-24c0 10.44-7.51 18.27-14.14 25.18c-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.57 1.47-7.63 5.37-11.57 9.14C146.27 232.49 138.44 240 128 240s-18.27-7.51-25.18-14.14c-3.94-3.77-8-7.67-11.57-9.14c-3.27-1.36-8.69-1.44-13.94-1.52c-9.76-.15-20.82-.31-28.51-8s-7.85-18.75-8-28.51c-.08-5.25-.16-10.67-1.52-13.94c-1.47-3.57-5.37-7.63-9.14-11.57C23.51 146.27 16 138.44 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.57-1.47 7.63-5.37 11.57-9.14C109.73 23.51 117.56 16 128 16s18.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.57 5.37 7.63 9.14 11.57C232.49 109.73 240 117.56 240 128m-144-8a24 24 0 1 0-24-24a24 24 0 0 0 24 24m77.66-26.34a8 8 0 0 0-11.32-11.32l-80 80a8 8 0 0 0 11.32 11.32ZM184 160a24 24 0 1 0-24 24a24 24 0 0 0 24-24"/></svg>
React
import type { SVGProps } from "react";
export function PhSealPercentFill(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="M96 104a8 8 0 1 1 8-8a8 8 0 0 1-8 8m64 48a8 8 0 1 0 8 8a8 8 0 0 0-8-8m80-24c0 10.44-7.51 18.27-14.14 25.18c-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.57 1.47-7.63 5.37-11.57 9.14C146.27 232.49 138.44 240 128 240s-18.27-7.51-25.18-14.14c-3.94-3.77-8-7.67-11.57-9.14c-3.27-1.36-8.69-1.44-13.94-1.52c-9.76-.15-20.82-.31-28.51-8s-7.85-18.75-8-28.51c-.08-5.25-.16-10.67-1.52-13.94c-1.47-3.57-5.37-7.63-9.14-11.57C23.51 146.27 16 138.44 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.57-1.47 7.63-5.37 11.57-9.14C109.73 23.51 117.56 16 128 16s18.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.57 5.37 7.63 9.14 11.57C232.49 109.73 240 117.56 240 128m-144-8a24 24 0 1 0-24-24a24 24 0 0 0 24 24m77.66-26.34a8 8 0 0 0-11.32-11.32l-80 80a8 8 0 0 0 11.32 11.32ZM184 160a24 24 0 1 0-24 24a24 24 0 0 0 24-24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M96 104a8 8 0 1 1 8-8a8 8 0 0 1-8 8m64 48a8 8 0 1 0 8 8a8 8 0 0 0-8-8m80-24c0 10.44-7.51 18.27-14.14 25.18c-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.57 1.47-7.63 5.37-11.57 9.14C146.27 232.49 138.44 240 128 240s-18.27-7.51-25.18-14.14c-3.94-3.77-8-7.67-11.57-9.14c-3.27-1.36-8.69-1.44-13.94-1.52c-9.76-.15-20.82-.31-28.51-8s-7.85-18.75-8-28.51c-.08-5.25-.16-10.67-1.52-13.94c-1.47-3.57-5.37-7.63-9.14-11.57C23.51 146.27 16 138.44 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.57-1.47 7.63-5.37 11.57-9.14C109.73 23.51 117.56 16 128 16s18.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.57 5.37 7.63 9.14 11.57C232.49 109.73 240 117.56 240 128m-144-8a24 24 0 1 0-24-24a24 24 0 0 0 24 24m77.66-26.34a8 8 0 0 0-11.32-11.32l-80 80a8 8 0 0 0 11.32 11.32ZM184 160a24 24 0 1 0-24 24a24 24 0 0 0 24-24"/></svg> </template>
CSS
.icon-seal-percent-fill {
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%22M96%20104a8%208%200%201%201%208-8a8%208%200%200%201-8%208m64%2048a8%208%200%201%200%208%208a8%208%200%200%200-8-8m80-24c0%2010.44-7.51%2018.27-14.14%2025.18c-3.77%203.94-7.67%208-9.14%2011.57c-1.36%203.27-1.44%208.69-1.52%2013.94c-.15%209.76-.31%2020.82-8%2028.51s-18.75%207.85-28.51%208c-5.25.08-10.67.16-13.94%201.52c-3.57%201.47-7.63%205.37-11.57%209.14C146.27%20232.49%20138.44%20240%20128%20240s-18.27-7.51-25.18-14.14c-3.94-3.77-8-7.67-11.57-9.14c-3.27-1.36-8.69-1.44-13.94-1.52c-9.76-.15-20.82-.31-28.51-8s-7.85-18.75-8-28.51c-.08-5.25-.16-10.67-1.52-13.94c-1.47-3.57-5.37-7.63-9.14-11.57C23.51%20146.27%2016%20138.44%2016%20128s7.51-18.27%2014.14-25.18c3.77-3.94%207.67-8%209.14-11.57c1.36-3.27%201.44-8.69%201.52-13.94c.15-9.76.31-20.82%208-28.51s18.75-7.85%2028.51-8c5.25-.08%2010.67-.16%2013.94-1.52c3.57-1.47%207.63-5.37%2011.57-9.14C109.73%2023.51%20117.56%2016%20128%2016s18.27%207.51%2025.18%2014.14c3.94%203.77%208%207.67%2011.57%209.14c3.27%201.36%208.69%201.44%2013.94%201.52c9.76.15%2020.82.31%2028.51%208s7.85%2018.75%208%2028.51c.08%205.25.16%2010.67%201.52%2013.94c1.47%203.57%205.37%207.63%209.14%2011.57C232.49%20109.73%20240%20117.56%20240%20128m-144-8a24%2024%200%201%200-24-24a24%2024%200%200%200%2024%2024m77.66-26.34a8%208%200%200%200-11.32-11.32l-80%2080a8%208%200%200%200%2011.32%2011.32ZM184%20160a24%2024%200%201%200-24%2024a24%2024%200%200%200%2024-24%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%22M96%20104a8%208%200%201%201%208-8a8%208%200%200%201-8%208m64%2048a8%208%200%201%200%208%208a8%208%200%200%200-8-8m80-24c0%2010.44-7.51%2018.27-14.14%2025.18c-3.77%203.94-7.67%208-9.14%2011.57c-1.36%203.27-1.44%208.69-1.52%2013.94c-.15%209.76-.31%2020.82-8%2028.51s-18.75%207.85-28.51%208c-5.25.08-10.67.16-13.94%201.52c-3.57%201.47-7.63%205.37-11.57%209.14C146.27%20232.49%20138.44%20240%20128%20240s-18.27-7.51-25.18-14.14c-3.94-3.77-8-7.67-11.57-9.14c-3.27-1.36-8.69-1.44-13.94-1.52c-9.76-.15-20.82-.31-28.51-8s-7.85-18.75-8-28.51c-.08-5.25-.16-10.67-1.52-13.94c-1.47-3.57-5.37-7.63-9.14-11.57C23.51%20146.27%2016%20138.44%2016%20128s7.51-18.27%2014.14-25.18c3.77-3.94%207.67-8%209.14-11.57c1.36-3.27%201.44-8.69%201.52-13.94c.15-9.76.31-20.82%208-28.51s18.75-7.85%2028.51-8c5.25-.08%2010.67-.16%2013.94-1.52c3.57-1.47%207.63-5.37%2011.57-9.14C109.73%2023.51%20117.56%2016%20128%2016s18.27%207.51%2025.18%2014.14c3.94%203.77%208%207.67%2011.57%209.14c3.27%201.36%208.69%201.44%2013.94%201.52c9.76.15%2020.82.31%2028.51%208s7.85%2018.75%208%2028.51c.08%205.25.16%2010.67%201.52%2013.94c1.47%203.57%205.37%207.63%209.14%2011.57C232.49%20109.73%20240%20117.56%20240%20128m-144-8a24%2024%200%201%200-24-24a24%2024%200%200%200%2024%2024m77.66-26.34a8%208%200%200%200-11.32-11.32l-80%2080a8%208%200%200%200%2011.32%2011.32ZM184%20160a24%2024%200%201%200-24%2024a24%2024%200%200%200%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/seal-percent-fill.svg?color=%231a73e8&size=48