percent icon
percent from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- percent
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- percent-outline, percent-outline-sharp, percent-sharp
1 other variant in Material Symbols Light
The same icon in other sets
percentBootstrap Iconspercent-fillEva IconspercentFramework7 IconspercentFont Awesome 6 SolidpercentFont Awesome SolidpercentFeather IconspercentHuge IconspercentLine AwesomepercentLucidepercentMajesticonspercentMaterial SymbolspercentMaterial Design IconspercentPhosphorpercentPixelarticonspercent-fillRemix IconpercentTDesign Icons
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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-.533M5.88 18.808l-.689-.688L18.14 5.173l.688.689z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPercent(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-.533M5.88 18.808l-.689-.688L18.14 5.173l.688.689z"/></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-.533M5.88 18.808l-.689-.688L18.14 5.173l.688.689z"/></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%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-.533M5.88%2018.808l-.689-.688L18.14%205.173l.688.689z%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-.533M5.88%2018.808l-.689-.688L18.14%205.173l.688.689z%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.svg?color=%231a73e8&size=48