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

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

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the uppercase icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.788 17.713Q16.5 17.425 16.5 17v-5.2l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V17q0 .425-.287.713T17.5 18t-.712-.288M5.9 15.176l-.8 2.25q-.1.275-.325.425t-.5.15q-.475 0-.737-.387T3.45 16.8L6.9 7.6q.1-.275.35-.437T7.775 7h.675q.275 0 .525.163t.35.437l3.45 9.225q.175.425-.087.8t-.713.375q-.275 0-.512-.162t-.338-.438l-.775-2.225zm.575-1.6H9.75l-1.625-4.55h-.1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsUppercaseRounded(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="M16.788 17.713Q16.5 17.425 16.5 17v-5.2l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V17q0 .425-.287.713T17.5 18t-.712-.288M5.9 15.176l-.8 2.25q-.1.275-.325.425t-.5.15q-.475 0-.737-.387T3.45 16.8L6.9 7.6q.1-.275.35-.437T7.775 7h.675q.275 0 .525.163t.35.437l3.45 9.225q.175.425-.087.8t-.713.375q-.275 0-.512-.162t-.338-.438l-.775-2.225zm.575-1.6H9.75l-1.625-4.55h-.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.788 17.713Q16.5 17.425 16.5 17v-5.2l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V17q0 .425-.287.713T17.5 18t-.712-.288M5.9 15.176l-.8 2.25q-.1.275-.325.425t-.5.15q-.475 0-.737-.387T3.45 16.8L6.9 7.6q.1-.275.35-.437T7.775 7h.675q.275 0 .525.163t.35.437l3.45 9.225q.175.425-.087.8t-.713.375q-.275 0-.512-.162t-.338-.438l-.775-2.225zm.575-1.6H9.75l-1.625-4.55h-.1z"/></svg>
</template>

CSS

.icon-uppercase-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%22M16.788%2017.713Q16.5%2017.425%2016.5%2017v-5.2l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6%202.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V17q0%20.425-.287.713T17.5%2018t-.712-.288M5.9%2015.176l-.8%202.25q-.1.275-.325.425t-.5.15q-.475%200-.737-.387T3.45%2016.8L6.9%207.6q.1-.275.35-.437T7.775%207h.675q.275%200%20.525.163t.35.437l3.45%209.225q.175.425-.087.8t-.713.375q-.275%200-.512-.162t-.338-.438l-.775-2.225zm.575-1.6H9.75l-1.625-4.55h-.1z%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%22M16.788%2017.713Q16.5%2017.425%2016.5%2017v-5.2l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6%202.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V17q0%20.425-.287.713T17.5%2018t-.712-.288M5.9%2015.176l-.8%202.25q-.1.275-.325.425t-.5.15q-.475%200-.737-.387T3.45%2016.8L6.9%207.6q.1-.275.35-.437T7.775%207h.675q.275%200%20.525.163t.35.437l3.45%209.225q.175.425-.087.8t-.713.375q-.275%200-.512-.162t-.338-.438l-.775-2.225zm.575-1.6H9.75l-1.625-4.55h-.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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