list top icon

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

Name
list-top
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 top 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 14C10.2091 14 12 12.2091 12 10C12 7.79086 10.2091 6 8 6C5.79086 6 4 7.79086 4 10C4 12.2091 5.79086 14 8 14Z"/><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 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 IconParkListTop(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 14C10.2091 14 12 12.2091 12 10C12 7.79086 10.2091 6 8 6C5.79086 6 4 7.79086 4 10C4 12.2091 5.79086 14 8 14Z"/><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 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 14C10.2091 14 12 12.2091 12 10C12 7.79086 10.2091 6 8 6C5.79086 6 4 7.79086 4 10C4 12.2091 5.79086 14 8 14Z"/><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 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-top {
  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%2014C10.2091%2014%2012%2012.2091%2012%2010C12%207.79086%2010.2091%206%208%206C5.79086%206%204%207.79086%204%2010C4%2012.2091%205.79086%2014%208%2014Z%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%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%2014C10.2091%2014%2012%2012.2091%2012%2010C12%207.79086%2010.2091%206%208%206C5.79086%206%204%207.79086%204%2010C4%2012.2091%205.79086%2014%208%2014Z%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%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-top.svg?color=%231a73e8&size=48