seal percent icon
seal-percent-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- seal-percent-light
- Set
- Phosphor
- Style
- Light
- 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="M224.42 104.2c-3.9-4.07-7.93-8.27-9.55-12.18c-1.5-3.63-1.58-9-1.67-14.68c-.14-9.38-.3-20-7.42-27.12S188 42.94 178.66 42.8c-5.68-.09-11-.17-14.68-1.67c-3.91-1.62-8.11-5.65-12.18-9.55C145.16 25.22 137.64 18 128 18s-17.16 7.22-23.8 13.58c-4.07 3.9-8.27 7.93-12.18 9.55c-3.63 1.5-9 1.58-14.68 1.67c-9.38.14-20 .3-27.12 7.42S42.94 68 42.8 77.34c-.09 5.68-.17 11-1.67 14.68c-1.62 3.91-5.65 8.11-9.55 12.18C25.22 110.84 18 118.36 18 128s7.22 17.16 13.58 23.8c3.9 4.07 7.93 8.27 9.55 12.18c1.5 3.63 1.58 9 1.67 14.68c.14 9.38.3 20 7.42 27.12s17.78 7.28 27.12 7.42c5.68.09 11 .17 14.68 1.67c3.91 1.62 8.11 5.65 12.18 9.55c6.64 6.36 14.16 13.58 23.8 13.58s17.16-7.22 23.8-13.58c4.07-3.9 8.27-7.93 12.18-9.55c3.63-1.5 9-1.58 14.68-1.67c9.38-.14 20-.3 27.12-7.42s7.28-17.74 7.42-27.12c.09-5.68.17-11 1.67-14.68c1.62-3.91 5.65-8.11 9.55-12.18c6.36-6.64 13.58-14.16 13.58-23.8s-7.22-17.16-13.58-23.8m-8.66 39.29c-4.67 4.87-9.5 9.91-12 15.91c-2.38 5.74-2.48 12.52-2.58 19.08c-.11 7.44-.23 15.14-3.9 18.82s-11.38 3.79-18.82 3.9c-6.56.1-13.34.2-19.08 2.58c-6 2.48-11 7.31-15.91 12c-5.25 5-10.68 10.24-15.49 10.24s-10.24-5.21-15.5-10.24c-4.86-4.67-9.9-9.5-15.9-12c-5.74-2.38-12.52-2.48-19.08-2.58c-7.44-.11-15.14-.23-18.82-3.9s-3.79-11.38-3.9-18.82c-.1-6.56-.2-13.34-2.58-19.08c-2.48-6-7.31-11-12-15.91C35.21 138.24 30 132.81 30 128s5.21-10.24 10.24-15.49c4.67-4.87 9.5-9.91 12-15.91c2.38-5.74 2.48-12.52 2.58-19.08c.11-7.44.23-15.14 3.9-18.82s11.38-3.79 18.82-3.9c6.56-.1 13.34-.2 19.08-2.58c6-2.48 11-7.31 15.91-12C117.76 35.21 123.19 30 128 30s10.24 5.21 15.5 10.24c4.86 4.67 9.9 9.5 15.9 12c5.74 2.38 12.52 2.48 19.08 2.58c7.44.11 15.14.23 18.82 3.9s3.79 11.38 3.9 18.82c.1 6.56.2 13.34 2.58 19.08c2.48 6 7.31 11 12 15.91c5 5.25 10.24 10.68 10.24 15.49s-5.23 10.22-10.26 15.47M118 96a22 22 0 1 0-22 22a22 22 0 0 0 22-22m-32 0a10 10 0 1 1 10 10a10 10 0 0 1-10-10m74 42a22 22 0 1 0 22 22a22 22 0 0 0-22-22m0 32a10 10 0 1 1 10-10a10 10 0 0 1-10 10m12.24-77.76l-80 80a6 6 0 0 1-8.48-8.48l80-80a6 6 0 0 1 8.48 8.48"/></svg>
React
import type { SVGProps } from "react";
export function PhSealPercentLight(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="M224.42 104.2c-3.9-4.07-7.93-8.27-9.55-12.18c-1.5-3.63-1.58-9-1.67-14.68c-.14-9.38-.3-20-7.42-27.12S188 42.94 178.66 42.8c-5.68-.09-11-.17-14.68-1.67c-3.91-1.62-8.11-5.65-12.18-9.55C145.16 25.22 137.64 18 128 18s-17.16 7.22-23.8 13.58c-4.07 3.9-8.27 7.93-12.18 9.55c-3.63 1.5-9 1.58-14.68 1.67c-9.38.14-20 .3-27.12 7.42S42.94 68 42.8 77.34c-.09 5.68-.17 11-1.67 14.68c-1.62 3.91-5.65 8.11-9.55 12.18C25.22 110.84 18 118.36 18 128s7.22 17.16 13.58 23.8c3.9 4.07 7.93 8.27 9.55 12.18c1.5 3.63 1.58 9 1.67 14.68c.14 9.38.3 20 7.42 27.12s17.78 7.28 27.12 7.42c5.68.09 11 .17 14.68 1.67c3.91 1.62 8.11 5.65 12.18 9.55c6.64 6.36 14.16 13.58 23.8 13.58s17.16-7.22 23.8-13.58c4.07-3.9 8.27-7.93 12.18-9.55c3.63-1.5 9-1.58 14.68-1.67c9.38-.14 20-.3 27.12-7.42s7.28-17.74 7.42-27.12c.09-5.68.17-11 1.67-14.68c1.62-3.91 5.65-8.11 9.55-12.18c6.36-6.64 13.58-14.16 13.58-23.8s-7.22-17.16-13.58-23.8m-8.66 39.29c-4.67 4.87-9.5 9.91-12 15.91c-2.38 5.74-2.48 12.52-2.58 19.08c-.11 7.44-.23 15.14-3.9 18.82s-11.38 3.79-18.82 3.9c-6.56.1-13.34.2-19.08 2.58c-6 2.48-11 7.31-15.91 12c-5.25 5-10.68 10.24-15.49 10.24s-10.24-5.21-15.5-10.24c-4.86-4.67-9.9-9.5-15.9-12c-5.74-2.38-12.52-2.48-19.08-2.58c-7.44-.11-15.14-.23-18.82-3.9s-3.79-11.38-3.9-18.82c-.1-6.56-.2-13.34-2.58-19.08c-2.48-6-7.31-11-12-15.91C35.21 138.24 30 132.81 30 128s5.21-10.24 10.24-15.49c4.67-4.87 9.5-9.91 12-15.91c2.38-5.74 2.48-12.52 2.58-19.08c.11-7.44.23-15.14 3.9-18.82s11.38-3.79 18.82-3.9c6.56-.1 13.34-.2 19.08-2.58c6-2.48 11-7.31 15.91-12C117.76 35.21 123.19 30 128 30s10.24 5.21 15.5 10.24c4.86 4.67 9.9 9.5 15.9 12c5.74 2.38 12.52 2.48 19.08 2.58c7.44.11 15.14.23 18.82 3.9s3.79 11.38 3.9 18.82c.1 6.56.2 13.34 2.58 19.08c2.48 6 7.31 11 12 15.91c5 5.25 10.24 10.68 10.24 15.49s-5.23 10.22-10.26 15.47M118 96a22 22 0 1 0-22 22a22 22 0 0 0 22-22m-32 0a10 10 0 1 1 10 10a10 10 0 0 1-10-10m74 42a22 22 0 1 0 22 22a22 22 0 0 0-22-22m0 32a10 10 0 1 1 10-10a10 10 0 0 1-10 10m12.24-77.76l-80 80a6 6 0 0 1-8.48-8.48l80-80a6 6 0 0 1 8.48 8.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224.42 104.2c-3.9-4.07-7.93-8.27-9.55-12.18c-1.5-3.63-1.58-9-1.67-14.68c-.14-9.38-.3-20-7.42-27.12S188 42.94 178.66 42.8c-5.68-.09-11-.17-14.68-1.67c-3.91-1.62-8.11-5.65-12.18-9.55C145.16 25.22 137.64 18 128 18s-17.16 7.22-23.8 13.58c-4.07 3.9-8.27 7.93-12.18 9.55c-3.63 1.5-9 1.58-14.68 1.67c-9.38.14-20 .3-27.12 7.42S42.94 68 42.8 77.34c-.09 5.68-.17 11-1.67 14.68c-1.62 3.91-5.65 8.11-9.55 12.18C25.22 110.84 18 118.36 18 128s7.22 17.16 13.58 23.8c3.9 4.07 7.93 8.27 9.55 12.18c1.5 3.63 1.58 9 1.67 14.68c.14 9.38.3 20 7.42 27.12s17.78 7.28 27.12 7.42c5.68.09 11 .17 14.68 1.67c3.91 1.62 8.11 5.65 12.18 9.55c6.64 6.36 14.16 13.58 23.8 13.58s17.16-7.22 23.8-13.58c4.07-3.9 8.27-7.93 12.18-9.55c3.63-1.5 9-1.58 14.68-1.67c9.38-.14 20-.3 27.12-7.42s7.28-17.74 7.42-27.12c.09-5.68.17-11 1.67-14.68c1.62-3.91 5.65-8.11 9.55-12.18c6.36-6.64 13.58-14.16 13.58-23.8s-7.22-17.16-13.58-23.8m-8.66 39.29c-4.67 4.87-9.5 9.91-12 15.91c-2.38 5.74-2.48 12.52-2.58 19.08c-.11 7.44-.23 15.14-3.9 18.82s-11.38 3.79-18.82 3.9c-6.56.1-13.34.2-19.08 2.58c-6 2.48-11 7.31-15.91 12c-5.25 5-10.68 10.24-15.49 10.24s-10.24-5.21-15.5-10.24c-4.86-4.67-9.9-9.5-15.9-12c-5.74-2.38-12.52-2.48-19.08-2.58c-7.44-.11-15.14-.23-18.82-3.9s-3.79-11.38-3.9-18.82c-.1-6.56-.2-13.34-2.58-19.08c-2.48-6-7.31-11-12-15.91C35.21 138.24 30 132.81 30 128s5.21-10.24 10.24-15.49c4.67-4.87 9.5-9.91 12-15.91c2.38-5.74 2.48-12.52 2.58-19.08c.11-7.44.23-15.14 3.9-18.82s11.38-3.79 18.82-3.9c6.56-.1 13.34-.2 19.08-2.58c6-2.48 11-7.31 15.91-12C117.76 35.21 123.19 30 128 30s10.24 5.21 15.5 10.24c4.86 4.67 9.9 9.5 15.9 12c5.74 2.38 12.52 2.48 19.08 2.58c7.44.11 15.14.23 18.82 3.9s3.79 11.38 3.9 18.82c.1 6.56.2 13.34 2.58 19.08c2.48 6 7.31 11 12 15.91c5 5.25 10.24 10.68 10.24 15.49s-5.23 10.22-10.26 15.47M118 96a22 22 0 1 0-22 22a22 22 0 0 0 22-22m-32 0a10 10 0 1 1 10 10a10 10 0 0 1-10-10m74 42a22 22 0 1 0 22 22a22 22 0 0 0-22-22m0 32a10 10 0 1 1 10-10a10 10 0 0 1-10 10m12.24-77.76l-80 80a6 6 0 0 1-8.48-8.48l80-80a6 6 0 0 1 8.48 8.48"/></svg> </template>
CSS
.icon-seal-percent-light {
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%22M224.42%20104.2c-3.9-4.07-7.93-8.27-9.55-12.18c-1.5-3.63-1.58-9-1.67-14.68c-.14-9.38-.3-20-7.42-27.12S188%2042.94%20178.66%2042.8c-5.68-.09-11-.17-14.68-1.67c-3.91-1.62-8.11-5.65-12.18-9.55C145.16%2025.22%20137.64%2018%20128%2018s-17.16%207.22-23.8%2013.58c-4.07%203.9-8.27%207.93-12.18%209.55c-3.63%201.5-9%201.58-14.68%201.67c-9.38.14-20%20.3-27.12%207.42S42.94%2068%2042.8%2077.34c-.09%205.68-.17%2011-1.67%2014.68c-1.62%203.91-5.65%208.11-9.55%2012.18C25.22%20110.84%2018%20118.36%2018%20128s7.22%2017.16%2013.58%2023.8c3.9%204.07%207.93%208.27%209.55%2012.18c1.5%203.63%201.58%209%201.67%2014.68c.14%209.38.3%2020%207.42%2027.12s17.78%207.28%2027.12%207.42c5.68.09%2011%20.17%2014.68%201.67c3.91%201.62%208.11%205.65%2012.18%209.55c6.64%206.36%2014.16%2013.58%2023.8%2013.58s17.16-7.22%2023.8-13.58c4.07-3.9%208.27-7.93%2012.18-9.55c3.63-1.5%209-1.58%2014.68-1.67c9.38-.14%2020-.3%2027.12-7.42s7.28-17.74%207.42-27.12c.09-5.68.17-11%201.67-14.68c1.62-3.91%205.65-8.11%209.55-12.18c6.36-6.64%2013.58-14.16%2013.58-23.8s-7.22-17.16-13.58-23.8m-8.66%2039.29c-4.67%204.87-9.5%209.91-12%2015.91c-2.38%205.74-2.48%2012.52-2.58%2019.08c-.11%207.44-.23%2015.14-3.9%2018.82s-11.38%203.79-18.82%203.9c-6.56.1-13.34.2-19.08%202.58c-6%202.48-11%207.31-15.91%2012c-5.25%205-10.68%2010.24-15.49%2010.24s-10.24-5.21-15.5-10.24c-4.86-4.67-9.9-9.5-15.9-12c-5.74-2.38-12.52-2.48-19.08-2.58c-7.44-.11-15.14-.23-18.82-3.9s-3.79-11.38-3.9-18.82c-.1-6.56-.2-13.34-2.58-19.08c-2.48-6-7.31-11-12-15.91C35.21%20138.24%2030%20132.81%2030%20128s5.21-10.24%2010.24-15.49c4.67-4.87%209.5-9.91%2012-15.91c2.38-5.74%202.48-12.52%202.58-19.08c.11-7.44.23-15.14%203.9-18.82s11.38-3.79%2018.82-3.9c6.56-.1%2013.34-.2%2019.08-2.58c6-2.48%2011-7.31%2015.91-12C117.76%2035.21%20123.19%2030%20128%2030s10.24%205.21%2015.5%2010.24c4.86%204.67%209.9%209.5%2015.9%2012c5.74%202.38%2012.52%202.48%2019.08%202.58c7.44.11%2015.14.23%2018.82%203.9s3.79%2011.38%203.9%2018.82c.1%206.56.2%2013.34%202.58%2019.08c2.48%206%207.31%2011%2012%2015.91c5%205.25%2010.24%2010.68%2010.24%2015.49s-5.23%2010.22-10.26%2015.47M118%2096a22%2022%200%201%200-22%2022a22%2022%200%200%200%2022-22m-32%200a10%2010%200%201%201%2010%2010a10%2010%200%200%201-10-10m74%2042a22%2022%200%201%200%2022%2022a22%2022%200%200%200-22-22m0%2032a10%2010%200%201%201%2010-10a10%2010%200%200%201-10%2010m12.24-77.76l-80%2080a6%206%200%200%201-8.48-8.48l80-80a6%206%200%200%201%208.48%208.48%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%22M224.42%20104.2c-3.9-4.07-7.93-8.27-9.55-12.18c-1.5-3.63-1.58-9-1.67-14.68c-.14-9.38-.3-20-7.42-27.12S188%2042.94%20178.66%2042.8c-5.68-.09-11-.17-14.68-1.67c-3.91-1.62-8.11-5.65-12.18-9.55C145.16%2025.22%20137.64%2018%20128%2018s-17.16%207.22-23.8%2013.58c-4.07%203.9-8.27%207.93-12.18%209.55c-3.63%201.5-9%201.58-14.68%201.67c-9.38.14-20%20.3-27.12%207.42S42.94%2068%2042.8%2077.34c-.09%205.68-.17%2011-1.67%2014.68c-1.62%203.91-5.65%208.11-9.55%2012.18C25.22%20110.84%2018%20118.36%2018%20128s7.22%2017.16%2013.58%2023.8c3.9%204.07%207.93%208.27%209.55%2012.18c1.5%203.63%201.58%209%201.67%2014.68c.14%209.38.3%2020%207.42%2027.12s17.78%207.28%2027.12%207.42c5.68.09%2011%20.17%2014.68%201.67c3.91%201.62%208.11%205.65%2012.18%209.55c6.64%206.36%2014.16%2013.58%2023.8%2013.58s17.16-7.22%2023.8-13.58c4.07-3.9%208.27-7.93%2012.18-9.55c3.63-1.5%209-1.58%2014.68-1.67c9.38-.14%2020-.3%2027.12-7.42s7.28-17.74%207.42-27.12c.09-5.68.17-11%201.67-14.68c1.62-3.91%205.65-8.11%209.55-12.18c6.36-6.64%2013.58-14.16%2013.58-23.8s-7.22-17.16-13.58-23.8m-8.66%2039.29c-4.67%204.87-9.5%209.91-12%2015.91c-2.38%205.74-2.48%2012.52-2.58%2019.08c-.11%207.44-.23%2015.14-3.9%2018.82s-11.38%203.79-18.82%203.9c-6.56.1-13.34.2-19.08%202.58c-6%202.48-11%207.31-15.91%2012c-5.25%205-10.68%2010.24-15.49%2010.24s-10.24-5.21-15.5-10.24c-4.86-4.67-9.9-9.5-15.9-12c-5.74-2.38-12.52-2.48-19.08-2.58c-7.44-.11-15.14-.23-18.82-3.9s-3.79-11.38-3.9-18.82c-.1-6.56-.2-13.34-2.58-19.08c-2.48-6-7.31-11-12-15.91C35.21%20138.24%2030%20132.81%2030%20128s5.21-10.24%2010.24-15.49c4.67-4.87%209.5-9.91%2012-15.91c2.38-5.74%202.48-12.52%202.58-19.08c.11-7.44.23-15.14%203.9-18.82s11.38-3.79%2018.82-3.9c6.56-.1%2013.34-.2%2019.08-2.58c6-2.48%2011-7.31%2015.91-12C117.76%2035.21%20123.19%2030%20128%2030s10.24%205.21%2015.5%2010.24c4.86%204.67%209.9%209.5%2015.9%2012c5.74%202.38%2012.52%202.48%2019.08%202.58c7.44.11%2015.14.23%2018.82%203.9s3.79%2011.38%203.9%2018.82c.1%206.56.2%2013.34%202.58%2019.08c2.48%206%207.31%2011%2012%2015.91c5%205.25%2010.24%2010.68%2010.24%2015.49s-5.23%2010.22-10.26%2015.47M118%2096a22%2022%200%201%200-22%2022a22%2022%200%200%200%2022-22m-32%200a10%2010%200%201%201%2010%2010a10%2010%200%200%201-10-10m74%2042a22%2022%200%201%200%2022%2022a22%2022%200%200%200-22-22m0%2032a10%2010%200%201%201%2010-10a10%2010%200%200%201-10%2010m12.24-77.76l-80%2080a6%206%200%200%201-8.48-8.48l80-80a6%206%200%200%201%208.48%208.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/seal-percent-light.svg?color=%231a73e8&size=48