list ol icon

list-ol from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
list-ol
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

Use the list ol icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 20H4v-.1c0-.5.4-.9.9-.9c1.4 0 2.6-.9 3-2.2c.4-1.6-.5-3.3-2.1-3.7c-1.3-.4-2.7.2-3.4 1.4c-.3.5-.1 1.1.4 1.4s1.1.1 1.4-.4s.9-.6 1.4-.3c.1.1.2.1.2.2c.2.3.2.6.2.9c-.2.4-.6.7-1 .7c-1.7 0-3 1.3-3 2.9V21c0 .6.4 1 1 1h4c.6 0 1-.4 1-1s-.4-1-1-1m4-13h10c.6 0 1-.4 1-1s-.4-1-1-1H11c-.6 0-1 .4-1 1s.4 1 1 1M7 9H6V3c0-.6-.4-1-1-1s-1 .4-1 1v1H3c-.6 0-1 .4-1 1s.4 1 1 1h1v3H3c-.6 0-1 .4-1 1s.4 1 1 1h4c.6 0 1-.4 1-1s-.4-1-1-1m14 7H11c-.6 0-1 .4-1 1s.4 1 1 1h10c.6 0 1-.4 1-1s-.4-1-1-1"/></svg>

React

import type { SVGProps } from "react";

export function UilListOl(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="M7 20H4v-.1c0-.5.4-.9.9-.9c1.4 0 2.6-.9 3-2.2c.4-1.6-.5-3.3-2.1-3.7c-1.3-.4-2.7.2-3.4 1.4c-.3.5-.1 1.1.4 1.4s1.1.1 1.4-.4s.9-.6 1.4-.3c.1.1.2.1.2.2c.2.3.2.6.2.9c-.2.4-.6.7-1 .7c-1.7 0-3 1.3-3 2.9V21c0 .6.4 1 1 1h4c.6 0 1-.4 1-1s-.4-1-1-1m4-13h10c.6 0 1-.4 1-1s-.4-1-1-1H11c-.6 0-1 .4-1 1s.4 1 1 1M7 9H6V3c0-.6-.4-1-1-1s-1 .4-1 1v1H3c-.6 0-1 .4-1 1s.4 1 1 1h1v3H3c-.6 0-1 .4-1 1s.4 1 1 1h4c.6 0 1-.4 1-1s-.4-1-1-1m14 7H11c-.6 0-1 .4-1 1s.4 1 1 1h10c.6 0 1-.4 1-1s-.4-1-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 20H4v-.1c0-.5.4-.9.9-.9c1.4 0 2.6-.9 3-2.2c.4-1.6-.5-3.3-2.1-3.7c-1.3-.4-2.7.2-3.4 1.4c-.3.5-.1 1.1.4 1.4s1.1.1 1.4-.4s.9-.6 1.4-.3c.1.1.2.1.2.2c.2.3.2.6.2.9c-.2.4-.6.7-1 .7c-1.7 0-3 1.3-3 2.9V21c0 .6.4 1 1 1h4c.6 0 1-.4 1-1s-.4-1-1-1m4-13h10c.6 0 1-.4 1-1s-.4-1-1-1H11c-.6 0-1 .4-1 1s.4 1 1 1M7 9H6V3c0-.6-.4-1-1-1s-1 .4-1 1v1H3c-.6 0-1 .4-1 1s.4 1 1 1h1v3H3c-.6 0-1 .4-1 1s.4 1 1 1h4c.6 0 1-.4 1-1s-.4-1-1-1m14 7H11c-.6 0-1 .4-1 1s.4 1 1 1h10c.6 0 1-.4 1-1s-.4-1-1-1"/></svg>
</template>

CSS

.icon-list-ol {
  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%22M7%2020H4v-.1c0-.5.4-.9.9-.9c1.4%200%202.6-.9%203-2.2c.4-1.6-.5-3.3-2.1-3.7c-1.3-.4-2.7.2-3.4%201.4c-.3.5-.1%201.1.4%201.4s1.1.1%201.4-.4s.9-.6%201.4-.3c.1.1.2.1.2.2c.2.3.2.6.2.9c-.2.4-.6.7-1%20.7c-1.7%200-3%201.3-3%202.9V21c0%20.6.4%201%201%201h4c.6%200%201-.4%201-1s-.4-1-1-1m4-13h10c.6%200%201-.4%201-1s-.4-1-1-1H11c-.6%200-1%20.4-1%201s.4%201%201%201M7%209H6V3c0-.6-.4-1-1-1s-1%20.4-1%201v1H3c-.6%200-1%20.4-1%201s.4%201%201%201h1v3H3c-.6%200-1%20.4-1%201s.4%201%201%201h4c.6%200%201-.4%201-1s-.4-1-1-1m14%207H11c-.6%200-1%20.4-1%201s.4%201%201%201h10c.6%200%201-.4%201-1s-.4-1-1-1%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%22M7%2020H4v-.1c0-.5.4-.9.9-.9c1.4%200%202.6-.9%203-2.2c.4-1.6-.5-3.3-2.1-3.7c-1.3-.4-2.7.2-3.4%201.4c-.3.5-.1%201.1.4%201.4s1.1.1%201.4-.4s.9-.6%201.4-.3c.1.1.2.1.2.2c.2.3.2.6.2.9c-.2.4-.6.7-1%20.7c-1.7%200-3%201.3-3%202.9V21c0%20.6.4%201%201%201h4c.6%200%201-.4%201-1s-.4-1-1-1m4-13h10c.6%200%201-.4%201-1s-.4-1-1-1H11c-.6%200-1%20.4-1%201s.4%201%201%201M7%209H6V3c0-.6-.4-1-1-1s-1%20.4-1%201v1H3c-.6%200-1%20.4-1%201s.4%201%201%201h1v3H3c-.6%200-1%20.4-1%201s.4%201%201%201h4c.6%200%201-.4%201-1s-.4-1-1-1m14%207H11c-.6%200-1%20.4-1%201s.4%201%201%201h10c.6%200%201-.4%201-1s-.4-1-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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