document bullet list arrow left icon

document-bullet-list-arrow-left-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
document-bullet-list-arrow-left-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document bullet list arrow left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 4v5.022a5.5 5.5 0 0 0-1 .185V4a2 2 0 0 1 2-2h4.586a1.5 1.5 0 0 1 1.06.44l3.915 3.914A1.5 1.5 0 0 1 16 7.414V16a2 2 0 0 1-2 2H9.743q.381-.462.657-1H14a1 1 0 0 0 1-1V8h-3.5A1.5 1.5 0 0 1 10 6.5V3H6a1 1 0 0 0-1 1m8.5 11h-2.522a5.6 5.6 0 0 0 0-1H13.5a.5.5 0 0 1 0 1m0-2h-2.707a5.5 5.5 0 0 0-.393-1h3.1a.5.5 0 0 1 0 1m0-2H9.743a5.5 5.5 0 0 0-1.08-1H13.5a.5.5 0 0 1 0 1m1.293-4L11 3.207V6.5a.5.5 0 0 0 .5.5zM5.5 19a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m-2.353-4.854l-.003.003a.5.5 0 0 0-.144.348v.006a.5.5 0 0 0 .146.35l2 2a.5.5 0 0 0 .708-.707L4.707 15H7.5a.5.5 0 0 0 0-1H4.707l1.147-1.146a.5.5 0 0 0-.708-.708z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentBulletListArrowLeft20Regular(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 4v5.022a5.5 5.5 0 0 0-1 .185V4a2 2 0 0 1 2-2h4.586a1.5 1.5 0 0 1 1.06.44l3.915 3.914A1.5 1.5 0 0 1 16 7.414V16a2 2 0 0 1-2 2H9.743q.381-.462.657-1H14a1 1 0 0 0 1-1V8h-3.5A1.5 1.5 0 0 1 10 6.5V3H6a1 1 0 0 0-1 1m8.5 11h-2.522a5.6 5.6 0 0 0 0-1H13.5a.5.5 0 0 1 0 1m0-2h-2.707a5.5 5.5 0 0 0-.393-1h3.1a.5.5 0 0 1 0 1m0-2H9.743a5.5 5.5 0 0 0-1.08-1H13.5a.5.5 0 0 1 0 1m1.293-4L11 3.207V6.5a.5.5 0 0 0 .5.5zM5.5 19a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m-2.353-4.854l-.003.003a.5.5 0 0 0-.144.348v.006a.5.5 0 0 0 .146.35l2 2a.5.5 0 0 0 .708-.707L4.707 15H7.5a.5.5 0 0 0 0-1H4.707l1.147-1.146a.5.5 0 0 0-.708-.708z"/></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 4v5.022a5.5 5.5 0 0 0-1 .185V4a2 2 0 0 1 2-2h4.586a1.5 1.5 0 0 1 1.06.44l3.915 3.914A1.5 1.5 0 0 1 16 7.414V16a2 2 0 0 1-2 2H9.743q.381-.462.657-1H14a1 1 0 0 0 1-1V8h-3.5A1.5 1.5 0 0 1 10 6.5V3H6a1 1 0 0 0-1 1m8.5 11h-2.522a5.6 5.6 0 0 0 0-1H13.5a.5.5 0 0 1 0 1m0-2h-2.707a5.5 5.5 0 0 0-.393-1h3.1a.5.5 0 0 1 0 1m0-2H9.743a5.5 5.5 0 0 0-1.08-1H13.5a.5.5 0 0 1 0 1m1.293-4L11 3.207V6.5a.5.5 0 0 0 .5.5zM5.5 19a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m-2.353-4.854l-.003.003a.5.5 0 0 0-.144.348v.006a.5.5 0 0 0 .146.35l2 2a.5.5 0 0 0 .708-.707L4.707 15H7.5a.5.5 0 0 0 0-1H4.707l1.147-1.146a.5.5 0 0 0-.708-.708z"/></svg>
</template>

CSS

.icon-document-bullet-list-arrow-left-20-regular {
  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%204v5.022a5.5%205.5%200%200%200-1%20.185V4a2%202%200%200%201%202-2h4.586a1.5%201.5%200%200%201%201.06.44l3.915%203.914A1.5%201.5%200%200%201%2016%207.414V16a2%202%200%200%201-2%202H9.743q.381-.462.657-1H14a1%201%200%200%200%201-1V8h-3.5A1.5%201.5%200%200%201%2010%206.5V3H6a1%201%200%200%200-1%201m8.5%2011h-2.522a5.6%205.6%200%200%200%200-1H13.5a.5.5%200%200%201%200%201m0-2h-2.707a5.5%205.5%200%200%200-.393-1h3.1a.5.5%200%200%201%200%201m0-2H9.743a5.5%205.5%200%200%200-1.08-1H13.5a.5.5%200%200%201%200%201m1.293-4L11%203.207V6.5a.5.5%200%200%200%20.5.5zM5.5%2019a4.5%204.5%200%201%201%200-9a4.5%204.5%200%200%201%200%209m-2.353-4.854l-.003.003a.5.5%200%200%200-.144.348v.006a.5.5%200%200%200%20.146.35l2%202a.5.5%200%200%200%20.708-.707L4.707%2015H7.5a.5.5%200%200%200%200-1H4.707l1.147-1.146a.5.5%200%200%200-.708-.708z%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%204v5.022a5.5%205.5%200%200%200-1%20.185V4a2%202%200%200%201%202-2h4.586a1.5%201.5%200%200%201%201.06.44l3.915%203.914A1.5%201.5%200%200%201%2016%207.414V16a2%202%200%200%201-2%202H9.743q.381-.462.657-1H14a1%201%200%200%200%201-1V8h-3.5A1.5%201.5%200%200%201%2010%206.5V3H6a1%201%200%200%200-1%201m8.5%2011h-2.522a5.6%205.6%200%200%200%200-1H13.5a.5.5%200%200%201%200%201m0-2h-2.707a5.5%205.5%200%200%200-.393-1h3.1a.5.5%200%200%201%200%201m0-2H9.743a5.5%205.5%200%200%200-1.08-1H13.5a.5.5%200%200%201%200%201m1.293-4L11%203.207V6.5a.5.5%200%200%200%20.5.5zM5.5%2019a4.5%204.5%200%201%201%200-9a4.5%204.5%200%200%201%200%209m-2.353-4.854l-.003.003a.5.5%200%200%200-.144.348v.006a.5.5%200%200%200%20.146.35l2%202a.5.5%200%200%200%20.708-.707L4.707%2015H7.5a.5.5%200%200%200%200-1H4.707l1.147-1.146a.5.5%200%200%200-.708-.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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