list-bullet from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
list-bullet
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Related icons in Framework7 Icons

Use the list bullet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.34 16.762a2.936 2.936 0 0 0 2.953-2.93a2.94 2.94 0 0 0-2.953-2.953a2.956 2.956 0 0 0-2.953 2.953c0 1.617 1.336 2.93 2.953 2.93m10.36-1.055h32.015c1.078 0 1.898-.82 1.898-1.875c0-1.078-.82-1.898-1.898-1.898H17.699c-1.055 0-1.875.82-1.875 1.898a1.85 1.85 0 0 0 1.875 1.875M7.34 30.941a2.94 2.94 0 0 0 2.953-2.953a2.94 2.94 0 0 0-2.953-2.953a2.956 2.956 0 0 0-2.953 2.953a2.956 2.956 0 0 0 2.953 2.953m10.36-1.054h32.015a1.876 1.876 0 0 0 1.898-1.899c0-1.054-.82-1.875-1.898-1.875H17.699c-1.055 0-1.875.82-1.875 1.875s.82 1.899 1.875 1.899M7.34 45.12a2.956 2.956 0 0 0 2.953-2.953a2.94 2.94 0 0 0-2.953-2.953a2.956 2.956 0 0 0-2.953 2.953A2.97 2.97 0 0 0 7.34 45.12m10.36-1.078h32.015c1.078 0 1.898-.82 1.898-1.875c0-1.078-.82-1.898-1.898-1.898H17.699c-1.055 0-1.875.82-1.875 1.898a1.85 1.85 0 0 0 1.875 1.875"/></svg>

React

import type { SVGProps } from "react";

export function F7ListBullet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.34 16.762a2.936 2.936 0 0 0 2.953-2.93a2.94 2.94 0 0 0-2.953-2.953a2.956 2.956 0 0 0-2.953 2.953c0 1.617 1.336 2.93 2.953 2.93m10.36-1.055h32.015c1.078 0 1.898-.82 1.898-1.875c0-1.078-.82-1.898-1.898-1.898H17.699c-1.055 0-1.875.82-1.875 1.898a1.85 1.85 0 0 0 1.875 1.875M7.34 30.941a2.94 2.94 0 0 0 2.953-2.953a2.94 2.94 0 0 0-2.953-2.953a2.956 2.956 0 0 0-2.953 2.953a2.956 2.956 0 0 0 2.953 2.953m10.36-1.054h32.015a1.876 1.876 0 0 0 1.898-1.899c0-1.054-.82-1.875-1.898-1.875H17.699c-1.055 0-1.875.82-1.875 1.875s.82 1.899 1.875 1.899M7.34 45.12a2.956 2.956 0 0 0 2.953-2.953a2.94 2.94 0 0 0-2.953-2.953a2.956 2.956 0 0 0-2.953 2.953A2.97 2.97 0 0 0 7.34 45.12m10.36-1.078h32.015c1.078 0 1.898-.82 1.898-1.875c0-1.078-.82-1.898-1.898-1.898H17.699c-1.055 0-1.875.82-1.875 1.898a1.85 1.85 0 0 0 1.875 1.875"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.34 16.762a2.936 2.936 0 0 0 2.953-2.93a2.94 2.94 0 0 0-2.953-2.953a2.956 2.956 0 0 0-2.953 2.953c0 1.617 1.336 2.93 2.953 2.93m10.36-1.055h32.015c1.078 0 1.898-.82 1.898-1.875c0-1.078-.82-1.898-1.898-1.898H17.699c-1.055 0-1.875.82-1.875 1.898a1.85 1.85 0 0 0 1.875 1.875M7.34 30.941a2.94 2.94 0 0 0 2.953-2.953a2.94 2.94 0 0 0-2.953-2.953a2.956 2.956 0 0 0-2.953 2.953a2.956 2.956 0 0 0 2.953 2.953m10.36-1.054h32.015a1.876 1.876 0 0 0 1.898-1.899c0-1.054-.82-1.875-1.898-1.875H17.699c-1.055 0-1.875.82-1.875 1.875s.82 1.899 1.875 1.899M7.34 45.12a2.956 2.956 0 0 0 2.953-2.953a2.94 2.94 0 0 0-2.953-2.953a2.956 2.956 0 0 0-2.953 2.953A2.97 2.97 0 0 0 7.34 45.12m10.36-1.078h32.015c1.078 0 1.898-.82 1.898-1.875c0-1.078-.82-1.898-1.898-1.898H17.699c-1.055 0-1.875.82-1.875 1.898a1.85 1.85 0 0 0 1.875 1.875"/></svg>
</template>

CSS

.icon-list-bullet {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.34%2016.762a2.936%202.936%200%200%200%202.953-2.93a2.94%202.94%200%200%200-2.953-2.953a2.956%202.956%200%200%200-2.953%202.953c0%201.617%201.336%202.93%202.953%202.93m10.36-1.055h32.015c1.078%200%201.898-.82%201.898-1.875c0-1.078-.82-1.898-1.898-1.898H17.699c-1.055%200-1.875.82-1.875%201.898a1.85%201.85%200%200%200%201.875%201.875M7.34%2030.941a2.94%202.94%200%200%200%202.953-2.953a2.94%202.94%200%200%200-2.953-2.953a2.956%202.956%200%200%200-2.953%202.953a2.956%202.956%200%200%200%202.953%202.953m10.36-1.054h32.015a1.876%201.876%200%200%200%201.898-1.899c0-1.054-.82-1.875-1.898-1.875H17.699c-1.055%200-1.875.82-1.875%201.875s.82%201.899%201.875%201.899M7.34%2045.12a2.956%202.956%200%200%200%202.953-2.953a2.94%202.94%200%200%200-2.953-2.953a2.956%202.956%200%200%200-2.953%202.953A2.97%202.97%200%200%200%207.34%2045.12m10.36-1.078h32.015c1.078%200%201.898-.82%201.898-1.875c0-1.078-.82-1.898-1.898-1.898H17.699c-1.055%200-1.875.82-1.875%201.898a1.85%201.85%200%200%200%201.875%201.875%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.34%2016.762a2.936%202.936%200%200%200%202.953-2.93a2.94%202.94%200%200%200-2.953-2.953a2.956%202.956%200%200%200-2.953%202.953c0%201.617%201.336%202.93%202.953%202.93m10.36-1.055h32.015c1.078%200%201.898-.82%201.898-1.875c0-1.078-.82-1.898-1.898-1.898H17.699c-1.055%200-1.875.82-1.875%201.898a1.85%201.85%200%200%200%201.875%201.875M7.34%2030.941a2.94%202.94%200%200%200%202.953-2.953a2.94%202.94%200%200%200-2.953-2.953a2.956%202.956%200%200%200-2.953%202.953a2.956%202.956%200%200%200%202.953%202.953m10.36-1.054h32.015a1.876%201.876%200%200%200%201.898-1.899c0-1.054-.82-1.875-1.898-1.875H17.699c-1.055%200-1.875.82-1.875%201.875s.82%201.899%201.875%201.899M7.34%2045.12a2.956%202.956%200%200%200%202.953-2.953a2.94%202.94%200%200%200-2.953-2.953a2.956%202.956%200%200%200-2.953%202.953A2.97%202.97%200%200%200%207.34%2045.12m10.36-1.078h32.015c1.078%200%201.898-.82%201.898-1.875c0-1.078-.82-1.898-1.898-1.898H17.699c-1.055%200-1.875.82-1.875%201.898a1.85%201.85%200%200%200%201.875%201.875%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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