Format List Bulleted Add icon

Format List Bulleted Add is a Google Material Symbol from the Text category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

format_list_bulleted_add_outlined_fill0_wght400.svg

Format List Bulleted Add icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=format_list_bulleted_add" />

<span class="material-symbols-outlined">format_list_bulleted_add</span>

Format List Bulleted Add icon in React

// With the font from the HTML tab:
export function FormatListBulletedAddIcon() {
  return (
    <span className="material-symbols-outlined">
      format_list_bulleted_add
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import FormatListBulletedAddIcon from "@material-symbols/svg-400/outlined/format_list_bulleted_add.svg?react";

Format List Bulleted Add icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">format_list_bulleted_add</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import FormatListBulletedAddIcon from "@material-symbols/svg-400/outlined/format_list_bulleted_add.svg?component"; -->

Format List Bulleted Add icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">format_list_bulleted_add</mat-icon>

Format List Bulleted Add icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.format_list_bulleted_add, fill: 0, weight: 400)

Format List Bulleted Add icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/format_list_bulleted_add.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M17.95 20.65h.825v-2.75h2.75v-.825H18.775v-2.75h-.825v2.75H15.2v.825h2.75v2.75Zm.363 1.5Q16.375 22.15 15 20.763T13.625 17.475q0-1.961 1.375-3.343Q16.375 12.75 18.325 12.75q1.925 0 3.313 1.382Q23.025 15.514 23.025 17.475q0 1.9-1.387 3.288T18.313 22.15ZM9.425 6.425v-1.5h11.575v1.5H9.425ZM4.725 19.975q-.701 0-1.201-.475Q3.025 19.025 3.025 18.313t.488-1.2q.487-.488 1.2-.488t1.187 .5q.475 .499 .475 1.2 0 .681-.485 1.165Q5.406 19.975 4.725 19.975Zm0-6.3q-.701 0-1.201-.487Q3.025 12.7 3.025 12t.499-1.187Q4.024 10.325 4.725 10.325q.681 0 1.165 .488Q6.375 11.3 6.375 12t-.485 1.188Q5.406 13.675 4.725 13.675Zm-1.212-6.812Q3.025 6.375 3.025 5.675t.488-1.187Q4 4 4.7 4t1.188 .488Q6.375 4.975 6.375 5.675t-.487 1.188Q5.4 7.35 4.7 7.35t-1.187-.487ZM9.425 19.05v-1.5h2.7q0 .4 .05 .775t.15 .725H9.425Zm0-6.3v-1.5h8.9q-1.162 0-2.181 .4Q15.125 12.05 14.325 12.75H9.425Z" />
</vector>

Format List Bulleted Add icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/format_list_bulleted_add.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/format_list_bulleted_add.svg" width="24" height="24" alt="Format List Bulleted Add">

Format List Bulleted Add icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameFormat List Bulleted Add
Ligatureformat_list_bulleted_add
Code pointU+F849
CategoryText
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/format_list_bulleted_add.svg, format_list_bulleted_add-fill.svg
FlutterSymbols.format_list_bulleted_add
LicenseApache License 2.0 (© Google LLC)

Keywords

textlinesedittypewritingeditingcontentdoceditorplusnewsheetcreate

Related icons