percent-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
percent-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
percent-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the percent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.827 10.635q-1.171 0-1.999-.828t-.828-2q0-1.17.828-1.998t1.999-.828t1.999.828t.828 1.999t-.828 1.999t-1.999.828m-.001-1q.76 0 1.294-.533t.534-1.293t-.533-1.295t-1.293-.533t-1.294.532Q6 7.046 6 7.806t.533 1.295q.532.533 1.293.533M16.192 19q-1.17 0-1.999-.828q-.827-.828-.827-1.999t.827-1.999t2-.828t1.998.828t.828 1.999t-.828 1.999t-1.999.828m1.294-1.532q.533-.533.533-1.294t-.532-1.294t-1.293-.534t-1.295.533q-.533.532-.533 1.293t.532 1.294t1.293.534t1.295-.533m-12.08.64q0-.208.14-.341L17.804 5.508q.14-.14.335-.131q.194.01.334.15t.14.347t-.14.341L6.216 18.473q-.141.14-.335.13q-.195-.009-.335-.15t-.14-.347"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPercentRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.827 10.635q-1.171 0-1.999-.828t-.828-2q0-1.17.828-1.998t1.999-.828t1.999.828t.828 1.999t-.828 1.999t-1.999.828m-.001-1q.76 0 1.294-.533t.534-1.293t-.533-1.295t-1.293-.533t-1.294.532Q6 7.046 6 7.806t.533 1.295q.532.533 1.293.533M16.192 19q-1.17 0-1.999-.828q-.827-.828-.827-1.999t.827-1.999t2-.828t1.998.828t.828 1.999t-.828 1.999t-1.999.828m1.294-1.532q.533-.533.533-1.294t-.532-1.294t-1.293-.534t-1.295.533q-.533.532-.533 1.293t.532 1.294t1.293.534t1.295-.533m-12.08.64q0-.208.14-.341L17.804 5.508q.14-.14.335-.131q.194.01.334.15t.14.347t-.14.341L6.216 18.473q-.141.14-.335.13q-.195-.009-.335-.15t-.14-.347"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.827 10.635q-1.171 0-1.999-.828t-.828-2q0-1.17.828-1.998t1.999-.828t1.999.828t.828 1.999t-.828 1.999t-1.999.828m-.001-1q.76 0 1.294-.533t.534-1.293t-.533-1.295t-1.293-.533t-1.294.532Q6 7.046 6 7.806t.533 1.295q.532.533 1.293.533M16.192 19q-1.17 0-1.999-.828q-.827-.828-.827-1.999t.827-1.999t2-.828t1.998.828t.828 1.999t-.828 1.999t-1.999.828m1.294-1.532q.533-.533.533-1.294t-.532-1.294t-1.293-.534t-1.295.533q-.533.532-.533 1.293t.532 1.294t1.293.534t1.295-.533m-12.08.64q0-.208.14-.341L17.804 5.508q.14-.14.335-.131q.194.01.334.15t.14.347t-.14.341L6.216 18.473q-.141.14-.335.13q-.195-.009-.335-.15t-.14-.347"/></svg>
</template>

CSS

.icon-percent-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.827%2010.635q-1.171%200-1.999-.828t-.828-2q0-1.17.828-1.998t1.999-.828t1.999.828t.828%201.999t-.828%201.999t-1.999.828m-.001-1q.76%200%201.294-.533t.534-1.293t-.533-1.295t-1.293-.533t-1.294.532Q6%207.046%206%207.806t.533%201.295q.532.533%201.293.533M16.192%2019q-1.17%200-1.999-.828q-.827-.828-.827-1.999t.827-1.999t2-.828t1.998.828t.828%201.999t-.828%201.999t-1.999.828m1.294-1.532q.533-.533.533-1.294t-.532-1.294t-1.293-.534t-1.295.533q-.533.532-.533%201.293t.532%201.294t1.293.534t1.295-.533m-12.08.64q0-.208.14-.341L17.804%205.508q.14-.14.335-.131q.194.01.334.15t.14.347t-.14.341L6.216%2018.473q-.141.14-.335.13q-.195-.009-.335-.15t-.14-.347%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.827%2010.635q-1.171%200-1.999-.828t-.828-2q0-1.17.828-1.998t1.999-.828t1.999.828t.828%201.999t-.828%201.999t-1.999.828m-.001-1q.76%200%201.294-.533t.534-1.293t-.533-1.295t-1.293-.533t-1.294.532Q6%207.046%206%207.806t.533%201.295q.532.533%201.293.533M16.192%2019q-1.17%200-1.999-.828q-.827-.828-.827-1.999t.827-1.999t2-.828t1.998.828t.828%201.999t-.828%201.999t-1.999.828m1.294-1.532q.533-.533.533-1.294t-.532-1.294t-1.293-.534t-1.295.533q-.533.532-.533%201.293t.532%201.294t1.293.534t1.295-.533m-12.08.64q0-.208.14-.341L17.804%205.508q.14-.14.335-.131q.194.01.334.15t.14.347t-.14.341L6.216%2018.473q-.141.14-.335.13q-.195-.009-.335-.15t-.14-.347%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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