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

Name
text-case-title-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 title icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 2.5a.5.5 0 0 1 .47.327l3.5 9.5a.5.5 0 0 1-.939.346L7.046 10H2.954l-.985 2.673a.5.5 0 0 1-.938-.346l3.5-9.5a.5.5 0 0 1 .47-.327m0 1.946L3.322 9h3.356zM10.5 2.5a.5.5 0 0 1 .5.5v4.6c.418-.377.937-.6 1.5-.6c1.38 0 2.5 1.343 2.5 3s-1.12 3-2.5 3c-.563 0-1.082-.223-1.5-.6v.1a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5m2 9.5c.665 0 1.5-.717 1.5-2s-.835-2-1.5-2s-1.5.717-1.5 2s.835 2 1.5 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextCaseTitle16Regular(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="M5 2.5a.5.5 0 0 1 .47.327l3.5 9.5a.5.5 0 0 1-.939.346L7.046 10H2.954l-.985 2.673a.5.5 0 0 1-.938-.346l3.5-9.5a.5.5 0 0 1 .47-.327m0 1.946L3.322 9h3.356zM10.5 2.5a.5.5 0 0 1 .5.5v4.6c.418-.377.937-.6 1.5-.6c1.38 0 2.5 1.343 2.5 3s-1.12 3-2.5 3c-.563 0-1.082-.223-1.5-.6v.1a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5m2 9.5c.665 0 1.5-.717 1.5-2s-.835-2-1.5-2s-1.5.717-1.5 2s.835 2 1.5 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 2.5a.5.5 0 0 1 .47.327l3.5 9.5a.5.5 0 0 1-.939.346L7.046 10H2.954l-.985 2.673a.5.5 0 0 1-.938-.346l3.5-9.5a.5.5 0 0 1 .47-.327m0 1.946L3.322 9h3.356zM10.5 2.5a.5.5 0 0 1 .5.5v4.6c.418-.377.937-.6 1.5-.6c1.38 0 2.5 1.343 2.5 3s-1.12 3-2.5 3c-.563 0-1.082-.223-1.5-.6v.1a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5m2 9.5c.665 0 1.5-.717 1.5-2s-.835-2-1.5-2s-1.5.717-1.5 2s.835 2 1.5 2"/></svg>
</template>

CSS

.icon-text-case-title-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%22M5%202.5a.5.5%200%200%201%20.47.327l3.5%209.5a.5.5%200%200%201-.939.346L7.046%2010H2.954l-.985%202.673a.5.5%200%200%201-.938-.346l3.5-9.5a.5.5%200%200%201%20.47-.327m0%201.946L3.322%209h3.356zM10.5%202.5a.5.5%200%200%201%20.5.5v4.6c.418-.377.937-.6%201.5-.6c1.38%200%202.5%201.343%202.5%203s-1.12%203-2.5%203c-.563%200-1.082-.223-1.5-.6v.1a.5.5%200%200%201-1%200V3a.5.5%200%200%201%20.5-.5m2%209.5c.665%200%201.5-.717%201.5-2s-.835-2-1.5-2s-1.5.717-1.5%202s.835%202%201.5%202%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%22M5%202.5a.5.5%200%200%201%20.47.327l3.5%209.5a.5.5%200%200%201-.939.346L7.046%2010H2.954l-.985%202.673a.5.5%200%200%201-.938-.346l3.5-9.5a.5.5%200%200%201%20.47-.327m0%201.946L3.322%209h3.356zM10.5%202.5a.5.5%200%200%201%20.5.5v4.6c.418-.377.937-.6%201.5-.6c1.38%200%202.5%201.343%202.5%203s-1.12%203-2.5%203c-.563%200-1.082-.223-1.5-.6v.1a.5.5%200%200%201-1%200V3a.5.5%200%200%201%20.5-.5m2%209.5c.665%200%201.5-.717%201.5-2s-.835-2-1.5-2s-1.5.717-1.5%202s.835%202%201.5%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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