text list abc uppercase ltr icon

text-list-abc-uppercase-ltr-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
text-list-abc-uppercase-ltr-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text list abc uppercase ltr icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.958 1.3a.5.5 0 0 0-.916 0L2.734 4.29l-.01.02l-.432.99a.5.5 0 1 0 .916.4l.307-.7h1.97l.307.7a.5.5 0 1 0 .916-.4l-.433-.99l-.009-.02zM4.5 2.747L5.048 4H3.952zM8.75 4a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zM3 7.5a.5.5 0 0 1 .5-.5h1.25a1.5 1.5 0 0 1 1.228 2.362A1.5 1.5 0 0 1 5 12H3.5a.5.5 0 0 1-.5-.5zM4 9h.75a.5.5 0 1 0 0-1H4zm1.5 1.5A.5.5 0 0 0 5 10H4v1h1a.5.5 0 0 0 .5-.5m-2 5c0-.47.125-.85.327-1.1c.19-.237.481-.4.923-.4c.44 0 .732.163.923.4l.022.03c.133.176.321.32.542.32c.346 0 .605-.328.441-.633a2 2 0 0 0-.226-.343C6.06 13.287 5.476 13 4.75 13c-.725 0-1.31.285-1.702.772c-.381.473-.548 1.094-.548 1.728s.167 1.255.548 1.728c.393.487.977.772 1.702.772c.726 0 1.31-.287 1.702-.774q.13-.161.226-.343c.164-.305-.095-.633-.44-.633c-.222 0-.41.144-.543.32l-.022.03c-.191.237-.482.4-.923.4s-.732-.163-.923-.4c-.202-.25-.327-.63-.327-1.1"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextListAbcUppercaseLtr20Filled(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="M4.958 1.3a.5.5 0 0 0-.916 0L2.734 4.29l-.01.02l-.432.99a.5.5 0 1 0 .916.4l.307-.7h1.97l.307.7a.5.5 0 1 0 .916-.4l-.433-.99l-.009-.02zM4.5 2.747L5.048 4H3.952zM8.75 4a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zM3 7.5a.5.5 0 0 1 .5-.5h1.25a1.5 1.5 0 0 1 1.228 2.362A1.5 1.5 0 0 1 5 12H3.5a.5.5 0 0 1-.5-.5zM4 9h.75a.5.5 0 1 0 0-1H4zm1.5 1.5A.5.5 0 0 0 5 10H4v1h1a.5.5 0 0 0 .5-.5m-2 5c0-.47.125-.85.327-1.1c.19-.237.481-.4.923-.4c.44 0 .732.163.923.4l.022.03c.133.176.321.32.542.32c.346 0 .605-.328.441-.633a2 2 0 0 0-.226-.343C6.06 13.287 5.476 13 4.75 13c-.725 0-1.31.285-1.702.772c-.381.473-.548 1.094-.548 1.728s.167 1.255.548 1.728c.393.487.977.772 1.702.772c.726 0 1.31-.287 1.702-.774q.13-.161.226-.343c.164-.305-.095-.633-.44-.633c-.222 0-.41.144-.543.32l-.022.03c-.191.237-.482.4-.923.4s-.732-.163-.923-.4c-.202-.25-.327-.63-.327-1.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.958 1.3a.5.5 0 0 0-.916 0L2.734 4.29l-.01.02l-.432.99a.5.5 0 1 0 .916.4l.307-.7h1.97l.307.7a.5.5 0 1 0 .916-.4l-.433-.99l-.009-.02zM4.5 2.747L5.048 4H3.952zM8.75 4a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zM3 7.5a.5.5 0 0 1 .5-.5h1.25a1.5 1.5 0 0 1 1.228 2.362A1.5 1.5 0 0 1 5 12H3.5a.5.5 0 0 1-.5-.5zM4 9h.75a.5.5 0 1 0 0-1H4zm1.5 1.5A.5.5 0 0 0 5 10H4v1h1a.5.5 0 0 0 .5-.5m-2 5c0-.47.125-.85.327-1.1c.19-.237.481-.4.923-.4c.44 0 .732.163.923.4l.022.03c.133.176.321.32.542.32c.346 0 .605-.328.441-.633a2 2 0 0 0-.226-.343C6.06 13.287 5.476 13 4.75 13c-.725 0-1.31.285-1.702.772c-.381.473-.548 1.094-.548 1.728s.167 1.255.548 1.728c.393.487.977.772 1.702.772c.726 0 1.31-.287 1.702-.774q.13-.161.226-.343c.164-.305-.095-.633-.44-.633c-.222 0-.41.144-.543.32l-.022.03c-.191.237-.482.4-.923.4s-.732-.163-.923-.4c-.202-.25-.327-.63-.327-1.1"/></svg>
</template>

