ios list icon

ios-list-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
ios-list-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios list icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M432 80v352H80V80h352m16-16H64v384h384V64z" fill="currentColor"/><path d="M192 152h192v16H192z" fill="currentColor"/><path d="M192 248h192v16H192z" fill="currentColor"/><path d="M192 344h192v16H192z" fill="currentColor"/><circle cx="144" cy="160" r="16" fill="currentColor"/><circle cx="144" cy="256" r="16" fill="currentColor"/><circle cx="144" cy="352" r="16" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosListOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M432 80v352H80V80h352m16-16H64v384h384V64z" fill="currentColor"/><path d="M192 152h192v16H192z" fill="currentColor"/><path d="M192 248h192v16H192z" fill="currentColor"/><path d="M192 344h192v16H192z" fill="currentColor"/><circle cx="144" cy="160" r="16" fill="currentColor"/><circle cx="144" cy="256" r="16" fill="currentColor"/><circle cx="144" cy="352" r="16" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M432 80v352H80V80h352m16-16H64v384h384V64z" fill="currentColor"/><path d="M192 152h192v16H192z" fill="currentColor"/><path d="M192 248h192v16H192z" fill="currentColor"/><path d="M192 344h192v16H192z" fill="currentColor"/><circle cx="144" cy="160" r="16" fill="currentColor"/><circle cx="144" cy="256" r="16" fill="currentColor"/><circle cx="144" cy="352" r="16" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%20512%20512%22%3E%3Cpath%20d%3D%22M432%2080v352H80V80h352m16-16H64v384h384V64z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M192%20152h192v16H192z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M192%20248h192v16H192z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M192%20344h192v16H192z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22144%22%20cy%3D%22160%22%20r%3D%2216%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22144%22%20cy%3D%22256%22%20r%3D%2216%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22144%22%20cy%3D%22352%22%20r%3D%2216%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M432%2080v352H80V80h352m16-16H64v384h384V64z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M192%20152h192v16H192z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M192%20248h192v16H192z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M192%20344h192v16H192z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22144%22%20cy%3D%22160%22%20r%3D%2216%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22144%22%20cy%3D%22256%22%20r%3D%2216%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22144%22%20cy%3D%22352%22%20r%3D%2216%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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