arrow up 05 icon

arrow-up-05 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
arrow-up-05
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the arrow up 05 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.001 4.013H18m-6.004 8.497l.37-.002c2.972.02 4.004-.12 3.516-1.368l-.184-.307l-.174-.248l-.417-.532l-.876-.994l-.87-1.017l-.457-.497l-.228-.222l-.381-.26l-.337-.05l-.334.055l-.377.265l-.225.224l-.45.503l-.857 1.029l-.863 1.006l-.41.538l-.17.25l-.18.309c-.472 1.253.562 1.381 3.533 1.321zm0 0l.05 7.503"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsArrowUp05(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M6.001 4.013H18m-6.004 8.497l.37-.002c2.972.02 4.004-.12 3.516-1.368l-.184-.307l-.174-.248l-.417-.532l-.876-.994l-.87-1.017l-.457-.497l-.228-.222l-.381-.26l-.337-.05l-.334.055l-.377.265l-.225.224l-.45.503l-.857 1.029l-.863 1.006l-.41.538l-.17.25l-.18.309c-.472 1.253.562 1.381 3.533 1.321zm0 0l.05 7.503"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.001 4.013H18m-6.004 8.497l.37-.002c2.972.02 4.004-.12 3.516-1.368l-.184-.307l-.174-.248l-.417-.532l-.876-.994l-.87-1.017l-.457-.497l-.228-.222l-.381-.26l-.337-.05l-.334.055l-.377.265l-.225.224l-.45.503l-.857 1.029l-.863 1.006l-.41.538l-.17.25l-.18.309c-.472 1.253.562 1.381 3.533 1.321zm0 0l.05 7.503"/></svg>
</template>

CSS

.icon-arrow-up-05 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.001%204.013H18m-6.004%208.497l.37-.002c2.972.02%204.004-.12%203.516-1.368l-.184-.307l-.174-.248l-.417-.532l-.876-.994l-.87-1.017l-.457-.497l-.228-.222l-.381-.26l-.337-.05l-.334.055l-.377.265l-.225.224l-.45.503l-.857%201.029l-.863%201.006l-.41.538l-.17.25l-.18.309c-.472%201.253.562%201.381%203.533%201.321zm0%200l.05%207.503%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.001%204.013H18m-6.004%208.497l.37-.002c2.972.02%204.004-.12%203.516-1.368l-.184-.307l-.174-.248l-.417-.532l-.876-.994l-.87-1.017l-.457-.497l-.228-.222l-.381-.26l-.337-.05l-.334.055l-.377.265l-.225.224l-.45.503l-.857%201.029l-.863%201.006l-.41.538l-.17.25l-.18.309c-.472%201.253.562%201.381%203.533%201.321zm0%200l.05%207.503%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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