seal percent icon

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

Name
seal-percent-thin
Set
Phosphor
Style
Thin
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="M223 105.58c-4-4.2-8.2-8.54-10-12.8c-1.65-4-1.73-9.53-1.82-15.41c-.14-9-.29-19.19-6.83-25.74s-16.74-6.69-25.74-6.83c-5.88-.09-11.43-.17-15.41-1.82c-4.26-1.76-8.6-5.93-12.8-10c-6.68-6.4-13.59-13-22.42-13s-15.74 6.62-22.42 13c-4.2 4-8.54 8.2-12.8 10c-4 1.65-9.53 1.73-15.41 1.82c-9 .14-19.19.29-25.74 6.83s-6.67 16.74-6.81 25.74c-.09 5.88-.17 11.43-1.82 15.41c-1.76 4.26-5.93 8.6-10 12.8c-6.4 6.68-13 13.59-13 22.42s6.62 15.74 13 22.42c4 4.2 8.2 8.54 10 12.8c1.65 4 1.73 9.53 1.82 15.41c.14 9 .29 19.19 6.83 25.74s16.74 6.69 25.74 6.83c5.88.09 11.43.17 15.41 1.82c4.26 1.76 8.6 5.93 12.8 10c6.68 6.4 13.59 13 22.42 13s15.74-6.62 22.42-13c4.2-4 8.54-8.2 12.8-10c4-1.65 9.53-1.73 15.41-1.82c9-.14 19.19-.29 25.74-6.83s6.69-16.74 6.83-25.74c.09-5.88.17-11.43 1.82-15.41c1.76-4.26 5.93-8.6 10-12.8c6.4-6.68 13-13.59 13-22.42s-6.64-15.74-13.02-22.42m-5.78 39.3c-4.54 4.73-9.24 9.63-11.57 15.28c-2.23 5.39-2.33 12-2.43 18.35c-.12 8.2-.24 16-4.49 20.2s-12 4.37-20.2 4.49c-6.37.1-13 .2-18.35 2.43c-5.65 2.34-10.55 7-15.28 11.57c-5.81 5.55-11.28 10.8-16.9 10.8s-11.09-5.25-16.88-10.8c-4.73-4.54-9.63-9.23-15.28-11.57c-5.39-2.23-12-2.33-18.35-2.43c-8.2-.12-15.95-.24-20.2-4.49s-4.37-12-4.49-20.2c-.1-6.37-.2-13-2.43-18.35c-2.33-5.65-7-10.55-11.57-15.28C33.25 139.09 28 133.62 28 128s5.25-11.09 10.8-16.88c4.54-4.73 9.24-9.63 11.57-15.28c2.23-5.39 2.33-12 2.43-18.35c.12-8.2.24-15.95 4.49-20.2s12-4.37 20.2-4.49c6.37-.1 13-.2 18.35-2.43c5.65-2.34 10.55-7 15.28-11.57C116.91 33.25 122.38 28 128 28s11.09 5.25 16.88 10.8c4.73 4.54 9.63 9.23 15.28 11.57c5.39 2.23 12 2.33 18.35 2.43c8.2.12 16 .24 20.2 4.49s4.37 12 4.49 20.2c.1 6.37.2 13 2.43 18.35c2.33 5.65 7 10.55 11.57 15.28c5.55 5.79 10.8 11.26 10.8 16.88s-5.25 11.09-10.8 16.88ZM116 96a20 20 0 1 0-20 20a20 20 0 0 0 20-20m-32 0a12 12 0 1 1 12 12a12 12 0 0 1-12-12m76 44a20 20 0 1 0 20 20a20 20 0 0 0-20-20m0 32a12 12 0 1 1 12-12a12 12 0 0 1-12 12m10.83-81.17l-80 80a4 4 0 0 1-5.66-5.66l80-80a4 4 0 1 1 5.66 5.66"/></svg>

React

import type { SVGProps } from "react";

