text case lowercase icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.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 2M6.997 8.697L7 8.834v3.675a.5.5 0 0 1-.432.487L6.5 13a.5.5 0 0 1-.495-.432L6 12.5v-.07c-.66.378-1.268.57-1.833.57C2.94 13 2 12.137 2 10.834c0-1.15.792-2.004 2.106-2.163A5 5 0 0 1 6 8.81c-.007-.739-.37-1.104-1.19-1.145c-.642-.031-1.093.059-1.357.244a.5.5 0 0 1-.574-.819c.439-.307 1.036-.444 1.789-.43l.191.007c1.307.065 2.085.817 2.139 2.03m-1.2 1.119a4 4 0 0 0-1.57-.128c-.822.1-1.227.536-1.227 1.17c0 .731.475 1.167 1.167 1.167c.453 0 1.012-.21 1.667-.643L6 11.27V9.876z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextCaseLowercase16Regular(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="M9.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 2M6.997 8.697L7 8.834v3.675a.5.5 0 0 1-.432.487L6.5 13a.5.5 0 0 1-.495-.432L6 12.5v-.07c-.66.378-1.268.57-1.833.57C2.94 13 2 12.137 2 10.834c0-1.15.792-2.004 2.106-2.163A5 5 0 0 1 6 8.81c-.007-.739-.37-1.104-1.19-1.145c-.642-.031-1.093.059-1.357.244a.5.5 0 0 1-.574-.819c.439-.307 1.036-.444 1.789-.43l.191.007c1.307.065 2.085.817 2.139 2.03m-1.2 1.119a4 4 0 0 0-1.57-.128c-.822.1-1.227.536-1.227 1.17c0 .731.475 1.167 1.167 1.167c.453 0 1.012-.21 1.667-.643L6 11.27V9.876z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.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 2M6.997 8.697L7 8.834v3.675a.5.5 0 0 1-.432.487L6.5 13a.5.5 0 0 1-.495-.432L6 12.5v-.07c-.66.378-1.268.57-1.833.57C2.94 13 2 12.137 2 10.834c0-1.15.792-2.004 2.106-2.163A5 5 0 0 1 6 8.81c-.007-.739-.37-1.104-1.19-1.145c-.642-.031-1.093.059-1.357.244a.5.5 0 0 1-.574-.819c.439-.307 1.036-.444 1.789-.43l.191.007c1.307.065 2.085.817 2.139 2.03m-1.2 1.119a4 4 0 0 0-1.57-.128c-.822.1-1.227.536-1.227 1.17c0 .731.475 1.167 1.167 1.167c.453 0 1.012-.21 1.667-.643L6 11.27V9.876z"/></svg>
</template>

CSS

.icon-text-case-lowercase-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%22M9.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%202M6.997%208.697L7%208.834v3.675a.5.5%200%200%201-.432.487L6.5%2013a.5.5%200%200%201-.495-.432L6%2012.5v-.07c-.66.378-1.268.57-1.833.57C2.94%2013%202%2012.137%202%2010.834c0-1.15.792-2.004%202.106-2.163A5%205%200%200%201%206%208.81c-.007-.739-.37-1.104-1.19-1.145c-.642-.031-1.093.059-1.357.244a.5.5%200%200%201-.574-.819c.439-.307%201.036-.444%201.789-.43l.191.007c1.307.065%202.085.817%202.139%202.03m-1.2%201.119a4%204%200%200%200-1.57-.128c-.822.1-1.227.536-1.227%201.17c0%20.731.475%201.167%201.167%201.167c.453%200%201.012-.21%201.667-.643L6%2011.27V9.876z%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%22M9.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%202M6.997%208.697L7%208.834v3.675a.5.5%200%200%201-.432.487L6.5%2013a.5.5%200%200%201-.495-.432L6%2012.5v-.07c-.66.378-1.268.57-1.833.57C2.94%2013%202%2012.137%202%2010.834c0-1.15.792-2.004%202.106-2.163A5%205%200%200%201%206%208.81c-.007-.739-.37-1.104-1.19-1.145c-.642-.031-1.093.059-1.357.244a.5.5%200%200%201-.574-.819c.439-.307%201.036-.444%201.789-.43l.191.007c1.307.065%202.085.817%202.139%202.03m-1.2%201.119a4%204%200%200%200-1.57-.128c-.822.1-1.227.536-1.227%201.17c0%20.731.475%201.167%201.167%201.167c.453%200%201.012-.21%201.667-.643L6%2011.27V9.876z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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