list bottom icon

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

Name
list-bottom
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 bottom 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 42C10.2091 42 12 40.2091 12 38C12 35.7909 10.2091 34 8 34C5.79086 34 4 35.7909 4 38C4 40.2091 5.79086 42 8 42Z"/><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 26C9.10457 26 10 25.1046 10 24C10 22.8954 9.10457 22 8 22C6.89543 22 6 22.8954 6 24C6 25.1046 6.89543 26 8 26Z"/><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 IconParkListBottom(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 42C10.2091 42 12 40.2091 12 38C12 35.7909 10.2091 34 8 34C5.79086 34 4 35.7909 4 38C4 40.2091 5.79086 42 8 42Z"/><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 26C9.10457 26 10 25.1046 10 24C10 22.8954 9.10457 22 8 22C6.89543 22 6 22.8954 6 24C6 25.1046 6.89543 26 8 26Z"/><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 42C10.2091 42 12 40.2091 12 38C12 35.7909 10.2091 34 8 34C5.79086 34 4 35.7909 4 38C4 40.2091 5.79086 42 8 42Z"/><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 26C9.10457 26 10 25.1046 10 24C10 22.8954 9.10457 22 8 22C6.89543 22 6 22.8954 6 24C6 25.1046 6.89543 26 8 26Z"/><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-bottom {
  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%2042C10.2091%2042%2012%2040.2091%2012%2038C12%2035.7909%2010.2091%2034%208%2034C5.79086%2034%204%2035.7909%204%2038C4%2040.2091%205.79086%2042%208%2042Z%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%2026C9.10457%2026%2010%2025.1046%2010%2024C10%2022.8954%209.10457%2022%208%2022C6.89543%2022%206%2022.8954%206%2024C6%2025.1046%206.89543%2026%208%2026Z%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%2042C10.2091%2042%2012%2040.2091%2012%2038C12%2035.7909%2010.2091%2034%208%2034C5.79086%2034%204%2035.7909%204%2038C4%2040.2091%205.79086%2042%208%2042Z%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%2026C9.10457%2026%2010%2025.1046%2010%2024C10%2022.8954%209.10457%2022%208%2022C6.89543%2022%206%2022.8954%206%2024C6%2025.1046%206.89543%2026%208%2026Z%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-bottom.svg?color=%231a73e8&size=48