sort-alt from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
sort-alt
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Prime Icons

Use the sort alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 8.25c-.19 0-.38-.07-.53-.22L8 6.06L6.03 8.03c-.29.29-.77.29-1.06 0s-.29-.77 0-1.06l2.5-2.5c.29-.29.77-.29 1.06 0l2.5 2.5c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22"/><path fill="currentColor" d="M8 19.75c-.41 0-.75-.34-.75-.75V5c0-.41.34-.75.75-.75s.75.34.75.75v14c0 .41-.34.75-.75.75m8 0c-.19 0-.38-.07-.53-.22l-2.5-2.5c-.29-.29-.29-.77 0-1.06s.77-.29 1.06 0L16 17.94l1.97-1.97c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.5 2.5c-.15.15-.34.22-.53.22"/><path fill="currentColor" d="M16 19.75c-.41 0-.75-.34-.75-.75V5c0-.41.34-.75.75-.75s.75.34.75.75v14c0 .41-.34.75-.75.75"/></svg>

React

import type { SVGProps } from "react";

export function PrimeSortAlt(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="M10.5 8.25c-.19 0-.38-.07-.53-.22L8 6.06L6.03 8.03c-.29.29-.77.29-1.06 0s-.29-.77 0-1.06l2.5-2.5c.29-.29.77-.29 1.06 0l2.5 2.5c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22"/><path fill="currentColor" d="M8 19.75c-.41 0-.75-.34-.75-.75V5c0-.41.34-.75.75-.75s.75.34.75.75v14c0 .41-.34.75-.75.75m8 0c-.19 0-.38-.07-.53-.22l-2.5-2.5c-.29-.29-.29-.77 0-1.06s.77-.29 1.06 0L16 17.94l1.97-1.97c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.5 2.5c-.15.15-.34.22-.53.22"/><path fill="currentColor" d="M16 19.75c-.41 0-.75-.34-.75-.75V5c0-.41.34-.75.75-.75s.75.34.75.75v14c0 .41-.34.75-.75.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 8.25c-.19 0-.38-.07-.53-.22L8 6.06L6.03 8.03c-.29.29-.77.29-1.06 0s-.29-.77 0-1.06l2.5-2.5c.29-.29.77-.29 1.06 0l2.5 2.5c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22"/><path fill="currentColor" d="M8 19.75c-.41 0-.75-.34-.75-.75V5c0-.41.34-.75.75-.75s.75.34.75.75v14c0 .41-.34.75-.75.75m8 0c-.19 0-.38-.07-.53-.22l-2.5-2.5c-.29-.29-.29-.77 0-1.06s.77-.29 1.06 0L16 17.94l1.97-1.97c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.5 2.5c-.15.15-.34.22-.53.22"/><path fill="currentColor" d="M16 19.75c-.41 0-.75-.34-.75-.75V5c0-.41.34-.75.75-.75s.75.34.75.75v14c0 .41-.34.75-.75.75"/></svg>
</template>

CSS

.icon-sort-alt {
  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%22M10.5%208.25c-.19%200-.38-.07-.53-.22L8%206.06L6.03%208.03c-.29.29-.77.29-1.06%200s-.29-.77%200-1.06l2.5-2.5c.29-.29.77-.29%201.06%200l2.5%202.5c.29.29.29.77%200%201.06c-.15.15-.34.22-.53.22%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2019.75c-.41%200-.75-.34-.75-.75V5c0-.41.34-.75.75-.75s.75.34.75.75v14c0%20.41-.34.75-.75.75m8%200c-.19%200-.38-.07-.53-.22l-2.5-2.5c-.29-.29-.29-.77%200-1.06s.77-.29%201.06%200L16%2017.94l1.97-1.97c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-2.5%202.5c-.15.15-.34.22-.53.22%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2019.75c-.41%200-.75-.34-.75-.75V5c0-.41.34-.75.75-.75s.75.34.75.75v14c0%20.41-.34.75-.75.75%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%22M10.5%208.25c-.19%200-.38-.07-.53-.22L8%206.06L6.03%208.03c-.29.29-.77.29-1.06%200s-.29-.77%200-1.06l2.5-2.5c.29-.29.77-.29%201.06%200l2.5%202.5c.29.29.29.77%200%201.06c-.15.15-.34.22-.53.22%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2019.75c-.41%200-.75-.34-.75-.75V5c0-.41.34-.75.75-.75s.75.34.75.75v14c0%20.41-.34.75-.75.75m8%200c-.19%200-.38-.07-.53-.22l-2.5-2.5c-.29-.29-.29-.77%200-1.06s.77-.29%201.06%200L16%2017.94l1.97-1.97c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-2.5%202.5c-.15.15-.34.22-.53.22%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2019.75c-.41%200-.75-.34-.75-.75V5c0-.41.34-.75.75-.75s.75.34.75.75v14c0%20.41-.34.75-.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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