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

Name
text-superscript-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M12 2.5a.5.5 0 0 1 1 0c0 .259-.082.391-.19.499a2 2 0 0 1-.35.259q-.104.065-.24.156C11.357 4 11 4.77 11 5.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1h-1.394c.11-.252.316-.515.675-.758l.129-.083c.174-.11.421-.267.607-.452C13.8 3.424 14 3.04 14 2.5a1.5 1.5 0 0 0-3 0a.5.5 0 0 0 1 0m-2 2c0-.507.118-1.01.357-1.48a.5.5 0 0 0-.23.148L6.5 7.248l-3.626-4.08a.5.5 0 0 0-.748.664L5.831 8l-3.705 4.168a.5.5 0 0 0 .748.664L6.5 8.752l3.626 4.08a.5.5 0 1 0 .748-.664L7.169 8l2.858-3.215A1.5 1.5 0 0 1 10 4.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextSuperscript16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 2.5a.5.5 0 0 1 1 0c0 .259-.082.391-.19.499a2 2 0 0 1-.35.259q-.104.065-.24.156C11.357 4 11 4.77 11 5.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1h-1.394c.11-.252.316-.515.675-.758l.129-.083c.174-.11.421-.267.607-.452C13.8 3.424 14 3.04 14 2.5a1.5 1.5 0 0 0-3 0a.5.5 0 0 0 1 0m-2 2c0-.507.118-1.01.357-1.48a.5.5 0 0 0-.23.148L6.5 7.248l-3.626-4.08a.5.5 0 0 0-.748.664L5.831 8l-3.705 4.168a.5.5 0 0 0 .748.664L6.5 8.752l3.626 4.08a.5.5 0 1 0 .748-.664L7.169 8l2.858-3.215A1.5 1.5 0 0 1 10 4.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 2.5a.5.5 0 0 1 1 0c0 .259-.082.391-.19.499a2 2 0 0 1-.35.259q-.104.065-.24.156C11.357 4 11 4.77 11 5.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1h-1.394c.11-.252.316-.515.675-.758l.129-.083c.174-.11.421-.267.607-.452C13.8 3.424 14 3.04 14 2.5a1.5 1.5 0 0 0-3 0a.5.5 0 0 0 1 0m-2 2c0-.507.118-1.01.357-1.48a.5.5 0 0 0-.23.148L6.5 7.248l-3.626-4.08a.5.5 0 0 0-.748.664L5.831 8l-3.705 4.168a.5.5 0 0 0 .748.664L6.5 8.752l3.626 4.08a.5.5 0 1 0 .748-.664L7.169 8l2.858-3.215A1.5 1.5 0 0 1 10 4.5"/></svg>
</template>

CSS

.icon-text-superscript-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202.5a.5.5%200%200%201%201%200c0%20.259-.082.391-.19.499a2%202%200%200%201-.35.259q-.104.065-.24.156C11.357%204%2011%204.77%2011%205.5a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%200-1h-1.394c.11-.252.316-.515.675-.758l.129-.083c.174-.11.421-.267.607-.452C13.8%203.424%2014%203.04%2014%202.5a1.5%201.5%200%200%200-3%200a.5.5%200%200%200%201%200m-2%202c0-.507.118-1.01.357-1.48a.5.5%200%200%200-.23.148L6.5%207.248l-3.626-4.08a.5.5%200%200%200-.748.664L5.831%208l-3.705%204.168a.5.5%200%200%200%20.748.664L6.5%208.752l3.626%204.08a.5.5%200%201%200%20.748-.664L7.169%208l2.858-3.215A1.5%201.5%200%200%201%2010%204.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202.5a.5.5%200%200%201%201%200c0%20.259-.082.391-.19.499a2%202%200%200%201-.35.259q-.104.065-.24.156C11.357%204%2011%204.77%2011%205.5a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%200-1h-1.394c.11-.252.316-.515.675-.758l.129-.083c.174-.11.421-.267.607-.452C13.8%203.424%2014%203.04%2014%202.5a1.5%201.5%200%200%200-3%200a.5.5%200%200%200%201%200m-2%202c0-.507.118-1.01.357-1.48a.5.5%200%200%200-.23.148L6.5%207.248l-3.626-4.08a.5.5%200%200%200-.748.664L5.831%208l-3.705%204.168a.5.5%200%200%200%20.748.664L6.5%208.752l3.626%204.08a.5.5%200%201%200%20.748-.664L7.169%208l2.858-3.215A1.5%201.5%200%200%201%2010%204.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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