unordered list icon
unordered-list-filled from Reicon by REICON · Filled · Text-formatting · MIT Free for personal and commercial use.
- Name
- unordered-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 unordered list icons →More text-formatting icons from Reicon
Use the unordered list icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="5" cy="7" r="3"/><circle cx="5" cy="17" r="3"/><path d="M21.667 8h-10a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2m0 10h-10a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUnorderedListFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="5" cy="7" r="3"/><circle cx="5" cy="17" r="3"/><path d="M21.667 8h-10a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2m0 10h-10a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="5" cy="7" r="3"/><circle cx="5" cy="17" r="3"/><path d="M21.667 8h-10a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2m0 10h-10a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2"/></g></svg> </template>
CSS
.icon-unordered-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%3Cg%20fill%3D%22currentColor%22%3E%3Ccircle%20cx%3D%225%22%20cy%3D%227%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%2217%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M21.667%208h-10a1%201%200%200%201%200-2h10a1%201%200%200%201%200%202m0%2010h-10a1%201%200%200%201%200-2h10a1%201%200%200%201%200%202%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Ccircle%20cx%3D%225%22%20cy%3D%227%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%2217%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M21.667%208h-10a1%201%200%200%201%200-2h10a1%201%200%200%201%200%202m0%2010h-10a1%201%200%200%201%200-2h10a1%201%200%200%201%200%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/unordered-list-filled.svg?color=%231a73e8&size=48