text superscript icon
text-superscript-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- text-superscript-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the text superscript icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M252 144a12 12 0 0 1-12 12h-48a12 12 0 0 1-9.6-19.2l43.17-57.55A12 12 0 1 0 204.68 68a12 12 0 0 1-22.63-8a36.2 36.2 0 0 1 5.2-9.66a36 36 0 0 1 57.5 43.33L216 132h24a12 12 0 0 1 12 12M151.86 70.94a12 12 0 0 0-16.93 1.2L92 121.68L49.07 72.14a12 12 0 0 0-18.14 15.72L76.12 140l-45.19 52.14a12 12 0 0 0 18.14 15.72L92 158.32l42.93 49.54a12 12 0 1 0 18.14-15.72L107.88 140l45.19-52.14a12 12 0 0 0-1.21-16.92"/></svg>
React
import type { SVGProps } from "react";
export function PhTextSuperscriptBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M252 144a12 12 0 0 1-12 12h-48a12 12 0 0 1-9.6-19.2l43.17-57.55A12 12 0 1 0 204.68 68a12 12 0 0 1-22.63-8a36.2 36.2 0 0 1 5.2-9.66a36 36 0 0 1 57.5 43.33L216 132h24a12 12 0 0 1 12 12M151.86 70.94a12 12 0 0 0-16.93 1.2L92 121.68L49.07 72.14a12 12 0 0 0-18.14 15.72L76.12 140l-45.19 52.14a12 12 0 0 0 18.14 15.72L92 158.32l42.93 49.54a12 12 0 1 0 18.14-15.72L107.88 140l45.19-52.14a12 12 0 0 0-1.21-16.92"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M252 144a12 12 0 0 1-12 12h-48a12 12 0 0 1-9.6-19.2l43.17-57.55A12 12 0 1 0 204.68 68a12 12 0 0 1-22.63-8a36.2 36.2 0 0 1 5.2-9.66a36 36 0 0 1 57.5 43.33L216 132h24a12 12 0 0 1 12 12M151.86 70.94a12 12 0 0 0-16.93 1.2L92 121.68L49.07 72.14a12 12 0 0 0-18.14 15.72L76.12 140l-45.19 52.14a12 12 0 0 0 18.14 15.72L92 158.32l42.93 49.54a12 12 0 1 0 18.14-15.72L107.88 140l45.19-52.14a12 12 0 0 0-1.21-16.92"/></svg> </template>
CSS
.icon-text-superscript-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M252%20144a12%2012%200%200%201-12%2012h-48a12%2012%200%200%201-9.6-19.2l43.17-57.55A12%2012%200%201%200%20204.68%2068a12%2012%200%200%201-22.63-8a36.2%2036.2%200%200%201%205.2-9.66a36%2036%200%200%201%2057.5%2043.33L216%20132h24a12%2012%200%200%201%2012%2012M151.86%2070.94a12%2012%200%200%200-16.93%201.2L92%20121.68L49.07%2072.14a12%2012%200%200%200-18.14%2015.72L76.12%20140l-45.19%2052.14a12%2012%200%200%200%2018.14%2015.72L92%20158.32l42.93%2049.54a12%2012%200%201%200%2018.14-15.72L107.88%20140l45.19-52.14a12%2012%200%200%200-1.21-16.92%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M252%20144a12%2012%200%200%201-12%2012h-48a12%2012%200%200%201-9.6-19.2l43.17-57.55A12%2012%200%201%200%20204.68%2068a12%2012%200%200%201-22.63-8a36.2%2036.2%200%200%201%205.2-9.66a36%2036%200%200%201%2057.5%2043.33L216%20132h24a12%2012%200%200%201%2012%2012M151.86%2070.94a12%2012%200%200%200-16.93%201.2L92%20121.68L49.07%2072.14a12%2012%200%200%200-18.14%2015.72L76.12%20140l-45.19%2052.14a12%2012%200%200%200%2018.14%2015.72L92%20158.32l42.93%2049.54a12%2012%200%201%200%2018.14-15.72L107.88%20140l45.19-52.14a12%2012%200%200%200-1.21-16.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/text-superscript-bold.svg?color=%231a73e8&size=48