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

Name
lowercase-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
lowercase-outline-rounded

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-.413 0-.814.131t-.74.357q-.17.135-.333.079t-.26-.198q-.099-.142-.08-.302t.199-.283q.442-.303.97-.453q.53-.149 1.064-.149q1.437 0 2.133.736t.696 2.207v3.963q0 .19-.132.32q-.131.128-.322.128q-.19 0-.319-.131q-.129-.132-.129-.323v-.567h-.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.393-1.104V9.116q0-.214.143-.357t.356-.143t.357.143t.144.357v6.546l1.745-1.747q.141-.14.345-.15t.363.15t.16.354t-.16.354l-2.388 2.389q-.243.242-.566.242t-.565-.243l-2.389-2.388q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLowercaseRounded(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-.413 0-.814.131t-.74.357q-.17.135-.333.079t-.26-.198q-.099-.142-.08-.302t.199-.283q.442-.303.97-.453q.53-.149 1.064-.149q1.437 0 2.133.736t.696 2.207v3.963q0 .19-.132.32q-.131.128-.322.128q-.19 0-.319-.131q-.129-.132-.129-.323v-.567h-.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.393-1.104V9.116q0-.214.143-.357t.356-.143t.357.143t.144.357v6.546l1.745-1.747q.141-.14.345-.15t.363.15t.16.354t-.16.354l-2.388 2.389q-.243.242-.566.242t-.565-.243l-2.389-2.388q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16z"/></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-.413 0-.814.131t-.74.357q-.17.135-.333.079t-.26-.198q-.099-.142-.08-.302t.199-.283q.442-.303.97-.453q.53-.149 1.064-.149q1.437 0 2.133.736t.696 2.207v3.963q0 .19-.132.32q-.131.128-.322.128q-.19 0-.319-.131q-.129-.132-.129-.323v-.567h-.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.393-1.104V9.116q0-.214.143-.357t.356-.143t.357.143t.144.357v6.546l1.745-1.747q.141-.14.345-.15t.363.15t.16.354t-.16.354l-2.388 2.389q-.243.242-.566.242t-.565-.243l-2.389-2.388q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16z"/></svg>
</template>

CSS

.icon-lowercase-rounded {
  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-.413%200-.814.131t-.74.357q-.17.135-.333.079t-.26-.198q-.099-.142-.08-.302t.199-.283q.442-.303.97-.453q.53-.149%201.064-.149q1.437%200%202.133.736t.696%202.207v3.963q0%20.19-.132.32q-.131.128-.322.128q-.19%200-.319-.131q-.129-.132-.129-.323v-.567h-.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.393-1.104V9.116q0-.214.143-.357t.356-.143t.357.143t.144.357v6.546l1.745-1.747q.141-.14.345-.15t.363.15t.16.354t-.16.354l-2.388%202.389q-.243.242-.566.242t-.565-.243l-2.389-2.388q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16z%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-.413%200-.814.131t-.74.357q-.17.135-.333.079t-.26-.198q-.099-.142-.08-.302t.199-.283q.442-.303.97-.453q.53-.149%201.064-.149q1.437%200%202.133.736t.696%202.207v3.963q0%20.19-.132.32q-.131.128-.322.128q-.19%200-.319-.131q-.129-.132-.129-.323v-.567h-.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.393-1.104V9.116q0-.214.143-.357t.356-.143t.357.143t.144.357v6.546l1.745-1.747q.141-.14.345-.15t.363.15t.16.354t-.16.354l-2.388%202.389q-.243.242-.566.242t-.565-.243l-2.389-2.388q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16z%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-rounded.svg?color=%231a73e8&size=48