sort from top to bottom icon

sort-from-top-to-bottom-outline from Solar by 480 Design · Outline · List · CC-BY-4.0 Attribution required.

Name
sort-from-top-to-bottom-outline
Set
Solar
Style
Outline
Category
List
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More list icons from Solar

Use the sort from top to bottom 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="M17 3.25C17.4142 3.25 17.75 3.58579 17.75 4V17.75L19.4 15.55C19.6485 15.2186 20.1186 15.1515 20.45 15.4C20.7814 15.6485 20.8485 16.1186 20.6 16.45L17.6 20.45C17.4063 20.7083 17.0691 20.8136 16.7628 20.7115C16.4566 20.6094 16.25 20.3228 16.25 20V4C16.25 3.58579 16.5858 3.25 17 3.25ZM7.25 6C7.25 5.58579 7.58579 5.25 8 5.25H13C13.4142 5.25 13.75 5.58579 13.75 6C13.75 6.41421 13.4142 6.75 13 6.75H8C7.58579 6.75 7.25 6.41421 7.25 6ZM5.25 11C5.25 10.5858 5.58579 10.25 6 10.25H13C13.4142 10.25 13.75 10.5858 13.75 11C13.75 11.4142 13.4142 11.75 13 11.75H6C5.58579 11.75 5.25 11.4142 5.25 11ZM3.25 16C3.25 15.5858 3.58579 15.25 4 15.25H13C13.4142 15.25 13.75 15.5858 13.75 16C13.75 16.4142 13.4142 16.75 13 16.75H4C3.58579 16.75 3.25 16.4142 3.25 16Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarSortFromTopToBottomOutline(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="M17 3.25C17.4142 3.25 17.75 3.58579 17.75 4V17.75L19.4 15.55C19.6485 15.2186 20.1186 15.1515 20.45 15.4C20.7814 15.6485 20.8485 16.1186 20.6 16.45L17.6 20.45C17.4063 20.7083 17.0691 20.8136 16.7628 20.7115C16.4566 20.6094 16.25 20.3228 16.25 20V4C16.25 3.58579 16.5858 3.25 17 3.25ZM7.25 6C7.25 5.58579 7.58579 5.25 8 5.25H13C13.4142 5.25 13.75 5.58579 13.75 6C13.75 6.41421 13.4142 6.75 13 6.75H8C7.58579 6.75 7.25 6.41421 7.25 6ZM5.25 11C5.25 10.5858 5.58579 10.25 6 10.25H13C13.4142 10.25 13.75 10.5858 13.75 11C13.75 11.4142 13.4142 11.75 13 11.75H6C5.58579 11.75 5.25 11.4142 5.25 11ZM3.25 16C3.25 15.5858 3.58579 15.25 4 15.25H13C13.4142 15.25 13.75 15.5858 13.75 16C13.75 16.4142 13.4142 16.75 13 16.75H4C3.58579 16.75 3.25 16.4142 3.25 16Z" 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="M17 3.25C17.4142 3.25 17.75 3.58579 17.75 4V17.75L19.4 15.55C19.6485 15.2186 20.1186 15.1515 20.45 15.4C20.7814 15.6485 20.8485 16.1186 20.6 16.45L17.6 20.45C17.4063 20.7083 17.0691 20.8136 16.7628 20.7115C16.4566 20.6094 16.25 20.3228 16.25 20V4C16.25 3.58579 16.5858 3.25 17 3.25ZM7.25 6C7.25 5.58579 7.58579 5.25 8 5.25H13C13.4142 5.25 13.75 5.58579 13.75 6C13.75 6.41421 13.4142 6.75 13 6.75H8C7.58579 6.75 7.25 6.41421 7.25 6ZM5.25 11C5.25 10.5858 5.58579 10.25 6 10.25H13C13.4142 10.25 13.75 10.5858 13.75 11C13.75 11.4142 13.4142 11.75 13 11.75H6C5.58579 11.75 5.25 11.4142 5.25 11ZM3.25 16C3.25 15.5858 3.58579 15.25 4 15.25H13C13.4142 15.25 13.75 15.5858 13.75 16C13.75 16.4142 13.4142 16.75 13 16.75H4C3.58579 16.75 3.25 16.4142 3.25 16Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-sort-from-top-to-bottom-outline {
  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%22M17%203.25C17.4142%203.25%2017.75%203.58579%2017.75%204V17.75L19.4%2015.55C19.6485%2015.2186%2020.1186%2015.1515%2020.45%2015.4C20.7814%2015.6485%2020.8485%2016.1186%2020.6%2016.45L17.6%2020.45C17.4063%2020.7083%2017.0691%2020.8136%2016.7628%2020.7115C16.4566%2020.6094%2016.25%2020.3228%2016.25%2020V4C16.25%203.58579%2016.5858%203.25%2017%203.25ZM7.25%206C7.25%205.58579%207.58579%205.25%208%205.25H13C13.4142%205.25%2013.75%205.58579%2013.75%206C13.75%206.41421%2013.4142%206.75%2013%206.75H8C7.58579%206.75%207.25%206.41421%207.25%206ZM5.25%2011C5.25%2010.5858%205.58579%2010.25%206%2010.25H13C13.4142%2010.25%2013.75%2010.5858%2013.75%2011C13.75%2011.4142%2013.4142%2011.75%2013%2011.75H6C5.58579%2011.75%205.25%2011.4142%205.25%2011ZM3.25%2016C3.25%2015.5858%203.58579%2015.25%204%2015.25H13C13.4142%2015.25%2013.75%2015.5858%2013.75%2016C13.75%2016.4142%2013.4142%2016.75%2013%2016.75H4C3.58579%2016.75%203.25%2016.4142%203.25%2016Z%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%22M17%203.25C17.4142%203.25%2017.75%203.58579%2017.75%204V17.75L19.4%2015.55C19.6485%2015.2186%2020.1186%2015.1515%2020.45%2015.4C20.7814%2015.6485%2020.8485%2016.1186%2020.6%2016.45L17.6%2020.45C17.4063%2020.7083%2017.0691%2020.8136%2016.7628%2020.7115C16.4566%2020.6094%2016.25%2020.3228%2016.25%2020V4C16.25%203.58579%2016.5858%203.25%2017%203.25ZM7.25%206C7.25%205.58579%207.58579%205.25%208%205.25H13C13.4142%205.25%2013.75%205.58579%2013.75%206C13.75%206.41421%2013.4142%206.75%2013%206.75H8C7.58579%206.75%207.25%206.41421%207.25%206ZM5.25%2011C5.25%2010.5858%205.58579%2010.25%206%2010.25H13C13.4142%2010.25%2013.75%2010.5858%2013.75%2011C13.75%2011.4142%2013.4142%2011.75%2013%2011.75H6C5.58579%2011.75%205.25%2011.4142%205.25%2011ZM3.25%2016C3.25%2015.5858%203.58579%2015.25%204%2015.25H13C13.4142%2015.25%2013.75%2015.5858%2013.75%2016C13.75%2016.4142%2013.4142%2016.75%2013%2016.75H4C3.58579%2016.75%203.25%2016.4142%203.25%2016Z%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-top-to-bottom-outline.svg?color=%231a73e8&size=48