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

Name
text-case-title-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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.704 2.74a.75.75 0 0 0-1.408 0l-3.5 9.5a.75.75 0 0 0 1.408.52l.924-2.51h3.744l.924 2.51a.75.75 0 1 0 1.408-.52zm.615 6.01H3.681l1.32-3.58zm4.181-6.5a.75.75 0 0 1 .75.75v4.294A2.24 2.24 0 0 1 12.354 7c1.438 0 2.604 1.4 2.604 3.125s-1.166 3.125-2.604 3.125c-.438 0-.851-.13-1.214-.36a.75.75 0 0 1-1.39-.39V3a.75.75 0 0 1 .75-.75m.75 7.875c0 1.165.739 1.625 1.104 1.625s1.104-.46 1.104-1.625S12.72 8.5 12.354 8.5s-1.104.46-1.104 1.625"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextCaseTitle16Filled(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.704 2.74a.75.75 0 0 0-1.408 0l-3.5 9.5a.75.75 0 0 0 1.408.52l.924-2.51h3.744l.924 2.51a.75.75 0 1 0 1.408-.52zm.615 6.01H3.681l1.32-3.58zm4.181-6.5a.75.75 0 0 1 .75.75v4.294A2.24 2.24 0 0 1 12.354 7c1.438 0 2.604 1.4 2.604 3.125s-1.166 3.125-2.604 3.125c-.438 0-.851-.13-1.214-.36a.75.75 0 0 1-1.39-.39V3a.75.75 0 0 1 .75-.75m.75 7.875c0 1.165.739 1.625 1.104 1.625s1.104-.46 1.104-1.625S12.72 8.5 12.354 8.5s-1.104.46-1.104 1.625"/></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.704 2.74a.75.75 0 0 0-1.408 0l-3.5 9.5a.75.75 0 0 0 1.408.52l.924-2.51h3.744l.924 2.51a.75.75 0 1 0 1.408-.52zm.615 6.01H3.681l1.32-3.58zm4.181-6.5a.75.75 0 0 1 .75.75v4.294A2.24 2.24 0 0 1 12.354 7c1.438 0 2.604 1.4 2.604 3.125s-1.166 3.125-2.604 3.125c-.438 0-.851-.13-1.214-.36a.75.75 0 0 1-1.39-.39V3a.75.75 0 0 1 .75-.75m.75 7.875c0 1.165.739 1.625 1.104 1.625s1.104-.46 1.104-1.625S12.72 8.5 12.354 8.5s-1.104.46-1.104 1.625"/></svg>
</template>

CSS

.icon-text-case-title-16-filled {
  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.704%202.74a.75.75%200%200%200-1.408%200l-3.5%209.5a.75.75%200%200%200%201.408.52l.924-2.51h3.744l.924%202.51a.75.75%200%201%200%201.408-.52zm.615%206.01H3.681l1.32-3.58zm4.181-6.5a.75.75%200%200%201%20.75.75v4.294A2.24%202.24%200%200%201%2012.354%207c1.438%200%202.604%201.4%202.604%203.125s-1.166%203.125-2.604%203.125c-.438%200-.851-.13-1.214-.36a.75.75%200%200%201-1.39-.39V3a.75.75%200%200%201%20.75-.75m.75%207.875c0%201.165.739%201.625%201.104%201.625s1.104-.46%201.104-1.625S12.72%208.5%2012.354%208.5s-1.104.46-1.104%201.625%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.704%202.74a.75.75%200%200%200-1.408%200l-3.5%209.5a.75.75%200%200%200%201.408.52l.924-2.51h3.744l.924%202.51a.75.75%200%201%200%201.408-.52zm.615%206.01H3.681l1.32-3.58zm4.181-6.5a.75.75%200%200%201%20.75.75v4.294A2.24%202.24%200%200%201%2012.354%207c1.438%200%202.604%201.4%202.604%203.125s-1.166%203.125-2.604%203.125c-.438%200-.851-.13-1.214-.36a.75.75%200%200%201-1.39-.39V3a.75.75%200%200%201%20.75-.75m.75%207.875c0%201.165.739%201.625%201.104%201.625s1.104-.46%201.104-1.625S12.72%208.5%2012.354%208.5s-1.104.46-1.104%201.625%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-filled.svg?color=%231a73e8&size=48