list bullet indent icon

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

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

Related icons in Framework7 Icons

Use the list bullet indent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M2.807 17.544a2.79 2.79 0 0 0 2.806-2.784a2.795 2.795 0 0 0-2.806-2.807A2.81 2.81 0 0 0 0 14.76c0 1.537 1.27 2.784 2.807 2.784m9.845-1.002h30.429c1.024 0 1.804-.78 1.804-1.782c0-1.025-.78-1.804-1.804-1.804H12.652c-1.002 0-1.782.78-1.782 1.804a1.76 1.76 0 0 0 1.782 1.782M8.376 31.021a2.795 2.795 0 0 0 2.806-2.807a2.795 2.795 0 0 0-2.806-2.806a2.795 2.795 0 0 0-2.807 2.806a2.795 2.795 0 0 0 2.807 2.807m9.845-1.003H48.65a1.797 1.797 0 0 0 1.804-1.804c0-1.002-.801-1.782-1.804-1.782H18.221c-1.024 0-1.804.78-1.804 1.782s.78 1.805 1.804 1.805m-4.277 14.48a2.824 2.824 0 0 0 2.807-2.807a2.81 2.81 0 0 0-2.807-2.807a2.795 2.795 0 0 0-2.806 2.807a2.81 2.81 0 0 0 2.806 2.806m9.846-1.025h30.428A1.76 1.76 0 0 0 56 41.69c0-1.025-.78-1.805-1.782-1.805H23.79c-1.025 0-1.804.78-1.804 1.805c0 1.002.78 1.782 1.804 1.782"/></svg>

React

import type { SVGProps } from "react";

export function F7ListBulletIndent(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="M2.807 17.544a2.79 2.79 0 0 0 2.806-2.784a2.795 2.795 0 0 0-2.806-2.807A2.81 2.81 0 0 0 0 14.76c0 1.537 1.27 2.784 2.807 2.784m9.845-1.002h30.429c1.024 0 1.804-.78 1.804-1.782c0-1.025-.78-1.804-1.804-1.804H12.652c-1.002 0-1.782.78-1.782 1.804a1.76 1.76 0 0 0 1.782 1.782M8.376 31.021a2.795 2.795 0 0 0 2.806-2.807a2.795 2.795 0 0 0-2.806-2.806a2.795 2.795 0 0 0-2.807 2.806a2.795 2.795 0 0 0 2.807 2.807m9.845-1.003H48.65a1.797 1.797 0 0 0 1.804-1.804c0-1.002-.801-1.782-1.804-1.782H18.221c-1.024 0-1.804.78-1.804 1.782s.78 1.805 1.804 1.805m-4.277 14.48a2.824 2.824 0 0 0 2.807-2.807a2.81 2.81 0 0 0-2.807-2.807a2.795 2.795 0 0 0-2.806 2.807a2.81 2.81 0 0 0 2.806 2.806m9.846-1.025h30.428A1.76 1.76 0 0 0 56 41.69c0-1.025-.78-1.805-1.782-1.805H23.79c-1.025 0-1.804.78-1.804 1.805c0 1.002.78 1.782 1.804 1.782"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M2.807 17.544a2.79 2.79 0 0 0 2.806-2.784a2.795 2.795 0 0 0-2.806-2.807A2.81 2.81 0 0 0 0 14.76c0 1.537 1.27 2.784 2.807 2.784m9.845-1.002h30.429c1.024 0 1.804-.78 1.804-1.782c0-1.025-.78-1.804-1.804-1.804H12.652c-1.002 0-1.782.78-1.782 1.804a1.76 1.76 0 0 0 1.782 1.782M8.376 31.021a2.795 2.795 0 0 0 2.806-2.807a2.795 2.795 0 0 0-2.806-2.806a2.795 2.795 0 0 0-2.807 2.806a2.795 2.795 0 0 0 2.807 2.807m9.845-1.003H48.65a1.797 1.797 0 0 0 1.804-1.804c0-1.002-.801-1.782-1.804-1.782H18.221c-1.024 0-1.804.78-1.804 1.782s.78 1.805 1.804 1.805m-4.277 14.48a2.824 2.824 0 0 0 2.807-2.807a2.81 2.81 0 0 0-2.807-2.807a2.795 2.795 0 0 0-2.806 2.807a2.81 2.81 0 0 0 2.806 2.806m9.846-1.025h30.428A1.76 1.76 0 0 0 56 41.69c0-1.025-.78-1.805-1.782-1.805H23.79c-1.025 0-1.804.78-1.804 1.805c0 1.002.78 1.782 1.804 1.782"/></svg>
</template>

CSS

.icon-list-bullet-indent {
  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%22M2.807%2017.544a2.79%202.79%200%200%200%202.806-2.784a2.795%202.795%200%200%200-2.806-2.807A2.81%202.81%200%200%200%200%2014.76c0%201.537%201.27%202.784%202.807%202.784m9.845-1.002h30.429c1.024%200%201.804-.78%201.804-1.782c0-1.025-.78-1.804-1.804-1.804H12.652c-1.002%200-1.782.78-1.782%201.804a1.76%201.76%200%200%200%201.782%201.782M8.376%2031.021a2.795%202.795%200%200%200%202.806-2.807a2.795%202.795%200%200%200-2.806-2.806a2.795%202.795%200%200%200-2.807%202.806a2.795%202.795%200%200%200%202.807%202.807m9.845-1.003H48.65a1.797%201.797%200%200%200%201.804-1.804c0-1.002-.801-1.782-1.804-1.782H18.221c-1.024%200-1.804.78-1.804%201.782s.78%201.805%201.804%201.805m-4.277%2014.48a2.824%202.824%200%200%200%202.807-2.807a2.81%202.81%200%200%200-2.807-2.807a2.795%202.795%200%200%200-2.806%202.807a2.81%202.81%200%200%200%202.806%202.806m9.846-1.025h30.428A1.76%201.76%200%200%200%2056%2041.69c0-1.025-.78-1.805-1.782-1.805H23.79c-1.025%200-1.804.78-1.804%201.805c0%201.002.78%201.782%201.804%201.782%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%22M2.807%2017.544a2.79%202.79%200%200%200%202.806-2.784a2.795%202.795%200%200%200-2.806-2.807A2.81%202.81%200%200%200%200%2014.76c0%201.537%201.27%202.784%202.807%202.784m9.845-1.002h30.429c1.024%200%201.804-.78%201.804-1.782c0-1.025-.78-1.804-1.804-1.804H12.652c-1.002%200-1.782.78-1.782%201.804a1.76%201.76%200%200%200%201.782%201.782M8.376%2031.021a2.795%202.795%200%200%200%202.806-2.807a2.795%202.795%200%200%200-2.806-2.806a2.795%202.795%200%200%200-2.807%202.806a2.795%202.795%200%200%200%202.807%202.807m9.845-1.003H48.65a1.797%201.797%200%200%200%201.804-1.804c0-1.002-.801-1.782-1.804-1.782H18.221c-1.024%200-1.804.78-1.804%201.782s.78%201.805%201.804%201.805m-4.277%2014.48a2.824%202.824%200%200%200%202.807-2.807a2.81%202.81%200%200%200-2.807-2.807a2.795%202.795%200%200%200-2.806%202.807a2.81%202.81%200%200%200%202.806%202.806m9.846-1.025h30.428A1.76%201.76%200%200%200%2056%2041.69c0-1.025-.78-1.805-1.782-1.805H23.79c-1.025%200-1.804.78-1.804%201.805c0%201.002.78%201.782%201.804%201.782%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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