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

Name
text-superscript-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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.25 2.5a.25.25 0 1 1 .5 0c0 .11-.019.172-.034.208a.4.4 0 0 1-.082.114c-.046.046-.11.096-.208.161l-.146.094l-.013.008l-.188.123c-.925.627-1.329 1.472-1.329 2.292c0 .414.336.75.75.75h2a.75.75 0 0 0 0-1.5h-.933a2 2 0 0 1 .457-.367c.171-.108.46-.29.67-.5c.327-.326.556-.77.556-1.383a1.75 1.75 0 1 0-3.5 0a.75.75 0 0 0 1.5 0m-2.01 1.215a3.5 3.5 0 0 0-.49 1.758L7.503 8l3.558 4.002a.75.75 0 0 1-1.122.996L6.5 9.128l-3.44 3.87a.75.75 0 1 1-1.12-.996L5.496 8L1.939 3.998a.75.75 0 1 1 1.122-.996L6.5 6.872l3.355-3.775c.084.233.216.443.385.618"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextSuperscript16Filled(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.25 2.5a.25.25 0 1 1 .5 0c0 .11-.019.172-.034.208a.4.4 0 0 1-.082.114c-.046.046-.11.096-.208.161l-.146.094l-.013.008l-.188.123c-.925.627-1.329 1.472-1.329 2.292c0 .414.336.75.75.75h2a.75.75 0 0 0 0-1.5h-.933a2 2 0 0 1 .457-.367c.171-.108.46-.29.67-.5c.327-.326.556-.77.556-1.383a1.75 1.75 0 1 0-3.5 0a.75.75 0 0 0 1.5 0m-2.01 1.215a3.5 3.5 0 0 0-.49 1.758L7.503 8l3.558 4.002a.75.75 0 0 1-1.122.996L6.5 9.128l-3.44 3.87a.75.75 0 1 1-1.12-.996L5.496 8L1.939 3.998a.75.75 0 1 1 1.122-.996L6.5 6.872l3.355-3.775c.084.233.216.443.385.618"/></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.25 2.5a.25.25 0 1 1 .5 0c0 .11-.019.172-.034.208a.4.4 0 0 1-.082.114c-.046.046-.11.096-.208.161l-.146.094l-.013.008l-.188.123c-.925.627-1.329 1.472-1.329 2.292c0 .414.336.75.75.75h2a.75.75 0 0 0 0-1.5h-.933a2 2 0 0 1 .457-.367c.171-.108.46-.29.67-.5c.327-.326.556-.77.556-1.383a1.75 1.75 0 1 0-3.5 0a.75.75 0 0 0 1.5 0m-2.01 1.215a3.5 3.5 0 0 0-.49 1.758L7.503 8l3.558 4.002a.75.75 0 0 1-1.122.996L6.5 9.128l-3.44 3.87a.75.75 0 1 1-1.12-.996L5.496 8L1.939 3.998a.75.75 0 1 1 1.122-.996L6.5 6.872l3.355-3.775c.084.233.216.443.385.618"/></svg>
</template>

CSS

.icon-text-superscript-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.25%202.5a.25.25%200%201%201%20.5%200c0%20.11-.019.172-.034.208a.4.4%200%200%201-.082.114c-.046.046-.11.096-.208.161l-.146.094l-.013.008l-.188.123c-.925.627-1.329%201.472-1.329%202.292c0%20.414.336.75.75.75h2a.75.75%200%200%200%200-1.5h-.933a2%202%200%200%201%20.457-.367c.171-.108.46-.29.67-.5c.327-.326.556-.77.556-1.383a1.75%201.75%200%201%200-3.5%200a.75.75%200%200%200%201.5%200m-2.01%201.215a3.5%203.5%200%200%200-.49%201.758L7.503%208l3.558%204.002a.75.75%200%200%201-1.122.996L6.5%209.128l-3.44%203.87a.75.75%200%201%201-1.12-.996L5.496%208L1.939%203.998a.75.75%200%201%201%201.122-.996L6.5%206.872l3.355-3.775c.084.233.216.443.385.618%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.25%202.5a.25.25%200%201%201%20.5%200c0%20.11-.019.172-.034.208a.4.4%200%200%201-.082.114c-.046.046-.11.096-.208.161l-.146.094l-.013.008l-.188.123c-.925.627-1.329%201.472-1.329%202.292c0%20.414.336.75.75.75h2a.75.75%200%200%200%200-1.5h-.933a2%202%200%200%201%20.457-.367c.171-.108.46-.29.67-.5c.327-.326.556-.77.556-1.383a1.75%201.75%200%201%200-3.5%200a.75.75%200%200%200%201.5%200m-2.01%201.215a3.5%203.5%200%200%200-.49%201.758L7.503%208l3.558%204.002a.75.75%200%200%201-1.122.996L6.5%209.128l-3.44%203.87a.75.75%200%201%201-1.12-.996L5.496%208L1.939%203.998a.75.75%200%201%201%201.122-.996L6.5%206.872l3.355-3.775c.084.233.216.443.385.618%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-filled.svg?color=%231a73e8&size=48