percent icon

percent from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
percent
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the percent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m205.66 61.64l-144 144a8 8 0 0 1-11.32-11.32l144-144a8 8 0 0 1 11.32 11.31Zm-155.12 39.8a36 36 0 0 1 50.92-50.91a36 36 0 0 1-50.92 50.91M56 76a20 20 0 1 0 34.14-14.16A20 20 0 0 0 56 76m160 104a36 36 0 1 1-10.54-25.46A35.76 35.76 0 0 1 216 180m-16 0a20 20 0 1 0-5.86 14.14A19.87 19.87 0 0 0 200 180"/></svg>

React

import type { SVGProps } from "react";

export function PhPercent(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="m205.66 61.64l-144 144a8 8 0 0 1-11.32-11.32l144-144a8 8 0 0 1 11.32 11.31Zm-155.12 39.8a36 36 0 0 1 50.92-50.91a36 36 0 0 1-50.92 50.91M56 76a20 20 0 1 0 34.14-14.16A20 20 0 0 0 56 76m160 104a36 36 0 1 1-10.54-25.46A35.76 35.76 0 0 1 216 180m-16 0a20 20 0 1 0-5.86 14.14A19.87 19.87 0 0 0 200 180"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m205.66 61.64l-144 144a8 8 0 0 1-11.32-11.32l144-144a8 8 0 0 1 11.32 11.31Zm-155.12 39.8a36 36 0 0 1 50.92-50.91a36 36 0 0 1-50.92 50.91M56 76a20 20 0 1 0 34.14-14.16A20 20 0 0 0 56 76m160 104a36 36 0 1 1-10.54-25.46A35.76 35.76 0 0 1 216 180m-16 0a20 20 0 1 0-5.86 14.14A19.87 19.87 0 0 0 200 180"/></svg>
</template>

CSS

.icon-percent {
  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%22m205.66%2061.64l-144%20144a8%208%200%200%201-11.32-11.32l144-144a8%208%200%200%201%2011.32%2011.31Zm-155.12%2039.8a36%2036%200%200%201%2050.92-50.91a36%2036%200%200%201-50.92%2050.91M56%2076a20%2020%200%201%200%2034.14-14.16A20%2020%200%200%200%2056%2076m160%20104a36%2036%200%201%201-10.54-25.46A35.76%2035.76%200%200%201%20216%20180m-16%200a20%2020%200%201%200-5.86%2014.14A19.87%2019.87%200%200%200%20200%20180%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%22m205.66%2061.64l-144%20144a8%208%200%200%201-11.32-11.32l144-144a8%208%200%200%201%2011.32%2011.31Zm-155.12%2039.8a36%2036%200%200%201%2050.92-50.91a36%2036%200%200%201-50.92%2050.91M56%2076a20%2020%200%201%200%2034.14-14.16A20%2020%200%200%200%2056%2076m160%20104a36%2036%200%201%201-10.54-25.46A35.76%2035.76%200%200%201%20216%20180m-16%200a20%2020%200%201%200-5.86%2014.14A19.87%2019.87%200%200%200%20200%20180%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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