list ordered icon
list-ordered-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- list-ordered-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
2 other variants in Octicons
The same icon in other sets
Related icons in Octicons
Use the list ordered icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 3.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 5 3.25m0 5a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 5 8.25m0 5a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M.924 10.32a.5.5 0 0 1-.851-.525l.001-.001l.001-.002l.002-.004l.007-.011q.147-.217.348-.384c.228-.19.588-.392 1.068-.392c.468 0 .858.181 1.126.484c.259.294.377.673.377 1.038c0 .987-.686 1.495-1.156 1.845l-.047.035c-.303.225-.522.4-.654.597h1.357a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5c0-1.005.692-1.52 1.167-1.875l.035-.025c.531-.396.8-.625.8-1.078a.57.57 0 0 0-.128-.376C1.806 10.068 1.695 10 1.5 10a.66.66 0 0 0-.429.163a.8.8 0 0 0-.144.153ZM2.003 2.5V6h.503a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1h.503V3.308l-.28.14a.5.5 0 0 1-.446-.895l1.003-.5a.5.5 0 0 1 .723.447"/></svg>
React
import type { SVGProps } from "react";
export function OcticonListOrdered16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 3.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 5 3.25m0 5a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 5 8.25m0 5a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M.924 10.32a.5.5 0 0 1-.851-.525l.001-.001l.001-.002l.002-.004l.007-.011q.147-.217.348-.384c.228-.19.588-.392 1.068-.392c.468 0 .858.181 1.126.484c.259.294.377.673.377 1.038c0 .987-.686 1.495-1.156 1.845l-.047.035c-.303.225-.522.4-.654.597h1.357a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5c0-1.005.692-1.52 1.167-1.875l.035-.025c.531-.396.8-.625.8-1.078a.57.57 0 0 0-.128-.376C1.806 10.068 1.695 10 1.5 10a.66.66 0 0 0-.429.163a.8.8 0 0 0-.144.153ZM2.003 2.5V6h.503a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1h.503V3.308l-.28.14a.5.5 0 0 1-.446-.895l1.003-.5a.5.5 0 0 1 .723.447"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 3.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 5 3.25m0 5a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 5 8.25m0 5a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M.924 10.32a.5.5 0 0 1-.851-.525l.001-.001l.001-.002l.002-.004l.007-.011q.147-.217.348-.384c.228-.19.588-.392 1.068-.392c.468 0 .858.181 1.126.484c.259.294.377.673.377 1.038c0 .987-.686 1.495-1.156 1.845l-.047.035c-.303.225-.522.4-.654.597h1.357a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5c0-1.005.692-1.52 1.167-1.875l.035-.025c.531-.396.8-.625.8-1.078a.57.57 0 0 0-.128-.376C1.806 10.068 1.695 10 1.5 10a.66.66 0 0 0-.429.163a.8.8 0 0 0-.144.153ZM2.003 2.5V6h.503a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1h.503V3.308l-.28.14a.5.5 0 0 1-.446-.895l1.003-.5a.5.5 0 0 1 .723.447"/></svg> </template>
CSS
.icon-list-ordered-16 {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%203.25a.75.75%200%200%201%20.75-.75h8.5a.75.75%200%200%201%200%201.5h-8.5A.75.75%200%200%201%205%203.25m0%205a.75.75%200%200%201%20.75-.75h8.5a.75.75%200%200%201%200%201.5h-8.5A.75.75%200%200%201%205%208.25m0%205a.75.75%200%200%201%20.75-.75h8.5a.75.75%200%200%201%200%201.5h-8.5a.75.75%200%200%201-.75-.75M.924%2010.32a.5.5%200%200%201-.851-.525l.001-.001l.001-.002l.002-.004l.007-.011q.147-.217.348-.384c.228-.19.588-.392%201.068-.392c.468%200%20.858.181%201.126.484c.259.294.377.673.377%201.038c0%20.987-.686%201.495-1.156%201.845l-.047.035c-.303.225-.522.4-.654.597h1.357a.5.5%200%200%201%200%201H.5a.5.5%200%200%201-.5-.5c0-1.005.692-1.52%201.167-1.875l.035-.025c.531-.396.8-.625.8-1.078a.57.57%200%200%200-.128-.376C1.806%2010.068%201.695%2010%201.5%2010a.66.66%200%200%200-.429.163a.8.8%200%200%200-.144.153ZM2.003%202.5V6h.503a.5.5%200%200%201%200%201H.5a.5.5%200%200%201%200-1h.503V3.308l-.28.14a.5.5%200%200%201-.446-.895l1.003-.5a.5.5%200%200%201%20.723.447%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%203.25a.75.75%200%200%201%20.75-.75h8.5a.75.75%200%200%201%200%201.5h-8.5A.75.75%200%200%201%205%203.25m0%205a.75.75%200%200%201%20.75-.75h8.5a.75.75%200%200%201%200%201.5h-8.5A.75.75%200%200%201%205%208.25m0%205a.75.75%200%200%201%20.75-.75h8.5a.75.75%200%200%201%200%201.5h-8.5a.75.75%200%200%201-.75-.75M.924%2010.32a.5.5%200%200%201-.851-.525l.001-.001l.001-.002l.002-.004l.007-.011q.147-.217.348-.384c.228-.19.588-.392%201.068-.392c.468%200%20.858.181%201.126.484c.259.294.377.673.377%201.038c0%20.987-.686%201.495-1.156%201.845l-.047.035c-.303.225-.522.4-.654.597h1.357a.5.5%200%200%201%200%201H.5a.5.5%200%200%201-.5-.5c0-1.005.692-1.52%201.167-1.875l.035-.025c.531-.396.8-.625.8-1.078a.57.57%200%200%200-.128-.376C1.806%2010.068%201.695%2010%201.5%2010a.66.66%200%200%200-.429.163a.8.8%200%200%200-.144.153ZM2.003%202.5V6h.503a.5.5%200%200%201%200%201H.5a.5.5%200%200%201%200-1h.503V3.308l-.28.14a.5.5%200%200%201-.446-.895l1.003-.5a.5.5%200%200%201%20.723.447%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/list-ordered-16.svg?color=%231a73e8&size=48