sort ascending 2 icon
sort-ascending-2-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- sort-ascending-2-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
Related icons in Tabler Icons
Use the sort ascending 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.852 5.011l.058-.007L17 5l.075.003l.126.017l.111.03l.111.044l.098.052l.104.074l.082.073l3 3a1 1 0 1 1-1.414 1.414L18 8.415V18a1 1 0 0 1-2 0V8.415l-1.293 1.292a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1 0-1.414l3-3q.053-.054.112-.097l.11-.071l.114-.054l.105-.035zM9.5 4A1.5 1.5 0 0 1 11 5.5v4A1.5 1.5 0 0 1 9.5 11h-4A1.5 1.5 0 0 1 4 9.5v-4A1.5 1.5 0 0 1 5.5 4zm0 9a1.5 1.5 0 0 1 1.5 1.5v4A1.5 1.5 0 0 1 9.5 20h-4A1.5 1.5 0 0 1 4 18.5v-4A1.5 1.5 0 0 1 5.5 13z"/></svg>
React
import type { SVGProps } from "react";
export function TablerSortAscending2Filled(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="m16.852 5.011l.058-.007L17 5l.075.003l.126.017l.111.03l.111.044l.098.052l.104.074l.082.073l3 3a1 1 0 1 1-1.414 1.414L18 8.415V18a1 1 0 0 1-2 0V8.415l-1.293 1.292a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1 0-1.414l3-3q.053-.054.112-.097l.11-.071l.114-.054l.105-.035zM9.5 4A1.5 1.5 0 0 1 11 5.5v4A1.5 1.5 0 0 1 9.5 11h-4A1.5 1.5 0 0 1 4 9.5v-4A1.5 1.5 0 0 1 5.5 4zm0 9a1.5 1.5 0 0 1 1.5 1.5v4A1.5 1.5 0 0 1 9.5 20h-4A1.5 1.5 0 0 1 4 18.5v-4A1.5 1.5 0 0 1 5.5 13z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.852 5.011l.058-.007L17 5l.075.003l.126.017l.111.03l.111.044l.098.052l.104.074l.082.073l3 3a1 1 0 1 1-1.414 1.414L18 8.415V18a1 1 0 0 1-2 0V8.415l-1.293 1.292a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1 0-1.414l3-3q.053-.054.112-.097l.11-.071l.114-.054l.105-.035zM9.5 4A1.5 1.5 0 0 1 11 5.5v4A1.5 1.5 0 0 1 9.5 11h-4A1.5 1.5 0 0 1 4 9.5v-4A1.5 1.5 0 0 1 5.5 4zm0 9a1.5 1.5 0 0 1 1.5 1.5v4A1.5 1.5 0 0 1 9.5 20h-4A1.5 1.5 0 0 1 4 18.5v-4A1.5 1.5 0 0 1 5.5 13z"/></svg> </template>
CSS
.icon-sort-ascending-2-filled {
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%22m16.852%205.011l.058-.007L17%205l.075.003l.126.017l.111.03l.111.044l.098.052l.104.074l.082.073l3%203a1%201%200%201%201-1.414%201.414L18%208.415V18a1%201%200%200%201-2%200V8.415l-1.293%201.292a1%201%200%200%201-1.32.083l-.094-.083a1%201%200%200%201%200-1.414l3-3q.053-.054.112-.097l.11-.071l.114-.054l.105-.035zM9.5%204A1.5%201.5%200%200%201%2011%205.5v4A1.5%201.5%200%200%201%209.5%2011h-4A1.5%201.5%200%200%201%204%209.5v-4A1.5%201.5%200%200%201%205.5%204zm0%209a1.5%201.5%200%200%201%201.5%201.5v4A1.5%201.5%200%200%201%209.5%2020h-4A1.5%201.5%200%200%201%204%2018.5v-4A1.5%201.5%200%200%201%205.5%2013z%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%22m16.852%205.011l.058-.007L17%205l.075.003l.126.017l.111.03l.111.044l.098.052l.104.074l.082.073l3%203a1%201%200%201%201-1.414%201.414L18%208.415V18a1%201%200%200%201-2%200V8.415l-1.293%201.292a1%201%200%200%201-1.32.083l-.094-.083a1%201%200%200%201%200-1.414l3-3q.053-.054.112-.097l.11-.071l.114-.054l.105-.035zM9.5%204A1.5%201.5%200%200%201%2011%205.5v4A1.5%201.5%200%200%201%209.5%2011h-4A1.5%201.5%200%200%201%204%209.5v-4A1.5%201.5%200%200%201%205.5%204zm0%209a1.5%201.5%200%200%201%201.5%201.5v4A1.5%201.5%200%200%201%209.5%2020h-4A1.5%201.5%200%200%201%204%2018.5v-4A1.5%201.5%200%200%201%205.5%2013z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/sort-ascending-2-filled.svg?color=%231a73e8&size=48