sort numeric down icon

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

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

The same icon in other sets

Related icons in Prime Icons

Use the sort numeric down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.38 19.75a.75.75 0 0 1-.54-.22L5.34 17a.75.75 0 0 1 0-1.06a.77.77 0 0 1 1.07 0l2 2l2-2a.77.77 0 0 1 1.07 0a.75.75 0 0 1 0 1.06l-2.5 2.5a.74.74 0 0 1-.6.25"/><path fill="currentColor" d="M8.38 19.75a.76.76 0 0 1-.76-.75V5a.76.76 0 0 1 .76-.75a.75.75 0 0 1 .74.75v14a.75.75 0 0 1-.74.75m8.74-8.5a.75.75 0 0 1-.74-.75V6.44l-.38.22a.75.75 0 0 1-.73-1.32l.65-.34a1.19 1.19 0 0 1 1.22-.11a1.29 1.29 0 0 1 .74 1.18v4.43a.76.76 0 0 1-.76.75m-.5 6A2.25 2.25 0 1 1 18.88 15a2.24 2.24 0 0 1-2.26 2.25m0-3a.75.75 0 0 0 0 1.5a.75.75 0 1 0 0-1.5"/><path fill="currentColor" d="M16.11 19.25h-.49a.75.75 0 0 1 0-1.5h.49a1.28 1.28 0 0 0 1.25-1.19V15a.75.75 0 0 1 .74-.75a.76.76 0 0 1 .76.75v1.64a2.79 2.79 0 0 1-2.75 2.61"/></svg>

React

import type { SVGProps } from "react";

export function PrimeSortNumericDown(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="M8.38 19.75a.75.75 0 0 1-.54-.22L5.34 17a.75.75 0 0 1 0-1.06a.77.77 0 0 1 1.07 0l2 2l2-2a.77.77 0 0 1 1.07 0a.75.75 0 0 1 0 1.06l-2.5 2.5a.74.74 0 0 1-.6.25"/><path fill="currentColor" d="M8.38 19.75a.76.76 0 0 1-.76-.75V5a.76.76 0 0 1 .76-.75a.75.75 0 0 1 .74.75v14a.75.75 0 0 1-.74.75m8.74-8.5a.75.75 0 0 1-.74-.75V6.44l-.38.22a.75.75 0 0 1-.73-1.32l.65-.34a1.19 1.19 0 0 1 1.22-.11a1.29 1.29 0 0 1 .74 1.18v4.43a.76.76 0 0 1-.76.75m-.5 6A2.25 2.25 0 1 1 18.88 15a2.24 2.24 0 0 1-2.26 2.25m0-3a.75.75 0 0 0 0 1.5a.75.75 0 1 0 0-1.5"/><path fill="currentColor" d="M16.11 19.25h-.49a.75.75 0 0 1 0-1.5h.49a1.28 1.28 0 0 0 1.25-1.19V15a.75.75 0 0 1 .74-.75a.76.76 0 0 1 .76.75v1.64a2.79 2.79 0 0 1-2.75 2.61"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.38 19.75a.75.75 0 0 1-.54-.22L5.34 17a.75.75 0 0 1 0-1.06a.77.77 0 0 1 1.07 0l2 2l2-2a.77.77 0 0 1 1.07 0a.75.75 0 0 1 0 1.06l-2.5 2.5a.74.74 0 0 1-.6.25"/><path fill="currentColor" d="M8.38 19.75a.76.76 0 0 1-.76-.75V5a.76.76 0 0 1 .76-.75a.75.75 0 0 1 .74.75v14a.75.75 0 0 1-.74.75m8.74-8.5a.75.75 0 0 1-.74-.75V6.44l-.38.22a.75.75 0 0 1-.73-1.32l.65-.34a1.19 1.19 0 0 1 1.22-.11a1.29 1.29 0 0 1 .74 1.18v4.43a.76.76 0 0 1-.76.75m-.5 6A2.25 2.25 0 1 1 18.88 15a2.24 2.24 0 0 1-2.26 2.25m0-3a.75.75 0 0 0 0 1.5a.75.75 0 1 0 0-1.5"/><path fill="currentColor" d="M16.11 19.25h-.49a.75.75 0 0 1 0-1.5h.49a1.28 1.28 0 0 0 1.25-1.19V15a.75.75 0 0 1 .74-.75a.76.76 0 0 1 .76.75v1.64a2.79 2.79 0 0 1-2.75 2.61"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.38%2019.75a.75.75%200%200%201-.54-.22L5.34%2017a.75.75%200%200%201%200-1.06a.77.77%200%200%201%201.07%200l2%202l2-2a.77.77%200%200%201%201.07%200a.75.75%200%200%201%200%201.06l-2.5%202.5a.74.74%200%200%201-.6.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.38%2019.75a.76.76%200%200%201-.76-.75V5a.76.76%200%200%201%20.76-.75a.75.75%200%200%201%20.74.75v14a.75.75%200%200%201-.74.75m8.74-8.5a.75.75%200%200%201-.74-.75V6.44l-.38.22a.75.75%200%200%201-.73-1.32l.65-.34a1.19%201.19%200%200%201%201.22-.11a1.29%201.29%200%200%201%20.74%201.18v4.43a.76.76%200%200%201-.76.75m-.5%206A2.25%202.25%200%201%201%2018.88%2015a2.24%202.24%200%200%201-2.26%202.25m0-3a.75.75%200%200%200%200%201.5a.75.75%200%201%200%200-1.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.11%2019.25h-.49a.75.75%200%200%201%200-1.5h.49a1.28%201.28%200%200%200%201.25-1.19V15a.75.75%200%200%201%20.74-.75a.76.76%200%200%201%20.76.75v1.64a2.79%202.79%200%200%201-2.75%202.61%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%22M8.38%2019.75a.75.75%200%200%201-.54-.22L5.34%2017a.75.75%200%200%201%200-1.06a.77.77%200%200%201%201.07%200l2%202l2-2a.77.77%200%200%201%201.07%200a.75.75%200%200%201%200%201.06l-2.5%202.5a.74.74%200%200%201-.6.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.38%2019.75a.76.76%200%200%201-.76-.75V5a.76.76%200%200%201%20.76-.75a.75.75%200%200%201%20.74.75v14a.75.75%200%200%201-.74.75m8.74-8.5a.75.75%200%200%201-.74-.75V6.44l-.38.22a.75.75%200%200%201-.73-1.32l.65-.34a1.19%201.19%200%200%201%201.22-.11a1.29%201.29%200%200%201%20.74%201.18v4.43a.76.76%200%200%201-.76.75m-.5%206A2.25%202.25%200%201%201%2018.88%2015a2.24%202.24%200%200%201-2.26%202.25m0-3a.75.75%200%200%200%200%201.5a.75.75%200%201%200%200-1.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.11%2019.25h-.49a.75.75%200%200%201%200-1.5h.49a1.28%201.28%200%200%200%201.25-1.19V15a.75.75%200%200%201%20.74-.75a.76.76%200%200%201%20.76.75v1.64a2.79%202.79%200%200%201-2.75%202.61%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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