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

Name
text-case-title-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M12.5 3.25a.75.75 0 0 1 .75.75v4.657A2.7 2.7 0 0 1 15 8c1.657 0 3 1.567 3 3.5S16.657 15 15 15a2.7 2.7 0 0 1-1.75-.657v.157a.75.75 0 0 1-1.5 0V4a.75.75 0 0 1 .75-.75M15 13.5c.62 0 1.5-.67 1.5-2s-.88-2-1.5-2s-1.5.67-1.5 2s.88 2 1.5 2M6.495 3.25a.75.75 0 0 1 .698.504l3.652 10.5a.75.75 0 1 1-1.417.492L8.647 12.5H4.06l-.86 2.266a.75.75 0 0 1-1.402-.532l3.984-10.5a.75.75 0 0 1 .712-.484M4.63 11h3.495L6.454 6.195z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextCaseTitle20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.5 3.25a.75.75 0 0 1 .75.75v4.657A2.7 2.7 0 0 1 15 8c1.657 0 3 1.567 3 3.5S16.657 15 15 15a2.7 2.7 0 0 1-1.75-.657v.157a.75.75 0 0 1-1.5 0V4a.75.75 0 0 1 .75-.75M15 13.5c.62 0 1.5-.67 1.5-2s-.88-2-1.5-2s-1.5.67-1.5 2s.88 2 1.5 2M6.495 3.25a.75.75 0 0 1 .698.504l3.652 10.5a.75.75 0 1 1-1.417.492L8.647 12.5H4.06l-.86 2.266a.75.75 0 0 1-1.402-.532l3.984-10.5a.75.75 0 0 1 .712-.484M4.63 11h3.495L6.454 6.195z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.5 3.25a.75.75 0 0 1 .75.75v4.657A2.7 2.7 0 0 1 15 8c1.657 0 3 1.567 3 3.5S16.657 15 15 15a2.7 2.7 0 0 1-1.75-.657v.157a.75.75 0 0 1-1.5 0V4a.75.75 0 0 1 .75-.75M15 13.5c.62 0 1.5-.67 1.5-2s-.88-2-1.5-2s-1.5.67-1.5 2s.88 2 1.5 2M6.495 3.25a.75.75 0 0 1 .698.504l3.652 10.5a.75.75 0 1 1-1.417.492L8.647 12.5H4.06l-.86 2.266a.75.75 0 0 1-1.402-.532l3.984-10.5a.75.75 0 0 1 .712-.484M4.63 11h3.495L6.454 6.195z"/></svg>
</template>

CSS

.icon-text-case-title-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%203.25a.75.75%200%200%201%20.75.75v4.657A2.7%202.7%200%200%201%2015%208c1.657%200%203%201.567%203%203.5S16.657%2015%2015%2015a2.7%202.7%200%200%201-1.75-.657v.157a.75.75%200%200%201-1.5%200V4a.75.75%200%200%201%20.75-.75M15%2013.5c.62%200%201.5-.67%201.5-2s-.88-2-1.5-2s-1.5.67-1.5%202s.88%202%201.5%202M6.495%203.25a.75.75%200%200%201%20.698.504l3.652%2010.5a.75.75%200%201%201-1.417.492L8.647%2012.5H4.06l-.86%202.266a.75.75%200%200%201-1.402-.532l3.984-10.5a.75.75%200%200%201%20.712-.484M4.63%2011h3.495L6.454%206.195z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%203.25a.75.75%200%200%201%20.75.75v4.657A2.7%202.7%200%200%201%2015%208c1.657%200%203%201.567%203%203.5S16.657%2015%2015%2015a2.7%202.7%200%200%201-1.75-.657v.157a.75.75%200%200%201-1.5%200V4a.75.75%200%200%201%20.75-.75M15%2013.5c.62%200%201.5-.67%201.5-2s-.88-2-1.5-2s-1.5.67-1.5%202s.88%202%201.5%202M6.495%203.25a.75.75%200%200%201%20.698.504l3.652%2010.5a.75.75%200%201%201-1.417.492L8.647%2012.5H4.06l-.86%202.266a.75.75%200%200%201-1.402-.532l3.984-10.5a.75.75%200%200%201%20.712-.484M4.63%2011h3.495L6.454%206.195z%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-20-filled.svg?color=%231a73e8&size=48