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

Name
text-font-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M6 2a.5.5 0 0 1 .467.319l2.43 6.25l.009.022l.17.437l-.527 1.404l-.456-1.17H3.907l-.94 2.42a.5.5 0 1 1-.933-.363L3.095 8.59l.008-.021l2.432-6.251A.5.5 0 0 1 6 2M4.297 8.262h3.408L6.001 3.88zm8.171-2.94a.5.5 0 0 0-.935.002L7.154 17H6.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-.278l1.125-3h5.373l1.149 3H15.5a.5.5 0 1 0 0 1h2a.5.5 0 1 0 0-1h-.56zM14.337 13H9.722l2.283-6.09z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextFont20Regular(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="M6 2a.5.5 0 0 1 .467.319l2.43 6.25l.009.022l.17.437l-.527 1.404l-.456-1.17H3.907l-.94 2.42a.5.5 0 1 1-.933-.363L3.095 8.59l.008-.021l2.432-6.251A.5.5 0 0 1 6 2M4.297 8.262h3.408L6.001 3.88zm8.171-2.94a.5.5 0 0 0-.935.002L7.154 17H6.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-.278l1.125-3h5.373l1.149 3H15.5a.5.5 0 1 0 0 1h2a.5.5 0 1 0 0-1h-.56zM14.337 13H9.722l2.283-6.09z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 2a.5.5 0 0 1 .467.319l2.43 6.25l.009.022l.17.437l-.527 1.404l-.456-1.17H3.907l-.94 2.42a.5.5 0 1 1-.933-.363L3.095 8.59l.008-.021l2.432-6.251A.5.5 0 0 1 6 2M4.297 8.262h3.408L6.001 3.88zm8.171-2.94a.5.5 0 0 0-.935.002L7.154 17H6.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-.278l1.125-3h5.373l1.149 3H15.5a.5.5 0 1 0 0 1h2a.5.5 0 1 0 0-1h-.56zM14.337 13H9.722l2.283-6.09z"/></svg>
</template>

CSS

.icon-text-font-20-regular {
  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%22M6%202a.5.5%200%200%201%20.467.319l2.43%206.25l.009.022l.17.437l-.527%201.404l-.456-1.17H3.907l-.94%202.42a.5.5%200%201%201-.933-.363L3.095%208.59l.008-.021l2.432-6.251A.5.5%200%200%201%206%202M4.297%208.262h3.408L6.001%203.88zm8.171-2.94a.5.5%200%200%200-.935.002L7.154%2017H6.5a.5.5%200%200%200%200%201h2a.5.5%200%200%200%200-1h-.278l1.125-3h5.373l1.149%203H15.5a.5.5%200%201%200%200%201h2a.5.5%200%201%200%200-1h-.56zM14.337%2013H9.722l2.283-6.09z%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%22M6%202a.5.5%200%200%201%20.467.319l2.43%206.25l.009.022l.17.437l-.527%201.404l-.456-1.17H3.907l-.94%202.42a.5.5%200%201%201-.933-.363L3.095%208.59l.008-.021l2.432-6.251A.5.5%200%200%201%206%202M4.297%208.262h3.408L6.001%203.88zm8.171-2.94a.5.5%200%200%200-.935.002L7.154%2017H6.5a.5.5%200%200%200%200%201h2a.5.5%200%200%200%200-1h-.278l1.125-3h5.373l1.149%203H15.5a.5.5%200%201%200%200%201h2a.5.5%200%201%200%200-1h-.56zM14.337%2013H9.722l2.283-6.09z%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-regular.svg?color=%231a73e8&size=48