sort-outline from Solar by 480 Design · Outline · UI · CC-BY-4.0 Attribution required.

Name
sort-outline
Set
Solar
Style
Outline
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the sort icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M22.75 7C22.75 7.41421 22.4142 7.75 22 7.75L2 7.75C1.58579 7.75 1.25 7.41421 1.25 7C1.25 6.58579 1.58579 6.25 2 6.25L22 6.25C22.4142 6.25 22.75 6.58579 22.75 7Z"/><path d="M19.75 12C19.75 12.4142 19.4142 12.75 19 12.75L5 12.75C4.58579 12.75 4.25 12.4142 4.25 12C4.25 11.5858 4.58579 11.25 5 11.25L19 11.25C19.4142 11.25 19.75 11.5858 19.75 12Z"/><path d="M16.75 17C16.75 17.4142 16.4142 17.75 16 17.75H8C7.58579 17.75 7.25 17.4142 7.25 17C7.25 16.5858 7.58579 16.25 8 16.25H16C16.4142 16.25 16.75 16.5858 16.75 17Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSortOutline(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" fillRule="evenodd" clipRule="evenodd"><path d="M22.75 7C22.75 7.41421 22.4142 7.75 22 7.75L2 7.75C1.58579 7.75 1.25 7.41421 1.25 7C1.25 6.58579 1.58579 6.25 2 6.25L22 6.25C22.4142 6.25 22.75 6.58579 22.75 7Z"/><path d="M19.75 12C19.75 12.4142 19.4142 12.75 19 12.75L5 12.75C4.58579 12.75 4.25 12.4142 4.25 12C4.25 11.5858 4.58579 11.25 5 11.25L19 11.25C19.4142 11.25 19.75 11.5858 19.75 12Z"/><path d="M16.75 17C16.75 17.4142 16.4142 17.75 16 17.75H8C7.58579 17.75 7.25 17.4142 7.25 17C7.25 16.5858 7.58579 16.25 8 16.25H16C16.4142 16.25 16.75 16.5858 16.75 17Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M22.75 7C22.75 7.41421 22.4142 7.75 22 7.75L2 7.75C1.58579 7.75 1.25 7.41421 1.25 7C1.25 6.58579 1.58579 6.25 2 6.25L22 6.25C22.4142 6.25 22.75 6.58579 22.75 7Z"/><path d="M19.75 12C19.75 12.4142 19.4142 12.75 19 12.75L5 12.75C4.58579 12.75 4.25 12.4142 4.25 12C4.25 11.5858 4.58579 11.25 5 11.25L19 11.25C19.4142 11.25 19.75 11.5858 19.75 12Z"/><path d="M16.75 17C16.75 17.4142 16.4142 17.75 16 17.75H8C7.58579 17.75 7.25 17.4142 7.25 17C7.25 16.5858 7.58579 16.25 8 16.25H16C16.4142 16.25 16.75 16.5858 16.75 17Z"/></g></svg>
</template>

CSS

.icon-sort-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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M22.75%207C22.75%207.41421%2022.4142%207.75%2022%207.75L2%207.75C1.58579%207.75%201.25%207.41421%201.25%207C1.25%206.58579%201.58579%206.25%202%206.25L22%206.25C22.4142%206.25%2022.75%206.58579%2022.75%207Z%22%2F%3E%3Cpath%20d%3D%22M19.75%2012C19.75%2012.4142%2019.4142%2012.75%2019%2012.75L5%2012.75C4.58579%2012.75%204.25%2012.4142%204.25%2012C4.25%2011.5858%204.58579%2011.25%205%2011.25L19%2011.25C19.4142%2011.25%2019.75%2011.5858%2019.75%2012Z%22%2F%3E%3Cpath%20d%3D%22M16.75%2017C16.75%2017.4142%2016.4142%2017.75%2016%2017.75H8C7.58579%2017.75%207.25%2017.4142%207.25%2017C7.25%2016.5858%207.58579%2016.25%208%2016.25H16C16.4142%2016.25%2016.75%2016.5858%2016.75%2017Z%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M22.75%207C22.75%207.41421%2022.4142%207.75%2022%207.75L2%207.75C1.58579%207.75%201.25%207.41421%201.25%207C1.25%206.58579%201.58579%206.25%202%206.25L22%206.25C22.4142%206.25%2022.75%206.58579%2022.75%207Z%22%2F%3E%3Cpath%20d%3D%22M19.75%2012C19.75%2012.4142%2019.4142%2012.75%2019%2012.75L5%2012.75C4.58579%2012.75%204.25%2012.4142%204.25%2012C4.25%2011.5858%204.58579%2011.25%205%2011.25L19%2011.25C19.4142%2011.25%2019.75%2011.5858%2019.75%2012Z%22%2F%3E%3Cpath%20d%3D%22M16.75%2017C16.75%2017.4142%2016.4142%2017.75%2016%2017.75H8C7.58579%2017.75%207.25%2017.4142%207.25%2017C7.25%2016.5858%207.58579%2016.25%208%2016.25H16C16.4142%2016.25%2016.75%2016.5858%2016.75%2017Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/sort-outline.svg?color=%231a73e8&size=48