list-outline from Solar by 480 Design · Outline · List · CC-BY-4.0 Attribution required.

Name
list-outline
Set
Solar
Style
Outline
Category
List
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More list icons from Solar

Use the list icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.25 7C3.25 6.58579 3.58579 6.25 4 6.25H20C20.4142 6.25 20.75 6.58579 20.75 7C20.75 7.41421 20.4142 7.75 20 7.75H4C3.58579 7.75 3.25 7.41421 3.25 7ZM3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H15C15.4142 11.25 15.75 11.5858 15.75 12C15.75 12.4142 15.4142 12.75 15 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12ZM3.25 17C3.25 16.5858 3.58579 16.25 4 16.25H9C9.41421 16.25 9.75 16.5858 9.75 17C9.75 17.4142 9.41421 17.75 9 17.75H4C3.58579 17.75 3.25 17.4142 3.25 17Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarListOutline(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" fillRule="evenodd" d="M3.25 7C3.25 6.58579 3.58579 6.25 4 6.25H20C20.4142 6.25 20.75 6.58579 20.75 7C20.75 7.41421 20.4142 7.75 20 7.75H4C3.58579 7.75 3.25 7.41421 3.25 7ZM3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H15C15.4142 11.25 15.75 11.5858 15.75 12C15.75 12.4142 15.4142 12.75 15 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12ZM3.25 17C3.25 16.5858 3.58579 16.25 4 16.25H9C9.41421 16.25 9.75 16.5858 9.75 17C9.75 17.4142 9.41421 17.75 9 17.75H4C3.58579 17.75 3.25 17.4142 3.25 17Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.25 7C3.25 6.58579 3.58579 6.25 4 6.25H20C20.4142 6.25 20.75 6.58579 20.75 7C20.75 7.41421 20.4142 7.75 20 7.75H4C3.58579 7.75 3.25 7.41421 3.25 7ZM3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H15C15.4142 11.25 15.75 11.5858 15.75 12C15.75 12.4142 15.4142 12.75 15 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12ZM3.25 17C3.25 16.5858 3.58579 16.25 4 16.25H9C9.41421 16.25 9.75 16.5858 9.75 17C9.75 17.4142 9.41421 17.75 9 17.75H4C3.58579 17.75 3.25 17.4142 3.25 17Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-list-outline {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.25%207C3.25%206.58579%203.58579%206.25%204%206.25H20C20.4142%206.25%2020.75%206.58579%2020.75%207C20.75%207.41421%2020.4142%207.75%2020%207.75H4C3.58579%207.75%203.25%207.41421%203.25%207ZM3.25%2012C3.25%2011.5858%203.58579%2011.25%204%2011.25H15C15.4142%2011.25%2015.75%2011.5858%2015.75%2012C15.75%2012.4142%2015.4142%2012.75%2015%2012.75H4C3.58579%2012.75%203.25%2012.4142%203.25%2012ZM3.25%2017C3.25%2016.5858%203.58579%2016.25%204%2016.25H9C9.41421%2016.25%209.75%2016.5858%209.75%2017C9.75%2017.4142%209.41421%2017.75%209%2017.75H4C3.58579%2017.75%203.25%2017.4142%203.25%2017Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.25%207C3.25%206.58579%203.58579%206.25%204%206.25H20C20.4142%206.25%2020.75%206.58579%2020.75%207C20.75%207.41421%2020.4142%207.75%2020%207.75H4C3.58579%207.75%203.25%207.41421%203.25%207ZM3.25%2012C3.25%2011.5858%203.58579%2011.25%204%2011.25H15C15.4142%2011.25%2015.75%2011.5858%2015.75%2012C15.75%2012.4142%2015.4142%2012.75%2015%2012.75H4C3.58579%2012.75%203.25%2012.4142%203.25%2012ZM3.25%2017C3.25%2016.5858%203.58579%2016.25%204%2016.25H9C9.41421%2016.25%209.75%2016.5858%209.75%2017C9.75%2017.4142%209.41421%2017.75%209%2017.75H4C3.58579%2017.75%203.25%2017.4142%203.25%2017Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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