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

Name
text-case-title-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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.5a.5.5 0 0 1 .5.5v4.891C13.53 8.337 14.232 8 15 8c1.657 0 3 1.567 3 3.5S16.657 15 15 15c-.768 0-1.47-.337-2-.891v.391a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5M15 14c.966 0 2-.97 2-2.5S15.966 9 15 9s-2 .97-2 2.5s1.034 2.5 2 2.5M6.957 3.836a.5.5 0 0 0-.94-.013L3.293 11h-.02v.054l-1.24 3.269a.5.5 0 0 0 .935.354L3.984 12h4.754l.926 2.664a.5.5 0 1 0 .945-.328zM4.363 11l2.1-5.537L8.39 11z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextCaseTitle20Regular(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.5a.5.5 0 0 1 .5.5v4.891C13.53 8.337 14.232 8 15 8c1.657 0 3 1.567 3 3.5S16.657 15 15 15c-.768 0-1.47-.337-2-.891v.391a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5M15 14c.966 0 2-.97 2-2.5S15.966 9 15 9s-2 .97-2 2.5s1.034 2.5 2 2.5M6.957 3.836a.5.5 0 0 0-.94-.013L3.293 11h-.02v.054l-1.24 3.269a.5.5 0 0 0 .935.354L3.984 12h4.754l.926 2.664a.5.5 0 1 0 .945-.328zM4.363 11l2.1-5.537L8.39 11z"/></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.5a.5.5 0 0 1 .5.5v4.891C13.53 8.337 14.232 8 15 8c1.657 0 3 1.567 3 3.5S16.657 15 15 15c-.768 0-1.47-.337-2-.891v.391a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5M15 14c.966 0 2-.97 2-2.5S15.966 9 15 9s-2 .97-2 2.5s1.034 2.5 2 2.5M6.957 3.836a.5.5 0 0 0-.94-.013L3.293 11h-.02v.054l-1.24 3.269a.5.5 0 0 0 .935.354L3.984 12h4.754l.926 2.664a.5.5 0 1 0 .945-.328zM4.363 11l2.1-5.537L8.39 11z"/></svg>
</template>

CSS

.icon-text-case-title-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%203.5a.5.5%200%200%201%20.5.5v4.891C13.53%208.337%2014.232%208%2015%208c1.657%200%203%201.567%203%203.5S16.657%2015%2015%2015c-.768%200-1.47-.337-2-.891v.391a.5.5%200%200%201-1%200V4a.5.5%200%200%201%20.5-.5M15%2014c.966%200%202-.97%202-2.5S15.966%209%2015%209s-2%20.97-2%202.5s1.034%202.5%202%202.5M6.957%203.836a.5.5%200%200%200-.94-.013L3.293%2011h-.02v.054l-1.24%203.269a.5.5%200%200%200%20.935.354L3.984%2012h4.754l.926%202.664a.5.5%200%201%200%20.945-.328zM4.363%2011l2.1-5.537L8.39%2011z%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.5a.5.5%200%200%201%20.5.5v4.891C13.53%208.337%2014.232%208%2015%208c1.657%200%203%201.567%203%203.5S16.657%2015%2015%2015c-.768%200-1.47-.337-2-.891v.391a.5.5%200%200%201-1%200V4a.5.5%200%200%201%20.5-.5M15%2014c.966%200%202-.97%202-2.5S15.966%209%2015%209s-2%20.97-2%202.5s1.034%202.5%202%202.5M6.957%203.836a.5.5%200%200%200-.94-.013L3.293%2011h-.02v.054l-1.24%203.269a.5.5%200%200%200%20.935.354L3.984%2012h4.754l.926%202.664a.5.5%200%201%200%20.945-.328zM4.363%2011l2.1-5.537L8.39%2011z%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-regular.svg?color=%231a73e8&size=48