list3 from Reicon by REICON · Outline · List · MIT Free for personal and commercial use.

Name
list3
Set
Reicon
Style
Outline
Category
List
Viewbox
24×24
License
MIT

1 other variant in Reicon

More list icons from Reicon

Use the list3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 4a1 1 0 1 0 0 2a1 1 0 0 0 0-2m5 .25a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5zm0 7a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5zM6.25 19a.75.75 0 0 1 .75-.75h15a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75M1 12a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1 6a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function ReiconList3(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="M2 4a1 1 0 1 0 0 2a1 1 0 0 0 0-2m5 .25a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5zm0 7a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5zM6.25 19a.75.75 0 0 1 .75-.75h15a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75M1 12a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1 6a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 4a1 1 0 1 0 0 2a1 1 0 0 0 0-2m5 .25a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5zm0 7a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5zM6.25 19a.75.75 0 0 1 .75-.75h15a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75M1 12a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1 6a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
</template>

CSS

.icon-list3 {
  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%22M2%204a1%201%200%201%200%200%202a1%201%200%200%200%200-2m5%20.25a.75.75%200%200%200%200%201.5h15a.75.75%200%200%200%200-1.5zm0%207a.75.75%200%200%200%200%201.5h15a.75.75%200%200%200%200-1.5zM6.25%2019a.75.75%200%200%201%20.75-.75h15a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75M1%2012a1%201%200%201%201%202%200a1%201%200%200%201-2%200m1%206a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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%22M2%204a1%201%200%201%200%200%202a1%201%200%200%200%200-2m5%20.25a.75.75%200%200%200%200%201.5h15a.75.75%200%200%200%200-1.5zm0%207a.75.75%200%200%200%200%201.5h15a.75.75%200%200%200%200-1.5zM6.25%2019a.75.75%200%200%201%20.75-.75h15a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75M1%2012a1%201%200%201%201%202%200a1%201%200%200%201-2%200m1%206a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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