sort from bottom to top icon
sort-from-bottom-to-top-bold from Solar by 480 Design · Bold · List · CC-BY-4.0 Attribution required.
- Name
- sort-from-bottom-to-top-bold
- Set
- Solar
- Style
- Bold
- Category
- List
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More list icons from Solar
bill-2-boldchecklist-boldchecklist-minimalistic-boldlist-arrow-down-boldlist-arrow-down-minimalistic-boldlist-arrow-up-boldlist-arrow-up-minimalistic-boldlist-boldlist-check-boldlist-check-minimalistic-boldlist-cross-boldlist-cross-minimalistic-boldlist-down-boldlist-down-minimalistic-boldlist-heart-boldlist-heart-minimalistic-boldlist-up-boldlist-up-minimalistic-boldlist-vertical-boldplaylist-2-boldplaylist-boldplaylist-minimalistic-2-boldplaylist-minimalistic-3-boldplaylist-minimalistic-bold
Use the sort from bottom to top icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.7628 3.28854C17.0691 3.18645 17.4063 3.29179 17.6 3.55005L20.6 7.55005C20.8485 7.88142 20.7814 8.35152 20.45 8.60005C20.1186 8.84858 19.6485 8.78142 19.4 8.45005L17.75 6.25005V20C17.75 20.4143 17.4142 20.75 17 20.75C16.5858 20.75 16.25 20.4143 16.25 20V4.00005C16.25 3.67723 16.4566 3.39062 16.7628 3.28854ZM3.25 8.00005C3.25 7.58583 3.58579 7.25005 4 7.25005H13C13.4142 7.25005 13.75 7.58583 13.75 8.00005C13.75 8.41426 13.4142 8.75005 13 8.75005H4C3.58579 8.75005 3.25 8.41426 3.25 8.00005ZM5.25 13C5.25 12.5858 5.58579 12.25 6 12.25H13C13.4142 12.25 13.75 12.5858 13.75 13C13.75 13.4143 13.4142 13.75 13 13.75H6C5.58579 13.75 5.25 13.4143 5.25 13ZM7.25 18C7.25 17.5858 7.58579 17.25 8 17.25H13C13.4142 17.25 13.75 17.5858 13.75 18C13.75 18.4143 13.4142 18.75 13 18.75H8C7.58579 18.75 7.25 18.4143 7.25 18Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarSortFromBottomToTopBold(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" fillRule="evenodd" d="M16.7628 3.28854C17.0691 3.18645 17.4063 3.29179 17.6 3.55005L20.6 7.55005C20.8485 7.88142 20.7814 8.35152 20.45 8.60005C20.1186 8.84858 19.6485 8.78142 19.4 8.45005L17.75 6.25005V20C17.75 20.4143 17.4142 20.75 17 20.75C16.5858 20.75 16.25 20.4143 16.25 20V4.00005C16.25 3.67723 16.4566 3.39062 16.7628 3.28854ZM3.25 8.00005C3.25 7.58583 3.58579 7.25005 4 7.25005H13C13.4142 7.25005 13.75 7.58583 13.75 8.00005C13.75 8.41426 13.4142 8.75005 13 8.75005H4C3.58579 8.75005 3.25 8.41426 3.25 8.00005ZM5.25 13C5.25 12.5858 5.58579 12.25 6 12.25H13C13.4142 12.25 13.75 12.5858 13.75 13C13.75 13.4143 13.4142 13.75 13 13.75H6C5.58579 13.75 5.25 13.4143 5.25 13ZM7.25 18C7.25 17.5858 7.58579 17.25 8 17.25H13C13.4142 17.25 13.75 17.5858 13.75 18C13.75 18.4143 13.4142 18.75 13 18.75H8C7.58579 18.75 7.25 18.4143 7.25 18Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.7628 3.28854C17.0691 3.18645 17.4063 3.29179 17.6 3.55005L20.6 7.55005C20.8485 7.88142 20.7814 8.35152 20.45 8.60005C20.1186 8.84858 19.6485 8.78142 19.4 8.45005L17.75 6.25005V20C17.75 20.4143 17.4142 20.75 17 20.75C16.5858 20.75 16.25 20.4143 16.25 20V4.00005C16.25 3.67723 16.4566 3.39062 16.7628 3.28854ZM3.25 8.00005C3.25 7.58583 3.58579 7.25005 4 7.25005H13C13.4142 7.25005 13.75 7.58583 13.75 8.00005C13.75 8.41426 13.4142 8.75005 13 8.75005H4C3.58579 8.75005 3.25 8.41426 3.25 8.00005ZM5.25 13C5.25 12.5858 5.58579 12.25 6 12.25H13C13.4142 12.25 13.75 12.5858 13.75 13C13.75 13.4143 13.4142 13.75 13 13.75H6C5.58579 13.75 5.25 13.4143 5.25 13ZM7.25 18C7.25 17.5858 7.58579 17.25 8 17.25H13C13.4142 17.25 13.75 17.5858 13.75 18C13.75 18.4143 13.4142 18.75 13 18.75H8C7.58579 18.75 7.25 18.4143 7.25 18Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-sort-from-bottom-to-top-bold {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.7628%203.28854C17.0691%203.18645%2017.4063%203.29179%2017.6%203.55005L20.6%207.55005C20.8485%207.88142%2020.7814%208.35152%2020.45%208.60005C20.1186%208.84858%2019.6485%208.78142%2019.4%208.45005L17.75%206.25005V20C17.75%2020.4143%2017.4142%2020.75%2017%2020.75C16.5858%2020.75%2016.25%2020.4143%2016.25%2020V4.00005C16.25%203.67723%2016.4566%203.39062%2016.7628%203.28854ZM3.25%208.00005C3.25%207.58583%203.58579%207.25005%204%207.25005H13C13.4142%207.25005%2013.75%207.58583%2013.75%208.00005C13.75%208.41426%2013.4142%208.75005%2013%208.75005H4C3.58579%208.75005%203.25%208.41426%203.25%208.00005ZM5.25%2013C5.25%2012.5858%205.58579%2012.25%206%2012.25H13C13.4142%2012.25%2013.75%2012.5858%2013.75%2013C13.75%2013.4143%2013.4142%2013.75%2013%2013.75H6C5.58579%2013.75%205.25%2013.4143%205.25%2013ZM7.25%2018C7.25%2017.5858%207.58579%2017.25%208%2017.25H13C13.4142%2017.25%2013.75%2017.5858%2013.75%2018C13.75%2018.4143%2013.4142%2018.75%2013%2018.75H8C7.58579%2018.75%207.25%2018.4143%207.25%2018Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.7628%203.28854C17.0691%203.18645%2017.4063%203.29179%2017.6%203.55005L20.6%207.55005C20.8485%207.88142%2020.7814%208.35152%2020.45%208.60005C20.1186%208.84858%2019.6485%208.78142%2019.4%208.45005L17.75%206.25005V20C17.75%2020.4143%2017.4142%2020.75%2017%2020.75C16.5858%2020.75%2016.25%2020.4143%2016.25%2020V4.00005C16.25%203.67723%2016.4566%203.39062%2016.7628%203.28854ZM3.25%208.00005C3.25%207.58583%203.58579%207.25005%204%207.25005H13C13.4142%207.25005%2013.75%207.58583%2013.75%208.00005C13.75%208.41426%2013.4142%208.75005%2013%208.75005H4C3.58579%208.75005%203.25%208.41426%203.25%208.00005ZM5.25%2013C5.25%2012.5858%205.58579%2012.25%206%2012.25H13C13.4142%2012.25%2013.75%2012.5858%2013.75%2013C13.75%2013.4143%2013.4142%2013.75%2013%2013.75H6C5.58579%2013.75%205.25%2013.4143%205.25%2013ZM7.25%2018C7.25%2017.5858%207.58579%2017.25%208%2017.25H13C13.4142%2017.25%2013.75%2017.5858%2013.75%2018C13.75%2018.4143%2013.4142%2018.75%2013%2018.75H8C7.58579%2018.75%207.25%2018.4143%207.25%2018Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/sort-from-bottom-to-top-bold.svg?color=%231a73e8&size=48