sort numeric up icon
sort-numeric-up from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- sort-numeric-up
- 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 up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.75 8.25c-.19 0-.38-.07-.53-.22L8.25 6.06L6.28 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.25 19.75c-.41 0-.75-.34-.75-.75V5c0-.41.34-.75.75-.75S9 4.59 9 5v14c0 .41-.34.75-.75.75m8.75-8.5c-.41 0-.75-.34-.75-.75V6.44l-.39.21a.75.75 0 0 1-.73-1.31l.65-.36c.36-.26.82-.3 1.22-.12c.45.21.74.67.74 1.19v4.45c0 .41-.34.75-.75.75Zm-.5 6c-1.24 0-2.25-1.01-2.25-2.25s1.01-2.25 2.25-2.25s2.25 1.01 2.25 2.25s-1.01 2.25-2.25 2.25m0-3c-.41 0-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75s-.34-.75-.75-.75"/><path fill="currentColor" d="M15.98 19.25h-.48c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.48c.65 0 1.22-.54 1.25-1.19c.01-.29.01-.64.01-1.06V15c0-.41.34-.75.75-.75s.75.34.75.75v.5c0 .45 0 .82-.02 1.14c-.07 1.44-1.31 2.61-2.75 2.61Z"/></svg>
React
import type { SVGProps } from "react";
export function PrimeSortNumericUp(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.75 8.25c-.19 0-.38-.07-.53-.22L8.25 6.06L6.28 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.25 19.75c-.41 0-.75-.34-.75-.75V5c0-.41.34-.75.75-.75S9 4.59 9 5v14c0 .41-.34.75-.75.75m8.75-8.5c-.41 0-.75-.34-.75-.75V6.44l-.39.21a.75.75 0 0 1-.73-1.31l.65-.36c.36-.26.82-.3 1.22-.12c.45.21.74.67.74 1.19v4.45c0 .41-.34.75-.75.75Zm-.5 6c-1.24 0-2.25-1.01-2.25-2.25s1.01-2.25 2.25-2.25s2.25 1.01 2.25 2.25s-1.01 2.25-2.25 2.25m0-3c-.41 0-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75s-.34-.75-.75-.75"/><path fill="currentColor" d="M15.98 19.25h-.48c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.48c.65 0 1.22-.54 1.25-1.19c.01-.29.01-.64.01-1.06V15c0-.41.34-.75.75-.75s.75.34.75.75v.5c0 .45 0 .82-.02 1.14c-.07 1.44-1.31 2.61-2.75 2.61Z"/></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.75 8.25c-.19 0-.38-.07-.53-.22L8.25 6.06L6.28 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.25 19.75c-.41 0-.75-.34-.75-.75V5c0-.41.34-.75.75-.75S9 4.59 9 5v14c0 .41-.34.75-.75.75m8.75-8.5c-.41 0-.75-.34-.75-.75V6.44l-.39.21a.75.75 0 0 1-.73-1.31l.65-.36c.36-.26.82-.3 1.22-.12c.45.21.74.67.74 1.19v4.45c0 .41-.34.75-.75.75Zm-.5 6c-1.24 0-2.25-1.01-2.25-2.25s1.01-2.25 2.25-2.25s2.25 1.01 2.25 2.25s-1.01 2.25-2.25 2.25m0-3c-.41 0-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75s-.34-.75-.75-.75"/><path fill="currentColor" d="M15.98 19.25h-.48c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.48c.65 0 1.22-.54 1.25-1.19c.01-.29.01-.64.01-1.06V15c0-.41.34-.75.75-.75s.75.34.75.75v.5c0 .45 0 .82-.02 1.14c-.07 1.44-1.31 2.61-2.75 2.61Z"/></svg> </template>
CSS
.icon-sort-numeric-up {
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.75%208.25c-.19%200-.38-.07-.53-.22L8.25%206.06L6.28%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.25%2019.75c-.41%200-.75-.34-.75-.75V5c0-.41.34-.75.75-.75S9%204.59%209%205v14c0%20.41-.34.75-.75.75m8.75-8.5c-.41%200-.75-.34-.75-.75V6.44l-.39.21a.75.75%200%200%201-.73-1.31l.65-.36c.36-.26.82-.3%201.22-.12c.45.21.74.67.74%201.19v4.45c0%20.41-.34.75-.75.75Zm-.5%206c-1.24%200-2.25-1.01-2.25-2.25s1.01-2.25%202.25-2.25s2.25%201.01%202.25%202.25s-1.01%202.25-2.25%202.25m0-3c-.41%200-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75s-.34-.75-.75-.75%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.98%2019.25h-.48c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h.48c.65%200%201.22-.54%201.25-1.19c.01-.29.01-.64.01-1.06V15c0-.41.34-.75.75-.75s.75.34.75.75v.5c0%20.45%200%20.82-.02%201.14c-.07%201.44-1.31%202.61-2.75%202.61Z%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.75%208.25c-.19%200-.38-.07-.53-.22L8.25%206.06L6.28%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.25%2019.75c-.41%200-.75-.34-.75-.75V5c0-.41.34-.75.75-.75S9%204.59%209%205v14c0%20.41-.34.75-.75.75m8.75-8.5c-.41%200-.75-.34-.75-.75V6.44l-.39.21a.75.75%200%200%201-.73-1.31l.65-.36c.36-.26.82-.3%201.22-.12c.45.21.74.67.74%201.19v4.45c0%20.41-.34.75-.75.75Zm-.5%206c-1.24%200-2.25-1.01-2.25-2.25s1.01-2.25%202.25-2.25s2.25%201.01%202.25%202.25s-1.01%202.25-2.25%202.25m0-3c-.41%200-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75s-.34-.75-.75-.75%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.98%2019.25h-.48c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h.48c.65%200%201.22-.54%201.25-1.19c.01-.29.01-.64.01-1.06V15c0-.41.34-.75.75-.75s.75.34.75.75v.5c0%20.45%200%20.82-.02%201.14c-.07%201.44-1.31%202.61-2.75%202.61Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/sort-numeric-up.svg?color=%231a73e8&size=48