percent icon

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

Name
percent-thin
Set
Phosphor
Style
Thin
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="m202.83 58.81l-144 144a4 4 0 0 1-5.66-5.66l144-144a4 4 0 1 1 5.66 5.65ZM53.37 98.62A32 32 0 1 1 76 108a31.82 31.82 0 0 1-22.63-9.38M52 76a24 24 0 1 0 7-17a23.85 23.85 0 0 0-7 17m160 104a32 32 0 1 1-9.37-22.63A31.82 31.82 0 0 1 212 180m-8 0a24 24 0 1 0-7 17a23.9 23.9 0 0 0 7-17"/></svg>

React

import type { SVGProps } from "react";

export function PhPercentThin(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="m202.83 58.81l-144 144a4 4 0 0 1-5.66-5.66l144-144a4 4 0 1 1 5.66 5.65ZM53.37 98.62A32 32 0 1 1 76 108a31.82 31.82 0 0 1-22.63-9.38M52 76a24 24 0 1 0 7-17a23.85 23.85 0 0 0-7 17m160 104a32 32 0 1 1-9.37-22.63A31.82 31.82 0 0 1 212 180m-8 0a24 24 0 1 0-7 17a23.9 23.9 0 0 0 7-17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m202.83 58.81l-144 144a4 4 0 0 1-5.66-5.66l144-144a4 4 0 1 1 5.66 5.65ZM53.37 98.62A32 32 0 1 1 76 108a31.82 31.82 0 0 1-22.63-9.38M52 76a24 24 0 1 0 7-17a23.85 23.85 0 0 0-7 17m160 104a32 32 0 1 1-9.37-22.63A31.82 31.82 0 0 1 212 180m-8 0a24 24 0 1 0-7 17a23.9 23.9 0 0 0 7-17"/></svg>
</template>

CSS

.icon-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%22m202.83%2058.81l-144%20144a4%204%200%200%201-5.66-5.66l144-144a4%204%200%201%201%205.66%205.65ZM53.37%2098.62A32%2032%200%201%201%2076%20108a31.82%2031.82%200%200%201-22.63-9.38M52%2076a24%2024%200%201%200%207-17a23.85%2023.85%200%200%200-7%2017m160%20104a32%2032%200%201%201-9.37-22.63A31.82%2031.82%200%200%201%20212%20180m-8%200a24%2024%200%201%200-7%2017a23.9%2023.9%200%200%200%207-17%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%22m202.83%2058.81l-144%20144a4%204%200%200%201-5.66-5.66l144-144a4%204%200%201%201%205.66%205.65ZM53.37%2098.62A32%2032%200%201%201%2076%20108a31.82%2031.82%200%200%201-22.63-9.38M52%2076a24%2024%200%201%200%207-17a23.85%2023.85%200%200%200-7%2017m160%20104a32%2032%200%201%201-9.37-22.63A31.82%2031.82%200%200%201%20212%20180m-8%200a24%2024%200%201%200-7%2017a23.9%2023.9%200%200%200%207-17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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