window bullet list icon

window-bullet-list-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
window-bullet-list-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the window bullet list icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.578 9.11a1 1 0 0 0-.078.39a1.2 1.2 0 0 0 .078.4a.84.84 0 0 0 .211.31q.142.135.32.212a1 1 0 0 0 .391.078a.8.8 0 0 0 .391-.078a1.1 1.1 0 0 0 .32-.22A.97.97 0 0 0 7.5 9.5a1 1 0 0 0-.078-.39a.9.9 0 0 0-.219-.32a1.1 1.1 0 0 0-.32-.211A1 1 0 0 0 6.5 8.5a.86.86 0 0 0-.391.08a1 1 0 0 0-.531.529m0 4a1 1 0 0 0-.078.39a1.2 1.2 0 0 0 .078.399a.84.84 0 0 0 .211.312q.142.133.32.21a1 1 0 0 0 .391.079a.8.8 0 0 0 .391-.078q.18-.08.32-.218q.135-.137.211-.313a1 1 0 0 0 0-.781a.9.9 0 0 0-.219-.321a1.1 1.1 0 0 0-.32-.21a.9.9 0 0 0-.383-.08a.84.84 0 0 0-.391.08a1 1 0 0 0-.531.531M9.549 10a.56.56 0 0 1-.387-.148v-.004a.462.462 0 0 1 0-.7A.56.56 0 0 1 9.55 9h4.4a.56.56 0 0 1 .387.152a.463.463 0 0 1 0 .7a.56.56 0 0 1-.387.148zm-.387 3.852A.56.56 0 0 0 9.55 14h4.4a.56.56 0 0 0 .506-.305a.46.46 0 0 0-.119-.543a.56.56 0 0 0-.387-.152h-4.4a.56.56 0 0 0-.505.306a.46.46 0 0 0 .118.542zM6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3zM4 14V7h12v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2"/></svg>

React

import type { SVGProps } from "react";

