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

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

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the text footnote icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 7.263a5 5 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 0zm-8.278 10.493a.88.88 0 0 1-.222-.61V7.91c0-.246.074-.468.237-.645l.003-.004a.84.84 0 0 1 .628-.26c.243 0 .457.085.622.262a.9.9 0 0 1 .245.647v2.84q.273-.286.625-.492l.001-.001a3 3 0 0 1 1.524-.396c1.004 0 1.829.38 2.45 1.135c.62.752.916 1.739.916 2.935c0 1.2-.297 2.19-.916 2.941c-.623.752-1.455 1.128-2.471 1.128a3.03 3.03 0 0 1-1.546-.396a3 3 0 0 1-.64-.508v.05a.84.84 0 0 1-.243.61a.84.84 0 0 1-.61.244a.8.8 0 0 1-.6-.24zm4.75-1.976c.335-.435.516-1.043.516-1.85c0-.801-.181-1.406-.516-1.842c-.329-.427-.77-.64-1.35-.64c-.55 0-.995.216-1.352.665c-.354.446-.542 1.045-.542 1.818c0 .778.188 1.378.542 1.825c.356.443.8.658 1.352.658c.581 0 1.022-.212 1.35-.634M2 17.186c0 .235.093.438.27.594l.007.007c.18.147.399.213.64.213a.9.9 0 0 0 .55-.174c.156-.118.265-.287.336-.484l.88-2.39H8.56l.886 2.39v.002c.072.196.18.364.336.482c.159.12.348.174.55.174a.96.96 0 0 0 .637-.217a.76.76 0 0 0 .28-.597a1.3 1.3 0 0 0-.098-.446L7.71 7.774a1.24 1.24 0 0 0-.413-.572A1.1 1.1 0 0 0 6.64 7c-.254 0-.486.063-.682.202a1.23 1.23 0 0 0-.425.58l-3.435 8.959c-.06.155-.098.307-.098.445m4.625-7.603L8 13.36H5.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextFootnote24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 7.263a5 5 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 0zm-8.278 10.493a.88.88 0 0 1-.222-.61V7.91c0-.246.074-.468.237-.645l.003-.004a.84.84 0 0 1 .628-.26c.243 0 .457.085.622.262a.9.9 0 0 1 .245.647v2.84q.273-.286.625-.492l.001-.001a3 3 0 0 1 1.524-.396c1.004 0 1.829.38 2.45 1.135c.62.752.916 1.739.916 2.935c0 1.2-.297 2.19-.916 2.941c-.623.752-1.455 1.128-2.471 1.128a3.03 3.03 0 0 1-1.546-.396a3 3 0 0 1-.64-.508v.05a.84.84 0 0 1-.243.61a.84.84 0 0 1-.61.244a.8.8 0 0 1-.6-.24zm4.75-1.976c.335-.435.516-1.043.516-1.85c0-.801-.181-1.406-.516-1.842c-.329-.427-.77-.64-1.35-.64c-.55 0-.995.216-1.352.665c-.354.446-.542 1.045-.542 1.818c0 .778.188 1.378.542 1.825c.356.443.8.658 1.352.658c.581 0 1.022-.212 1.35-.634M2 17.186c0 .235.093.438.27.594l.007.007c.18.147.399.213.64.213a.9.9 0 0 0 .55-.174c.156-.118.265-.287.336-.484l.88-2.39H8.56l.886 2.39v.002c.072.196.18.364.336.482c.159.12.348.174.55.174a.96.96 0 0 0 .637-.217a.76.76 0 0 0 .28-.597a1.3 1.3 0 0 0-.098-.446L7.71 7.774a1.24 1.24 0 0 0-.413-.572A1.1 1.1 0 0 0 6.64 7c-.254 0-.486.063-.682.202a1.23 1.23 0 0 0-.425.58l-3.435 8.959c-.06.155-.098.307-.098.445m4.625-7.603L8 13.36H5.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 7.263a5 5 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 0zm-8.278 10.493a.88.88 0 0 1-.222-.61V7.91c0-.246.074-.468.237-.645l.003-.004a.84.84 0 0 1 .628-.26c.243 0 .457.085.622.262a.9.9 0 0 1 .245.647v2.84q.273-.286.625-.492l.001-.001a3 3 0 0 1 1.524-.396c1.004 0 1.829.38 2.45 1.135c.62.752.916 1.739.916 2.935c0 1.2-.297 2.19-.916 2.941c-.623.752-1.455 1.128-2.471 1.128a3.03 3.03 0 0 1-1.546-.396a3 3 0 0 1-.64-.508v.05a.84.84 0 0 1-.243.61a.84.84 0 0 1-.61.244a.8.8 0 0 1-.6-.24zm4.75-1.976c.335-.435.516-1.043.516-1.85c0-.801-.181-1.406-.516-1.842c-.329-.427-.77-.64-1.35-.64c-.55 0-.995.216-1.352.665c-.354.446-.542 1.045-.542 1.818c0 .778.188 1.378.542 1.825c.356.443.8.658 1.352.658c.581 0 1.022-.212 1.35-.634M2 17.186c0 .235.093.438.27.594l.007.007c.18.147.399.213.64.213a.9.9 0 0 0 .55-.174c.156-.118.265-.287.336-.484l.88-2.39H8.56l.886 2.39v.002c.072.196.18.364.336.482c.159.12.348.174.55.174a.96.96 0 0 0 .637-.217a.76.76 0 0 0 .28-.597a1.3 1.3 0 0 0-.098-.446L7.71 7.774a1.24 1.24 0 0 0-.413-.572A1.1 1.1 0 0 0 6.64 7c-.254 0-.486.063-.682.202a1.23 1.23 0 0 0-.425.58l-3.435 8.959c-.06.155-.098.307-.098.445m4.625-7.603L8 13.36H5.25z"/></svg>
</template>

