sort alpha alt up icon
sort-alpha-alt-up from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- sort-alpha-alt-up
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in Prime Icons
Use the sort alpha 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="M8.78 4.47a.8.8 0 0 0-.24-.16a.7.7 0 0 0-.57 0c-.09.04-.17.09-.24.16l-2.5 2.5c-.29.29-.29.77 0 1.06s.77.29 1.06 0l1.22-1.22V19c0 .41.34.75.75.75s.75-.34.75-.75V6.81l1.22 1.22c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06l-2.5-2.5Zm10.18 13.78l-1.71-4.79c-.17-.43-.56-.71-1-.71s-.83.28-1 .73l-1.7 4.77a.75.75 0 1 0 1.41.51l.28-.78h2.03l.28.78c.11.31.4.5.71.5c.08 0 .17-.01.25-.04a.75.75 0 0 0 .45-.96Zm-3.19-1.77l.48-1.34l.48 1.34zm-1.94-5.94c.19.44.59.71 1.05.71h3.13c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-2.39l2.82-2.93c.34-.36.44-.89.24-1.35c-.19-.44-.59-.71-1.05-.71h-3.11c-.41 0-.75.34-.75.75s.34.75.75.75h2.39l-2.83 2.95c-.34.36-.43.88-.24 1.34Z"/></svg>
React
import type { SVGProps } from "react";
export function PrimeSortAlphaAltUp(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.78 4.47a.8.8 0 0 0-.24-.16a.7.7 0 0 0-.57 0c-.09.04-.17.09-.24.16l-2.5 2.5c-.29.29-.29.77 0 1.06s.77.29 1.06 0l1.22-1.22V19c0 .41.34.75.75.75s.75-.34.75-.75V6.81l1.22 1.22c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06l-2.5-2.5Zm10.18 13.78l-1.71-4.79c-.17-.43-.56-.71-1-.71s-.83.28-1 .73l-1.7 4.77a.75.75 0 1 0 1.41.51l.28-.78h2.03l.28.78c.11.31.4.5.71.5c.08 0 .17-.01.25-.04a.75.75 0 0 0 .45-.96Zm-3.19-1.77l.48-1.34l.48 1.34zm-1.94-5.94c.19.44.59.71 1.05.71h3.13c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-2.39l2.82-2.93c.34-.36.44-.89.24-1.35c-.19-.44-.59-.71-1.05-.71h-3.11c-.41 0-.75.34-.75.75s.34.75.75.75h2.39l-2.83 2.95c-.34.36-.43.88-.24 1.34Z"/></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.78 4.47a.8.8 0 0 0-.24-.16a.7.7 0 0 0-.57 0c-.09.04-.17.09-.24.16l-2.5 2.5c-.29.29-.29.77 0 1.06s.77.29 1.06 0l1.22-1.22V19c0 .41.34.75.75.75s.75-.34.75-.75V6.81l1.22 1.22c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06l-2.5-2.5Zm10.18 13.78l-1.71-4.79c-.17-.43-.56-.71-1-.71s-.83.28-1 .73l-1.7 4.77a.75.75 0 1 0 1.41.51l.28-.78h2.03l.28.78c.11.31.4.5.71.5c.08 0 .17-.01.25-.04a.75.75 0 0 0 .45-.96Zm-3.19-1.77l.48-1.34l.48 1.34zm-1.94-5.94c.19.44.59.71 1.05.71h3.13c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-2.39l2.82-2.93c.34-.36.44-.89.24-1.35c-.19-.44-.59-.71-1.05-.71h-3.11c-.41 0-.75.34-.75.75s.34.75.75.75h2.39l-2.83 2.95c-.34.36-.43.88-.24 1.34Z"/></svg> </template>
CSS
.icon-sort-alpha-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%22M8.78%204.47a.8.8%200%200%200-.24-.16a.7.7%200%200%200-.57%200c-.09.04-.17.09-.24.16l-2.5%202.5c-.29.29-.29.77%200%201.06s.77.29%201.06%200l1.22-1.22V19c0%20.41.34.75.75.75s.75-.34.75-.75V6.81l1.22%201.22c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77%200-1.06l-2.5-2.5Zm10.18%2013.78l-1.71-4.79c-.17-.43-.56-.71-1-.71s-.83.28-1%20.73l-1.7%204.77a.75.75%200%201%200%201.41.51l.28-.78h2.03l.28.78c.11.31.4.5.71.5c.08%200%20.17-.01.25-.04a.75.75%200%200%200%20.45-.96Zm-3.19-1.77l.48-1.34l.48%201.34zm-1.94-5.94c.19.44.59.71%201.05.71h3.13c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-2.39l2.82-2.93c.34-.36.44-.89.24-1.35c-.19-.44-.59-.71-1.05-.71h-3.11c-.41%200-.75.34-.75.75s.34.75.75.75h2.39l-2.83%202.95c-.34.36-.43.88-.24%201.34Z%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.78%204.47a.8.8%200%200%200-.24-.16a.7.7%200%200%200-.57%200c-.09.04-.17.09-.24.16l-2.5%202.5c-.29.29-.29.77%200%201.06s.77.29%201.06%200l1.22-1.22V19c0%20.41.34.75.75.75s.75-.34.75-.75V6.81l1.22%201.22c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77%200-1.06l-2.5-2.5Zm10.18%2013.78l-1.71-4.79c-.17-.43-.56-.71-1-.71s-.83.28-1%20.73l-1.7%204.77a.75.75%200%201%200%201.41.51l.28-.78h2.03l.28.78c.11.31.4.5.71.5c.08%200%20.17-.01.25-.04a.75.75%200%200%200%20.45-.96Zm-3.19-1.77l.48-1.34l.48%201.34zm-1.94-5.94c.19.44.59.71%201.05.71h3.13c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-2.39l2.82-2.93c.34-.36.44-.89.24-1.35c-.19-.44-.59-.71-1.05-.71h-3.11c-.41%200-.75.34-.75.75s.34.75.75.75h2.39l-2.83%202.95c-.34.36-.43.88-.24%201.34Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/sort-alpha-alt-up.svg?color=%231a73e8&size=48