percentage icon

percentage from Line Awesome by Icons8 · Line · Mathematics · Apache-2.0 Free for personal and commercial use.

Name
percentage
Set
Line Awesome
Style
Line
Category
Mathematics
Viewbox
32×32
License
Apache 2.0
Aliases
percentage-solid

The same icon in other sets

More mathematics icons from Line Awesome

Use the percentage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm5 2c-1.645 0-3 1.355-3 3v1c0 1.645 1.355 3 3 3s3-1.355 3-3v-1c0-1.645-1.355-3-3-3m7.594 0L10 23h2.406L22 9zM12 11c.566 0 1 .434 1 1v1c0 .566-.434 1-1 1s-1-.434-1-1v-1c0-.566.434-1 1-1m8 5c-1.645 0-3 1.355-3 3v1c0 1.645 1.355 3 3 3s3-1.355 3-3v-1c0-1.645-1.355-3-3-3m0 2c.566 0 1 .434 1 1v1c0 .566-.434 1-1 1s-1-.434-1-1v-1c0-.566.434-1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function LaPercentage(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm5 2c-1.645 0-3 1.355-3 3v1c0 1.645 1.355 3 3 3s3-1.355 3-3v-1c0-1.645-1.355-3-3-3m7.594 0L10 23h2.406L22 9zM12 11c.566 0 1 .434 1 1v1c0 .566-.434 1-1 1s-1-.434-1-1v-1c0-.566.434-1 1-1m8 5c-1.645 0-3 1.355-3 3v1c0 1.645 1.355 3 3 3s3-1.355 3-3v-1c0-1.645-1.355-3-3-3m0 2c.566 0 1 .434 1 1v1c0 .566-.434 1-1 1s-1-.434-1-1v-1c0-.566.434-1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm5 2c-1.645 0-3 1.355-3 3v1c0 1.645 1.355 3 3 3s3-1.355 3-3v-1c0-1.645-1.355-3-3-3m7.594 0L10 23h2.406L22 9zM12 11c.566 0 1 .434 1 1v1c0 .566-.434 1-1 1s-1-.434-1-1v-1c0-.566.434-1 1-1m8 5c-1.645 0-3 1.355-3 3v1c0 1.645 1.355 3 3 3s3-1.355 3-3v-1c0-1.645-1.355-3-3-3m0 2c.566 0 1 .434 1 1v1c0 .566-.434 1-1 1s-1-.434-1-1v-1c0-.566.434-1 1-1"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm5%202c-1.645%200-3%201.355-3%203v1c0%201.645%201.355%203%203%203s3-1.355%203-3v-1c0-1.645-1.355-3-3-3m7.594%200L10%2023h2.406L22%209zM12%2011c.566%200%201%20.434%201%201v1c0%20.566-.434%201-1%201s-1-.434-1-1v-1c0-.566.434-1%201-1m8%205c-1.645%200-3%201.355-3%203v1c0%201.645%201.355%203%203%203s3-1.355%203-3v-1c0-1.645-1.355-3-3-3m0%202c.566%200%201%20.434%201%201v1c0%20.566-.434%201-1%201s-1-.434-1-1v-1c0-.566.434-1%201-1%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm5%202c-1.645%200-3%201.355-3%203v1c0%201.645%201.355%203%203%203s3-1.355%203-3v-1c0-1.645-1.355-3-3-3m7.594%200L10%2023h2.406L22%209zM12%2011c.566%200%201%20.434%201%201v1c0%20.566-.434%201-1%201s-1-.434-1-1v-1c0-.566.434-1%201-1m8%205c-1.645%200-3%201.355-3%203v1c0%201.645%201.355%203%203%203s3-1.355%203-3v-1c0-1.645-1.355-3-3-3m0%202c.566%200%201%20.434%201%201v1c0%20.566-.434%201-1%201s-1-.434-1-1v-1c0-.566.434-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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