CSS

.icon-text-list-abc-uppercase-ltr-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%22M4.958%201.3a.5.5%200%200%200-.916%200L2.734%204.29l-.01.02l-.432.99a.5.5%200%201%200%20.916.4l.307-.7h1.97l.307.7a.5.5%200%201%200%20.916-.4l-.433-.99l-.009-.02zM4.5%202.747L5.048%204H3.952zM8.75%204a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm0%205a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm0%205a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zM3%207.5a.5.5%200%200%201%20.5-.5h1.25a1.5%201.5%200%200%201%201.228%202.362A1.5%201.5%200%200%201%205%2012H3.5a.5.5%200%200%201-.5-.5zM4%209h.75a.5.5%200%201%200%200-1H4zm1.5%201.5A.5.5%200%200%200%205%2010H4v1h1a.5.5%200%200%200%20.5-.5m-2%205c0-.47.125-.85.327-1.1c.19-.237.481-.4.923-.4c.44%200%20.732.163.923.4l.022.03c.133.176.321.32.542.32c.346%200%20.605-.328.441-.633a2%202%200%200%200-.226-.343C6.06%2013.287%205.476%2013%204.75%2013c-.725%200-1.31.285-1.702.772c-.381.473-.548%201.094-.548%201.728s.167%201.255.548%201.728c.393.487.977.772%201.702.772c.726%200%201.31-.287%201.702-.774q.13-.161.226-.343c.164-.305-.095-.633-.44-.633c-.222%200-.41.144-.543.32l-.022.03c-.191.237-.482.4-.923.4s-.732-.163-.923-.4c-.202-.25-.327-.63-.327-1.1%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%22M4.958%201.3a.5.5%200%200%200-.916%200L2.734%204.29l-.01.02l-.432.99a.5.5%200%201%200%20.916.4l.307-.7h1.97l.307.7a.5.5%200%201%200%20.916-.4l-.433-.99l-.009-.02zM4.5%202.747L5.048%204H3.952zM8.75%204a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm0%205a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm0%205a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zM3%207.5a.5.5%200%200%201%20.5-.5h1.25a1.5%201.5%200%200%201%201.228%202.362A1.5%201.5%200%200%201%205%2012H3.5a.5.5%200%200%201-.5-.5zM4%209h.75a.5.5%200%201%200%200-1H4zm1.5%201.5A.5.5%200%200%200%205%2010H4v1h1a.5.5%200%200%200%20.5-.5m-2%205c0-.47.125-.85.327-1.1c.19-.237.481-.4.923-.4c.44%200%20.732.163.923.4l.022.03c.133.176.321.32.542.32c.346%200%20.605-.328.441-.633a2%202%200%200%200-.226-.343C6.06%2013.287%205.476%2013%204.75%2013c-.725%200-1.31.285-1.702.772c-.381.473-.548%201.094-.548%201.728s.167%201.255.548%201.728c.393.487.977.772%201.702.772c.726%200%201.31-.287%201.702-.774q.13-.161.226-.343c.164-.305-.095-.633-.44-.633c-.222%200-.41.144-.543.32l-.022.03c-.191.237-.482.4-.923.4s-.732-.163-.923-.4c-.202-.25-.327-.63-.327-1.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-list-abc-uppercase-ltr-20-filled.svg?color=%231a73e8&size=48

Text List Abc Uppercase Ltr 20 filled icon — Fluent UI System Icons · IconsDB