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

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

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

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="M7.5 18q-1.275 0-2.025-.687t-.75-1.813q0-1.1.863-1.812t2.212-.713q.575 0 1.125.1t.95.275v-.3q0-.725-.513-1.175T8 11.425q-.375 0-.737.113t-.663.337q-.325.25-.612.175t-.463-.275t-.175-.475t.275-.475q.5-.4 1.125-.587t1.275-.188q1.725 0 2.575.813t.85 2.437v3.675q0 .325-.237.55t-.563.225t-.55-.237t-.225-.563v-.125h-.1q-.35.575-.95.875T7.5 18m.3-1.35q.875 0 1.488-.6t.612-1.4q-.35-.2-.837-.312t-.963-.113q-.8 0-1.25.35t-.45.925q0 .5.4.825t1 .325m8.7-2.45V9q0-.425.288-.712T17.5 8t.713.288T18.5 9v5.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6 2.6q-.3.3-.7.3t-.7-.3l-2.6-2.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLowercaseRounded(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="M7.5 18q-1.275 0-2.025-.687t-.75-1.813q0-1.1.863-1.812t2.212-.713q.575 0 1.125.1t.95.275v-.3q0-.725-.513-1.175T8 11.425q-.375 0-.737.113t-.663.337q-.325.25-.612.175t-.463-.275t-.175-.475t.275-.475q.5-.4 1.125-.587t1.275-.188q1.725 0 2.575.813t.85 2.437v3.675q0 .325-.237.55t-.563.225t-.55-.237t-.225-.563v-.125h-.1q-.35.575-.95.875T7.5 18m.3-1.35q.875 0 1.488-.6t.612-1.4q-.35-.2-.837-.312t-.963-.113q-.8 0-1.25.35t-.45.925q0 .5.4.825t1 .325m8.7-2.45V9q0-.425.288-.712T17.5 8t.713.288T18.5 9v5.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6 2.6q-.3.3-.7.3t-.7-.3l-2.6-2.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 18q-1.275 0-2.025-.687t-.75-1.813q0-1.1.863-1.812t2.212-.713q.575 0 1.125.1t.95.275v-.3q0-.725-.513-1.175T8 11.425q-.375 0-.737.113t-.663.337q-.325.25-.612.175t-.463-.275t-.175-.475t.275-.475q.5-.4 1.125-.587t1.275-.188q1.725 0 2.575.813t.85 2.437v3.675q0 .325-.237.55t-.563.225t-.55-.237t-.225-.563v-.125h-.1q-.35.575-.95.875T7.5 18m.3-1.35q.875 0 1.488-.6t.612-1.4q-.35-.2-.837-.312t-.963-.113q-.8 0-1.25.35t-.45.925q0 .5.4.825t1 .325m8.7-2.45V9q0-.425.288-.712T17.5 8t.713.288T18.5 9v5.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6 2.6q-.3.3-.7.3t-.7-.3l-2.6-2.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275z"/></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%22M7.5%2018q-1.275%200-2.025-.687t-.75-1.813q0-1.1.863-1.812t2.212-.713q.575%200%201.125.1t.95.275v-.3q0-.725-.513-1.175T8%2011.425q-.375%200-.737.113t-.663.337q-.325.25-.612.175t-.463-.275t-.175-.475t.275-.475q.5-.4%201.125-.587t1.275-.188q1.725%200%202.575.813t.85%202.437v3.675q0%20.325-.237.55t-.563.225t-.55-.237t-.225-.563v-.125h-.1q-.35.575-.95.875T7.5%2018m.3-1.35q.875%200%201.488-.6t.612-1.4q-.35-.2-.837-.312t-.963-.113q-.8%200-1.25.35t-.45.925q0%20.5.4.825t1%20.325m8.7-2.45V9q0-.425.288-.712T17.5%208t.713.288T18.5%209v5.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6%202.6q-.3.3-.7.3t-.7-.3l-2.6-2.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275z%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%22M7.5%2018q-1.275%200-2.025-.687t-.75-1.813q0-1.1.863-1.812t2.212-.713q.575%200%201.125.1t.95.275v-.3q0-.725-.513-1.175T8%2011.425q-.375%200-.737.113t-.663.337q-.325.25-.612.175t-.463-.275t-.175-.475t.275-.475q.5-.4%201.125-.587t1.275-.188q1.725%200%202.575.813t.85%202.437v3.675q0%20.325-.237.55t-.563.225t-.55-.237t-.225-.563v-.125h-.1q-.35.575-.95.875T7.5%2018m.3-1.35q.875%200%201.488-.6t.612-1.4q-.35-.2-.837-.312t-.963-.113q-.8%200-1.25.35t-.45.925q0%20.5.4.825t1%20.325m8.7-2.45V9q0-.425.288-.712T17.5%208t.713.288T18.5%209v5.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6%202.6q-.3.3-.7.3t-.7-.3l-2.6-2.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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