text case lowercase icon

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

Name
text-case-lowercase-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M15 4a1 1 0 1 0-2 0v15.25a1 1 0 0 0 1.996.092A3.76 3.76 0 0 0 17.11 20c2.27 0 4.111-2.07 4.111-4.625c0-2.554-1.84-4.625-4.11-4.625c-.773 0-1.495.24-2.112.656zm2.111 14c-.95 0-2.111-.947-2.111-2.625s1.16-2.625 2.111-2.625s2.111.947 2.111 2.625S18.062 18 17.112 18M11 19.26v-5.5l-.005-.21v-.006c-.042-.961-.375-1.763-.976-2.337c-.6-.572-1.444-.894-2.47-.945l-.29-.01h-.004c-1.158-.022-2.114.186-2.831.69a1 1 0 1 0 1.148 1.637c.326-.229.932-.367 1.878-.32c.585.03.959.172 1.189.396c.175.17.291.41.337.748a7.7 7.7 0 0 0-2.596-.135c-1.033.125-1.88.526-2.47 1.14c-.59.615-.91 1.43-.91 2.352c0 2.1 1.53 3.5 3.5 3.5c.806 0 1.653-.244 2.544-.707a1 1 0 0 0 .956.707h.008l.119-.008h.008A1 1 0 0 0 11 19.26m-6-2.463c0-.42.132-.753.383-1c.256-.252.658-.437 1.237-.508a5.8 5.8 0 0 1 2.257.185l.122.037v1.771l-.137.093c-.965.638-1.753.922-2.362.922c-.466 0-.837-.146-1.09-.393c-.251-.246-.41-.615-.41-1.107"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextCaseLowercase24Filled(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="M15 4a1 1 0 1 0-2 0v15.25a1 1 0 0 0 1.996.092A3.76 3.76 0 0 0 17.11 20c2.27 0 4.111-2.07 4.111-4.625c0-2.554-1.84-4.625-4.11-4.625c-.773 0-1.495.24-2.112.656zm2.111 14c-.95 0-2.111-.947-2.111-2.625s1.16-2.625 2.111-2.625s2.111.947 2.111 2.625S18.062 18 17.112 18M11 19.26v-5.5l-.005-.21v-.006c-.042-.961-.375-1.763-.976-2.337c-.6-.572-1.444-.894-2.47-.945l-.29-.01h-.004c-1.158-.022-2.114.186-2.831.69a1 1 0 1 0 1.148 1.637c.326-.229.932-.367 1.878-.32c.585.03.959.172 1.189.396c.175.17.291.41.337.748a7.7 7.7 0 0 0-2.596-.135c-1.033.125-1.88.526-2.47 1.14c-.59.615-.91 1.43-.91 2.352c0 2.1 1.53 3.5 3.5 3.5c.806 0 1.653-.244 2.544-.707a1 1 0 0 0 .956.707h.008l.119-.008h.008A1 1 0 0 0 11 19.26m-6-2.463c0-.42.132-.753.383-1c.256-.252.658-.437 1.237-.508a5.8 5.8 0 0 1 2.257.185l.122.037v1.771l-.137.093c-.965.638-1.753.922-2.362.922c-.466 0-.837-.146-1.09-.393c-.251-.246-.41-.615-.41-1.107"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 4a1 1 0 1 0-2 0v15.25a1 1 0 0 0 1.996.092A3.76 3.76 0 0 0 17.11 20c2.27 0 4.111-2.07 4.111-4.625c0-2.554-1.84-4.625-4.11-4.625c-.773 0-1.495.24-2.112.656zm2.111 14c-.95 0-2.111-.947-2.111-2.625s1.16-2.625 2.111-2.625s2.111.947 2.111 2.625S18.062 18 17.112 18M11 19.26v-5.5l-.005-.21v-.006c-.042-.961-.375-1.763-.976-2.337c-.6-.572-1.444-.894-2.47-.945l-.29-.01h-.004c-1.158-.022-2.114.186-2.831.69a1 1 0 1 0 1.148 1.637c.326-.229.932-.367 1.878-.32c.585.03.959.172 1.189.396c.175.17.291.41.337.748a7.7 7.7 0 0 0-2.596-.135c-1.033.125-1.88.526-2.47 1.14c-.59.615-.91 1.43-.91 2.352c0 2.1 1.53 3.5 3.5 3.5c.806 0 1.653-.244 2.544-.707a1 1 0 0 0 .956.707h.008l.119-.008h.008A1 1 0 0 0 11 19.26m-6-2.463c0-.42.132-.753.383-1c.256-.252.658-.437 1.237-.508a5.8 5.8 0 0 1 2.257.185l.122.037v1.771l-.137.093c-.965.638-1.753.922-2.362.922c-.466 0-.837-.146-1.09-.393c-.251-.246-.41-.615-.41-1.107"/></svg>
</template>

