lowercase from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
lowercase
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
lowercase-outline, lowercase-outline-sharp, lowercase-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the lowercase icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.077 17.577q-1.16 0-1.861-.649q-.702-.65-.702-1.62q0-1.062.833-1.697q.834-.636 2.145-.636q.537 0 1.087.11t.969.304V12.8q0-.975-.493-1.483t-1.44-.507q-.517 0-.963.18t-.892.552l-.637-.567q.562-.513 1.16-.748q.6-.235 1.338-.235q1.437 0 2.133.736t.696 2.207v4.411h-.902v-1.021h-.1q-.427.633-.998.942q-.571.31-1.373.31m.07-.812q1.028 0 1.718-.734q.689-.735.689-1.842q-.35-.2-.886-.313t-1.049-.112q-.992 0-1.577.398q-.584.398-.584 1.146q0 .615.467 1.036t1.221.422m8.893.811l-3.308-3.308l.708-.708l2.1 2.1V8.616h1v7.046l2.1-2.1l.707.707z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLowercase(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.077 17.577q-1.16 0-1.861-.649q-.702-.65-.702-1.62q0-1.062.833-1.697q.834-.636 2.145-.636q.537 0 1.087.11t.969.304V12.8q0-.975-.493-1.483t-1.44-.507q-.517 0-.963.18t-.892.552l-.637-.567q.562-.513 1.16-.748q.6-.235 1.338-.235q1.437 0 2.133.736t.696 2.207v4.411h-.902v-1.021h-.1q-.427.633-.998.942q-.571.31-1.373.31m.07-.812q1.028 0 1.718-.734q.689-.735.689-1.842q-.35-.2-.886-.313t-1.049-.112q-.992 0-1.577.398q-.584.398-.584 1.146q0 .615.467 1.036t1.221.422m8.893.811l-3.308-3.308l.708-.708l2.1 2.1V8.616h1v7.046l2.1-2.1l.707.707z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.077 17.577q-1.16 0-1.861-.649q-.702-.65-.702-1.62q0-1.062.833-1.697q.834-.636 2.145-.636q.537 0 1.087.11t.969.304V12.8q0-.975-.493-1.483t-1.44-.507q-.517 0-.963.18t-.892.552l-.637-.567q.562-.513 1.16-.748q.6-.235 1.338-.235q1.437 0 2.133.736t.696 2.207v4.411h-.902v-1.021h-.1q-.427.633-.998.942q-.571.31-1.373.31m.07-.812q1.028 0 1.718-.734q.689-.735.689-1.842q-.35-.2-.886-.313t-1.049-.112q-.992 0-1.577.398q-.584.398-.584 1.146q0 .615.467 1.036t1.221.422m8.893.811l-3.308-3.308l.708-.708l2.1 2.1V8.616h1v7.046l2.1-2.1l.707.707z"/></svg>
</template>

CSS

.icon-lowercase {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.077%2017.577q-1.16%200-1.861-.649q-.702-.65-.702-1.62q0-1.062.833-1.697q.834-.636%202.145-.636q.537%200%201.087.11t.969.304V12.8q0-.975-.493-1.483t-1.44-.507q-.517%200-.963.18t-.892.552l-.637-.567q.562-.513%201.16-.748q.6-.235%201.338-.235q1.437%200%202.133.736t.696%202.207v4.411h-.902v-1.021h-.1q-.427.633-.998.942q-.571.31-1.373.31m.07-.812q1.028%200%201.718-.734q.689-.735.689-1.842q-.35-.2-.886-.313t-1.049-.112q-.992%200-1.577.398q-.584.398-.584%201.146q0%20.615.467%201.036t1.221.422m8.893.811l-3.308-3.308l.708-.708l2.1%202.1V8.616h1v7.046l2.1-2.1l.707.707z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.077%2017.577q-1.16%200-1.861-.649q-.702-.65-.702-1.62q0-1.062.833-1.697q.834-.636%202.145-.636q.537%200%201.087.11t.969.304V12.8q0-.975-.493-1.483t-1.44-.507q-.517%200-.963.18t-.892.552l-.637-.567q.562-.513%201.16-.748q.6-.235%201.338-.235q1.437%200%202.133.736t.696%202.207v4.411h-.902v-1.021h-.1q-.427.633-.998.942q-.571.31-1.373.31m.07-.812q1.028%200%201.718-.734q.689-.735.689-1.842q-.35-.2-.886-.313t-1.049-.112q-.992%200-1.577.398q-.584.398-.584%201.146q0%20.615.467%201.036t1.221.422m8.893.811l-3.308-3.308l.708-.708l2.1%202.1V8.616h1v7.046l2.1-2.1l.707.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/lowercase.svg?color=%231a73e8&size=48