numbers 90 sort descending icon
numbers-90-sort-descending-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- numbers-90-sort-descending-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the numbers 90 sort descending icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 13a3.5 3.5 0 0 1 3.5 3.5v2a3.5 3.5 0 1 1-7 0v-2A3.5 3.5 0 0 1 8 13m9-9.5A1.5 1.5 0 0 1 18.5 5v11.207l.268-.268a1.5 1.5 0 1 1 2.12 2.122l-2.828 2.828a1.5 1.5 0 0 1-2.12 0l-2.83-2.829a1.5 1.5 0 1 1 2.121-2.121l.268.267V5A1.5 1.5 0 0 1 17 3.5M8 16a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2A.5.5 0 0 0 8 16M8 2a3.5 3.5 0 0 1 3.5 3.5l-.001.006l.001.004c0 1.922-.799 3.471-1.53 4.493c-.37.517-.74.923-1.02 1.202a8 8 0 0 1-.46.423l-.035.028l-.013.01l-.004.004l-.002.002h-.001L7.5 10.5l.935 1.174A1.5 1.5 0 0 1 6.56 9.33l.005-.004h.001l.05-.044a5 5 0 0 0 .42-.419A3.5 3.5 0 0 1 8 2M6.56 9.331l.003-.003h.001zM8 5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteNumbers90SortDescendingFill(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 13a3.5 3.5 0 0 1 3.5 3.5v2a3.5 3.5 0 1 1-7 0v-2A3.5 3.5 0 0 1 8 13m9-9.5A1.5 1.5 0 0 1 18.5 5v11.207l.268-.268a1.5 1.5 0 1 1 2.12 2.122l-2.828 2.828a1.5 1.5 0 0 1-2.12 0l-2.83-2.829a1.5 1.5 0 1 1 2.121-2.121l.268.267V5A1.5 1.5 0 0 1 17 3.5M8 16a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2A.5.5 0 0 0 8 16M8 2a3.5 3.5 0 0 1 3.5 3.5l-.001.006l.001.004c0 1.922-.799 3.471-1.53 4.493c-.37.517-.74.923-1.02 1.202a8 8 0 0 1-.46.423l-.035.028l-.013.01l-.004.004l-.002.002h-.001L7.5 10.5l.935 1.174A1.5 1.5 0 0 1 6.56 9.33l.005-.004h.001l.05-.044a5 5 0 0 0 .42-.419A3.5 3.5 0 0 1 8 2M6.56 9.331l.003-.003h.001zM8 5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-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="M8 13a3.5 3.5 0 0 1 3.5 3.5v2a3.5 3.5 0 1 1-7 0v-2A3.5 3.5 0 0 1 8 13m9-9.5A1.5 1.5 0 0 1 18.5 5v11.207l.268-.268a1.5 1.5 0 1 1 2.12 2.122l-2.828 2.828a1.5 1.5 0 0 1-2.12 0l-2.83-2.829a1.5 1.5 0 1 1 2.121-2.121l.268.267V5A1.5 1.5 0 0 1 17 3.5M8 16a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2A.5.5 0 0 0 8 16M8 2a3.5 3.5 0 0 1 3.5 3.5l-.001.006l.001.004c0 1.922-.799 3.471-1.53 4.493c-.37.517-.74.923-1.02 1.202a8 8 0 0 1-.46.423l-.035.028l-.013.01l-.004.004l-.002.002h-.001L7.5 10.5l.935 1.174A1.5 1.5 0 0 1 6.56 9.33l.005-.004h.001l.05-.044a5 5 0 0 0 .42-.419A3.5 3.5 0 0 1 8 2M6.56 9.331l.003-.003h.001zM8 5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1"/></svg> </template>
CSS
.icon-numbers-90-sort-descending-fill {
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%2013a3.5%203.5%200%200%201%203.5%203.5v2a3.5%203.5%200%201%201-7%200v-2A3.5%203.5%200%200%201%208%2013m9-9.5A1.5%201.5%200%200%201%2018.5%205v11.207l.268-.268a1.5%201.5%200%201%201%202.12%202.122l-2.828%202.828a1.5%201.5%200%200%201-2.12%200l-2.83-2.829a1.5%201.5%200%201%201%202.121-2.121l.268.267V5A1.5%201.5%200%200%201%2017%203.5M8%2016a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-2A.5.5%200%200%200%208%2016M8%202a3.5%203.5%200%200%201%203.5%203.5l-.001.006l.001.004c0%201.922-.799%203.471-1.53%204.493c-.37.517-.74.923-1.02%201.202a8%208%200%200%201-.46.423l-.035.028l-.013.01l-.004.004l-.002.002h-.001L7.5%2010.5l.935%201.174A1.5%201.5%200%200%201%206.56%209.33l.005-.004h.001l.05-.044a5%205%200%200%200%20.42-.419A3.5%203.5%200%200%201%208%202M6.56%209.331l.003-.003h.001zM8%205a.5.5%200%201%200%200%201a.5.5%200%200%200%200-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%22M8%2013a3.5%203.5%200%200%201%203.5%203.5v2a3.5%203.5%200%201%201-7%200v-2A3.5%203.5%200%200%201%208%2013m9-9.5A1.5%201.5%200%200%201%2018.5%205v11.207l.268-.268a1.5%201.5%200%201%201%202.12%202.122l-2.828%202.828a1.5%201.5%200%200%201-2.12%200l-2.83-2.829a1.5%201.5%200%201%201%202.121-2.121l.268.267V5A1.5%201.5%200%200%201%2017%203.5M8%2016a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-2A.5.5%200%200%200%208%2016M8%202a3.5%203.5%200%200%201%203.5%203.5l-.001.006l.001.004c0%201.922-.799%203.471-1.53%204.493c-.37.517-.74.923-1.02%201.202a8%208%200%200%201-.46.423l-.035.028l-.013.01l-.004.004l-.002.002h-.001L7.5%2010.5l.935%201.174A1.5%201.5%200%200%201%206.56%209.33l.005-.004h.001l.05-.044a5%205%200%200%200%20.42-.419A3.5%203.5%200%200%201%208%202M6.56%209.331l.003-.003h.001zM8%205a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/numbers-90-sort-descending-fill.svg?color=%231a73e8&size=48