list two icon

list-two from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.

Name
list-two
Set
IconPark
Style
Color
Category
Edit
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More edit icons from IconPark

Use the list two icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M9 42C11.2091 42 13 40.2091 13 38C13 35.7909 11.2091 34 9 34C6.79086 34 5 35.7909 5 38C5 40.2091 6.79086 42 9 42Z"/><path d="M9 14C11.2091 14 13 12.2092 13 10C13 7.79086 11.2091 6 9 6C6.79086 6 5 7.79086 5 10C5 12.2092 6.79086 14 9 14Z"/><path d="M9 28C11.2091 28 13 26.2092 13 24C13 21.7908 11.2091 20 9 20C6.79086 20 5 21.7908 5 24C5 26.2092 6.79086 28 9 28Z"/><path stroke-linecap="round" d="M21 24H43"/><path stroke-linecap="round" d="M21 38H43"/><path stroke-linecap="round" d="M21 10H43"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkListTwo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path d="M9 42C11.2091 42 13 40.2091 13 38C13 35.7909 11.2091 34 9 34C6.79086 34 5 35.7909 5 38C5 40.2091 6.79086 42 9 42Z"/><path d="M9 14C11.2091 14 13 12.2092 13 10C13 7.79086 11.2091 6 9 6C6.79086 6 5 7.79086 5 10C5 12.2092 6.79086 14 9 14Z"/><path d="M9 28C11.2091 28 13 26.2092 13 24C13 21.7908 11.2091 20 9 20C6.79086 20 5 21.7908 5 24C5 26.2092 6.79086 28 9 28Z"/><path strokeLinecap="round" d="M21 24H43"/><path strokeLinecap="round" d="M21 38H43"/><path strokeLinecap="round" d="M21 10H43"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M9 42C11.2091 42 13 40.2091 13 38C13 35.7909 11.2091 34 9 34C6.79086 34 5 35.7909 5 38C5 40.2091 6.79086 42 9 42Z"/><path d="M9 14C11.2091 14 13 12.2092 13 10C13 7.79086 11.2091 6 9 6C6.79086 6 5 7.79086 5 10C5 12.2092 6.79086 14 9 14Z"/><path d="M9 28C11.2091 28 13 26.2092 13 24C13 21.7908 11.2091 20 9 20C6.79086 20 5 21.7908 5 24C5 26.2092 6.79086 28 9 28Z"/><path stroke-linecap="round" d="M21 24H43"/><path stroke-linecap="round" d="M21 38H43"/><path stroke-linecap="round" d="M21 10H43"/></g></svg>
</template>

CSS

.icon-list-two {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M9%2042C11.2091%2042%2013%2040.2091%2013%2038C13%2035.7909%2011.2091%2034%209%2034C6.79086%2034%205%2035.7909%205%2038C5%2040.2091%206.79086%2042%209%2042Z%22%2F%3E%3Cpath%20d%3D%22M9%2014C11.2091%2014%2013%2012.2092%2013%2010C13%207.79086%2011.2091%206%209%206C6.79086%206%205%207.79086%205%2010C5%2012.2092%206.79086%2014%209%2014Z%22%2F%3E%3Cpath%20d%3D%22M9%2028C11.2091%2028%2013%2026.2092%2013%2024C13%2021.7908%2011.2091%2020%209%2020C6.79086%2020%205%2021.7908%205%2024C5%2026.2092%206.79086%2028%209%2028Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2024H43%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2038H43%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2010H43%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M9%2042C11.2091%2042%2013%2040.2091%2013%2038C13%2035.7909%2011.2091%2034%209%2034C6.79086%2034%205%2035.7909%205%2038C5%2040.2091%206.79086%2042%209%2042Z%22%2F%3E%3Cpath%20d%3D%22M9%2014C11.2091%2014%2013%2012.2092%2013%2010C13%207.79086%2011.2091%206%209%206C6.79086%206%205%207.79086%205%2010C5%2012.2092%206.79086%2014%209%2014Z%22%2F%3E%3Cpath%20d%3D%22M9%2028C11.2091%2028%2013%2026.2092%2013%2024C13%2021.7908%2011.2091%2020%209%2020C6.79086%2020%205%2021.7908%205%2024C5%2026.2092%206.79086%2028%209%2028Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2024H43%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2038H43%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2010H43%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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