text footnote ga na icon

text-footnote-ga-na-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
text-footnote-ga-na-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text footnote ga na icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M20.5 7.263a5.27 5.27 0 0 1-.607.475a.75.75 0 0 1-.832-1.248c.764-.51 1.33-1.321 1.456-1.9A.75.75 0 0 1 22 4.75v6.5a.75.75 0 0 1-1.5 0V7.263zM2 9.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 .75.75c0 .968-.166 2.241-.76 3.358c-.61 1.149-1.673 2.117-3.374 2.383a.75.75 0 1 1-.232-1.482c1.175-.184 1.862-.816 2.282-1.606c.312-.585.476-1.262.544-1.903H2.75A.75.75 0 0 1 2 9.25zm6-3v12a.75.75 0 0 0 1.5 0v-12a.75.75 0 0 0-1.5 0zm8 12v-12a.75.75 0 0 1 1.5 0v12a.75.75 0 0 1-1.5 0zM12.742 7.106a.75.75 0 0 0-1.485-.212l-1 7a.75.75 0 0 0 .85.848l3.5-.5a.75.75 0 0 0-.213-1.485l-2.51.36l.858-6.01z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentTextFootnoteGaNa24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M20.5 7.263a5.27 5.27 0 0 1-.607.475a.75.75 0 0 1-.832-1.248c.764-.51 1.33-1.321 1.456-1.9A.75.75 0 0 1 22 4.75v6.5a.75.75 0 0 1-1.5 0V7.263zM2 9.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 .75.75c0 .968-.166 2.241-.76 3.358c-.61 1.149-1.673 2.117-3.374 2.383a.75.75 0 1 1-.232-1.482c1.175-.184 1.862-.816 2.282-1.606c.312-.585.476-1.262.544-1.903H2.75A.75.75 0 0 1 2 9.25zm6-3v12a.75.75 0 0 0 1.5 0v-12a.75.75 0 0 0-1.5 0zm8 12v-12a.75.75 0 0 1 1.5 0v12a.75.75 0 0 1-1.5 0zM12.742 7.106a.75.75 0 0 0-1.485-.212l-1 7a.75.75 0 0 0 .85.848l3.5-.5a.75.75 0 0 0-.213-1.485l-2.51.36l.858-6.01z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M20.5 7.263a5.27 5.27 0 0 1-.607.475a.75.75 0 0 1-.832-1.248c.764-.51 1.33-1.321 1.456-1.9A.75.75 0 0 1 22 4.75v6.5a.75.75 0 0 1-1.5 0V7.263zM2 9.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 .75.75c0 .968-.166 2.241-.76 3.358c-.61 1.149-1.673 2.117-3.374 2.383a.75.75 0 1 1-.232-1.482c1.175-.184 1.862-.816 2.282-1.606c.312-.585.476-1.262.544-1.903H2.75A.75.75 0 0 1 2 9.25zm6-3v12a.75.75 0 0 0 1.5 0v-12a.75.75 0 0 0-1.5 0zm8 12v-12a.75.75 0 0 1 1.5 0v12a.75.75 0 0 1-1.5 0zM12.742 7.106a.75.75 0 0 0-1.485-.212l-1 7a.75.75 0 0 0 .85.848l3.5-.5a.75.75 0 0 0-.213-1.485l-2.51.36l.858-6.01z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-text-footnote-ga-na-24-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M20.5%207.263a5.27%205.27%200%200%201-.607.475a.75.75%200%200%201-.832-1.248c.764-.51%201.33-1.321%201.456-1.9A.75.75%200%200%201%2022%204.75v6.5a.75.75%200%200%201-1.5%200V7.263zM2%209.25a.75.75%200%200%201%20.75-.75h3.5a.75.75%200%200%201%20.75.75c0%20.968-.166%202.241-.76%203.358c-.61%201.149-1.673%202.117-3.374%202.383a.75.75%200%201%201-.232-1.482c1.175-.184%201.862-.816%202.282-1.606c.312-.585.476-1.262.544-1.903H2.75A.75.75%200%200%201%202%209.25zm6-3v12a.75.75%200%200%200%201.5%200v-12a.75.75%200%200%200-1.5%200zm8%2012v-12a.75.75%200%200%201%201.5%200v12a.75.75%200%200%201-1.5%200zM12.742%207.106a.75.75%200%200%200-1.485-.212l-1%207a.75.75%200%200%200%20.85.848l3.5-.5a.75.75%200%200%200-.213-1.485l-2.51.36l.858-6.01z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M20.5%207.263a5.27%205.27%200%200%201-.607.475a.75.75%200%200%201-.832-1.248c.764-.51%201.33-1.321%201.456-1.9A.75.75%200%200%201%2022%204.75v6.5a.75.75%200%200%201-1.5%200V7.263zM2%209.25a.75.75%200%200%201%20.75-.75h3.5a.75.75%200%200%201%20.75.75c0%20.968-.166%202.241-.76%203.358c-.61%201.149-1.673%202.117-3.374%202.383a.75.75%200%201%201-.232-1.482c1.175-.184%201.862-.816%202.282-1.606c.312-.585.476-1.262.544-1.903H2.75A.75.75%200%200%201%202%209.25zm6-3v12a.75.75%200%200%200%201.5%200v-12a.75.75%200%200%200-1.5%200zm8%2012v-12a.75.75%200%200%201%201.5%200v12a.75.75%200%200%201-1.5%200zM12.742%207.106a.75.75%200%200%200-1.485-.212l-1%207a.75.75%200%200%200%20.85.848l3.5-.5a.75.75%200%200%200-.213-1.485l-2.51.36l.858-6.01z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-footnote-ga-na-24-regular.svg?color=%231a73e8&size=48