percentage icon

percentage from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
percentage
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Use the percentage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 7A2.5 2.5 0 0 1 2 4.5C2 3.121 3.121 2 4.5 2S7 3.121 7 4.5S5.879 7 4.5 7m0-4C3.673 3 3 3.673 3 4.5S3.673 6 4.5 6S6 5.327 6 4.5S5.327 3 4.5 3m7 11A2.5 2.5 0 0 1 9 11.5C9 10.121 10.121 9 11.5 9s2.5 1.121 2.5 2.5s-1.121 2.5-2.5 2.5m0-4c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5s1.5-.673 1.5-1.5s-.673-1.5-1.5-1.5m-7.646 2.854l9-9a.5.5 0 0 0-.707-.707l-9.001 8.999a.5.5 0 0 0 .708.707z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconPercentage(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 7A2.5 2.5 0 0 1 2 4.5C2 3.121 3.121 2 4.5 2S7 3.121 7 4.5S5.879 7 4.5 7m0-4C3.673 3 3 3.673 3 4.5S3.673 6 4.5 6S6 5.327 6 4.5S5.327 3 4.5 3m7 11A2.5 2.5 0 0 1 9 11.5C9 10.121 10.121 9 11.5 9s2.5 1.121 2.5 2.5s-1.121 2.5-2.5 2.5m0-4c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5s1.5-.673 1.5-1.5s-.673-1.5-1.5-1.5m-7.646 2.854l9-9a.5.5 0 0 0-.707-.707l-9.001 8.999a.5.5 0 0 0 .708.707z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 7A2.5 2.5 0 0 1 2 4.5C2 3.121 3.121 2 4.5 2S7 3.121 7 4.5S5.879 7 4.5 7m0-4C3.673 3 3 3.673 3 4.5S3.673 6 4.5 6S6 5.327 6 4.5S5.327 3 4.5 3m7 11A2.5 2.5 0 0 1 9 11.5C9 10.121 10.121 9 11.5 9s2.5 1.121 2.5 2.5s-1.121 2.5-2.5 2.5m0-4c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5s1.5-.673 1.5-1.5s-.673-1.5-1.5-1.5m-7.646 2.854l9-9a.5.5 0 0 0-.707-.707l-9.001 8.999a.5.5 0 0 0 .708.707z"/></svg>
</template>

CSS

.icon-percentage {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%207A2.5%202.5%200%200%201%202%204.5C2%203.121%203.121%202%204.5%202S7%203.121%207%204.5S5.879%207%204.5%207m0-4C3.673%203%203%203.673%203%204.5S3.673%206%204.5%206S6%205.327%206%204.5S5.327%203%204.5%203m7%2011A2.5%202.5%200%200%201%209%2011.5C9%2010.121%2010.121%209%2011.5%209s2.5%201.121%202.5%202.5s-1.121%202.5-2.5%202.5m0-4c-.827%200-1.5.673-1.5%201.5s.673%201.5%201.5%201.5s1.5-.673%201.5-1.5s-.673-1.5-1.5-1.5m-7.646%202.854l9-9a.5.5%200%200%200-.707-.707l-9.001%208.999a.5.5%200%200%200%20.708.707z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%207A2.5%202.5%200%200%201%202%204.5C2%203.121%203.121%202%204.5%202S7%203.121%207%204.5S5.879%207%204.5%207m0-4C3.673%203%203%203.673%203%204.5S3.673%206%204.5%206S6%205.327%206%204.5S5.327%203%204.5%203m7%2011A2.5%202.5%200%200%201%209%2011.5C9%2010.121%2010.121%209%2011.5%209s2.5%201.121%202.5%202.5s-1.121%202.5-2.5%202.5m0-4c-.827%200-1.5.673-1.5%201.5s.673%201.5%201.5%201.5s1.5-.673%201.5-1.5s-.673-1.5-1.5-1.5m-7.646%202.854l9-9a.5.5%200%200%200-.707-.707l-9.001%208.999a.5.5%200%200%200%20.708.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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