Document Bullet List Off icon

Used to represent list file types and actions. The Document Bullet List Off icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Document Bullet List Off icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { DocumentBulletListOff24Regular, DocumentBulletListOff24Filled } from "@fluentui/react-icons";

export function Example() {
  return <DocumentBulletListOff24Regular aria-label="Document Bullet List Off" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_document_bullet_list_off_24_regular.svg" width="24" height="24" alt="Document Bullet List Off">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 12.25C7 11.8358 7.33579 11.5 7.75 11.5C8.16421 11.5 8.5 11.8358 8.5 12.25C8.5 12.6642 8.16421 13 7.75 13C7.33579 13 7 12.6642 7 12.25ZM7.75 14.5C7.33579 14.5 7 14.8358 7 15.25C7 15.6642 7.33579 16 7.75 16C8.16421 16 8.5 15.6642 8.5 15.25C8.5 14.8358 8.16421 14.5 7.75 14.5ZM7 18.25C7 17.8358 7.33579 17.5 7.75 17.5C8.16421 17.5 8.5 17.8358 8.5 18.25C8.5 18.6642 8.16421 19 7.75 19C7.33579 19 7 18.6642 7 18.25ZM4 5.0607L2.21966 3.28032C1.92677 2.98743 1.92678 2.51255 2.21968 2.21966C2.51257 1.92677 2.98745 1.92678 3.28034 2.21968L21.7801 20.7198C22.073 21.0127 22.073 21.4876 21.7801 21.7805C21.4872 22.0734 21.0123 22.0734 20.7194 21.7805L19.8037 20.8647C19.481 21.5361 18.7943 22 18 22H6C4.896 22 4 21.104 4 20V5.0607ZM18.5 19.561L16.9664 18.0274C16.9882 18.0977 17 18.1725 17 18.25C17 18.6642 16.6642 19 16.25 19H10.75C10.3358 19 10 18.6642 10 18.25C10 17.8358 10.3358 17.5 10.75 17.5H16.25C16.3275 17.5 16.4023 17.5118 16.4727 17.5336L14.9391 16H10.75C10.3358 16 10 15.6642 10 15.25C10 14.8358 10.3358 14.5 10.75 14.5H13.4391L11.9391 13H10.75C10.3358 13 10 12.6642 10 12.25C10 11.9284 10.2024 11.6541 10.4867 11.5475L5.5 6.56073V20C5.5 20.275 5.724 20.5 6 20.5H18C18.276 20.5 18.5 20.275 18.5 20V19.561ZM12 8C12 8.49182 12.1778 8.94235 12.4726 9.29079L12.7092 9.52735C13.0576 9.82217 13.5082 10 14 10H18.5V15.3183L20 16.8183V9.828C20 9.298 19.789 8.789 19.414 8.414L13.585 2.586C13.2194 2.22035 12.6865 2 12.172 2H6C5.75599 2 5.52214 2.04377 5.30587 2.12389L6.68196 3.5H12V8ZM13.5 4.621L17.378 8.5H14C13.724 8.5 13.5 8.275 13.5 8V4.621ZM16.25 11.5H14.6818L16.1818 13H16.25C16.6642 13 17 12.6642 17 12.25C17 11.8358 16.6642 11.5 16.25 11.5Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/document_bullet_list_off_24_regular.svg";

Details

NameDocument Bullet List Off
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_document_bullet_list_off_24_regular.svg
Filled fileic_fluent_document_bullet_list_off_24_filled.svg
React componentsDocumentBulletListOff24Regular, DocumentBulletListOff24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

paperworkfileanalogtaskchecklistvertical

Related icons