chevron up icon

chevron-up from Line Awesome by Icons8 · Line · Arrows · Apache-2.0 Free for personal and commercial use.

Name
chevron-up
Set
Line Awesome
Style
Line
Category
Arrows
Viewbox
32×32
License
Apache 2.0
Aliases
chevron-up-solid

The same icon in other sets

More arrows icons from Line Awesome

Use the chevron up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5.688L1.594 20.093l.687.718l3.906 3.907l.72.687L16 16.313l9.094 9.093l.718-.687l3.907-3.907l.687-.718zm0 2.843l11.563 11.594l-2.438 2.438l-8.406-8.375L16 13.5l-.719.688l-8.406 8.374l-2.438-2.437z"/></svg>

React

import type { SVGProps } from "react";

export function LaChevronUp(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="M16 5.688L1.594 20.093l.687.718l3.906 3.907l.72.687L16 16.313l9.094 9.093l.718-.687l3.907-3.907l.687-.718zm0 2.843l11.563 11.594l-2.438 2.438l-8.406-8.375L16 13.5l-.719.688l-8.406 8.374l-2.438-2.437z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5.688L1.594 20.093l.687.718l3.906 3.907l.72.687L16 16.313l9.094 9.093l.718-.687l3.907-3.907l.687-.718zm0 2.843l11.563 11.594l-2.438 2.438l-8.406-8.375L16 13.5l-.719.688l-8.406 8.374l-2.438-2.437z"/></svg>
</template>

CSS

.icon-chevron-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%22M16%205.688L1.594%2020.093l.687.718l3.906%203.907l.72.687L16%2016.313l9.094%209.093l.718-.687l3.907-3.907l.687-.718zm0%202.843l11.563%2011.594l-2.438%202.438l-8.406-8.375L16%2013.5l-.719.688l-8.406%208.374l-2.438-2.437z%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%22M16%205.688L1.594%2020.093l.687.718l3.906%203.907l.72.687L16%2016.313l9.094%209.093l.718-.687l3.907-3.907l.687-.718zm0%202.843l11.563%2011.594l-2.438%202.438l-8.406-8.375L16%2013.5l-.719.688l-8.406%208.374l-2.438-2.437z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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