CSS

.icon-text-footnote-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%207.263a5%205%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%200zm-8.278%2010.493a.88.88%200%200%201-.222-.61V7.91c0-.246.074-.468.237-.645l.003-.004a.84.84%200%200%201%20.628-.26c.243%200%20.457.085.622.262a.9.9%200%200%201%20.245.647v2.84q.273-.286.625-.492l.001-.001a3%203%200%200%201%201.524-.396c1.004%200%201.829.38%202.45%201.135c.62.752.916%201.739.916%202.935c0%201.2-.297%202.19-.916%202.941c-.623.752-1.455%201.128-2.471%201.128a3.03%203.03%200%200%201-1.546-.396a3%203%200%200%201-.64-.508v.05a.84.84%200%200%201-.243.61a.84.84%200%200%201-.61.244a.8.8%200%200%201-.6-.24zm4.75-1.976c.335-.435.516-1.043.516-1.85c0-.801-.181-1.406-.516-1.842c-.329-.427-.77-.64-1.35-.64c-.55%200-.995.216-1.352.665c-.354.446-.542%201.045-.542%201.818c0%20.778.188%201.378.542%201.825c.356.443.8.658%201.352.658c.581%200%201.022-.212%201.35-.634M2%2017.186c0%20.235.093.438.27.594l.007.007c.18.147.399.213.64.213a.9.9%200%200%200%20.55-.174c.156-.118.265-.287.336-.484l.88-2.39H8.56l.886%202.39v.002c.072.196.18.364.336.482c.159.12.348.174.55.174a.96.96%200%200%200%20.637-.217a.76.76%200%200%200%20.28-.597a1.3%201.3%200%200%200-.098-.446L7.71%207.774a1.24%201.24%200%200%200-.413-.572A1.1%201.1%200%200%200%206.64%207c-.254%200-.486.063-.682.202a1.23%201.23%200%200%200-.425.58l-3.435%208.959c-.06.155-.098.307-.098.445m4.625-7.603L8%2013.36H5.25z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%207.263a5%205%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%200zm-8.278%2010.493a.88.88%200%200%201-.222-.61V7.91c0-.246.074-.468.237-.645l.003-.004a.84.84%200%200%201%20.628-.26c.243%200%20.457.085.622.262a.9.9%200%200%201%20.245.647v2.84q.273-.286.625-.492l.001-.001a3%203%200%200%201%201.524-.396c1.004%200%201.829.38%202.45%201.135c.62.752.916%201.739.916%202.935c0%201.2-.297%202.19-.916%202.941c-.623.752-1.455%201.128-2.471%201.128a3.03%203.03%200%200%201-1.546-.396a3%203%200%200%201-.64-.508v.05a.84.84%200%200%201-.243.61a.84.84%200%200%201-.61.244a.8.8%200%200%201-.6-.24zm4.75-1.976c.335-.435.516-1.043.516-1.85c0-.801-.181-1.406-.516-1.842c-.329-.427-.77-.64-1.35-.64c-.55%200-.995.216-1.352.665c-.354.446-.542%201.045-.542%201.818c0%20.778.188%201.378.542%201.825c.356.443.8.658%201.352.658c.581%200%201.022-.212%201.35-.634M2%2017.186c0%20.235.093.438.27.594l.007.007c.18.147.399.213.64.213a.9.9%200%200%200%20.55-.174c.156-.118.265-.287.336-.484l.88-2.39H8.56l.886%202.39v.002c.072.196.18.364.336.482c.159.12.348.174.55.174a.96.96%200%200%200%20.637-.217a.76.76%200%200%200%20.28-.597a1.3%201.3%200%200%200-.098-.446L7.71%207.774a1.24%201.24%200%200%200-.413-.572A1.1%201.1%200%200%200%206.64%207c-.254%200-.486.063-.682.202a1.23%201.23%200%200%200-.425.58l-3.435%208.959c-.06.155-.098.307-.098.445m4.625-7.603L8%2013.36H5.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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