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

Name
text-font-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the text font icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.999 2c.31 0 .59.192.7.482l2.27 5.939q.03.06.048.125l.037.099l-.793 2.127L7.776 9.5H4.221l-.772 2.021a.75.75 0 0 1-1.401-.536l3.25-8.503a.75.75 0 0 1 .7-.482M4.795 8h2.407L6 4.85zm7.908-2.51a.75.75 0 0 0-1.405 0L7.193 16.5h-.438a.75.75 0 0 0 0 1.5h2.5a.75.75 0 1 0 0-1.5h-.461l.747-2.003h4.919l.746 2.003h-.455a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-.444zm1.197 7.507h-3.8L12 7.899z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextFont20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.999 2c.31 0 .59.192.7.482l2.27 5.939q.03.06.048.125l.037.099l-.793 2.127L7.776 9.5H4.221l-.772 2.021a.75.75 0 0 1-1.401-.536l3.25-8.503a.75.75 0 0 1 .7-.482M4.795 8h2.407L6 4.85zm7.908-2.51a.75.75 0 0 0-1.405 0L7.193 16.5h-.438a.75.75 0 0 0 0 1.5h2.5a.75.75 0 1 0 0-1.5h-.461l.747-2.003h4.919l.746 2.003h-.455a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-.444zm1.197 7.507h-3.8L12 7.899z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.999 2c.31 0 .59.192.7.482l2.27 5.939q.03.06.048.125l.037.099l-.793 2.127L7.776 9.5H4.221l-.772 2.021a.75.75 0 0 1-1.401-.536l3.25-8.503a.75.75 0 0 1 .7-.482M4.795 8h2.407L6 4.85zm7.908-2.51a.75.75 0 0 0-1.405 0L7.193 16.5h-.438a.75.75 0 0 0 0 1.5h2.5a.75.75 0 1 0 0-1.5h-.461l.747-2.003h4.919l.746 2.003h-.455a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-.444zm1.197 7.507h-3.8L12 7.899z"/></svg>
</template>

CSS

.icon-text-font-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.999%202c.31%200%20.59.192.7.482l2.27%205.939q.03.06.048.125l.037.099l-.793%202.127L7.776%209.5H4.221l-.772%202.021a.75.75%200%200%201-1.401-.536l3.25-8.503a.75.75%200%200%201%20.7-.482M4.795%208h2.407L6%204.85zm7.908-2.51a.75.75%200%200%200-1.405%200L7.193%2016.5h-.438a.75.75%200%200%200%200%201.5h2.5a.75.75%200%201%200%200-1.5h-.461l.747-2.003h4.919l.746%202.003h-.455a.75.75%200%200%200%200%201.5h2.5a.75.75%200%200%200%200-1.5h-.444zm1.197%207.507h-3.8L12%207.899z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.999%202c.31%200%20.59.192.7.482l2.27%205.939q.03.06.048.125l.037.099l-.793%202.127L7.776%209.5H4.221l-.772%202.021a.75.75%200%200%201-1.401-.536l3.25-8.503a.75.75%200%200%201%20.7-.482M4.795%208h2.407L6%204.85zm7.908-2.51a.75.75%200%200%200-1.405%200L7.193%2016.5h-.438a.75.75%200%200%200%200%201.5h2.5a.75.75%200%201%200%200-1.5h-.461l.747-2.003h4.919l.746%202.003h-.455a.75.75%200%200%200%200%201.5h2.5a.75.75%200%200%200%200-1.5h-.444zm1.197%207.507h-3.8L12%207.899z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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