CSS

.icon-text-case-lowercase-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%204a1%201%200%201%200-2%200v15.25a1%201%200%200%200%201.996.092A3.76%203.76%200%200%200%2017.11%2020c2.27%200%204.111-2.07%204.111-4.625c0-2.554-1.84-4.625-4.11-4.625c-.773%200-1.495.24-2.112.656zm2.111%2014c-.95%200-2.111-.947-2.111-2.625s1.16-2.625%202.111-2.625s2.111.947%202.111%202.625S18.062%2018%2017.112%2018M11%2019.26v-5.5l-.005-.21v-.006c-.042-.961-.375-1.763-.976-2.337c-.6-.572-1.444-.894-2.47-.945l-.29-.01h-.004c-1.158-.022-2.114.186-2.831.69a1%201%200%201%200%201.148%201.637c.326-.229.932-.367%201.878-.32c.585.03.959.172%201.189.396c.175.17.291.41.337.748a7.7%207.7%200%200%200-2.596-.135c-1.033.125-1.88.526-2.47%201.14c-.59.615-.91%201.43-.91%202.352c0%202.1%201.53%203.5%203.5%203.5c.806%200%201.653-.244%202.544-.707a1%201%200%200%200%20.956.707h.008l.119-.008h.008A1%201%200%200%200%2011%2019.26m-6-2.463c0-.42.132-.753.383-1c.256-.252.658-.437%201.237-.508a5.8%205.8%200%200%201%202.257.185l.122.037v1.771l-.137.093c-.965.638-1.753.922-2.362.922c-.466%200-.837-.146-1.09-.393c-.251-.246-.41-.615-.41-1.107%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%22M15%204a1%201%200%201%200-2%200v15.25a1%201%200%200%200%201.996.092A3.76%203.76%200%200%200%2017.11%2020c2.27%200%204.111-2.07%204.111-4.625c0-2.554-1.84-4.625-4.11-4.625c-.773%200-1.495.24-2.112.656zm2.111%2014c-.95%200-2.111-.947-2.111-2.625s1.16-2.625%202.111-2.625s2.111.947%202.111%202.625S18.062%2018%2017.112%2018M11%2019.26v-5.5l-.005-.21v-.006c-.042-.961-.375-1.763-.976-2.337c-.6-.572-1.444-.894-2.47-.945l-.29-.01h-.004c-1.158-.022-2.114.186-2.831.69a1%201%200%201%200%201.148%201.637c.326-.229.932-.367%201.878-.32c.585.03.959.172%201.189.396c.175.17.291.41.337.748a7.7%207.7%200%200%200-2.596-.135c-1.033.125-1.88.526-2.47%201.14c-.59.615-.91%201.43-.91%202.352c0%202.1%201.53%203.5%203.5%203.5c.806%200%201.653-.244%202.544-.707a1%201%200%200%200%20.956.707h.008l.119-.008h.008A1%201%200%200%200%2011%2019.26m-6-2.463c0-.42.132-.753.383-1c.256-.252.658-.437%201.237-.508a5.8%205.8%200%200%201%202.257.185l.122.037v1.771l-.137.093c-.965.638-1.753.922-2.362.922c-.466%200-.837-.146-1.09-.393c-.251-.246-.41-.615-.41-1.107%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-24-filled.svg?color=%231a73e8&size=48