format list bulleted icon

format-list-bulleted from Material Symbols by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
format-list-bulleted
Set
Material Symbols
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
format-list-bulleted-outline, format-list-bulleted-outline-sharp, format-list-bulleted-sharp

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the format list bulleted icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 19v-2h12v2zm0-6v-2h12v2zm0-6V5h12v2zM5 20q-.825 0-1.412-.587T3 18t.588-1.412T5 16t1.413.588T7 18t-.587 1.413T5 20m0-6q-.825 0-1.412-.587T3 12t.588-1.412T5 10t1.413.588T7 12t-.587 1.413T5 14M3.588 7.413Q3 6.825 3 6t.588-1.412T5 4t1.413.588T7 6t-.587 1.413T5 8t-1.412-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFormatListBulleted(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 19v-2h12v2zm0-6v-2h12v2zm0-6V5h12v2zM5 20q-.825 0-1.412-.587T3 18t.588-1.412T5 16t1.413.588T7 18t-.587 1.413T5 20m0-6q-.825 0-1.412-.587T3 12t.588-1.412T5 10t1.413.588T7 12t-.587 1.413T5 14M3.588 7.413Q3 6.825 3 6t.588-1.412T5 4t1.413.588T7 6t-.587 1.413T5 8t-1.412-.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 19v-2h12v2zm0-6v-2h12v2zm0-6V5h12v2zM5 20q-.825 0-1.412-.587T3 18t.588-1.412T5 16t1.413.588T7 18t-.587 1.413T5 20m0-6q-.825 0-1.412-.587T3 12t.588-1.412T5 10t1.413.588T7 12t-.587 1.413T5 14M3.588 7.413Q3 6.825 3 6t.588-1.412T5 4t1.413.588T7 6t-.587 1.413T5 8t-1.412-.587"/></svg>
</template>

CSS

.icon-format-list-bulleted {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2019v-2h12v2zm0-6v-2h12v2zm0-6V5h12v2zM5%2020q-.825%200-1.412-.587T3%2018t.588-1.412T5%2016t1.413.588T7%2018t-.587%201.413T5%2020m0-6q-.825%200-1.412-.587T3%2012t.588-1.412T5%2010t1.413.588T7%2012t-.587%201.413T5%2014M3.588%207.413Q3%206.825%203%206t.588-1.412T5%204t1.413.588T7%206t-.587%201.413T5%208t-1.412-.587%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2019v-2h12v2zm0-6v-2h12v2zm0-6V5h12v2zM5%2020q-.825%200-1.412-.587T3%2018t.588-1.412T5%2016t1.413.588T7%2018t-.587%201.413T5%2020m0-6q-.825%200-1.412-.587T3%2012t.588-1.412T5%2010t1.413.588T7%2012t-.587%201.413T5%2014M3.588%207.413Q3%206.825%203%206t.588-1.412T5%204t1.413.588T7%206t-.587%201.413T5%208t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/format-list-bulleted.svg?color=%231a73e8&size=48