az sort descending letters icon
az-sort-descending-letters-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- az-sort-descending-letters-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the az sort descending letters icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.758 13c1.426 0 2.14 1.724 1.131 2.731L8.621 19H11a1.5 1.5 0 0 1 0 3H5.24c-1.424 0-2.138-1.724-1.13-2.731L7.378 16H5a1.5 1.5 0 0 1 0-3zm5.181-9.06a1.5 1.5 0 0 1 2.121 0l2.83 2.828a1.5 1.5 0 0 1-2.122 2.12L18.5 8.62V20a1.5 1.5 0 0 1-3 0V8.621l-.268.268a1.5 1.5 0 1 1-2.121-2.121zM7.999 2a2.21 2.21 0 0 1 2.082 1.467l2.332 6.528a1.501 1.501 0 0 1-2.827 1.01l-.18-.505H6.593l-.18.505a1.501 1.501 0 0 1-2.827-1.01L5.92 3.467A2.21 2.21 0 0 1 7.999 2m-.334 5.5h.67L8 6.56z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteAzSortDescendingLettersFill(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.758 13c1.426 0 2.14 1.724 1.131 2.731L8.621 19H11a1.5 1.5 0 0 1 0 3H5.24c-1.424 0-2.138-1.724-1.13-2.731L7.378 16H5a1.5 1.5 0 0 1 0-3zm5.181-9.06a1.5 1.5 0 0 1 2.121 0l2.83 2.828a1.5 1.5 0 0 1-2.122 2.12L18.5 8.62V20a1.5 1.5 0 0 1-3 0V8.621l-.268.268a1.5 1.5 0 1 1-2.121-2.121zM7.999 2a2.21 2.21 0 0 1 2.082 1.467l2.332 6.528a1.501 1.501 0 0 1-2.827 1.01l-.18-.505H6.593l-.18.505a1.501 1.501 0 0 1-2.827-1.01L5.92 3.467A2.21 2.21 0 0 1 7.999 2m-.334 5.5h.67L8 6.56z"/></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.758 13c1.426 0 2.14 1.724 1.131 2.731L8.621 19H11a1.5 1.5 0 0 1 0 3H5.24c-1.424 0-2.138-1.724-1.13-2.731L7.378 16H5a1.5 1.5 0 0 1 0-3zm5.181-9.06a1.5 1.5 0 0 1 2.121 0l2.83 2.828a1.5 1.5 0 0 1-2.122 2.12L18.5 8.62V20a1.5 1.5 0 0 1-3 0V8.621l-.268.268a1.5 1.5 0 1 1-2.121-2.121zM7.999 2a2.21 2.21 0 0 1 2.082 1.467l2.332 6.528a1.501 1.501 0 0 1-2.827 1.01l-.18-.505H6.593l-.18.505a1.501 1.501 0 0 1-2.827-1.01L5.92 3.467A2.21 2.21 0 0 1 7.999 2m-.334 5.5h.67L8 6.56z"/></svg> </template>
CSS
.icon-az-sort-descending-letters-fill {
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.758%2013c1.426%200%202.14%201.724%201.131%202.731L8.621%2019H11a1.5%201.5%200%200%201%200%203H5.24c-1.424%200-2.138-1.724-1.13-2.731L7.378%2016H5a1.5%201.5%200%200%201%200-3zm5.181-9.06a1.5%201.5%200%200%201%202.121%200l2.83%202.828a1.5%201.5%200%200%201-2.122%202.12L18.5%208.62V20a1.5%201.5%200%200%201-3%200V8.621l-.268.268a1.5%201.5%200%201%201-2.121-2.121zM7.999%202a2.21%202.21%200%200%201%202.082%201.467l2.332%206.528a1.501%201.501%200%200%201-2.827%201.01l-.18-.505H6.593l-.18.505a1.501%201.501%200%200%201-2.827-1.01L5.92%203.467A2.21%202.21%200%200%201%207.999%202m-.334%205.5h.67L8%206.56z%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.758%2013c1.426%200%202.14%201.724%201.131%202.731L8.621%2019H11a1.5%201.5%200%200%201%200%203H5.24c-1.424%200-2.138-1.724-1.13-2.731L7.378%2016H5a1.5%201.5%200%200%201%200-3zm5.181-9.06a1.5%201.5%200%200%201%202.121%200l2.83%202.828a1.5%201.5%200%200%201-2.122%202.12L18.5%208.62V20a1.5%201.5%200%200%201-3%200V8.621l-.268.268a1.5%201.5%200%201%201-2.121-2.121zM7.999%202a2.21%202.21%200%200%201%202.082%201.467l2.332%206.528a1.501%201.501%200%200%201-2.827%201.01l-.18-.505H6.593l-.18.505a1.501%201.501%200%200%201-2.827-1.01L5.92%203.467A2.21%202.21%200%200%201%207.999%202m-.334%205.5h.67L8%206.56z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/az-sort-descending-letters-fill.svg?color=%231a73e8&size=48