percentage icon
percentage-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- percentage-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- percentage, percentage-outline
The same icon in other sets
percentageAkar IconspercentageCarbonpercentageCodiconspercentageFont Awesome SolidpercentageIconParkpercentageIconPark OutlinepercentageIconPark SolidpercentageIconPark TwoTonepercentageIconoirpercentageLine Awesomepercentage-fillMingCute IconpercentageMyna UI IconspercentagePrime IconspercentageTabler IconspercentageUnicons
Use the percentage icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m855.7 210.8l-42.4-42.4a8.03 8.03 0 0 0-11.3 0L168.3 801.9a8.03 8.03 0 0 0 0 11.3l42.4 42.4c3.1 3.1 8.2 3.1 11.3 0L855.6 222c3.2-3 3.2-8.1.1-11.2M304 448c79.4 0 144-64.6 144-144s-64.6-144-144-144s-144 64.6-144 144s64.6 144 144 144m0-216c39.7 0 72 32.3 72 72s-32.3 72-72 72s-72-32.3-72-72s32.3-72 72-72m416 344c-79.4 0-144 64.6-144 144s64.6 144 144 144s144-64.6 144-144s-64.6-144-144-144m0 216c-39.7 0-72-32.3-72-72s32.3-72 72-72s72 32.3 72 72s-32.3 72-72 72"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignPercentageOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m855.7 210.8l-42.4-42.4a8.03 8.03 0 0 0-11.3 0L168.3 801.9a8.03 8.03 0 0 0 0 11.3l42.4 42.4c3.1 3.1 8.2 3.1 11.3 0L855.6 222c3.2-3 3.2-8.1.1-11.2M304 448c79.4 0 144-64.6 144-144s-64.6-144-144-144s-144 64.6-144 144s64.6 144 144 144m0-216c39.7 0 72 32.3 72 72s-32.3 72-72 72s-72-32.3-72-72s32.3-72 72-72m416 344c-79.4 0-144 64.6-144 144s64.6 144 144 144s144-64.6 144-144s-64.6-144-144-144m0 216c-39.7 0-72-32.3-72-72s32.3-72 72-72s72 32.3 72 72s-32.3 72-72 72"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m855.7 210.8l-42.4-42.4a8.03 8.03 0 0 0-11.3 0L168.3 801.9a8.03 8.03 0 0 0 0 11.3l42.4 42.4c3.1 3.1 8.2 3.1 11.3 0L855.6 222c3.2-3 3.2-8.1.1-11.2M304 448c79.4 0 144-64.6 144-144s-64.6-144-144-144s-144 64.6-144 144s64.6 144 144 144m0-216c39.7 0 72 32.3 72 72s-32.3 72-72 72s-72-32.3-72-72s32.3-72 72-72m416 344c-79.4 0-144 64.6-144 144s64.6 144 144 144s144-64.6 144-144s-64.6-144-144-144m0 216c-39.7 0-72-32.3-72-72s32.3-72 72-72s72 32.3 72 72s-32.3 72-72 72"/></svg> </template>
CSS
.icon-percentage-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m855.7%20210.8l-42.4-42.4a8.03%208.03%200%200%200-11.3%200L168.3%20801.9a8.03%208.03%200%200%200%200%2011.3l42.4%2042.4c3.1%203.1%208.2%203.1%2011.3%200L855.6%20222c3.2-3%203.2-8.1.1-11.2M304%20448c79.4%200%20144-64.6%20144-144s-64.6-144-144-144s-144%2064.6-144%20144s64.6%20144%20144%20144m0-216c39.7%200%2072%2032.3%2072%2072s-32.3%2072-72%2072s-72-32.3-72-72s32.3-72%2072-72m416%20344c-79.4%200-144%2064.6-144%20144s64.6%20144%20144%20144s144-64.6%20144-144s-64.6-144-144-144m0%20216c-39.7%200-72-32.3-72-72s32.3-72%2072-72s72%2032.3%2072%2072s-32.3%2072-72%2072%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m855.7%20210.8l-42.4-42.4a8.03%208.03%200%200%200-11.3%200L168.3%20801.9a8.03%208.03%200%200%200%200%2011.3l42.4%2042.4c3.1%203.1%208.2%203.1%2011.3%200L855.6%20222c3.2-3%203.2-8.1.1-11.2M304%20448c79.4%200%20144-64.6%20144-144s-64.6-144-144-144s-144%2064.6-144%20144s64.6%20144%20144%20144m0-216c39.7%200%2072%2032.3%2072%2072s-32.3%2072-72%2072s-72-32.3-72-72s32.3-72%2072-72m416%20344c-79.4%200-144%2064.6-144%20144s64.6%20144%20144%20144s144-64.6%20144-144s-64.6-144-144-144m0%20216c-39.7%200-72-32.3-72-72s32.3-72%2072-72s72%2032.3%2072%2072s-32.3%2072-72%2072%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/percentage-outlined.svg?color=%231a73e8&size=48