text-percent-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
text-percent-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text percent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.962 2.123a.75.75 0 0 1 .203 1.042L5.079 13.669a.75.75 0 0 1-1.243-.838L10.92 2.326a.75.75 0 0 1 1.041-.203M4.5 3.5a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M1.75 4.75a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m8.5 6.5a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M11.5 8.5a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextPercent16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.962 2.123a.75.75 0 0 1 .203 1.042L5.079 13.669a.75.75 0 0 1-1.243-.838L10.92 2.326a.75.75 0 0 1 1.041-.203M4.5 3.5a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M1.75 4.75a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m8.5 6.5a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M11.5 8.5a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.962 2.123a.75.75 0 0 1 .203 1.042L5.079 13.669a.75.75 0 0 1-1.243-.838L10.92 2.326a.75.75 0 0 1 1.041-.203M4.5 3.5a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M1.75 4.75a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m8.5 6.5a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M11.5 8.5a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5"/></svg>
</template>

CSS

.icon-text-percent-16-filled {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.962%202.123a.75.75%200%200%201%20.203%201.042L5.079%2013.669a.75.75%200%200%201-1.243-.838L10.92%202.326a.75.75%200%200%201%201.041-.203M4.5%203.5a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M1.75%204.75a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200m8.5%206.5a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200M11.5%208.5a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.962%202.123a.75.75%200%200%201%20.203%201.042L5.079%2013.669a.75.75%200%200%201-1.243-.838L10.92%202.326a.75.75%200%200%201%201.041-.203M4.5%203.5a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M1.75%204.75a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200m8.5%206.5a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200M11.5%208.5a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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