document bullet list clock icon

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

Name
document-bullet-list-clock-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 document bullet list clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="currentColor"><path d="M10 6.5V2H5.5A1.5 1.5 0 0 0 4 3.5v13A1.5 1.5 0 0 0 5.5 18h4.757a5.5 5.5 0 0 1-1.235-3H8.5a.5.5 0 0 1 0-1h.522a5.5 5.5 0 0 1 .185-1H8.5a.5.5 0 0 1 0-1h1.1q.276-.538.657-1H8.5a.5.5 0 0 1 0-1h2.837c.895-.63 1.986-1 3.163-1a5.5 5.5 0 0 1 1.5.207V8h-4.5A1.5 1.5 0 0 1 10 6.5m-4 4a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0m0 2a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0m.5 1.5a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1"/><path d="M11 6.5V2.25L15.75 7H11.5a.5.5 0 0 1-.5-.5m8 8a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4-3a.5.5 0 0 0-1 0v3a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1H15z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentBulletListClock20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="currentColor"><path d="M10 6.5V2H5.5A1.5 1.5 0 0 0 4 3.5v13A1.5 1.5 0 0 0 5.5 18h4.757a5.5 5.5 0 0 1-1.235-3H8.5a.5.5 0 0 1 0-1h.522a5.5 5.5 0 0 1 .185-1H8.5a.5.5 0 0 1 0-1h1.1q.276-.538.657-1H8.5a.5.5 0 0 1 0-1h2.837c.895-.63 1.986-1 3.163-1a5.5 5.5 0 0 1 1.5.207V8h-4.5A1.5 1.5 0 0 1 10 6.5m-4 4a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0m0 2a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0m.5 1.5a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1"/><path d="M11 6.5V2.25L15.75 7H11.5a.5.5 0 0 1-.5-.5m8 8a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4-3a.5.5 0 0 0-1 0v3a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1H15z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="currentColor"><path d="M10 6.5V2H5.5A1.5 1.5 0 0 0 4 3.5v13A1.5 1.5 0 0 0 5.5 18h4.757a5.5 5.5 0 0 1-1.235-3H8.5a.5.5 0 0 1 0-1h.522a5.5 5.5 0 0 1 .185-1H8.5a.5.5 0 0 1 0-1h1.1q.276-.538.657-1H8.5a.5.5 0 0 1 0-1h2.837c.895-.63 1.986-1 3.163-1a5.5 5.5 0 0 1 1.5.207V8h-4.5A1.5 1.5 0 0 1 10 6.5m-4 4a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0m0 2a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0m.5 1.5a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1"/><path d="M11 6.5V2.25L15.75 7H11.5a.5.5 0 0 1-.5-.5m8 8a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4-3a.5.5 0 0 0-1 0v3a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1H15z"/></g></svg>
</template>

CSS

.icon-document-bullet-list-clock-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10%206.5V2H5.5A1.5%201.5%200%200%200%204%203.5v13A1.5%201.5%200%200%200%205.5%2018h4.757a5.5%205.5%200%200%201-1.235-3H8.5a.5.5%200%200%201%200-1h.522a5.5%205.5%200%200%201%20.185-1H8.5a.5.5%200%200%201%200-1h1.1q.276-.538.657-1H8.5a.5.5%200%200%201%200-1h2.837c.895-.63%201.986-1%203.163-1a5.5%205.5%200%200%201%201.5.207V8h-4.5A1.5%201.5%200%200%201%2010%206.5m-4%204a.5.5%200%201%201%201%200a.5.5%200%200%201-1%200m0%202a.5.5%200%201%201%201%200a.5.5%200%200%201-1%200m.5%201.5a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1%22%2F%3E%3Cpath%20d%3D%22M11%206.5V2.25L15.75%207H11.5a.5.5%200%200%201-.5-.5m8%208a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4-3a.5.5%200%200%200-1%200v3a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%200-1H15z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10%206.5V2H5.5A1.5%201.5%200%200%200%204%203.5v13A1.5%201.5%200%200%200%205.5%2018h4.757a5.5%205.5%200%200%201-1.235-3H8.5a.5.5%200%200%201%200-1h.522a5.5%205.5%200%200%201%20.185-1H8.5a.5.5%200%200%201%200-1h1.1q.276-.538.657-1H8.5a.5.5%200%200%201%200-1h2.837c.895-.63%201.986-1%203.163-1a5.5%205.5%200%200%201%201.5.207V8h-4.5A1.5%201.5%200%200%201%2010%206.5m-4%204a.5.5%200%201%201%201%200a.5.5%200%200%201-1%200m0%202a.5.5%200%201%201%201%200a.5.5%200%200%201-1%200m.5%201.5a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1%22%2F%3E%3Cpath%20d%3D%22M11%206.5V2.25L15.75%207H11.5a.5.5%200%200%201-.5-.5m8%208a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4-3a.5.5%200%200%200-1%200v3a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%200-1H15z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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