text subscript icon
text-subscript-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- text-subscript-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 subscript icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M252 208a12 12 0 0 1-12 12h-48a12 12 0 0 1-9.6-19.2l43.17-57.56a12 12 0 0 0-2.35-16.82a12 12 0 0 0-18.54 5.58a12 12 0 0 1-22.63-8a36.3 36.3 0 0 1 5.2-9.67a36 36 0 0 1 57.5 43.34L216 196h24a12 12 0 0 1 12 12M151.86 46.93a12 12 0 0 0-16.93 1.21L92 97.68L49.07 48.14a12 12 0 0 0-18.14 15.72L76.12 116l-45.19 52.14a12 12 0 0 0 18.14 15.72L92 134.32l42.93 49.54a12 12 0 1 0 18.14-15.72L107.88 116l45.19-52.14a12 12 0 0 0-1.21-16.93"/></svg>
React
import type { SVGProps } from "react";
export function PhTextSubscriptBold(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 208a12 12 0 0 1-12 12h-48a12 12 0 0 1-9.6-19.2l43.17-57.56a12 12 0 0 0-2.35-16.82a12 12 0 0 0-18.54 5.58a12 12 0 0 1-22.63-8a36.3 36.3 0 0 1 5.2-9.67a36 36 0 0 1 57.5 43.34L216 196h24a12 12 0 0 1 12 12M151.86 46.93a12 12 0 0 0-16.93 1.21L92 97.68L49.07 48.14a12 12 0 0 0-18.14 15.72L76.12 116l-45.19 52.14a12 12 0 0 0 18.14 15.72L92 134.32l42.93 49.54a12 12 0 1 0 18.14-15.72L107.88 116l45.19-52.14a12 12 0 0 0-1.21-16.93"/></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 208a12 12 0 0 1-12 12h-48a12 12 0 0 1-9.6-19.2l43.17-57.56a12 12 0 0 0-2.35-16.82a12 12 0 0 0-18.54 5.58a12 12 0 0 1-22.63-8a36.3 36.3 0 0 1 5.2-9.67a36 36 0 0 1 57.5 43.34L216 196h24a12 12 0 0 1 12 12M151.86 46.93a12 12 0 0 0-16.93 1.21L92 97.68L49.07 48.14a12 12 0 0 0-18.14 15.72L76.12 116l-45.19 52.14a12 12 0 0 0 18.14 15.72L92 134.32l42.93 49.54a12 12 0 1 0 18.14-15.72L107.88 116l45.19-52.14a12 12 0 0 0-1.21-16.93"/></svg> </template>
CSS
.icon-text-subscript-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%20208a12%2012%200%200%201-12%2012h-48a12%2012%200%200%201-9.6-19.2l43.17-57.56a12%2012%200%200%200-2.35-16.82a12%2012%200%200%200-18.54%205.58a12%2012%200%200%201-22.63-8a36.3%2036.3%200%200%201%205.2-9.67a36%2036%200%200%201%2057.5%2043.34L216%20196h24a12%2012%200%200%201%2012%2012M151.86%2046.93a12%2012%200%200%200-16.93%201.21L92%2097.68L49.07%2048.14a12%2012%200%200%200-18.14%2015.72L76.12%20116l-45.19%2052.14a12%2012%200%200%200%2018.14%2015.72L92%20134.32l42.93%2049.54a12%2012%200%201%200%2018.14-15.72L107.88%20116l45.19-52.14a12%2012%200%200%200-1.21-16.93%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%20208a12%2012%200%200%201-12%2012h-48a12%2012%200%200%201-9.6-19.2l43.17-57.56a12%2012%200%200%200-2.35-16.82a12%2012%200%200%200-18.54%205.58a12%2012%200%200%201-22.63-8a36.3%2036.3%200%200%201%205.2-9.67a36%2036%200%200%201%2057.5%2043.34L216%20196h24a12%2012%200%200%201%2012%2012M151.86%2046.93a12%2012%200%200%200-16.93%201.21L92%2097.68L49.07%2048.14a12%2012%200%200%200-18.14%2015.72L76.12%20116l-45.19%2052.14a12%2012%200%200%200%2018.14%2015.72L92%20134.32l42.93%2049.54a12%2012%200%201%200%2018.14-15.72L107.88%20116l45.19-52.14a12%2012%200%200%200-1.21-16.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/text-subscript-bold.svg?color=%231a73e8&size=48