sort numeric up icon

sort-numeric-up from Line Awesome by Icons8 · Line · Interfaces · Apache-2.0 Free for personal and commercial use.

Name
sort-numeric-up
Set
Line Awesome
Style
Line
Category
Interfaces
Viewbox
32×32
License
Apache 2.0
Aliases
sort-numeric-up-solid

The same icon in other sets

More interfaces icons from Line Awesome

Use the sort numeric up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m8.59 5l-.15.78s-.17.58-.56 1.16C7.48 7.52 6.98 8 6 8v2c1.38 0 2.32-.68 3-1.41V15h2V5zM23 5.5l-.72.69L18 10.5l1.41 1.41L22 9.31V28h2V9.31l2.59 2.6L28 10.5l-4.28-4.31zM8.5 17C6.58 17 5 18.58 5 20.5v.5h2v-.5c0-.88.62-1.5 1.5-1.5h1c.88 0 1.5.62 1.5 1.5c0 .46-.35.98-.94 1.34c-1.23.76-2.31 1.25-3.22 1.75c-.45.26-.86.5-1.22.88c-.35.38-.62.95-.62 1.53v1h8v-2H8.44c.73-.38 1.58-.76 2.68-1.44c1.02-.63 1.88-1.72 1.88-3.06c0-1.92-1.58-3.5-3.5-3.5z"/></svg>

React

import type { SVGProps } from "react";

export function LaSortNumericUp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m8.59 5l-.15.78s-.17.58-.56 1.16C7.48 7.52 6.98 8 6 8v2c1.38 0 2.32-.68 3-1.41V15h2V5zM23 5.5l-.72.69L18 10.5l1.41 1.41L22 9.31V28h2V9.31l2.59 2.6L28 10.5l-4.28-4.31zM8.5 17C6.58 17 5 18.58 5 20.5v.5h2v-.5c0-.88.62-1.5 1.5-1.5h1c.88 0 1.5.62 1.5 1.5c0 .46-.35.98-.94 1.34c-1.23.76-2.31 1.25-3.22 1.75c-.45.26-.86.5-1.22.88c-.35.38-.62.95-.62 1.53v1h8v-2H8.44c.73-.38 1.58-.76 2.68-1.44c1.02-.63 1.88-1.72 1.88-3.06c0-1.92-1.58-3.5-3.5-3.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m8.59 5l-.15.78s-.17.58-.56 1.16C7.48 7.52 6.98 8 6 8v2c1.38 0 2.32-.68 3-1.41V15h2V5zM23 5.5l-.72.69L18 10.5l1.41 1.41L22 9.31V28h2V9.31l2.59 2.6L28 10.5l-4.28-4.31zM8.5 17C6.58 17 5 18.58 5 20.5v.5h2v-.5c0-.88.62-1.5 1.5-1.5h1c.88 0 1.5.62 1.5 1.5c0 .46-.35.98-.94 1.34c-1.23.76-2.31 1.25-3.22 1.75c-.45.26-.86.5-1.22.88c-.35.38-.62.95-.62 1.53v1h8v-2H8.44c.73-.38 1.58-.76 2.68-1.44c1.02-.63 1.88-1.72 1.88-3.06c0-1.92-1.58-3.5-3.5-3.5z"/></svg>
</template>

CSS

.icon-sort-numeric-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.59%205l-.15.78s-.17.58-.56%201.16C7.48%207.52%206.98%208%206%208v2c1.38%200%202.32-.68%203-1.41V15h2V5zM23%205.5l-.72.69L18%2010.5l1.41%201.41L22%209.31V28h2V9.31l2.59%202.6L28%2010.5l-4.28-4.31zM8.5%2017C6.58%2017%205%2018.58%205%2020.5v.5h2v-.5c0-.88.62-1.5%201.5-1.5h1c.88%200%201.5.62%201.5%201.5c0%20.46-.35.98-.94%201.34c-1.23.76-2.31%201.25-3.22%201.75c-.45.26-.86.5-1.22.88c-.35.38-.62.95-.62%201.53v1h8v-2H8.44c.73-.38%201.58-.76%202.68-1.44c1.02-.63%201.88-1.72%201.88-3.06c0-1.92-1.58-3.5-3.5-3.5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.59%205l-.15.78s-.17.58-.56%201.16C7.48%207.52%206.98%208%206%208v2c1.38%200%202.32-.68%203-1.41V15h2V5zM23%205.5l-.72.69L18%2010.5l1.41%201.41L22%209.31V28h2V9.31l2.59%202.6L28%2010.5l-4.28-4.31zM8.5%2017C6.58%2017%205%2018.58%205%2020.5v.5h2v-.5c0-.88.62-1.5%201.5-1.5h1c.88%200%201.5.62%201.5%201.5c0%20.46-.35.98-.94%201.34c-1.23.76-2.31%201.25-3.22%201.75c-.45.26-.86.5-1.22.88c-.35.38-.62.95-.62%201.53v1h8v-2H8.44c.73-.38%201.58-.76%202.68-1.44c1.02-.63%201.88-1.72%201.88-3.06c0-1.92-1.58-3.5-3.5-3.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/sort-numeric-up.svg?color=%231a73e8&size=48