text-superscript-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
text-superscript-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

Use the text superscript icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.736 3.75c-.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.292-.568.419l-.078.055c-.153.108-.292.206-.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-.238.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-.321M11.317 12l4.4-5.133q.201-.295.425-.537a2 2 0 0 1-1.14-1.703L10 10.463L4.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.24 6.114a1 1 0 0 0 1.52-1.302z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextSuperscript24Filled(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="M18.736 3.75c-.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.292-.568.419l-.078.055c-.153.108-.292.206-.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-.238.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-.321M11.317 12l4.4-5.133q.201-.295.425-.537a2 2 0 0 1-1.14-1.703L10 10.463L4.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.24 6.114a1 1 0 0 0 1.52-1.302z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.736 3.75c-.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.292-.568.419l-.078.055c-.153.108-.292.206-.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-.238.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-.321M11.317 12l4.4-5.133q.201-.295.425-.537a2 2 0 0 1-1.14-1.703L10 10.463L4.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.24 6.114a1 1 0 0 0 1.52-1.302z"/></svg>
</template>

CSS

.icon-text-superscript-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%22M18.736%203.75c-.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.292-.568.419l-.078.055c-.153.108-.292.206-.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-.238.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-.321M11.317%2012l4.4-5.133q.201-.295.425-.537a2%202%200%200%201-1.14-1.703L10%2010.463L4.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.24%206.114a1%201%200%200%200%201.52-1.302z%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%22M18.736%203.75c-.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.292-.568.419l-.078.055c-.153.108-.292.206-.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-.238.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-.321M11.317%2012l4.4-5.133q.201-.295.425-.537a2%202%200%200%201-1.14-1.703L10%2010.463L4.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.24%206.114a1%201%200%200%200%201.52-1.302z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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