sort asc icon
sort-asc-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- sort-asc-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
1 other variant in Octicons
The same icon in other sets
Related icons in Octicons
Use the sort asc icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.927 2.573l3 3A.25.25 0 0 1 15.75 6H13.5v6.75a.75.75 0 0 1-1.5 0V6H9.75a.25.25 0 0 1-.177-.427l3-3a.25.25 0 0 1 .354 0M0 12.25a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75m0-4a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5H.75A.75.75 0 0 1 0 8.25m0-4a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5H.75A.75.75 0 0 1 0 4.25"/></svg>
React
import type { SVGProps } from "react";
export function OcticonSortAsc16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.927 2.573l3 3A.25.25 0 0 1 15.75 6H13.5v6.75a.75.75 0 0 1-1.5 0V6H9.75a.25.25 0 0 1-.177-.427l3-3a.25.25 0 0 1 .354 0M0 12.25a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75m0-4a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5H.75A.75.75 0 0 1 0 8.25m0-4a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5H.75A.75.75 0 0 1 0 4.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.927 2.573l3 3A.25.25 0 0 1 15.75 6H13.5v6.75a.75.75 0 0 1-1.5 0V6H9.75a.25.25 0 0 1-.177-.427l3-3a.25.25 0 0 1 .354 0M0 12.25a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75m0-4a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5H.75A.75.75 0 0 1 0 8.25m0-4a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5H.75A.75.75 0 0 1 0 4.25"/></svg> </template>
CSS
.icon-sort-asc-16 {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.927%202.573l3%203A.25.25%200%200%201%2015.75%206H13.5v6.75a.75.75%200%200%201-1.5%200V6H9.75a.25.25%200%200%201-.177-.427l3-3a.25.25%200%200%201%20.354%200M0%2012.25a.75.75%200%200%201%20.75-.75h7.5a.75.75%200%200%201%200%201.5H.75a.75.75%200%200%201-.75-.75m0-4a.75.75%200%200%201%20.75-.75h4.5a.75.75%200%200%201%200%201.5H.75A.75.75%200%200%201%200%208.25m0-4a.75.75%200%200%201%20.75-.75h2.5a.75.75%200%200%201%200%201.5H.75A.75.75%200%200%201%200%204.25%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.927%202.573l3%203A.25.25%200%200%201%2015.75%206H13.5v6.75a.75.75%200%200%201-1.5%200V6H9.75a.25.25%200%200%201-.177-.427l3-3a.25.25%200%200%201%20.354%200M0%2012.25a.75.75%200%200%201%20.75-.75h7.5a.75.75%200%200%201%200%201.5H.75a.75.75%200%200%201-.75-.75m0-4a.75.75%200%200%201%20.75-.75h4.5a.75.75%200%200%201%200%201.5H.75A.75.75%200%200%201%200%208.25m0-4a.75.75%200%200%201%20.75-.75h2.5a.75.75%200%200%201%200%201.5H.75A.75.75%200%200%201%200%204.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/sort-asc-16.svg?color=%231a73e8&size=48