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

Name
percent
Set
Material Symbols
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

The same icon in other sets

More text icons from Material Symbols

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.5 11q-1.45 0-2.475-1.025T4 7.5t1.025-2.475T7.5 4t2.475 1.025T11 7.5T9.975 9.975T7.5 11m0-2q.625 0 1.063-.437T9 7.5t-.437-1.062T7.5 6t-1.062.438T6 7.5t.438 1.063T7.5 9m9 11q-1.45 0-2.475-1.025T13 16.5t1.025-2.475T16.5 13t2.475 1.025T20 16.5t-1.025 2.475T16.5 20m1.063-2.437Q18 17.125 18 16.5t-.437-1.062T16.5 15t-1.062.438T15 16.5t.438 1.063T16.5 18t1.063-.437M5.4 20L4 18.6L18.6 4L20 5.4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPercent(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.5 11q-1.45 0-2.475-1.025T4 7.5t1.025-2.475T7.5 4t2.475 1.025T11 7.5T9.975 9.975T7.5 11m0-2q.625 0 1.063-.437T9 7.5t-.437-1.062T7.5 6t-1.062.438T6 7.5t.438 1.063T7.5 9m9 11q-1.45 0-2.475-1.025T13 16.5t1.025-2.475T16.5 13t2.475 1.025T20 16.5t-1.025 2.475T16.5 20m1.063-2.437Q18 17.125 18 16.5t-.437-1.062T16.5 15t-1.062.438T15 16.5t.438 1.063T16.5 18t1.063-.437M5.4 20L4 18.6L18.6 4L20 5.4z"/></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.5 11q-1.45 0-2.475-1.025T4 7.5t1.025-2.475T7.5 4t2.475 1.025T11 7.5T9.975 9.975T7.5 11m0-2q.625 0 1.063-.437T9 7.5t-.437-1.062T7.5 6t-1.062.438T6 7.5t.438 1.063T7.5 9m9 11q-1.45 0-2.475-1.025T13 16.5t1.025-2.475T16.5 13t2.475 1.025T20 16.5t-1.025 2.475T16.5 20m1.063-2.437Q18 17.125 18 16.5t-.437-1.062T16.5 15t-1.062.438T15 16.5t.438 1.063T16.5 18t1.063-.437M5.4 20L4 18.6L18.6 4L20 5.4z"/></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.5%2011q-1.45%200-2.475-1.025T4%207.5t1.025-2.475T7.5%204t2.475%201.025T11%207.5T9.975%209.975T7.5%2011m0-2q.625%200%201.063-.437T9%207.5t-.437-1.062T7.5%206t-1.062.438T6%207.5t.438%201.063T7.5%209m9%2011q-1.45%200-2.475-1.025T13%2016.5t1.025-2.475T16.5%2013t2.475%201.025T20%2016.5t-1.025%202.475T16.5%2020m1.063-2.437Q18%2017.125%2018%2016.5t-.437-1.062T16.5%2015t-1.062.438T15%2016.5t.438%201.063T16.5%2018t1.063-.437M5.4%2020L4%2018.6L18.6%204L20%205.4z%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.5%2011q-1.45%200-2.475-1.025T4%207.5t1.025-2.475T7.5%204t2.475%201.025T11%207.5T9.975%209.975T7.5%2011m0-2q.625%200%201.063-.437T9%207.5t-.437-1.062T7.5%206t-1.062.438T6%207.5t.438%201.063T7.5%209m9%2011q-1.45%200-2.475-1.025T13%2016.5t1.025-2.475T16.5%2013t2.475%201.025T20%2016.5t-1.025%202.475T16.5%2020m1.063-2.437Q18%2017.125%2018%2016.5t-.437-1.062T16.5%2015t-1.062.438T15%2016.5t.438%201.063T16.5%2018t1.063-.437M5.4%2020L4%2018.6L18.6%204L20%205.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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