export function FluentWindowBulletList20Filled(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="M5.578 9.11a1 1 0 0 0-.078.39a1.2 1.2 0 0 0 .078.4a.84.84 0 0 0 .211.31q.142.135.32.212a1 1 0 0 0 .391.078a.8.8 0 0 0 .391-.078a1.1 1.1 0 0 0 .32-.22A.97.97 0 0 0 7.5 9.5a1 1 0 0 0-.078-.39a.9.9 0 0 0-.219-.32a1.1 1.1 0 0 0-.32-.211A1 1 0 0 0 6.5 8.5a.86.86 0 0 0-.391.08a1 1 0 0 0-.531.529m0 4a1 1 0 0 0-.078.39a1.2 1.2 0 0 0 .078.399a.84.84 0 0 0 .211.312q.142.133.32.21a1 1 0 0 0 .391.079a.8.8 0 0 0 .391-.078q.18-.08.32-.218q.135-.137.211-.313a1 1 0 0 0 0-.781a.9.9 0 0 0-.219-.321a1.1 1.1 0 0 0-.32-.21a.9.9 0 0 0-.383-.08a.84.84 0 0 0-.391.08a1 1 0 0 0-.531.531M9.549 10a.56.56 0 0 1-.387-.148v-.004a.462.462 0 0 1 0-.7A.56.56 0 0 1 9.55 9h4.4a.56.56 0 0 1 .387.152a.463.463 0 0 1 0 .7a.56.56 0 0 1-.387.148zm-.387 3.852A.56.56 0 0 0 9.55 14h4.4a.56.56 0 0 0 .506-.305a.46.46 0 0 0-.119-.543a.56.56 0 0 0-.387-.152h-4.4a.56.56 0 0 0-.505.306a.46.46 0 0 0 .118.542zM6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3zM4 14V7h12v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.578 9.11a1 1 0 0 0-.078.39a1.2 1.2 0 0 0 .078.4a.84.84 0 0 0 .211.31q.142.135.32.212a1 1 0 0 0 .391.078a.8.8 0 0 0 .391-.078a1.1 1.1 0 0 0 .32-.22A.97.97 0 0 0 7.5 9.5a1 1 0 0 0-.078-.39a.9.9 0 0 0-.219-.32a1.1 1.1 0 0 0-.32-.211A1 1 0 0 0 6.5 8.5a.86.86 0 0 0-.391.08a1 1 0 0 0-.531.529m0 4a1 1 0 0 0-.078.39a1.2 1.2 0 0 0 .078.399a.84.84 0 0 0 .211.312q.142.133.32.21a1 1 0 0 0 .391.079a.8.8 0 0 0 .391-.078q.18-.08.32-.218q.135-.137.211-.313a1 1 0 0 0 0-.781a.9.9 0 0 0-.219-.321a1.1 1.1 0 0 0-.32-.21a.9.9 0 0 0-.383-.08a.84.84 0 0 0-.391.08a1 1 0 0 0-.531.531M9.549 10a.56.56 0 0 1-.387-.148v-.004a.462.462 0 0 1 0-.7A.56.56 0 0 1 9.55 9h4.4a.56.56 0 0 1 .387.152a.463.463 0 0 1 0 .7a.56.56 0 0 1-.387.148zm-.387 3.852A.56.56 0 0 0 9.55 14h4.4a.56.56 0 0 0 .506-.305a.46.46 0 0 0-.119-.543a.56.56 0 0 0-.387-.152h-4.4a.56.56 0 0 0-.505.306a.46.46 0 0 0 .118.542zM6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3zM4 14V7h12v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2"/></svg>
</template>

CSS

.icon-window-bullet-list-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%22M5.578%209.11a1%201%200%200%200-.078.39a1.2%201.2%200%200%200%20.078.4a.84.84%200%200%200%20.211.31q.142.135.32.212a1%201%200%200%200%20.391.078a.8.8%200%200%200%20.391-.078a1.1%201.1%200%200%200%20.32-.22A.97.97%200%200%200%207.5%209.5a1%201%200%200%200-.078-.39a.9.9%200%200%200-.219-.32a1.1%201.1%200%200%200-.32-.211A1%201%200%200%200%206.5%208.5a.86.86%200%200%200-.391.08a1%201%200%200%200-.531.529m0%204a1%201%200%200%200-.078.39a1.2%201.2%200%200%200%20.078.399a.84.84%200%200%200%20.211.312q.142.133.32.21a1%201%200%200%200%20.391.079a.8.8%200%200%200%20.391-.078q.18-.08.32-.218q.135-.137.211-.313a1%201%200%200%200%200-.781a.9.9%200%200%200-.219-.321a1.1%201.1%200%200%200-.32-.21a.9.9%200%200%200-.383-.08a.84.84%200%200%200-.391.08a1%201%200%200%200-.531.531M9.549%2010a.56.56%200%200%201-.387-.148v-.004a.462.462%200%200%201%200-.7A.56.56%200%200%201%209.55%209h4.4a.56.56%200%200%201%20.387.152a.463.463%200%200%201%200%20.7a.56.56%200%200%201-.387.148zm-.387%203.852A.56.56%200%200%200%209.55%2014h4.4a.56.56%200%200%200%20.506-.305a.46.46%200%200%200-.119-.543a.56.56%200%200%200-.387-.152h-4.4a.56.56%200%200%200-.505.306a.46.46%200%200%200%20.118.542zM6%203a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h8a3%203%200%200%200%203-3V6a3%203%200%200%200-3-3zM4%2014V7h12v7a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2%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%22M5.578%209.11a1%201%200%200%200-.078.39a1.2%201.2%200%200%200%20.078.4a.84.84%200%200%200%20.211.31q.142.135.32.212a1%201%200%200%200%20.391.078a.8.8%200%200%200%20.391-.078a1.1%201.1%200%200%200%20.32-.22A.97.97%200%200%200%207.5%209.5a1%201%200%200%200-.078-.39a.9.9%200%200%200-.219-.32a1.1%201.1%200%200%200-.32-.211A1%201%200%200%200%206.5%208.5a.86.86%200%200%200-.391.08a1%201%200%200%200-.531.529m0%204a1%201%200%200%200-.078.39a1.2%201.2%200%200%200%20.078.399a.84.84%200%200%200%20.211.312q.142.133.32.21a1%201%200%200%200%20.391.079a.8.8%200%200%200%20.391-.078q.18-.08.32-.218q.135-.137.211-.313a1%201%200%200%200%200-.781a.9.9%200%200%200-.219-.321a1.1%201.1%200%200%200-.32-.21a.9.9%200%200%200-.383-.08a.84.84%200%200%200-.391.08a1%201%200%200%200-.531.531M9.549%2010a.56.56%200%200%201-.387-.148v-.004a.462.462%200%200%201%200-.7A.56.56%200%200%201%209.55%209h4.4a.56.56%200%200%201%20.387.152a.463.463%200%200%201%200%20.7a.56.56%200%200%201-.387.148zm-.387%203.852A.56.56%200%200%200%209.55%2014h4.4a.56.56%200%200%200%20.506-.305a.46.46%200%200%200-.119-.543a.56.56%200%200%200-.387-.152h-4.4a.56.56%200%200%200-.505.306a.46.46%200%200%200%20.118.542zM6%203a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h8a3%203%200%200%200%203-3V6a3%203%200%200%200-3-3zM4%2014V7h12v7a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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