text case lowercase icon
text-case-lowercase-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- text-case-lowercase-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
text-abc-underline-double-32-filledtext-add-20-filledtext-add-space-after-20-filledtext-add-space-before-20-filledtext-add-t-20-filledtext-align-center-16-filledtext-align-center-rotate-270-16-filledtext-align-center-rotate-90-16-filledtext-align-distributed-20-filledtext-align-distributed-evenly-20-filledtext-align-distributed-vertical-20-filledtext-align-justify-20-filledtext-align-justify-low-20-filledtext-align-justify-low-90-20-filledtext-align-justify-low-rotate-270-20-filledtext-align-justify-low-rotate-90-20-filledtext-align-justify-rotate-270-20-filledtext-align-justify-rotate-90-20-filledtext-align-left-16-filledtext-align-left-rotate-270-16-filledtext-align-left-rotate-90-16-filledtext-align-right-16-filledtext-align-right-rotate-270-16-filledtext-align-right-rotate-90-16-filled
Use the text case lowercase icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.749 3.25a.75.75 0 0 1 .75.75v4.657A2.7 2.7 0 0 1 14.249 8c1.657 0 3 1.567 3 3.5s-1.343 3.5-3 3.5a2.7 2.7 0 0 1-1.75-.657v.157a.75.75 0 0 1-1.5 0V4a.75.75 0 0 1 .75-.75m2.5 10.25c.62 0 1.5-.67 1.5-2s-.88-2-1.5-2s-1.5.67-1.5 2s.88 2 1.5 2M5.653 8.937c-.458.018-.85.125-1.068.234a.75.75 0 0 1-.671-1.342c.447-.223 1.056-.367 1.681-.39c.63-.025 1.346.069 1.99.39c1.42.71 1.416 2.125 1.414 2.628V14.5a.75.75 0 0 1-1.498.056c-.871.539-1.89.85-2.945.57c-2.077-.555-2.801-3.365-.723-4.75c.774-.516 1.702-.652 2.526-.61c.379.02.753.077 1.105.162c-.055-.31-.196-.58-.55-.757c-.357-.178-.807-.251-1.261-.234M7.499 11.5a4.5 4.5 0 0 0-1.216-.235c-.629-.032-1.201.082-1.618.36c-.924.616-.646 1.805.278 2.052c.75.2 1.668-.183 2.556-.996z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextCaseLowercase20Filled(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="M11.749 3.25a.75.75 0 0 1 .75.75v4.657A2.7 2.7 0 0 1 14.249 8c1.657 0 3 1.567 3 3.5s-1.343 3.5-3 3.5a2.7 2.7 0 0 1-1.75-.657v.157a.75.75 0 0 1-1.5 0V4a.75.75 0 0 1 .75-.75m2.5 10.25c.62 0 1.5-.67 1.5-2s-.88-2-1.5-2s-1.5.67-1.5 2s.88 2 1.5 2M5.653 8.937c-.458.018-.85.125-1.068.234a.75.75 0 0 1-.671-1.342c.447-.223 1.056-.367 1.681-.39c.63-.025 1.346.069 1.99.39c1.42.71 1.416 2.125 1.414 2.628V14.5a.75.75 0 0 1-1.498.056c-.871.539-1.89.85-2.945.57c-2.077-.555-2.801-3.365-.723-4.75c.774-.516 1.702-.652 2.526-.61c.379.02.753.077 1.105.162c-.055-.31-.196-.58-.55-.757c-.357-.178-.807-.251-1.261-.234M7.499 11.5a4.5 4.5 0 0 0-1.216-.235c-.629-.032-1.201.082-1.618.36c-.924.616-.646 1.805.278 2.052c.75.2 1.668-.183 2.556-.996z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.749 3.25a.75.75 0 0 1 .75.75v4.657A2.7 2.7 0 0 1 14.249 8c1.657 0 3 1.567 3 3.5s-1.343 3.5-3 3.5a2.7 2.7 0 0 1-1.75-.657v.157a.75.75 0 0 1-1.5 0V4a.75.75 0 0 1 .75-.75m2.5 10.25c.62 0 1.5-.67 1.5-2s-.88-2-1.5-2s-1.5.67-1.5 2s.88 2 1.5 2M5.653 8.937c-.458.018-.85.125-1.068.234a.75.75 0 0 1-.671-1.342c.447-.223 1.056-.367 1.681-.39c.63-.025 1.346.069 1.99.39c1.42.71 1.416 2.125 1.414 2.628V14.5a.75.75 0 0 1-1.498.056c-.871.539-1.89.85-2.945.57c-2.077-.555-2.801-3.365-.723-4.75c.774-.516 1.702-.652 2.526-.61c.379.02.753.077 1.105.162c-.055-.31-.196-.58-.55-.757c-.357-.178-.807-.251-1.261-.234M7.499 11.5a4.5 4.5 0 0 0-1.216-.235c-.629-.032-1.201.082-1.618.36c-.924.616-.646 1.805.278 2.052c.75.2 1.668-.183 2.556-.996z"/></svg> </template>
CSS
.icon-text-case-lowercase-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%22M11.749%203.25a.75.75%200%200%201%20.75.75v4.657A2.7%202.7%200%200%201%2014.249%208c1.657%200%203%201.567%203%203.5s-1.343%203.5-3%203.5a2.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-.75m2.5%2010.25c.62%200%201.5-.67%201.5-2s-.88-2-1.5-2s-1.5.67-1.5%202s.88%202%201.5%202M5.653%208.937c-.458.018-.85.125-1.068.234a.75.75%200%200%201-.671-1.342c.447-.223%201.056-.367%201.681-.39c.63-.025%201.346.069%201.99.39c1.42.71%201.416%202.125%201.414%202.628V14.5a.75.75%200%200%201-1.498.056c-.871.539-1.89.85-2.945.57c-2.077-.555-2.801-3.365-.723-4.75c.774-.516%201.702-.652%202.526-.61c.379.02.753.077%201.105.162c-.055-.31-.196-.58-.55-.757c-.357-.178-.807-.251-1.261-.234M7.499%2011.5a4.5%204.5%200%200%200-1.216-.235c-.629-.032-1.201.082-1.618.36c-.924.616-.646%201.805.278%202.052c.75.2%201.668-.183%202.556-.996z%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%22M11.749%203.25a.75.75%200%200%201%20.75.75v4.657A2.7%202.7%200%200%201%2014.249%208c1.657%200%203%201.567%203%203.5s-1.343%203.5-3%203.5a2.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-.75m2.5%2010.25c.62%200%201.5-.67%201.5-2s-.88-2-1.5-2s-1.5.67-1.5%202s.88%202%201.5%202M5.653%208.937c-.458.018-.85.125-1.068.234a.75.75%200%200%201-.671-1.342c.447-.223%201.056-.367%201.681-.39c.63-.025%201.346.069%201.99.39c1.42.71%201.416%202.125%201.414%202.628V14.5a.75.75%200%200%201-1.498.056c-.871.539-1.89.85-2.945.57c-2.077-.555-2.801-3.365-.723-4.75c.774-.516%201.702-.652%202.526-.61c.379.02.753.077%201.105.162c-.055-.31-.196-.58-.55-.757c-.357-.178-.807-.251-1.261-.234M7.499%2011.5a4.5%204.5%200%200%200-1.216-.235c-.629-.032-1.201.082-1.618.36c-.924.616-.646%201.805.278%202.052c.75.2%201.668-.183%202.556-.996z%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-20-filled.svg?color=%231a73e8&size=48