text superscript icon
text-superscript-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- text-superscript-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 superscript icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.585 3c-.466 0-.836.42-.836.864a.5.5 0 0 1-1 0c0-.921.747-1.864 1.835-1.864c.635 0 1.248.297 1.59.824c.358.55.37 1.267-.046 1.975c-.212.36-.502.633-.785.856a10 10 0 0 1-.425.313l-.06.043c-.117.083-.228.16-.335.24c-.322.244-.555.467-.677.749h2.096a.5.5 0 1 1 0 1H14.25a.5.5 0 0 1-.5-.5c0-1.037.607-1.621 1.173-2.047c.12-.09.244-.178.362-.26l.057-.041c.136-.097.263-.188.382-.282c.239-.188.421-.37.543-.578c.252-.428.193-.734.07-.923C16.2 3.158 15.921 3 15.585 3m-2.792 1.223c.086.351.296.654.58.859L9.159 10l4.436 5.174a.5.5 0 1 1-.76.651L8.5 10.768l-4.335 5.057a.5.5 0 0 1-.76-.65L7.842 10L3.406 4.825a.5.5 0 1 1 .759-.65L8.5 9.23z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextSuperscript20Regular(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="M15.585 3c-.466 0-.836.42-.836.864a.5.5 0 0 1-1 0c0-.921.747-1.864 1.835-1.864c.635 0 1.248.297 1.59.824c.358.55.37 1.267-.046 1.975c-.212.36-.502.633-.785.856a10 10 0 0 1-.425.313l-.06.043c-.117.083-.228.16-.335.24c-.322.244-.555.467-.677.749h2.096a.5.5 0 1 1 0 1H14.25a.5.5 0 0 1-.5-.5c0-1.037.607-1.621 1.173-2.047c.12-.09.244-.178.362-.26l.057-.041c.136-.097.263-.188.382-.282c.239-.188.421-.37.543-.578c.252-.428.193-.734.07-.923C16.2 3.158 15.921 3 15.585 3m-2.792 1.223c.086.351.296.654.58.859L9.159 10l4.436 5.174a.5.5 0 1 1-.76.651L8.5 10.768l-4.335 5.057a.5.5 0 0 1-.76-.65L7.842 10L3.406 4.825a.5.5 0 1 1 .759-.65L8.5 9.23z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.585 3c-.466 0-.836.42-.836.864a.5.5 0 0 1-1 0c0-.921.747-1.864 1.835-1.864c.635 0 1.248.297 1.59.824c.358.55.37 1.267-.046 1.975c-.212.36-.502.633-.785.856a10 10 0 0 1-.425.313l-.06.043c-.117.083-.228.16-.335.24c-.322.244-.555.467-.677.749h2.096a.5.5 0 1 1 0 1H14.25a.5.5 0 0 1-.5-.5c0-1.037.607-1.621 1.173-2.047c.12-.09.244-.178.362-.26l.057-.041c.136-.097.263-.188.382-.282c.239-.188.421-.37.543-.578c.252-.428.193-.734.07-.923C16.2 3.158 15.921 3 15.585 3m-2.792 1.223c.086.351.296.654.58.859L9.159 10l4.436 5.174a.5.5 0 1 1-.76.651L8.5 10.768l-4.335 5.057a.5.5 0 0 1-.76-.65L7.842 10L3.406 4.825a.5.5 0 1 1 .759-.65L8.5 9.23z"/></svg> </template>
CSS
.icon-text-superscript-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%22M15.585%203c-.466%200-.836.42-.836.864a.5.5%200%200%201-1%200c0-.921.747-1.864%201.835-1.864c.635%200%201.248.297%201.59.824c.358.55.37%201.267-.046%201.975c-.212.36-.502.633-.785.856a10%2010%200%200%201-.425.313l-.06.043c-.117.083-.228.16-.335.24c-.322.244-.555.467-.677.749h2.096a.5.5%200%201%201%200%201H14.25a.5.5%200%200%201-.5-.5c0-1.037.607-1.621%201.173-2.047c.12-.09.244-.178.362-.26l.057-.041c.136-.097.263-.188.382-.282c.239-.188.421-.37.543-.578c.252-.428.193-.734.07-.923C16.2%203.158%2015.921%203%2015.585%203m-2.792%201.223c.086.351.296.654.58.859L9.159%2010l4.436%205.174a.5.5%200%201%201-.76.651L8.5%2010.768l-4.335%205.057a.5.5%200%200%201-.76-.65L7.842%2010L3.406%204.825a.5.5%200%201%201%20.759-.65L8.5%209.23z%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%22M15.585%203c-.466%200-.836.42-.836.864a.5.5%200%200%201-1%200c0-.921.747-1.864%201.835-1.864c.635%200%201.248.297%201.59.824c.358.55.37%201.267-.046%201.975c-.212.36-.502.633-.785.856a10%2010%200%200%201-.425.313l-.06.043c-.117.083-.228.16-.335.24c-.322.244-.555.467-.677.749h2.096a.5.5%200%201%201%200%201H14.25a.5.5%200%200%201-.5-.5c0-1.037.607-1.621%201.173-2.047c.12-.09.244-.178.362-.26l.057-.041c.136-.097.263-.188.382-.282c.239-.188.421-.37.543-.578c.252-.428.193-.734.07-.923C16.2%203.158%2015.921%203%2015.585%203m-2.792%201.223c.086.351.296.654.58.859L9.159%2010l4.436%205.174a.5.5%200%201%201-.76.651L8.5%2010.768l-4.335%205.057a.5.5%200%200%201-.76-.65L7.842%2010L3.406%204.825a.5.5%200%201%201%20.759-.65L8.5%209.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-superscript-20-regular.svg?color=%231a73e8&size=48