subscript icon

subscript from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
subscript
Set
Jam Icons
Style
Outline
Viewbox
14×14
License
MIT

The same icon in other sets

Use the subscript icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 14"><path fill="currentColor" d="m5.954 4.5l2.831 2.806a.986.986 0 0 1 0 1.403a1.007 1.007 0 0 1-1.415 0L4.54 5.903L1.707 8.71a1.007 1.007 0 0 1-1.415 0a.986.986 0 0 1 0-1.403L3.123 4.5L.294 1.694a.986.986 0 0 1 0-1.403a1.007 1.007 0 0 1 1.415 0L4.54 3.097L7.37.29a1.007 1.007 0 0 1 1.416 0a.986.986 0 0 1 0 1.403L5.955 4.5ZM14 12.352V14H9.078v-1.014l.101-.246l1.801-1.913c.433-.435.8-.77.93-1.011q.186-.346.184-.587a.42.42 0 0 0-.128-.327a.48.48 0 0 0-.355-.127a.45.45 0 0 0-.357.158c-.106.117-.167.288-.175.525l-.012.338h-1.84l.017-.366c.034-.735.274-1.33.723-1.77c.45-.44 1.03-.66 1.719-.66q.642 0 1.149.275q.51.28.814.8q.3.516.301 1.063c0 .416-.231.849-.46 1.307c-.223.45-.538.876-1.072 1.555l-.118.123l-.255.229z"/></svg>

React

import type { SVGProps } from "react";

export function JamSubscript(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 14"><path fill="currentColor" d="m5.954 4.5l2.831 2.806a.986.986 0 0 1 0 1.403a1.007 1.007 0 0 1-1.415 0L4.54 5.903L1.707 8.71a1.007 1.007 0 0 1-1.415 0a.986.986 0 0 1 0-1.403L3.123 4.5L.294 1.694a.986.986 0 0 1 0-1.403a1.007 1.007 0 0 1 1.415 0L4.54 3.097L7.37.29a1.007 1.007 0 0 1 1.416 0a.986.986 0 0 1 0 1.403L5.955 4.5ZM14 12.352V14H9.078v-1.014l.101-.246l1.801-1.913c.433-.435.8-.77.93-1.011q.186-.346.184-.587a.42.42 0 0 0-.128-.327a.48.48 0 0 0-.355-.127a.45.45 0 0 0-.357.158c-.106.117-.167.288-.175.525l-.012.338h-1.84l.017-.366c.034-.735.274-1.33.723-1.77c.45-.44 1.03-.66 1.719-.66q.642 0 1.149.275q.51.28.814.8q.3.516.301 1.063c0 .416-.231.849-.46 1.307c-.223.45-.538.876-1.072 1.555l-.118.123l-.255.229z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 14"><path fill="currentColor" d="m5.954 4.5l2.831 2.806a.986.986 0 0 1 0 1.403a1.007 1.007 0 0 1-1.415 0L4.54 5.903L1.707 8.71a1.007 1.007 0 0 1-1.415 0a.986.986 0 0 1 0-1.403L3.123 4.5L.294 1.694a.986.986 0 0 1 0-1.403a1.007 1.007 0 0 1 1.415 0L4.54 3.097L7.37.29a1.007 1.007 0 0 1 1.416 0a.986.986 0 0 1 0 1.403L5.955 4.5ZM14 12.352V14H9.078v-1.014l.101-.246l1.801-1.913c.433-.435.8-.77.93-1.011q.186-.346.184-.587a.42.42 0 0 0-.128-.327a.48.48 0 0 0-.355-.127a.45.45 0 0 0-.357.158c-.106.117-.167.288-.175.525l-.012.338h-1.84l.017-.366c.034-.735.274-1.33.723-1.77c.45-.44 1.03-.66 1.719-.66q.642 0 1.149.275q.51.28.814.8q.3.516.301 1.063c0 .416-.231.849-.46 1.307c-.223.45-.538.876-1.072 1.555l-.118.123l-.255.229z"/></svg>
</template>

CSS

.icon-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%2014%2014%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.954%204.5l2.831%202.806a.986.986%200%200%201%200%201.403a1.007%201.007%200%200%201-1.415%200L4.54%205.903L1.707%208.71a1.007%201.007%200%200%201-1.415%200a.986.986%200%200%201%200-1.403L3.123%204.5L.294%201.694a.986.986%200%200%201%200-1.403a1.007%201.007%200%200%201%201.415%200L4.54%203.097L7.37.29a1.007%201.007%200%200%201%201.416%200a.986.986%200%200%201%200%201.403L5.955%204.5ZM14%2012.352V14H9.078v-1.014l.101-.246l1.801-1.913c.433-.435.8-.77.93-1.011q.186-.346.184-.587a.42.42%200%200%200-.128-.327a.48.48%200%200%200-.355-.127a.45.45%200%200%200-.357.158c-.106.117-.167.288-.175.525l-.012.338h-1.84l.017-.366c.034-.735.274-1.33.723-1.77c.45-.44%201.03-.66%201.719-.66q.642%200%201.149.275q.51.28.814.8q.3.516.301%201.063c0%20.416-.231.849-.46%201.307c-.223.45-.538.876-1.072%201.555l-.118.123l-.255.229z%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%2014%2014%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.954%204.5l2.831%202.806a.986.986%200%200%201%200%201.403a1.007%201.007%200%200%201-1.415%200L4.54%205.903L1.707%208.71a1.007%201.007%200%200%201-1.415%200a.986.986%200%200%201%200-1.403L3.123%204.5L.294%201.694a.986.986%200%200%201%200-1.403a1.007%201.007%200%200%201%201.415%200L4.54%203.097L7.37.29a1.007%201.007%200%200%201%201.416%200a.986.986%200%200%201%200%201.403L5.955%204.5ZM14%2012.352V14H9.078v-1.014l.101-.246l1.801-1.913c.433-.435.8-.77.93-1.011q.186-.346.184-.587a.42.42%200%200%200-.128-.327a.48.48%200%200%200-.355-.127a.45.45%200%200%200-.357.158c-.106.117-.167.288-.175.525l-.012.338h-1.84l.017-.366c.034-.735.274-1.33.723-1.77c.45-.44%201.03-.66%201.719-.66q.642%200%201.149.275q.51.28.814.8q.3.516.301%201.063c0%20.416-.231.849-.46%201.307c-.223.45-.538.876-1.072%201.555l-.118.123l-.255.229z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/subscript.svg?color=%231a73e8&size=48