subscript from Line Awesome by Icons8 · Line · Mathematics · Apache-2.0 Free for personal and commercial use.

Name
subscript
Set
Line Awesome
Style
Line
Category
Mathematics
Viewbox
32×32
License
Apache 2.0
Aliases
subscript-solid

The same icon in other sets

More mathematics icons from Line Awesome

Use the subscript icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m4.156 8l1 1.531L9.313 16l-4.157 6.469l-1 1.531h6.375l.313-.469L12.5 20.97l1.656 2.562l.313.469h6.375l-1-1.531L15.687 16l4.157-6.469l1-1.531h-6.375l-.313.469L12.5 11.03l-1.656-2.56L10.53 8zm3.657 2h1.656l2.187 3.438l.844 1.312l.844-1.313L15.53 10h1.656l-3.53 5.469l-.345.531l.344.531L17.187 22h-1.656l-2.187-3.438l-.844-1.312l-.844 1.313L9.47 22H7.813l3.53-5.469l.345-.531l-.344-.531zm17.156 9A2.99 2.99 0 0 0 22 21.969V22h2v-.031c0-.547.422-.969.969-.969h.062c.547 0 .969.422.969.969a.93.93 0 0 1-.406.781l-2.125 1.469A3.39 3.39 0 0 0 22 27v1h6v-2h-3.469c.04-.031.02-.098.063-.125l2.125-1.469A2.95 2.95 0 0 0 28 21.97A2.99 2.99 0 0 0 25.031 19z"/></svg>

React

import type { SVGProps } from "react";

export function LaSubscript(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m4.156 8l1 1.531L9.313 16l-4.157 6.469l-1 1.531h6.375l.313-.469L12.5 20.97l1.656 2.562l.313.469h6.375l-1-1.531L15.687 16l4.157-6.469l1-1.531h-6.375l-.313.469L12.5 11.03l-1.656-2.56L10.53 8zm3.657 2h1.656l2.187 3.438l.844 1.312l.844-1.313L15.53 10h1.656l-3.53 5.469l-.345.531l.344.531L17.187 22h-1.656l-2.187-3.438l-.844-1.312l-.844 1.313L9.47 22H7.813l3.53-5.469l.345-.531l-.344-.531zm17.156 9A2.99 2.99 0 0 0 22 21.969V22h2v-.031c0-.547.422-.969.969-.969h.062c.547 0 .969.422.969.969a.93.93 0 0 1-.406.781l-2.125 1.469A3.39 3.39 0 0 0 22 27v1h6v-2h-3.469c.04-.031.02-.098.063-.125l2.125-1.469A2.95 2.95 0 0 0 28 21.97A2.99 2.99 0 0 0 25.031 19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m4.156 8l1 1.531L9.313 16l-4.157 6.469l-1 1.531h6.375l.313-.469L12.5 20.97l1.656 2.562l.313.469h6.375l-1-1.531L15.687 16l4.157-6.469l1-1.531h-6.375l-.313.469L12.5 11.03l-1.656-2.56L10.53 8zm3.657 2h1.656l2.187 3.438l.844 1.312l.844-1.313L15.53 10h1.656l-3.53 5.469l-.345.531l.344.531L17.187 22h-1.656l-2.187-3.438l-.844-1.312l-.844 1.313L9.47 22H7.813l3.53-5.469l.345-.531l-.344-.531zm17.156 9A2.99 2.99 0 0 0 22 21.969V22h2v-.031c0-.547.422-.969.969-.969h.062c.547 0 .969.422.969.969a.93.93 0 0 1-.406.781l-2.125 1.469A3.39 3.39 0 0 0 22 27v1h6v-2h-3.469c.04-.031.02-.098.063-.125l2.125-1.469A2.95 2.95 0 0 0 28 21.97A2.99 2.99 0 0 0 25.031 19z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.156%208l1%201.531L9.313%2016l-4.157%206.469l-1%201.531h6.375l.313-.469L12.5%2020.97l1.656%202.562l.313.469h6.375l-1-1.531L15.687%2016l4.157-6.469l1-1.531h-6.375l-.313.469L12.5%2011.03l-1.656-2.56L10.53%208zm3.657%202h1.656l2.187%203.438l.844%201.312l.844-1.313L15.53%2010h1.656l-3.53%205.469l-.345.531l.344.531L17.187%2022h-1.656l-2.187-3.438l-.844-1.312l-.844%201.313L9.47%2022H7.813l3.53-5.469l.345-.531l-.344-.531zm17.156%209A2.99%202.99%200%200%200%2022%2021.969V22h2v-.031c0-.547.422-.969.969-.969h.062c.547%200%20.969.422.969.969a.93.93%200%200%201-.406.781l-2.125%201.469A3.39%203.39%200%200%200%2022%2027v1h6v-2h-3.469c.04-.031.02-.098.063-.125l2.125-1.469A2.95%202.95%200%200%200%2028%2021.97A2.99%202.99%200%200%200%2025.031%2019z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.156%208l1%201.531L9.313%2016l-4.157%206.469l-1%201.531h6.375l.313-.469L12.5%2020.97l1.656%202.562l.313.469h6.375l-1-1.531L15.687%2016l4.157-6.469l1-1.531h-6.375l-.313.469L12.5%2011.03l-1.656-2.56L10.53%208zm3.657%202h1.656l2.187%203.438l.844%201.312l.844-1.313L15.53%2010h1.656l-3.53%205.469l-.345.531l.344.531L17.187%2022h-1.656l-2.187-3.438l-.844-1.312l-.844%201.313L9.47%2022H7.813l3.53-5.469l.345-.531l-.344-.531zm17.156%209A2.99%202.99%200%200%200%2022%2021.969V22h2v-.031c0-.547.422-.969.969-.969h.062c.547%200%20.969.422.969.969a.93.93%200%200%201-.406.781l-2.125%201.469A3.39%203.39%200%200%200%2022%2027v1h6v-2h-3.469c.04-.031.02-.098.063-.125l2.125-1.469A2.95%202.95%200%200%200%2028%2021.97A2.99%202.99%200%200%200%2025.031%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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