textformat subscript icon
textformat-subscript from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- textformat-subscript
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the textformat subscript icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.484 42.332c1.172 0 1.735-.469 2.204-1.758l3-8.297h13.828l3.023 8.297c.445 1.29 1.031 1.758 2.203 1.758c1.266 0 2.11-.75 2.11-1.922c0-.398-.07-.75-.258-1.265L24.602 9.895c-.54-1.454-1.5-2.157-3-2.157c-1.454 0-2.415.703-2.93 2.133L7.656 39.168c-.187.516-.258.867-.258 1.266c0 1.172.797 1.898 2.086 1.898m6.352-13.64l5.695-15.774h.14l5.673 15.773Zm31.055 19.57c1.03 0 1.71-.68 1.71-1.664V30.566c0-1.171-.703-1.875-1.874-1.875c-1.032 0-1.524.375-2.227.868l-3.75 2.554c-.656.47-.914.867-.914 1.383c0 .773.562 1.36 1.289 1.36c.469 0 .773-.141 1.242-.47l2.719-1.827h.094v14.039c0 .984.68 1.664 1.71 1.664"/></svg>
React
import type { SVGProps } from "react";
export function F7TextformatSubscript(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="M9.484 42.332c1.172 0 1.735-.469 2.204-1.758l3-8.297h13.828l3.023 8.297c.445 1.29 1.031 1.758 2.203 1.758c1.266 0 2.11-.75 2.11-1.922c0-.398-.07-.75-.258-1.265L24.602 9.895c-.54-1.454-1.5-2.157-3-2.157c-1.454 0-2.415.703-2.93 2.133L7.656 39.168c-.187.516-.258.867-.258 1.266c0 1.172.797 1.898 2.086 1.898m6.352-13.64l5.695-15.774h.14l5.673 15.773Zm31.055 19.57c1.03 0 1.71-.68 1.71-1.664V30.566c0-1.171-.703-1.875-1.874-1.875c-1.032 0-1.524.375-2.227.868l-3.75 2.554c-.656.47-.914.867-.914 1.383c0 .773.562 1.36 1.289 1.36c.469 0 .773-.141 1.242-.47l2.719-1.827h.094v14.039c0 .984.68 1.664 1.71 1.664"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.484 42.332c1.172 0 1.735-.469 2.204-1.758l3-8.297h13.828l3.023 8.297c.445 1.29 1.031 1.758 2.203 1.758c1.266 0 2.11-.75 2.11-1.922c0-.398-.07-.75-.258-1.265L24.602 9.895c-.54-1.454-1.5-2.157-3-2.157c-1.454 0-2.415.703-2.93 2.133L7.656 39.168c-.187.516-.258.867-.258 1.266c0 1.172.797 1.898 2.086 1.898m6.352-13.64l5.695-15.774h.14l5.673 15.773Zm31.055 19.57c1.03 0 1.71-.68 1.71-1.664V30.566c0-1.171-.703-1.875-1.874-1.875c-1.032 0-1.524.375-2.227.868l-3.75 2.554c-.656.47-.914.867-.914 1.383c0 .773.562 1.36 1.289 1.36c.469 0 .773-.141 1.242-.47l2.719-1.827h.094v14.039c0 .984.68 1.664 1.71 1.664"/></svg> </template>
CSS
.icon-textformat-subscript {
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%22M9.484%2042.332c1.172%200%201.735-.469%202.204-1.758l3-8.297h13.828l3.023%208.297c.445%201.29%201.031%201.758%202.203%201.758c1.266%200%202.11-.75%202.11-1.922c0-.398-.07-.75-.258-1.265L24.602%209.895c-.54-1.454-1.5-2.157-3-2.157c-1.454%200-2.415.703-2.93%202.133L7.656%2039.168c-.187.516-.258.867-.258%201.266c0%201.172.797%201.898%202.086%201.898m6.352-13.64l5.695-15.774h.14l5.673%2015.773Zm31.055%2019.57c1.03%200%201.71-.68%201.71-1.664V30.566c0-1.171-.703-1.875-1.874-1.875c-1.032%200-1.524.375-2.227.868l-3.75%202.554c-.656.47-.914.867-.914%201.383c0%20.773.562%201.36%201.289%201.36c.469%200%20.773-.141%201.242-.47l2.719-1.827h.094v14.039c0%20.984.68%201.664%201.71%201.664%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%22M9.484%2042.332c1.172%200%201.735-.469%202.204-1.758l3-8.297h13.828l3.023%208.297c.445%201.29%201.031%201.758%202.203%201.758c1.266%200%202.11-.75%202.11-1.922c0-.398-.07-.75-.258-1.265L24.602%209.895c-.54-1.454-1.5-2.157-3-2.157c-1.454%200-2.415.703-2.93%202.133L7.656%2039.168c-.187.516-.258.867-.258%201.266c0%201.172.797%201.898%202.086%201.898m6.352-13.64l5.695-15.774h.14l5.673%2015.773Zm31.055%2019.57c1.03%200%201.71-.68%201.71-1.664V30.566c0-1.171-.703-1.875-1.874-1.875c-1.032%200-1.524.375-2.227.868l-3.75%202.554c-.656.47-.914.867-.914%201.383c0%20.773.562%201.36%201.289%201.36c.469%200%20.773-.141%201.242-.47l2.719-1.827h.094v14.039c0%20.984.68%201.664%201.71%201.664%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/textformat-subscript.svg?color=%231a73e8&size=48