text subscript icon
text-subscript-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- text-subscript-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
text-abc-underline-double-32-filledtext-add-20-filledtext-add-space-after-20-filledtext-add-space-before-20-filledtext-add-t-20-filledtext-align-center-16-filledtext-align-center-rotate-270-16-filledtext-align-center-rotate-90-16-filledtext-align-distributed-20-filledtext-align-distributed-evenly-20-filledtext-align-distributed-vertical-20-filledtext-align-justify-20-filledtext-align-justify-low-20-filledtext-align-justify-low-90-20-filledtext-align-justify-low-rotate-270-20-filledtext-align-justify-low-rotate-90-20-filledtext-align-justify-rotate-270-20-filledtext-align-justify-rotate-90-20-filledtext-align-left-16-filledtext-align-left-rotate-270-16-filledtext-align-left-rotate-90-16-filledtext-align-right-16-filledtext-align-right-rotate-270-16-filledtext-align-right-rotate-90-16-filled
Use the text subscript icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.76 5.65a1 1 0 0 0-1.52-1.3L10 10.462L4.76 4.35a1 1 0 1 0-1.52 1.302L8.684 12l-5.442 6.35a1 1 0 0 0 1.518 1.3L10 13.538l5.07 5.914c.148-.829.52-1.472.942-1.973L11.317 12zm1.976 9.1c-.387 0-.736.365-.736.773a1 1 0 1 1-2 0c0-1.365 1.102-2.773 2.736-2.773c.93 0 1.843.435 2.36 1.23c.548.842.546 1.918-.052 2.936c-.306.522-.722.908-1.105 1.21c-.193.152-.39.293-.568.419l-.078.055a17 17 0 0 0-.426.307a4 4 0 0 0-.41.343h1.994a1 1 0 0 1 0 2H17a1 1 0 0 1-1-1c0-1.517.902-2.367 1.664-2.941c.161-.121.328-.239.48-.346l.073-.051c.177-.126.335-.24.482-.355c.295-.233.494-.438.621-.654c.27-.46.177-.714.1-.832c-.108-.165-.352-.321-.684-.321"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextSubscript24Filled(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="M16.76 5.65a1 1 0 0 0-1.52-1.3L10 10.462L4.76 4.35a1 1 0 1 0-1.52 1.302L8.684 12l-5.442 6.35a1 1 0 0 0 1.518 1.3L10 13.538l5.07 5.914c.148-.829.52-1.472.942-1.973L11.317 12zm1.976 9.1c-.387 0-.736.365-.736.773a1 1 0 1 1-2 0c0-1.365 1.102-2.773 2.736-2.773c.93 0 1.843.435 2.36 1.23c.548.842.546 1.918-.052 2.936c-.306.522-.722.908-1.105 1.21c-.193.152-.39.293-.568.419l-.078.055a17 17 0 0 0-.426.307a4 4 0 0 0-.41.343h1.994a1 1 0 0 1 0 2H17a1 1 0 0 1-1-1c0-1.517.902-2.367 1.664-2.941c.161-.121.328-.239.48-.346l.073-.051c.177-.126.335-.24.482-.355c.295-.233.494-.438.621-.654c.27-.46.177-.714.1-.832c-.108-.165-.352-.321-.684-.321"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.76 5.65a1 1 0 0 0-1.52-1.3L10 10.462L4.76 4.35a1 1 0 1 0-1.52 1.302L8.684 12l-5.442 6.35a1 1 0 0 0 1.518 1.3L10 13.538l5.07 5.914c.148-.829.52-1.472.942-1.973L11.317 12zm1.976 9.1c-.387 0-.736.365-.736.773a1 1 0 1 1-2 0c0-1.365 1.102-2.773 2.736-2.773c.93 0 1.843.435 2.36 1.23c.548.842.546 1.918-.052 2.936c-.306.522-.722.908-1.105 1.21c-.193.152-.39.293-.568.419l-.078.055a17 17 0 0 0-.426.307a4 4 0 0 0-.41.343h1.994a1 1 0 0 1 0 2H17a1 1 0 0 1-1-1c0-1.517.902-2.367 1.664-2.941c.161-.121.328-.239.48-.346l.073-.051c.177-.126.335-.24.482-.355c.295-.233.494-.438.621-.654c.27-.46.177-.714.1-.832c-.108-.165-.352-.321-.684-.321"/></svg> </template>
CSS
.icon-text-subscript-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.76%205.65a1%201%200%200%200-1.52-1.3L10%2010.462L4.76%204.35a1%201%200%201%200-1.52%201.302L8.684%2012l-5.442%206.35a1%201%200%200%200%201.518%201.3L10%2013.538l5.07%205.914c.148-.829.52-1.472.942-1.973L11.317%2012zm1.976%209.1c-.387%200-.736.365-.736.773a1%201%200%201%201-2%200c0-1.365%201.102-2.773%202.736-2.773c.93%200%201.843.435%202.36%201.23c.548.842.546%201.918-.052%202.936c-.306.522-.722.908-1.105%201.21c-.193.152-.39.293-.568.419l-.078.055a17%2017%200%200%200-.426.307a4%204%200%200%200-.41.343h1.994a1%201%200%200%201%200%202H17a1%201%200%200%201-1-1c0-1.517.902-2.367%201.664-2.941c.161-.121.328-.239.48-.346l.073-.051c.177-.126.335-.24.482-.355c.295-.233.494-.438.621-.654c.27-.46.177-.714.1-.832c-.108-.165-.352-.321-.684-.321%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%22M16.76%205.65a1%201%200%200%200-1.52-1.3L10%2010.462L4.76%204.35a1%201%200%201%200-1.52%201.302L8.684%2012l-5.442%206.35a1%201%200%200%200%201.518%201.3L10%2013.538l5.07%205.914c.148-.829.52-1.472.942-1.973L11.317%2012zm1.976%209.1c-.387%200-.736.365-.736.773a1%201%200%201%201-2%200c0-1.365%201.102-2.773%202.736-2.773c.93%200%201.843.435%202.36%201.23c.548.842.546%201.918-.052%202.936c-.306.522-.722.908-1.105%201.21c-.193.152-.39.293-.568.419l-.078.055a17%2017%200%200%200-.426.307a4%204%200%200%200-.41.343h1.994a1%201%200%200%201%200%202H17a1%201%200%200%201-1-1c0-1.517.902-2.367%201.664-2.941c.161-.121.328-.239.48-.346l.073-.051c.177-.126.335-.24.482-.355c.295-.233.494-.438.621-.654c.27-.46.177-.714.1-.832c-.108-.165-.352-.321-.684-.321%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-subscript-24-filled.svg?color=%231a73e8&size=48