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

Name
text-footnote-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M18 3.5a.5.5 0 0 0-1 0c0 .467-.103.839-.3 1.167c-.2.334-.516.65-.985.977a.5.5 0 1 0 .57.821q.399-.275.715-.584V9.5a.5.5 0 0 0 1 0zm-7.507 11.542q.225-.001.371-.146a.5.5 0 0 0 .146-.372v-.663h.024q.316.56.846.87q.536.31 1.217.31q1.218 0 1.954-.888q.736-.894.736-2.385q0-1.485-.736-2.38t-1.935-.894q-.664 0-1.2.31a2.23 2.23 0 0 0-.833.858h-.024V6.608a.56.56 0 0 0-.152-.408a.5.5 0 0 0-.378-.158a.5.5 0 0 0-.383.158a.58.58 0 0 0-.146.408v7.916q0 .232.134.378q.134.14.359.14m3.724-1.558q-.487.627-1.327.627q-.81 0-1.326-.645q-.51-.645-.511-1.698q0-1.047.51-1.692q.519-.651 1.327-.651q.84 0 1.327.633t.487 1.71q0 1.083-.487 1.716M2.159 14.865q.165.135.412.135q.406 0 .558-.422l.806-2.19h3.623l.813 2.19q.152.422.558.422q.247 0 .406-.135a.44.44 0 0 0 .165-.348a.9.9 0 0 0-.07-.306L6.48 6.526Q6.276 6 5.763 6q-.546 0-.749.532L2.07 14.211a.9.9 0 0 0-.07.306q0 .208.159.348m5.076-3.414h-2.97l1.466-4.025h.038z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextFootnote20Regular(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="M18 3.5a.5.5 0 0 0-1 0c0 .467-.103.839-.3 1.167c-.2.334-.516.65-.985.977a.5.5 0 1 0 .57.821q.399-.275.715-.584V9.5a.5.5 0 0 0 1 0zm-7.507 11.542q.225-.001.371-.146a.5.5 0 0 0 .146-.372v-.663h.024q.316.56.846.87q.536.31 1.217.31q1.218 0 1.954-.888q.736-.894.736-2.385q0-1.485-.736-2.38t-1.935-.894q-.664 0-1.2.31a2.23 2.23 0 0 0-.833.858h-.024V6.608a.56.56 0 0 0-.152-.408a.5.5 0 0 0-.378-.158a.5.5 0 0 0-.383.158a.58.58 0 0 0-.146.408v7.916q0 .232.134.378q.134.14.359.14m3.724-1.558q-.487.627-1.327.627q-.81 0-1.326-.645q-.51-.645-.511-1.698q0-1.047.51-1.692q.519-.651 1.327-.651q.84 0 1.327.633t.487 1.71q0 1.083-.487 1.716M2.159 14.865q.165.135.412.135q.406 0 .558-.422l.806-2.19h3.623l.813 2.19q.152.422.558.422q.247 0 .406-.135a.44.44 0 0 0 .165-.348a.9.9 0 0 0-.07-.306L6.48 6.526Q6.276 6 5.763 6q-.546 0-.749.532L2.07 14.211a.9.9 0 0 0-.07.306q0 .208.159.348m5.076-3.414h-2.97l1.466-4.025h.038z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M18 3.5a.5.5 0 0 0-1 0c0 .467-.103.839-.3 1.167c-.2.334-.516.65-.985.977a.5.5 0 1 0 .57.821q.399-.275.715-.584V9.5a.5.5 0 0 0 1 0zm-7.507 11.542q.225-.001.371-.146a.5.5 0 0 0 .146-.372v-.663h.024q.316.56.846.87q.536.31 1.217.31q1.218 0 1.954-.888q.736-.894.736-2.385q0-1.485-.736-2.38t-1.935-.894q-.664 0-1.2.31a2.23 2.23 0 0 0-.833.858h-.024V6.608a.56.56 0 0 0-.152-.408a.5.5 0 0 0-.378-.158a.5.5 0 0 0-.383.158a.58.58 0 0 0-.146.408v7.916q0 .232.134.378q.134.14.359.14m3.724-1.558q-.487.627-1.327.627q-.81 0-1.326-.645q-.51-.645-.511-1.698q0-1.047.51-1.692q.519-.651 1.327-.651q.84 0 1.327.633t.487 1.71q0 1.083-.487 1.716M2.159 14.865q.165.135.412.135q.406 0 .558-.422l.806-2.19h3.623l.813 2.19q.152.422.558.422q.247 0 .406-.135a.44.44 0 0 0 .165-.348a.9.9 0 0 0-.07-.306L6.48 6.526Q6.276 6 5.763 6q-.546 0-.749.532L2.07 14.211a.9.9 0 0 0-.07.306q0 .208.159.348m5.076-3.414h-2.97l1.466-4.025h.038z"/></svg>
</template>

CSS

.icon-text-footnote-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%22M18%203.5a.5.5%200%200%200-1%200c0%20.467-.103.839-.3%201.167c-.2.334-.516.65-.985.977a.5.5%200%201%200%20.57.821q.399-.275.715-.584V9.5a.5.5%200%200%200%201%200zm-7.507%2011.542q.225-.001.371-.146a.5.5%200%200%200%20.146-.372v-.663h.024q.316.56.846.87q.536.31%201.217.31q1.218%200%201.954-.888q.736-.894.736-2.385q0-1.485-.736-2.38t-1.935-.894q-.664%200-1.2.31a2.23%202.23%200%200%200-.833.858h-.024V6.608a.56.56%200%200%200-.152-.408a.5.5%200%200%200-.378-.158a.5.5%200%200%200-.383.158a.58.58%200%200%200-.146.408v7.916q0%20.232.134.378q.134.14.359.14m3.724-1.558q-.487.627-1.327.627q-.81%200-1.326-.645q-.51-.645-.511-1.698q0-1.047.51-1.692q.519-.651%201.327-.651q.84%200%201.327.633t.487%201.71q0%201.083-.487%201.716M2.159%2014.865q.165.135.412.135q.406%200%20.558-.422l.806-2.19h3.623l.813%202.19q.152.422.558.422q.247%200%20.406-.135a.44.44%200%200%200%20.165-.348a.9.9%200%200%200-.07-.306L6.48%206.526Q6.276%206%205.763%206q-.546%200-.749.532L2.07%2014.211a.9.9%200%200%200-.07.306q0%20.208.159.348m5.076-3.414h-2.97l1.466-4.025h.038z%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%22M18%203.5a.5.5%200%200%200-1%200c0%20.467-.103.839-.3%201.167c-.2.334-.516.65-.985.977a.5.5%200%201%200%20.57.821q.399-.275.715-.584V9.5a.5.5%200%200%200%201%200zm-7.507%2011.542q.225-.001.371-.146a.5.5%200%200%200%20.146-.372v-.663h.024q.316.56.846.87q.536.31%201.217.31q1.218%200%201.954-.888q.736-.894.736-2.385q0-1.485-.736-2.38t-1.935-.894q-.664%200-1.2.31a2.23%202.23%200%200%200-.833.858h-.024V6.608a.56.56%200%200%200-.152-.408a.5.5%200%200%200-.378-.158a.5.5%200%200%200-.383.158a.58.58%200%200%200-.146.408v7.916q0%20.232.134.378q.134.14.359.14m3.724-1.558q-.487.627-1.327.627q-.81%200-1.326-.645q-.51-.645-.511-1.698q0-1.047.51-1.692q.519-.651%201.327-.651q.84%200%201.327.633t.487%201.71q0%201.083-.487%201.716M2.159%2014.865q.165.135.412.135q.406%200%20.558-.422l.806-2.19h3.623l.813%202.19q.152.422.558.422q.247%200%20.406-.135a.44.44%200%200%200%20.165-.348a.9.9%200%200%200-.07-.306L6.48%206.526Q6.276%206%205.763%206q-.546%200-.749.532L2.07%2014.211a.9.9%200%200%200-.07.306q0%20.208.159.348m5.076-3.414h-2.97l1.466-4.025h.038z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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