textformat superscript icon
textformat-superscript from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- textformat-superscript
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the textformat superscript icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M43.645 28.14c1.054 0 1.71-.68 1.71-1.663V10.445c0-1.171-.703-1.875-1.851-1.875c-1.031 0-1.547.375-2.227.867l-3.75 2.555c-.656.445-.937.867-.937 1.383c0 .773.586 1.36 1.312 1.36c.47 0 .774-.141 1.242-.47l2.72-1.828h.07v14.04c0 .984.703 1.664 1.71 1.664M12.73 47.43c1.172 0 1.735-.47 2.204-1.758l3-8.297h13.828l3.023 8.297c.446 1.289 1.031 1.758 2.203 1.758c1.266 0 2.11-.75 2.11-1.922c0-.399-.07-.75-.258-1.266l-10.992-29.25c-.54-1.453-1.5-2.156-3-2.156c-1.453 0-2.414.703-2.93 2.133L10.902 44.266c-.187.515-.257.867-.257 1.265c0 1.172.796 1.899 2.085 1.899m6.352-13.64l5.695-15.774h.141l5.672 15.773Z"/></svg>
React
import type { SVGProps } from "react";
export function F7TextformatSuperscript(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M43.645 28.14c1.054 0 1.71-.68 1.71-1.663V10.445c0-1.171-.703-1.875-1.851-1.875c-1.031 0-1.547.375-2.227.867l-3.75 2.555c-.656.445-.937.867-.937 1.383c0 .773.586 1.36 1.312 1.36c.47 0 .774-.141 1.242-.47l2.72-1.828h.07v14.04c0 .984.703 1.664 1.71 1.664M12.73 47.43c1.172 0 1.735-.47 2.204-1.758l3-8.297h13.828l3.023 8.297c.446 1.289 1.031 1.758 2.203 1.758c1.266 0 2.11-.75 2.11-1.922c0-.399-.07-.75-.258-1.266l-10.992-29.25c-.54-1.453-1.5-2.156-3-2.156c-1.453 0-2.414.703-2.93 2.133L10.902 44.266c-.187.515-.257.867-.257 1.265c0 1.172.796 1.899 2.085 1.899m6.352-13.64l5.695-15.774h.141l5.672 15.773Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M43.645 28.14c1.054 0 1.71-.68 1.71-1.663V10.445c0-1.171-.703-1.875-1.851-1.875c-1.031 0-1.547.375-2.227.867l-3.75 2.555c-.656.445-.937.867-.937 1.383c0 .773.586 1.36 1.312 1.36c.47 0 .774-.141 1.242-.47l2.72-1.828h.07v14.04c0 .984.703 1.664 1.71 1.664M12.73 47.43c1.172 0 1.735-.47 2.204-1.758l3-8.297h13.828l3.023 8.297c.446 1.289 1.031 1.758 2.203 1.758c1.266 0 2.11-.75 2.11-1.922c0-.399-.07-.75-.258-1.266l-10.992-29.25c-.54-1.453-1.5-2.156-3-2.156c-1.453 0-2.414.703-2.93 2.133L10.902 44.266c-.187.515-.257.867-.257 1.265c0 1.172.796 1.899 2.085 1.899m6.352-13.64l5.695-15.774h.141l5.672 15.773Z"/></svg> </template>
CSS
.icon-textformat-superscript {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M43.645%2028.14c1.054%200%201.71-.68%201.71-1.663V10.445c0-1.171-.703-1.875-1.851-1.875c-1.031%200-1.547.375-2.227.867l-3.75%202.555c-.656.445-.937.867-.937%201.383c0%20.773.586%201.36%201.312%201.36c.47%200%20.774-.141%201.242-.47l2.72-1.828h.07v14.04c0%20.984.703%201.664%201.71%201.664M12.73%2047.43c1.172%200%201.735-.47%202.204-1.758l3-8.297h13.828l3.023%208.297c.446%201.289%201.031%201.758%202.203%201.758c1.266%200%202.11-.75%202.11-1.922c0-.399-.07-.75-.258-1.266l-10.992-29.25c-.54-1.453-1.5-2.156-3-2.156c-1.453%200-2.414.703-2.93%202.133L10.902%2044.266c-.187.515-.257.867-.257%201.265c0%201.172.796%201.899%202.085%201.899m6.352-13.64l5.695-15.774h.141l5.672%2015.773Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M43.645%2028.14c1.054%200%201.71-.68%201.71-1.663V10.445c0-1.171-.703-1.875-1.851-1.875c-1.031%200-1.547.375-2.227.867l-3.75%202.555c-.656.445-.937.867-.937%201.383c0%20.773.586%201.36%201.312%201.36c.47%200%20.774-.141%201.242-.47l2.72-1.828h.07v14.04c0%20.984.703%201.664%201.71%201.664M12.73%2047.43c1.172%200%201.735-.47%202.204-1.758l3-8.297h13.828l3.023%208.297c.446%201.289%201.031%201.758%202.203%201.758c1.266%200%202.11-.75%202.11-1.922c0-.399-.07-.75-.258-1.266l-10.992-29.25c-.54-1.453-1.5-2.156-3-2.156c-1.453%200-2.414.703-2.93%202.133L10.902%2044.266c-.187.515-.257.867-.257%201.265c0%201.172.796%201.899%202.085%201.899m6.352-13.64l5.695-15.774h.141l5.672%2015.773Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/textformat-superscript.svg?color=%231a73e8&size=48