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

Name
text-percent-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M24.627 3.21a1.25 1.25 0 0 1 .337 1.736L9.112 28.447a1.25 1.25 0 1 1-2.073-1.398L22.891 3.548a1.25 1.25 0 0 1 1.736-.338M8.5 5.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M2.5 9a6 6 0 1 1 12 0a6 6 0 0 1-12 0M20 23a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextPercent32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.627 3.21a1.25 1.25 0 0 1 .337 1.736L9.112 28.447a1.25 1.25 0 1 1-2.073-1.398L22.891 3.548a1.25 1.25 0 0 1 1.736-.338M8.5 5.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M2.5 9a6 6 0 1 1 12 0a6 6 0 0 1-12 0M20 23a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.627 3.21a1.25 1.25 0 0 1 .337 1.736L9.112 28.447a1.25 1.25 0 1 1-2.073-1.398L22.891 3.548a1.25 1.25 0 0 1 1.736-.338M8.5 5.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M2.5 9a6 6 0 1 1 12 0a6 6 0 0 1-12 0M20 23a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12"/></svg>
</template>

CSS

.icon-text-percent-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.627%203.21a1.25%201.25%200%200%201%20.337%201.736L9.112%2028.447a1.25%201.25%200%201%201-2.073-1.398L22.891%203.548a1.25%201.25%200%200%201%201.736-.338M8.5%205.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M2.5%209a6%206%200%201%201%2012%200a6%206%200%200%201-12%200M20%2023a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200m3.5-6a6%206%200%201%200%200%2012a6%206%200%200%200%200-12%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.627%203.21a1.25%201.25%200%200%201%20.337%201.736L9.112%2028.447a1.25%201.25%200%201%201-2.073-1.398L22.891%203.548a1.25%201.25%200%200%201%201.736-.338M8.5%205.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M2.5%209a6%206%200%201%201%2012%200a6%206%200%200%201-12%200M20%2023a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200m3.5-6a6%206%200%201%200%200%2012a6%206%200%200%200%200-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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