text case uppercase icon

text-case-uppercase-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
text-case-uppercase-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text case uppercase icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.707 3.5a.75.75 0 0 0-1.406-.02l-6 15.5a.75.75 0 1 0 1.399.54l1.556-4.02h7.118l1.42 4a.75.75 0 1 0 1.413-.5zM3.837 14L6.97 5.907L9.84 14zM14.75 3.25A.75.75 0 0 0 14 4v15.25c0 .414.336.75.75.75h4.125a4.625 4.625 0 0 0 2.006-8.793A4.5 4.5 0 0 0 18 3.25zM21 7.75a3 3 0 0 1-3 3h-2.5v-6H18a3 3 0 0 1 3 3M18.875 18.5H15.5v-6.25h3.375a3.125 3.125 0 1 1 0 6.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextCaseUppercase24Regular(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.707 3.5a.75.75 0 0 0-1.406-.02l-6 15.5a.75.75 0 1 0 1.399.54l1.556-4.02h7.118l1.42 4a.75.75 0 1 0 1.413-.5zM3.837 14L6.97 5.907L9.84 14zM14.75 3.25A.75.75 0 0 0 14 4v15.25c0 .414.336.75.75.75h4.125a4.625 4.625 0 0 0 2.006-8.793A4.5 4.5 0 0 0 18 3.25zM21 7.75a3 3 0 0 1-3 3h-2.5v-6H18a3 3 0 0 1 3 3M18.875 18.5H15.5v-6.25h3.375a3.125 3.125 0 1 1 0 6.25"/></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.707 3.5a.75.75 0 0 0-1.406-.02l-6 15.5a.75.75 0 1 0 1.399.54l1.556-4.02h7.118l1.42 4a.75.75 0 1 0 1.413-.5zM3.837 14L6.97 5.907L9.84 14zM14.75 3.25A.75.75 0 0 0 14 4v15.25c0 .414.336.75.75.75h4.125a4.625 4.625 0 0 0 2.006-8.793A4.5 4.5 0 0 0 18 3.25zM21 7.75a3 3 0 0 1-3 3h-2.5v-6H18a3 3 0 0 1 3 3M18.875 18.5H15.5v-6.25h3.375a3.125 3.125 0 1 1 0 6.25"/></svg>
</template>

CSS

.icon-text-case-uppercase-24-regular {
  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.707%203.5a.75.75%200%200%200-1.406-.02l-6%2015.5a.75.75%200%201%200%201.399.54l1.556-4.02h7.118l1.42%204a.75.75%200%201%200%201.413-.5zM3.837%2014L6.97%205.907L9.84%2014zM14.75%203.25A.75.75%200%200%200%2014%204v15.25c0%20.414.336.75.75.75h4.125a4.625%204.625%200%200%200%202.006-8.793A4.5%204.5%200%200%200%2018%203.25zM21%207.75a3%203%200%200%201-3%203h-2.5v-6H18a3%203%200%200%201%203%203M18.875%2018.5H15.5v-6.25h3.375a3.125%203.125%200%201%201%200%206.25%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.707%203.5a.75.75%200%200%200-1.406-.02l-6%2015.5a.75.75%200%201%200%201.399.54l1.556-4.02h7.118l1.42%204a.75.75%200%201%200%201.413-.5zM3.837%2014L6.97%205.907L9.84%2014zM14.75%203.25A.75.75%200%200%200%2014%204v15.25c0%20.414.336.75.75.75h4.125a4.625%204.625%200%200%200%202.006-8.793A4.5%204.5%200%200%200%2018%203.25zM21%207.75a3%203%200%200%201-3%203h-2.5v-6H18a3%203%200%200%201%203%203M18.875%2018.5H15.5v-6.25h3.375a3.125%203.125%200%201%201%200%206.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-case-uppercase-24-regular.svg?color=%231a73e8&size=48