sort alt slash icon
sort-alt-slash from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- sort-alt-slash
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in Prime Icons
Use the sort alt slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.03 8.03l1.22-1.22v5.69c0 .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.5a.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 0Zm11.94 7.94l-1.22 1.22V11.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v5.69l-1.22-1.22c-.29-.29-.77-.29-1.06 0s-.29.77 0 1.06l2.5 2.5a.78.78 0 0 0 .53.22a.78.78 0 0 0 .53-.22l2.5-2.5c.29-.29.29-.77 0-1.06s-.77-.29-1.06 0m1.06-9.94c.29-.29.29-.77 0-1.06s-.77-.29-1.06 0l-1.22 1.22V5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.69L4.97 17.97c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l1.22-1.22V19c0 .41.34.75.75.75s.75-.34.75-.75v-2.69z"/></svg>
React
import type { SVGProps } from "react";
export function PrimeSortAltSlash(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="m6.03 8.03l1.22-1.22v5.69c0 .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.5a.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 0Zm11.94 7.94l-1.22 1.22V11.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v5.69l-1.22-1.22c-.29-.29-.77-.29-1.06 0s-.29.77 0 1.06l2.5 2.5a.78.78 0 0 0 .53.22a.78.78 0 0 0 .53-.22l2.5-2.5c.29-.29.29-.77 0-1.06s-.77-.29-1.06 0m1.06-9.94c.29-.29.29-.77 0-1.06s-.77-.29-1.06 0l-1.22 1.22V5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.69L4.97 17.97c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l1.22-1.22V19c0 .41.34.75.75.75s.75-.34.75-.75v-2.69z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.03 8.03l1.22-1.22v5.69c0 .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.5a.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 0Zm11.94 7.94l-1.22 1.22V11.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v5.69l-1.22-1.22c-.29-.29-.77-.29-1.06 0s-.29.77 0 1.06l2.5 2.5a.78.78 0 0 0 .53.22a.78.78 0 0 0 .53-.22l2.5-2.5c.29-.29.29-.77 0-1.06s-.77-.29-1.06 0m1.06-9.94c.29-.29.29-.77 0-1.06s-.77-.29-1.06 0l-1.22 1.22V5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.69L4.97 17.97c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l1.22-1.22V19c0 .41.34.75.75.75s.75-.34.75-.75v-2.69z"/></svg> </template>
CSS
.icon-sort-alt-slash {
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%22m6.03%208.03l1.22-1.22v5.69c0%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.5a.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%200Zm11.94%207.94l-1.22%201.22V11.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v5.69l-1.22-1.22c-.29-.29-.77-.29-1.06%200s-.29.77%200%201.06l2.5%202.5a.78.78%200%200%200%20.53.22a.78.78%200%200%200%20.53-.22l2.5-2.5c.29-.29.29-.77%200-1.06s-.77-.29-1.06%200m1.06-9.94c.29-.29.29-.77%200-1.06s-.77-.29-1.06%200l-1.22%201.22V5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.69L4.97%2017.97c-.29.29-.29.77%200%201.06c.15.15.34.22.53.22s.38-.07.53-.22l1.22-1.22V19c0%20.41.34.75.75.75s.75-.34.75-.75v-2.69z%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%22m6.03%208.03l1.22-1.22v5.69c0%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.5a.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%200Zm11.94%207.94l-1.22%201.22V11.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v5.69l-1.22-1.22c-.29-.29-.77-.29-1.06%200s-.29.77%200%201.06l2.5%202.5a.78.78%200%200%200%20.53.22a.78.78%200%200%200%20.53-.22l2.5-2.5c.29-.29.29-.77%200-1.06s-.77-.29-1.06%200m1.06-9.94c.29-.29.29-.77%200-1.06s-.77-.29-1.06%200l-1.22%201.22V5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.69L4.97%2017.97c-.29.29-.29.77%200%201.06c.15.15.34.22.53.22s.38-.07.53-.22l1.22-1.22V19c0%20.41.34.75.75.75s.75-.34.75-.75v-2.69z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/sort-alt-slash.svg?color=%231a73e8&size=48