text case uppercase icon

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

Name
text-case-uppercase-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M4.5 2.5a.5.5 0 0 1 .47.327l3.5 9.5a.5.5 0 0 1-.939.346L6.546 10H2.454l-.985 2.673a.5.5 0 0 1-.938-.346l3.5-9.5a.5.5 0 0 1 .47-.327m0 1.946L2.822 9h3.356zm5-1.946A.5.5 0 0 0 9 3v9.5a.5.5 0 0 0 .5.5H12a3 3 0 0 0 1.157-5.769A2.75 2.75 0 0 0 11.25 2.5zM13 5.25A1.75 1.75 0 0 1 11.25 7H10V3.5h1.25c.966 0 1.75.784 1.75 1.75M12 12h-2V8h2a2 2 0 1 1 0 4"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextCaseUppercase16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 2.5a.5.5 0 0 1 .47.327l3.5 9.5a.5.5 0 0 1-.939.346L6.546 10H2.454l-.985 2.673a.5.5 0 0 1-.938-.346l3.5-9.5a.5.5 0 0 1 .47-.327m0 1.946L2.822 9h3.356zm5-1.946A.5.5 0 0 0 9 3v9.5a.5.5 0 0 0 .5.5H12a3 3 0 0 0 1.157-5.769A2.75 2.75 0 0 0 11.25 2.5zM13 5.25A1.75 1.75 0 0 1 11.25 7H10V3.5h1.25c.966 0 1.75.784 1.75 1.75M12 12h-2V8h2a2 2 0 1 1 0 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 2.5a.5.5 0 0 1 .47.327l3.5 9.5a.5.5 0 0 1-.939.346L6.546 10H2.454l-.985 2.673a.5.5 0 0 1-.938-.346l3.5-9.5a.5.5 0 0 1 .47-.327m0 1.946L2.822 9h3.356zm5-1.946A.5.5 0 0 0 9 3v9.5a.5.5 0 0 0 .5.5H12a3 3 0 0 0 1.157-5.769A2.75 2.75 0 0 0 11.25 2.5zM13 5.25A1.75 1.75 0 0 1 11.25 7H10V3.5h1.25c.966 0 1.75.784 1.75 1.75M12 12h-2V8h2a2 2 0 1 1 0 4"/></svg>
</template>

CSS

.icon-text-case-uppercase-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%202.5a.5.5%200%200%201%20.47.327l3.5%209.5a.5.5%200%200%201-.939.346L6.546%2010H2.454l-.985%202.673a.5.5%200%200%201-.938-.346l3.5-9.5a.5.5%200%200%201%20.47-.327m0%201.946L2.822%209h3.356zm5-1.946A.5.5%200%200%200%209%203v9.5a.5.5%200%200%200%20.5.5H12a3%203%200%200%200%201.157-5.769A2.75%202.75%200%200%200%2011.25%202.5zM13%205.25A1.75%201.75%200%200%201%2011.25%207H10V3.5h1.25c.966%200%201.75.784%201.75%201.75M12%2012h-2V8h2a2%202%200%201%201%200%204%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%202.5a.5.5%200%200%201%20.47.327l3.5%209.5a.5.5%200%200%201-.939.346L6.546%2010H2.454l-.985%202.673a.5.5%200%200%201-.938-.346l3.5-9.5a.5.5%200%200%201%20.47-.327m0%201.946L2.822%209h3.356zm5-1.946A.5.5%200%200%200%209%203v9.5a.5.5%200%200%200%20.5.5H12a3%203%200%200%200%201.157-5.769A2.75%202.75%200%200%200%2011.25%202.5zM13%205.25A1.75%201.75%200%200%201%2011.25%207H10V3.5h1.25c.966%200%201.75.784%201.75%201.75M12%2012h-2V8h2a2%202%200%201%201%200%204%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-16-regular.svg?color=%231a73e8&size=48