sort numeric alt up icon
sort-numeric-alt-up from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- sort-numeric-alt-up
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in Prime Icons
Use the sort numeric alt 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.88 8.25a.75.75 0 0 1-.54-.25l-2-2l-2 2a.77.77 0 0 1-1 0a.75.75 0 0 1 0-1l2.5-2.5a.77.77 0 0 1 1.07 0l2.5 2.5a.75.75 0 0 1 0 1.06a.74.74 0 0 1-.53.19"/><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-.5a.75.75 0 0 1-.74-.75v-4.06l-.39.22a.75.75 0 0 1-.73-1.32l.66-.36a1.19 1.19 0 0 1 1.22-.11a1.29 1.29 0 0 1 .74 1.18v4.45a.76.76 0 0 1-.76.75m-.5-10A2.25 2.25 0 1 1 18.88 7a2.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 11.25h-.49a.75.75 0 0 1 0-1.5h.49a1.28 1.28 0 0 0 1.25-1.19V7a.75.75 0 0 1 .74-.75a.76.76 0 0 1 .76.75v1.64a2.78 2.78 0 0 1-2.75 2.61"/></svg>
React
import type { SVGProps } from "react";
export function PrimeSortNumericAltUp(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.88 8.25a.75.75 0 0 1-.54-.25l-2-2l-2 2a.77.77 0 0 1-1 0a.75.75 0 0 1 0-1l2.5-2.5a.77.77 0 0 1 1.07 0l2.5 2.5a.75.75 0 0 1 0 1.06a.74.74 0 0 1-.53.19"/><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-.5a.75.75 0 0 1-.74-.75v-4.06l-.39.22a.75.75 0 0 1-.73-1.32l.66-.36a1.19 1.19 0 0 1 1.22-.11a1.29 1.29 0 0 1 .74 1.18v4.45a.76.76 0 0 1-.76.75m-.5-10A2.25 2.25 0 1 1 18.88 7a2.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 11.25h-.49a.75.75 0 0 1 0-1.5h.49a1.28 1.28 0 0 0 1.25-1.19V7a.75.75 0 0 1 .74-.75a.76.76 0 0 1 .76.75v1.64a2.78 2.78 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="M10.88 8.25a.75.75 0 0 1-.54-.25l-2-2l-2 2a.77.77 0 0 1-1 0a.75.75 0 0 1 0-1l2.5-2.5a.77.77 0 0 1 1.07 0l2.5 2.5a.75.75 0 0 1 0 1.06a.74.74 0 0 1-.53.19"/><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-.5a.75.75 0 0 1-.74-.75v-4.06l-.39.22a.75.75 0 0 1-.73-1.32l.66-.36a1.19 1.19 0 0 1 1.22-.11a1.29 1.29 0 0 1 .74 1.18v4.45a.76.76 0 0 1-.76.75m-.5-10A2.25 2.25 0 1 1 18.88 7a2.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 11.25h-.49a.75.75 0 0 1 0-1.5h.49a1.28 1.28 0 0 0 1.25-1.19V7a.75.75 0 0 1 .74-.75a.76.76 0 0 1 .76.75v1.64a2.78 2.78 0 0 1-2.75 2.61"/></svg> </template>
CSS
.icon-sort-numeric-alt-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.88%208.25a.75.75%200%200%201-.54-.25l-2-2l-2%202a.77.77%200%200%201-1%200a.75.75%200%200%201%200-1l2.5-2.5a.77.77%200%200%201%201.07%200l2.5%202.5a.75.75%200%200%201%200%201.06a.74.74%200%200%201-.53.19%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-.5a.75.75%200%200%201-.74-.75v-4.06l-.39.22a.75.75%200%200%201-.73-1.32l.66-.36a1.19%201.19%200%200%201%201.22-.11a1.29%201.29%200%200%201%20.74%201.18v4.45a.76.76%200%200%201-.76.75m-.5-10A2.25%202.25%200%201%201%2018.88%207a2.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%2011.25h-.49a.75.75%200%200%201%200-1.5h.49a1.28%201.28%200%200%200%201.25-1.19V7a.75.75%200%200%201%20.74-.75a.76.76%200%200%201%20.76.75v1.64a2.78%202.78%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%22M10.88%208.25a.75.75%200%200%201-.54-.25l-2-2l-2%202a.77.77%200%200%201-1%200a.75.75%200%200%201%200-1l2.5-2.5a.77.77%200%200%201%201.07%200l2.5%202.5a.75.75%200%200%201%200%201.06a.74.74%200%200%201-.53.19%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-.5a.75.75%200%200%201-.74-.75v-4.06l-.39.22a.75.75%200%200%201-.73-1.32l.66-.36a1.19%201.19%200%200%201%201.22-.11a1.29%201.29%200%200%201%20.74%201.18v4.45a.76.76%200%200%201-.76.75m-.5-10A2.25%202.25%200%201%201%2018.88%207a2.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%2011.25h-.49a.75.75%200%200%201%200-1.5h.49a1.28%201.28%200%200%200%201.25-1.19V7a.75.75%200%200%201%20.74-.75a.76.76%200%200%201%20.76.75v1.64a2.78%202.78%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-alt-up.svg?color=%231a73e8&size=48