sort down up icon
sort-down-up from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- sort-down-up
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the sort down up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.559 10.121a2.25 2.25 0 0 1-3.119 0L4.882 4.778c-1.33-1.28-.425-3.528 1.42-3.528h11.395c1.845 0 2.75 2.249 1.42 3.528zm-2.08-1.081c.291.28.75.28 1.04 0l5.559-5.343a.55.55 0 0 0-.381-.947H6.303a.55.55 0 0 0-.382.946zm2.08 4.839a2.25 2.25 0 0 0-3.119 0l-5.558 5.343c-1.33 1.28-.425 3.528 1.42 3.528h11.395c1.845 0 2.75-2.249 1.42-3.528zm-2.08 1.081a.75.75 0 0 1 1.04 0l5.559 5.343a.55.55 0 0 1-.381.947H6.303a.55.55 0 0 1-.382-.947z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSortDownUp(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" fillRule="evenodd" d="M13.559 10.121a2.25 2.25 0 0 1-3.119 0L4.882 4.778c-1.33-1.28-.425-3.528 1.42-3.528h11.395c1.845 0 2.75 2.249 1.42 3.528zm-2.08-1.081c.291.28.75.28 1.04 0l5.559-5.343a.55.55 0 0 0-.381-.947H6.303a.55.55 0 0 0-.382.946zm2.08 4.839a2.25 2.25 0 0 0-3.119 0l-5.558 5.343c-1.33 1.28-.425 3.528 1.42 3.528h11.395c1.845 0 2.75-2.249 1.42-3.528zm-2.08 1.081a.75.75 0 0 1 1.04 0l5.559 5.343a.55.55 0 0 1-.381.947H6.303a.55.55 0 0 1-.382-.947z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.559 10.121a2.25 2.25 0 0 1-3.119 0L4.882 4.778c-1.33-1.28-.425-3.528 1.42-3.528h11.395c1.845 0 2.75 2.249 1.42 3.528zm-2.08-1.081c.291.28.75.28 1.04 0l5.559-5.343a.55.55 0 0 0-.381-.947H6.303a.55.55 0 0 0-.382.946zm2.08 4.839a2.25 2.25 0 0 0-3.119 0l-5.558 5.343c-1.33 1.28-.425 3.528 1.42 3.528h11.395c1.845 0 2.75-2.249 1.42-3.528zm-2.08 1.081a.75.75 0 0 1 1.04 0l5.559 5.343a.55.55 0 0 1-.381.947H6.303a.55.55 0 0 1-.382-.947z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-sort-down-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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.559%2010.121a2.25%202.25%200%200%201-3.119%200L4.882%204.778c-1.33-1.28-.425-3.528%201.42-3.528h11.395c1.845%200%202.75%202.249%201.42%203.528zm-2.08-1.081c.291.28.75.28%201.04%200l5.559-5.343a.55.55%200%200%200-.381-.947H6.303a.55.55%200%200%200-.382.946zm2.08%204.839a2.25%202.25%200%200%200-3.119%200l-5.558%205.343c-1.33%201.28-.425%203.528%201.42%203.528h11.395c1.845%200%202.75-2.249%201.42-3.528zm-2.08%201.081a.75.75%200%200%201%201.04%200l5.559%205.343a.55.55%200%200%201-.381.947H6.303a.55.55%200%200%201-.382-.947z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.559%2010.121a2.25%202.25%200%200%201-3.119%200L4.882%204.778c-1.33-1.28-.425-3.528%201.42-3.528h11.395c1.845%200%202.75%202.249%201.42%203.528zm-2.08-1.081c.291.28.75.28%201.04%200l5.559-5.343a.55.55%200%200%200-.381-.947H6.303a.55.55%200%200%200-.382.946zm2.08%204.839a2.25%202.25%200%200%200-3.119%200l-5.558%205.343c-1.33%201.28-.425%203.528%201.42%203.528h11.395c1.845%200%202.75-2.249%201.42-3.528zm-2.08%201.081a.75.75%200%200%201%201.04%200l5.559%205.343a.55.55%200%200%201-.381.947H6.303a.55.55%200%200%201-.382-.947z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/sort-down-up.svg?color=%231a73e8&size=48