titlecase from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
titlecase
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
titlecase-outline, titlecase-outline-sharp, titlecase-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the titlecase icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.966 17.173V8.331H5.985v-.946h6.93v.946h-2.96v8.842zm8.33.23q-.888 0-1.475-.598q-.586-.6-.586-1.494v-3.953h-1.35v-.873h1.35V8.31h.919v2.174h1.85v.874h-1.85v3.815q0 .575.349.958t.857.383q.15 0 .31-.03q.159-.03.346-.103v.91q-.193.07-.368.092q-.175.02-.352.02"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTitlecase(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="M8.966 17.173V8.331H5.985v-.946h6.93v.946h-2.96v8.842zm8.33.23q-.888 0-1.475-.598q-.586-.6-.586-1.494v-3.953h-1.35v-.873h1.35V8.31h.919v2.174h1.85v.874h-1.85v3.815q0 .575.349.958t.857.383q.15 0 .31-.03q.159-.03.346-.103v.91q-.193.07-.368.092q-.175.02-.352.02"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.966 17.173V8.331H5.985v-.946h6.93v.946h-2.96v8.842zm8.33.23q-.888 0-1.475-.598q-.586-.6-.586-1.494v-3.953h-1.35v-.873h1.35V8.31h.919v2.174h1.85v.874h-1.85v3.815q0 .575.349.958t.857.383q.15 0 .31-.03q.159-.03.346-.103v.91q-.193.07-.368.092q-.175.02-.352.02"/></svg>
</template>

CSS

.icon-titlecase {
  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%22M8.966%2017.173V8.331H5.985v-.946h6.93v.946h-2.96v8.842zm8.33.23q-.888%200-1.475-.598q-.586-.6-.586-1.494v-3.953h-1.35v-.873h1.35V8.31h.919v2.174h1.85v.874h-1.85v3.815q0%20.575.349.958t.857.383q.15%200%20.31-.03q.159-.03.346-.103v.91q-.193.07-.368.092q-.175.02-.352.02%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%22M8.966%2017.173V8.331H5.985v-.946h6.93v.946h-2.96v8.842zm8.33.23q-.888%200-1.475-.598q-.586-.6-.586-1.494v-3.953h-1.35v-.873h1.35V8.31h.919v2.174h1.85v.874h-1.85v3.815q0%20.575.349.958t.857.383q.15%200%20.31-.03q.159-.03.346-.103v.91q-.193.07-.368.092q-.175.02-.352.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/titlecase.svg?color=%231a73e8&size=48