lists-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
lists-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
lists-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the lists icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 20q-.825 0-1.412-.587T8 18t.588-1.412T10 16h10q.825 0 1.413.588T22 18t-.587 1.413T20 20zm0-6q-.825 0-1.412-.587T8 12t.588-1.412T10 10h10q.825 0 1.413.588T22 12t-.587 1.413T20 14zm0-6q-.825 0-1.412-.587T8 6t.588-1.412T10 4h10q.825 0 1.413.588T22 6t-.587 1.413T20 8zm-7.413-.587Q2 6.825 2 6t.588-1.412T4 4t1.413.588T6 6t-.587 1.413T4 8t-1.412-.587M4 14q-.825 0-1.412-.587T2 12t.588-1.412T4 10t1.413.588T6 12t-.587 1.413T4 14m0 6q-.825 0-1.412-.587T2 18t.588-1.412T4 16t1.413.588T6 18t-.587 1.413T4 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsListsRounded(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="M10 20q-.825 0-1.412-.587T8 18t.588-1.412T10 16h10q.825 0 1.413.588T22 18t-.587 1.413T20 20zm0-6q-.825 0-1.412-.587T8 12t.588-1.412T10 10h10q.825 0 1.413.588T22 12t-.587 1.413T20 14zm0-6q-.825 0-1.412-.587T8 6t.588-1.412T10 4h10q.825 0 1.413.588T22 6t-.587 1.413T20 8zm-7.413-.587Q2 6.825 2 6t.588-1.412T4 4t1.413.588T6 6t-.587 1.413T4 8t-1.412-.587M4 14q-.825 0-1.412-.587T2 12t.588-1.412T4 10t1.413.588T6 12t-.587 1.413T4 14m0 6q-.825 0-1.412-.587T2 18t.588-1.412T4 16t1.413.588T6 18t-.587 1.413T4 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 20q-.825 0-1.412-.587T8 18t.588-1.412T10 16h10q.825 0 1.413.588T22 18t-.587 1.413T20 20zm0-6q-.825 0-1.412-.587T8 12t.588-1.412T10 10h10q.825 0 1.413.588T22 12t-.587 1.413T20 14zm0-6q-.825 0-1.412-.587T8 6t.588-1.412T10 4h10q.825 0 1.413.588T22 6t-.587 1.413T20 8zm-7.413-.587Q2 6.825 2 6t.588-1.412T4 4t1.413.588T6 6t-.587 1.413T4 8t-1.412-.587M4 14q-.825 0-1.412-.587T2 12t.588-1.412T4 10t1.413.588T6 12t-.587 1.413T4 14m0 6q-.825 0-1.412-.587T2 18t.588-1.412T4 16t1.413.588T6 18t-.587 1.413T4 20"/></svg>
</template>

CSS

.icon-lists-rounded {
  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%22M10%2020q-.825%200-1.412-.587T8%2018t.588-1.412T10%2016h10q.825%200%201.413.588T22%2018t-.587%201.413T20%2020zm0-6q-.825%200-1.412-.587T8%2012t.588-1.412T10%2010h10q.825%200%201.413.588T22%2012t-.587%201.413T20%2014zm0-6q-.825%200-1.412-.587T8%206t.588-1.412T10%204h10q.825%200%201.413.588T22%206t-.587%201.413T20%208zm-7.413-.587Q2%206.825%202%206t.588-1.412T4%204t1.413.588T6%206t-.587%201.413T4%208t-1.412-.587M4%2014q-.825%200-1.412-.587T2%2012t.588-1.412T4%2010t1.413.588T6%2012t-.587%201.413T4%2014m0%206q-.825%200-1.412-.587T2%2018t.588-1.412T4%2016t1.413.588T6%2018t-.587%201.413T4%2020%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%22M10%2020q-.825%200-1.412-.587T8%2018t.588-1.412T10%2016h10q.825%200%201.413.588T22%2018t-.587%201.413T20%2020zm0-6q-.825%200-1.412-.587T8%2012t.588-1.412T10%2010h10q.825%200%201.413.588T22%2012t-.587%201.413T20%2014zm0-6q-.825%200-1.412-.587T8%206t.588-1.412T10%204h10q.825%200%201.413.588T22%206t-.587%201.413T20%208zm-7.413-.587Q2%206.825%202%206t.588-1.412T4%204t1.413.588T6%206t-.587%201.413T4%208t-1.412-.587M4%2014q-.825%200-1.412-.587T2%2012t.588-1.412T4%2010t1.413.588T6%2012t-.587%201.413T4%2014m0%206q-.825%200-1.412-.587T2%2018t.588-1.412T4%2016t1.413.588T6%2018t-.587%201.413T4%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/lists-rounded.svg?color=%231a73e8&size=48