percent icon
percent-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- percent-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
percentBootstrap Iconspercent-fillEva IconspercentFramework7 IconspercentFont Awesome 6 SolidpercentFont Awesome SolidpercentFeather IconspercentHuge IconspercentLine AwesomepercentLucidepercentMajesticonspercentMaterial SymbolspercentMaterial Symbols LightpercentMaterial Design IconspercentPixelarticonspercent-fillRemix IconpercentTDesign Icons
Use the percent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 172a12 12 0 1 1-12-12a12 12 0 0 1 12 12M92 96a12 12 0 1 0-12-12a12 12 0 0 0 12 12m132-48v160a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16M64 84a28 28 0 1 0 28-28a28 28 0 0 0-28 28m128 88a28 28 0 1 0-28 28a28 28 0 0 0 28-28m-2.34-105.66a8 8 0 0 0-11.32 0l-112 112a8 8 0 0 0 11.32 11.32l112-112a8 8 0 0 0 0-11.32"/></svg>
React
import type { SVGProps } from "react";
export function PhPercentFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 172a12 12 0 1 1-12-12a12 12 0 0 1 12 12M92 96a12 12 0 1 0-12-12a12 12 0 0 0 12 12m132-48v160a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16M64 84a28 28 0 1 0 28-28a28 28 0 0 0-28 28m128 88a28 28 0 1 0-28 28a28 28 0 0 0 28-28m-2.34-105.66a8 8 0 0 0-11.32 0l-112 112a8 8 0 0 0 11.32 11.32l112-112a8 8 0 0 0 0-11.32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 172a12 12 0 1 1-12-12a12 12 0 0 1 12 12M92 96a12 12 0 1 0-12-12a12 12 0 0 0 12 12m132-48v160a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16M64 84a28 28 0 1 0 28-28a28 28 0 0 0-28 28m128 88a28 28 0 1 0-28 28a28 28 0 0 0 28-28m-2.34-105.66a8 8 0 0 0-11.32 0l-112 112a8 8 0 0 0 11.32 11.32l112-112a8 8 0 0 0 0-11.32"/></svg> </template>
CSS
.icon-percent-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%20172a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012M92%2096a12%2012%200%201%200-12-12a12%2012%200%200%200%2012%2012m132-48v160a16%2016%200%200%201-16%2016H48a16%2016%200%200%201-16-16V48a16%2016%200%200%201%2016-16h160a16%2016%200%200%201%2016%2016M64%2084a28%2028%200%201%200%2028-28a28%2028%200%200%200-28%2028m128%2088a28%2028%200%201%200-28%2028a28%2028%200%200%200%2028-28m-2.34-105.66a8%208%200%200%200-11.32%200l-112%20112a8%208%200%200%200%2011.32%2011.32l112-112a8%208%200%200%200%200-11.32%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%20172a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012M92%2096a12%2012%200%201%200-12-12a12%2012%200%200%200%2012%2012m132-48v160a16%2016%200%200%201-16%2016H48a16%2016%200%200%201-16-16V48a16%2016%200%200%201%2016-16h160a16%2016%200%200%201%2016%2016M64%2084a28%2028%200%201%200%2028-28a28%2028%200%200%200-28%2028m128%2088a28%2028%200%201%200-28%2028a28%2028%200%200%200%2028-28m-2.34-105.66a8%208%200%200%200-11.32%200l-112%20112a8%208%200%200%200%2011.32%2011.32l112-112a8%208%200%200%200%200-11.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/percent-fill.svg?color=%231a73e8&size=48