ordered list icon

ordered-list-filled from Reicon by REICON · Filled · Text-formatting · MIT Free for personal and commercial use.

Name
ordered-list-filled
Set
Reicon
Style
Filled
Category
Text-formatting
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All ordered list icons →

More text-formatting icons from Reicon

Use the ordered list icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.73 22H3.334a1 1 0 0 1-.997-1.07c.163-2.293 1.985-3.038 3.316-3.582c.796-.324 2.123-.981 2.077-1.74c-.05-.852-1.229-.936-1.588-.941c-.742-.034-1.601.285-1.845 1.15a1 1 0 0 1-1.925-.54c.44-1.569 1.933-2.61 3.728-2.61h.072c2.028.029 3.457 1.164 3.556 2.82c.09 1.529-1.027 2.778-3.319 3.713c-.737.301-1.23.536-1.552.8h3.875a1 1 0 0 1 0 2M21.667 8h-9a1 1 0 0 1 0-2h9a1 1 0 0 1 0 2m0 10h-9a1 1 0 0 1 0-2h9a1 1 0 0 1 0 2M6.333 11a1 1 0 0 1-1-1V4.944a4.8 4.8 0 0 1-1.434.524a1.01 1.01 0 0 1-1.17-.795a1 1 0 0 1 .795-1.169c1.284-.245 1.919-1.293 1.945-1.337a1.01 1.01 0 0 1 1.127-.459c.435.119.739.51.739.96V10a1 1 0 0 1-1 1Z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconOrderedListFilled(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="M8.73 22H3.334a1 1 0 0 1-.997-1.07c.163-2.293 1.985-3.038 3.316-3.582c.796-.324 2.123-.981 2.077-1.74c-.05-.852-1.229-.936-1.588-.941c-.742-.034-1.601.285-1.845 1.15a1 1 0 0 1-1.925-.54c.44-1.569 1.933-2.61 3.728-2.61h.072c2.028.029 3.457 1.164 3.556 2.82c.09 1.529-1.027 2.778-3.319 3.713c-.737.301-1.23.536-1.552.8h3.875a1 1 0 0 1 0 2M21.667 8h-9a1 1 0 0 1 0-2h9a1 1 0 0 1 0 2m0 10h-9a1 1 0 0 1 0-2h9a1 1 0 0 1 0 2M6.333 11a1 1 0 0 1-1-1V4.944a4.8 4.8 0 0 1-1.434.524a1.01 1.01 0 0 1-1.17-.795a1 1 0 0 1 .795-1.169c1.284-.245 1.919-1.293 1.945-1.337a1.01 1.01 0 0 1 1.127-.459c.435.119.739.51.739.96V10a1 1 0 0 1-1 1Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.73 22H3.334a1 1 0 0 1-.997-1.07c.163-2.293 1.985-3.038 3.316-3.582c.796-.324 2.123-.981 2.077-1.74c-.05-.852-1.229-.936-1.588-.941c-.742-.034-1.601.285-1.845 1.15a1 1 0 0 1-1.925-.54c.44-1.569 1.933-2.61 3.728-2.61h.072c2.028.029 3.457 1.164 3.556 2.82c.09 1.529-1.027 2.778-3.319 3.713c-.737.301-1.23.536-1.552.8h3.875a1 1 0 0 1 0 2M21.667 8h-9a1 1 0 0 1 0-2h9a1 1 0 0 1 0 2m0 10h-9a1 1 0 0 1 0-2h9a1 1 0 0 1 0 2M6.333 11a1 1 0 0 1-1-1V4.944a4.8 4.8 0 0 1-1.434.524a1.01 1.01 0 0 1-1.17-.795a1 1 0 0 1 .795-1.169c1.284-.245 1.919-1.293 1.945-1.337a1.01 1.01 0 0 1 1.127-.459c.435.119.739.51.739.96V10a1 1 0 0 1-1 1Z"/></svg>
</template>

CSS

.icon-ordered-list-filled {
  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%22M8.73%2022H3.334a1%201%200%200%201-.997-1.07c.163-2.293%201.985-3.038%203.316-3.582c.796-.324%202.123-.981%202.077-1.74c-.05-.852-1.229-.936-1.588-.941c-.742-.034-1.601.285-1.845%201.15a1%201%200%200%201-1.925-.54c.44-1.569%201.933-2.61%203.728-2.61h.072c2.028.029%203.457%201.164%203.556%202.82c.09%201.529-1.027%202.778-3.319%203.713c-.737.301-1.23.536-1.552.8h3.875a1%201%200%200%201%200%202M21.667%208h-9a1%201%200%200%201%200-2h9a1%201%200%200%201%200%202m0%2010h-9a1%201%200%200%201%200-2h9a1%201%200%200%201%200%202M6.333%2011a1%201%200%200%201-1-1V4.944a4.8%204.8%200%200%201-1.434.524a1.01%201.01%200%200%201-1.17-.795a1%201%200%200%201%20.795-1.169c1.284-.245%201.919-1.293%201.945-1.337a1.01%201.01%200%200%201%201.127-.459c.435.119.739.51.739.96V10a1%201%200%200%201-1%201Z%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%22M8.73%2022H3.334a1%201%200%200%201-.997-1.07c.163-2.293%201.985-3.038%203.316-3.582c.796-.324%202.123-.981%202.077-1.74c-.05-.852-1.229-.936-1.588-.941c-.742-.034-1.601.285-1.845%201.15a1%201%200%200%201-1.925-.54c.44-1.569%201.933-2.61%203.728-2.61h.072c2.028.029%203.457%201.164%203.556%202.82c.09%201.529-1.027%202.778-3.319%203.713c-.737.301-1.23.536-1.552.8h3.875a1%201%200%200%201%200%202M21.667%208h-9a1%201%200%200%201%200-2h9a1%201%200%200%201%200%202m0%2010h-9a1%201%200%200%201%200-2h9a1%201%200%200%201%200%202M6.333%2011a1%201%200%200%201-1-1V4.944a4.8%204.8%200%200%201-1.434.524a1.01%201.01%200%200%201-1.17-.795a1%201%200%200%201%20.795-1.169c1.284-.245%201.919-1.293%201.945-1.337a1.01%201.01%200%200%201%201.127-.459c.435.119.739.51.739.96V10a1%201%200%200%201-1%201Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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