list middle icon

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

Name
list-middle
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 middle 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 fill="#2F88FF" d="M8 28C10.2091 28 12 26.2091 12 24C12 21.7909 10.2091 20 8 20C5.79086 20 4 21.7909 4 24C4 26.2091 5.79086 28 8 28Z"/><path d="M8 12C9.10457 12 10 11.1046 10 10C10 8.89543 9.10457 8 8 8C6.89543 8 6 8.89543 6 10C6 11.1046 6.89543 12 8 12Z"/><path d="M8 40C9.10457 40 10 39.1046 10 38C10 36.8954 9.10457 36 8 36C6.89543 36 6 36.8954 6 38C6 39.1046 6.89543 40 8 40Z"/><path stroke-linecap="round" d="M20 24H44"/><path stroke-linecap="round" d="M20 38H44"/><path stroke-linecap="round" d="M20 10H44"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkListMiddle(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 fill="#2F88FF" d="M8 28C10.2091 28 12 26.2091 12 24C12 21.7909 10.2091 20 8 20C5.79086 20 4 21.7909 4 24C4 26.2091 5.79086 28 8 28Z"/><path d="M8 12C9.10457 12 10 11.1046 10 10C10 8.89543 9.10457 8 8 8C6.89543 8 6 8.89543 6 10C6 11.1046 6.89543 12 8 12Z"/><path d="M8 40C9.10457 40 10 39.1046 10 38C10 36.8954 9.10457 36 8 36C6.89543 36 6 36.8954 6 38C6 39.1046 6.89543 40 8 40Z"/><path strokeLinecap="round" d="M20 24H44"/><path strokeLinecap="round" d="M20 38H44"/><path strokeLinecap="round" d="M20 10H44"/></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 fill="#2F88FF" d="M8 28C10.2091 28 12 26.2091 12 24C12 21.7909 10.2091 20 8 20C5.79086 20 4 21.7909 4 24C4 26.2091 5.79086 28 8 28Z"/><path d="M8 12C9.10457 12 10 11.1046 10 10C10 8.89543 9.10457 8 8 8C6.89543 8 6 8.89543 6 10C6 11.1046 6.89543 12 8 12Z"/><path d="M8 40C9.10457 40 10 39.1046 10 38C10 36.8954 9.10457 36 8 36C6.89543 36 6 36.8954 6 38C6 39.1046 6.89543 40 8 40Z"/><path stroke-linecap="round" d="M20 24H44"/><path stroke-linecap="round" d="M20 38H44"/><path stroke-linecap="round" d="M20 10H44"/></g></svg>
</template>

CSS

.icon-list-middle {
  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%20fill%3D%22%232F88FF%22%20d%3D%22M8%2028C10.2091%2028%2012%2026.2091%2012%2024C12%2021.7909%2010.2091%2020%208%2020C5.79086%2020%204%2021.7909%204%2024C4%2026.2091%205.79086%2028%208%2028Z%22%2F%3E%3Cpath%20d%3D%22M8%2012C9.10457%2012%2010%2011.1046%2010%2010C10%208.89543%209.10457%208%208%208C6.89543%208%206%208.89543%206%2010C6%2011.1046%206.89543%2012%208%2012Z%22%2F%3E%3Cpath%20d%3D%22M8%2040C9.10457%2040%2010%2039.1046%2010%2038C10%2036.8954%209.10457%2036%208%2036C6.89543%2036%206%2036.8954%206%2038C6%2039.1046%206.89543%2040%208%2040Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2024H44%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2038H44%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2010H44%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%20fill%3D%22%232F88FF%22%20d%3D%22M8%2028C10.2091%2028%2012%2026.2091%2012%2024C12%2021.7909%2010.2091%2020%208%2020C5.79086%2020%204%2021.7909%204%2024C4%2026.2091%205.79086%2028%208%2028Z%22%2F%3E%3Cpath%20d%3D%22M8%2012C9.10457%2012%2010%2011.1046%2010%2010C10%208.89543%209.10457%208%208%208C6.89543%208%206%208.89543%206%2010C6%2011.1046%206.89543%2012%208%2012Z%22%2F%3E%3Cpath%20d%3D%22M8%2040C9.10457%2040%2010%2039.1046%2010%2038C10%2036.8954%209.10457%2036%208%2036C6.89543%2036%206%2036.8954%206%2038C6%2039.1046%206.89543%2040%208%2040Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2024H44%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2038H44%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2010H44%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-middle.svg?color=%231a73e8&size=48