export function PhSealPercentThin(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="M223 105.58c-4-4.2-8.2-8.54-10-12.8c-1.65-4-1.73-9.53-1.82-15.41c-.14-9-.29-19.19-6.83-25.74s-16.74-6.69-25.74-6.83c-5.88-.09-11.43-.17-15.41-1.82c-4.26-1.76-8.6-5.93-12.8-10c-6.68-6.4-13.59-13-22.42-13s-15.74 6.62-22.42 13c-4.2 4-8.54 8.2-12.8 10c-4 1.65-9.53 1.73-15.41 1.82c-9 .14-19.19.29-25.74 6.83s-6.67 16.74-6.81 25.74c-.09 5.88-.17 11.43-1.82 15.41c-1.76 4.26-5.93 8.6-10 12.8c-6.4 6.68-13 13.59-13 22.42s6.62 15.74 13 22.42c4 4.2 8.2 8.54 10 12.8c1.65 4 1.73 9.53 1.82 15.41c.14 9 .29 19.19 6.83 25.74s16.74 6.69 25.74 6.83c5.88.09 11.43.17 15.41 1.82c4.26 1.76 8.6 5.93 12.8 10c6.68 6.4 13.59 13 22.42 13s15.74-6.62 22.42-13c4.2-4 8.54-8.2 12.8-10c4-1.65 9.53-1.73 15.41-1.82c9-.14 19.19-.29 25.74-6.83s6.69-16.74 6.83-25.74c.09-5.88.17-11.43 1.82-15.41c1.76-4.26 5.93-8.6 10-12.8c6.4-6.68 13-13.59 13-22.42s-6.64-15.74-13.02-22.42m-5.78 39.3c-4.54 4.73-9.24 9.63-11.57 15.28c-2.23 5.39-2.33 12-2.43 18.35c-.12 8.2-.24 16-4.49 20.2s-12 4.37-20.2 4.49c-6.37.1-13 .2-18.35 2.43c-5.65 2.34-10.55 7-15.28 11.57c-5.81 5.55-11.28 10.8-16.9 10.8s-11.09-5.25-16.88-10.8c-4.73-4.54-9.63-9.23-15.28-11.57c-5.39-2.23-12-2.33-18.35-2.43c-8.2-.12-15.95-.24-20.2-4.49s-4.37-12-4.49-20.2c-.1-6.37-.2-13-2.43-18.35c-2.33-5.65-7-10.55-11.57-15.28C33.25 139.09 28 133.62 28 128s5.25-11.09 10.8-16.88c4.54-4.73 9.24-9.63 11.57-15.28c2.23-5.39 2.33-12 2.43-18.35c.12-8.2.24-15.95 4.49-20.2s12-4.37 20.2-4.49c6.37-.1 13-.2 18.35-2.43c5.65-2.34 10.55-7 15.28-11.57C116.91 33.25 122.38 28 128 28s11.09 5.25 16.88 10.8c4.73 4.54 9.63 9.23 15.28 11.57c5.39 2.23 12 2.33 18.35 2.43c8.2.12 16 .24 20.2 4.49s4.37 12 4.49 20.2c.1 6.37.2 13 2.43 18.35c2.33 5.65 7 10.55 11.57 15.28c5.55 5.79 10.8 11.26 10.8 16.88s-5.25 11.09-10.8 16.88ZM116 96a20 20 0 1 0-20 20a20 20 0 0 0 20-20m-32 0a12 12 0 1 1 12 12a12 12 0 0 1-12-12m76 44a20 20 0 1 0 20 20a20 20 0 0 0-20-20m0 32a12 12 0 1 1 12-12a12 12 0 0 1-12 12m10.83-81.17l-80 80a4 4 0 0 1-5.66-5.66l80-80a4 4 0 1 1 5.66 5.66"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M223 105.58c-4-4.2-8.2-8.54-10-12.8c-1.65-4-1.73-9.53-1.82-15.41c-.14-9-.29-19.19-6.83-25.74s-16.74-6.69-25.74-6.83c-5.88-.09-11.43-.17-15.41-1.82c-4.26-1.76-8.6-5.93-12.8-10c-6.68-6.4-13.59-13-22.42-13s-15.74 6.62-22.42 13c-4.2 4-8.54 8.2-12.8 10c-4 1.65-9.53 1.73-15.41 1.82c-9 .14-19.19.29-25.74 6.83s-6.67 16.74-6.81 25.74c-.09 5.88-.17 11.43-1.82 15.41c-1.76 4.26-5.93 8.6-10 12.8c-6.4 6.68-13 13.59-13 22.42s6.62 15.74 13 22.42c4 4.2 8.2 8.54 10 12.8c1.65 4 1.73 9.53 1.82 15.41c.14 9 .29 19.19 6.83 25.74s16.74 6.69 25.74 6.83c5.88.09 11.43.17 15.41 1.82c4.26 1.76 8.6 5.93 12.8 10c6.68 6.4 13.59 13 22.42 13s15.74-6.62 22.42-13c4.2-4 8.54-8.2 12.8-10c4-1.65 9.53-1.73 15.41-1.82c9-.14 19.19-.29 25.74-6.83s6.69-16.74 6.83-25.74c.09-5.88.17-11.43 1.82-15.41c1.76-4.26 5.93-8.6 10-12.8c6.4-6.68 13-13.59 13-22.42s-6.64-15.74-13.02-22.42m-5.78 39.3c-4.54 4.73-9.24 9.63-11.57 15.28c-2.23 5.39-2.33 12-2.43 18.35c-.12 8.2-.24 16-4.49 20.2s-12 4.37-20.2 4.49c-6.37.1-13 .2-18.35 2.43c-5.65 2.34-10.55 7-15.28 11.57c-5.81 5.55-11.28 10.8-16.9 10.8s-11.09-5.25-16.88-10.8c-4.73-4.54-9.63-9.23-15.28-11.57c-5.39-2.23-12-2.33-18.35-2.43c-8.2-.12-15.95-.24-20.2-4.49s-4.37-12-4.49-20.2c-.1-6.37-.2-13-2.43-18.35c-2.33-5.65-7-10.55-11.57-15.28C33.25 139.09 28 133.62 28 128s5.25-11.09 10.8-16.88c4.54-4.73 9.24-9.63 11.57-15.28c2.23-5.39 2.33-12 2.43-18.35c.12-8.2.24-15.95 4.49-20.2s12-4.37 20.2-4.49c6.37-.1 13-.2 18.35-2.43c5.65-2.34 10.55-7 15.28-11.57C116.91 33.25 122.38 28 128 28s11.09 5.25 16.88 10.8c4.73 4.54 9.63 9.23 15.28 11.57c5.39 2.23 12 2.33 18.35 2.43c8.2.12 16 .24 20.2 4.49s4.37 12 4.49 20.2c.1 6.37.2 13 2.43 18.35c2.33 5.65 7 10.55 11.57 15.28c5.55 5.79 10.8 11.26 10.8 16.88s-5.25 11.09-10.8 16.88ZM116 96a20 20 0 1 0-20 20a20 20 0 0 0 20-20m-32 0a12 12 0 1 1 12 12a12 12 0 0 1-12-12m76 44a20 20 0 1 0 20 20a20 20 0 0 0-20-20m0 32a12 12 0 1 1 12-12a12 12 0 0 1-12 12m10.83-81.17l-80 80a4 4 0 0 1-5.66-5.66l80-80a4 4 0 1 1 5.66 5.66"/></svg>
</template>

CSS

.icon-seal-percent-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%22M223%20105.58c-4-4.2-8.2-8.54-10-12.8c-1.65-4-1.73-9.53-1.82-15.41c-.14-9-.29-19.19-6.83-25.74s-16.74-6.69-25.74-6.83c-5.88-.09-11.43-.17-15.41-1.82c-4.26-1.76-8.6-5.93-12.8-10c-6.68-6.4-13.59-13-22.42-13s-15.74%206.62-22.42%2013c-4.2%204-8.54%208.2-12.8%2010c-4%201.65-9.53%201.73-15.41%201.82c-9%20.14-19.19.29-25.74%206.83s-6.67%2016.74-6.81%2025.74c-.09%205.88-.17%2011.43-1.82%2015.41c-1.76%204.26-5.93%208.6-10%2012.8c-6.4%206.68-13%2013.59-13%2022.42s6.62%2015.74%2013%2022.42c4%204.2%208.2%208.54%2010%2012.8c1.65%204%201.73%209.53%201.82%2015.41c.14%209%20.29%2019.19%206.83%2025.74s16.74%206.69%2025.74%206.83c5.88.09%2011.43.17%2015.41%201.82c4.26%201.76%208.6%205.93%2012.8%2010c6.68%206.4%2013.59%2013%2022.42%2013s15.74-6.62%2022.42-13c4.2-4%208.54-8.2%2012.8-10c4-1.65%209.53-1.73%2015.41-1.82c9-.14%2019.19-.29%2025.74-6.83s6.69-16.74%206.83-25.74c.09-5.88.17-11.43%201.82-15.41c1.76-4.26%205.93-8.6%2010-12.8c6.4-6.68%2013-13.59%2013-22.42s-6.64-15.74-13.02-22.42m-5.78%2039.3c-4.54%204.73-9.24%209.63-11.57%2015.28c-2.23%205.39-2.33%2012-2.43%2018.35c-.12%208.2-.24%2016-4.49%2020.2s-12%204.37-20.2%204.49c-6.37.1-13%20.2-18.35%202.43c-5.65%202.34-10.55%207-15.28%2011.57c-5.81%205.55-11.28%2010.8-16.9%2010.8s-11.09-5.25-16.88-10.8c-4.73-4.54-9.63-9.23-15.28-11.57c-5.39-2.23-12-2.33-18.35-2.43c-8.2-.12-15.95-.24-20.2-4.49s-4.37-12-4.49-20.2c-.1-6.37-.2-13-2.43-18.35c-2.33-5.65-7-10.55-11.57-15.28C33.25%20139.09%2028%20133.62%2028%20128s5.25-11.09%2010.8-16.88c4.54-4.73%209.24-9.63%2011.57-15.28c2.23-5.39%202.33-12%202.43-18.35c.12-8.2.24-15.95%204.49-20.2s12-4.37%2020.2-4.49c6.37-.1%2013-.2%2018.35-2.43c5.65-2.34%2010.55-7%2015.28-11.57C116.91%2033.25%20122.38%2028%20128%2028s11.09%205.25%2016.88%2010.8c4.73%204.54%209.63%209.23%2015.28%2011.57c5.39%202.23%2012%202.33%2018.35%202.43c8.2.12%2016%20.24%2020.2%204.49s4.37%2012%204.49%2020.2c.1%206.37.2%2013%202.43%2018.35c2.33%205.65%207%2010.55%2011.57%2015.28c5.55%205.79%2010.8%2011.26%2010.8%2016.88s-5.25%2011.09-10.8%2016.88ZM116%2096a20%2020%200%201%200-20%2020a20%2020%200%200%200%2020-20m-32%200a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m76%2044a20%2020%200%201%200%2020%2020a20%2020%200%200%200-20-20m0%2032a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m10.83-81.17l-80%2080a4%204%200%200%201-5.66-5.66l80-80a4%204%200%201%201%205.66%205.66%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%22M223%20105.58c-4-4.2-8.2-8.54-10-12.8c-1.65-4-1.73-9.53-1.82-15.41c-.14-9-.29-19.19-6.83-25.74s-16.74-6.69-25.74-6.83c-5.88-.09-11.43-.17-15.41-1.82c-4.26-1.76-8.6-5.93-12.8-10c-6.68-6.4-13.59-13-22.42-13s-15.74%206.62-22.42%2013c-4.2%204-8.54%208.2-12.8%2010c-4%201.65-9.53%201.73-15.41%201.82c-9%20.14-19.19.29-25.74%206.83s-6.67%2016.74-6.81%2025.74c-.09%205.88-.17%2011.43-1.82%2015.41c-1.76%204.26-5.93%208.6-10%2012.8c-6.4%206.68-13%2013.59-13%2022.42s6.62%2015.74%2013%2022.42c4%204.2%208.2%208.54%2010%2012.8c1.65%204%201.73%209.53%201.82%2015.41c.14%209%20.29%2019.19%206.83%2025.74s16.74%206.69%2025.74%206.83c5.88.09%2011.43.17%2015.41%201.82c4.26%201.76%208.6%205.93%2012.8%2010c6.68%206.4%2013.59%2013%2022.42%2013s15.74-6.62%2022.42-13c4.2-4%208.54-8.2%2012.8-10c4-1.65%209.53-1.73%2015.41-1.82c9-.14%2019.19-.29%2025.74-6.83s6.69-16.74%206.83-25.74c.09-5.88.17-11.43%201.82-15.41c1.76-4.26%205.93-8.6%2010-12.8c6.4-6.68%2013-13.59%2013-22.42s-6.64-15.74-13.02-22.42m-5.78%2039.3c-4.54%204.73-9.24%209.63-11.57%2015.28c-2.23%205.39-2.33%2012-2.43%2018.35c-.12%208.2-.24%2016-4.49%2020.2s-12%204.37-20.2%204.49c-6.37.1-13%20.2-18.35%202.43c-5.65%202.34-10.55%207-15.28%2011.57c-5.81%205.55-11.28%2010.8-16.9%2010.8s-11.09-5.25-16.88-10.8c-4.73-4.54-9.63-9.23-15.28-11.57c-5.39-2.23-12-2.33-18.35-2.43c-8.2-.12-15.95-.24-20.2-4.49s-4.37-12-4.49-20.2c-.1-6.37-.2-13-2.43-18.35c-2.33-5.65-7-10.55-11.57-15.28C33.25%20139.09%2028%20133.62%2028%20128s5.25-11.09%2010.8-16.88c4.54-4.73%209.24-9.63%2011.57-15.28c2.23-5.39%202.33-12%202.43-18.35c.12-8.2.24-15.95%204.49-20.2s12-4.37%2020.2-4.49c6.37-.1%2013-.2%2018.35-2.43c5.65-2.34%2010.55-7%2015.28-11.57C116.91%2033.25%20122.38%2028%20128%2028s11.09%205.25%2016.88%2010.8c4.73%204.54%209.63%209.23%2015.28%2011.57c5.39%202.23%2012%202.33%2018.35%202.43c8.2.12%2016%20.24%2020.2%204.49s4.37%2012%204.49%2020.2c.1%206.37.2%2013%202.43%2018.35c2.33%205.65%207%2010.55%2011.57%2015.28c5.55%205.79%2010.8%2011.26%2010.8%2016.88s-5.25%2011.09-10.8%2016.88ZM116%2096a20%2020%200%201%200-20%2020a20%2020%200%200%200%2020-20m-32%200a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m76%2044a20%2020%200%201%200%2020%2020a20%2020%200%200%200-20-20m0%2032a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m10.83-81.17l-80%2080a4%204%200%200%201-5.66-5.66l80-80a4%204%200%201%201%205.66%205.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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