sort numeric down icon
sort-numeric-down from Line Awesome by Icons8 · Line · Interfaces · Apache-2.0 Free for personal and commercial use.
- Name
- sort-numeric-down
- Set
- Line Awesome
- Style
- Line
- Category
- Interfaces
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- sort-numeric-down-solid
The same icon in other sets
More interfaces icons from Line Awesome
Use the sort numeric down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m8.594 5l-.156.781s-.165.574-.563 1.157C7.477 7.52 6.98 8 6 8v2c1.375 0 2.32-.676 3-1.406V15h2V5zM22 5v18.688l-2.594-2.594L18 22.5l4.281 4.313l.719.687l.719-.688L28 22.5l-1.406-1.406L24 23.687V5zM8.5 17A3.514 3.514 0 0 0 5 20.5v.5h2v-.5c0-.875.625-1.5 1.5-1.5h1c.875 0 1.5.625 1.5 1.5c0 .457-.352.98-.938 1.344c-1.234.758-2.316 1.242-3.218 1.75c-.453.254-.867.496-1.219.875S5 25.418 5 26v1h8v-2H8.437c.735-.379 1.583-.758 2.688-1.438C12.141 22.927 13 21.845 13 20.5c0-1.922-1.578-3.5-3.5-3.5z"/></svg>
React
import type { SVGProps } from "react";
export function LaSortNumericDown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m8.594 5l-.156.781s-.165.574-.563 1.157C7.477 7.52 6.98 8 6 8v2c1.375 0 2.32-.676 3-1.406V15h2V5zM22 5v18.688l-2.594-2.594L18 22.5l4.281 4.313l.719.687l.719-.688L28 22.5l-1.406-1.406L24 23.687V5zM8.5 17A3.514 3.514 0 0 0 5 20.5v.5h2v-.5c0-.875.625-1.5 1.5-1.5h1c.875 0 1.5.625 1.5 1.5c0 .457-.352.98-.938 1.344c-1.234.758-2.316 1.242-3.218 1.75c-.453.254-.867.496-1.219.875S5 25.418 5 26v1h8v-2H8.437c.735-.379 1.583-.758 2.688-1.438C12.141 22.927 13 21.845 13 20.5c0-1.922-1.578-3.5-3.5-3.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m8.594 5l-.156.781s-.165.574-.563 1.157C7.477 7.52 6.98 8 6 8v2c1.375 0 2.32-.676 3-1.406V15h2V5zM22 5v18.688l-2.594-2.594L18 22.5l4.281 4.313l.719.687l.719-.688L28 22.5l-1.406-1.406L24 23.687V5zM8.5 17A3.514 3.514 0 0 0 5 20.5v.5h2v-.5c0-.875.625-1.5 1.5-1.5h1c.875 0 1.5.625 1.5 1.5c0 .457-.352.98-.938 1.344c-1.234.758-2.316 1.242-3.218 1.75c-.453.254-.867.496-1.219.875S5 25.418 5 26v1h8v-2H8.437c.735-.379 1.583-.758 2.688-1.438C12.141 22.927 13 21.845 13 20.5c0-1.922-1.578-3.5-3.5-3.5z"/></svg> </template>
CSS
.icon-sort-numeric-down {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.594%205l-.156.781s-.165.574-.563%201.157C7.477%207.52%206.98%208%206%208v2c1.375%200%202.32-.676%203-1.406V15h2V5zM22%205v18.688l-2.594-2.594L18%2022.5l4.281%204.313l.719.687l.719-.688L28%2022.5l-1.406-1.406L24%2023.687V5zM8.5%2017A3.514%203.514%200%200%200%205%2020.5v.5h2v-.5c0-.875.625-1.5%201.5-1.5h1c.875%200%201.5.625%201.5%201.5c0%20.457-.352.98-.938%201.344c-1.234.758-2.316%201.242-3.218%201.75c-.453.254-.867.496-1.219.875S5%2025.418%205%2026v1h8v-2H8.437c.735-.379%201.583-.758%202.688-1.438C12.141%2022.927%2013%2021.845%2013%2020.5c0-1.922-1.578-3.5-3.5-3.5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.594%205l-.156.781s-.165.574-.563%201.157C7.477%207.52%206.98%208%206%208v2c1.375%200%202.32-.676%203-1.406V15h2V5zM22%205v18.688l-2.594-2.594L18%2022.5l4.281%204.313l.719.687l.719-.688L28%2022.5l-1.406-1.406L24%2023.687V5zM8.5%2017A3.514%203.514%200%200%200%205%2020.5v.5h2v-.5c0-.875.625-1.5%201.5-1.5h1c.875%200%201.5.625%201.5%201.5c0%20.457-.352.98-.938%201.344c-1.234.758-2.316%201.242-3.218%201.75c-.453.254-.867.496-1.219.875S5%2025.418%205%2026v1h8v-2H8.437c.735-.379%201.583-.758%202.688-1.438C12.141%2022.927%2013%2021.845%2013%2020.5c0-1.922-1.578-3.5-3.5-3.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/sort-numeric-down.svg?color=%231a73e8&size=48