arrow up big icon

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

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

Related icons in Huge Icons

Use the arrow up big 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="M15.544 11.5H15v6c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.367.152-.833.152-1.765.152s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C9 18.898 9 18.432 9 17.5v-6h-.544c-2.083 0-3.124 0-3.398-.6s.44-1.318 1.867-2.754l3.544-3.563C11.187 3.86 11.546 3.5 12 3.5s.813.36 1.531 1.083l3.544 3.563c1.428 1.436 2.141 2.153 1.867 2.754c-.274.6-1.315.6-3.398.6"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsArrowUpBig(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="M15.544 11.5H15v6c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.367.152-.833.152-1.765.152s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C9 18.898 9 18.432 9 17.5v-6h-.544c-2.083 0-3.124 0-3.398-.6s.44-1.318 1.867-2.754l3.544-3.563C11.187 3.86 11.546 3.5 12 3.5s.813.36 1.531 1.083l3.544 3.563c1.428 1.436 2.141 2.153 1.867 2.754c-.274.6-1.315.6-3.398.6"/></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="M15.544 11.5H15v6c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.367.152-.833.152-1.765.152s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C9 18.898 9 18.432 9 17.5v-6h-.544c-2.083 0-3.124 0-3.398-.6s.44-1.318 1.867-2.754l3.544-3.563C11.187 3.86 11.546 3.5 12 3.5s.813.36 1.531 1.083l3.544 3.563c1.428 1.436 2.141 2.153 1.867 2.754c-.274.6-1.315.6-3.398.6"/></svg>
</template>

CSS

.icon-arrow-up-big {
  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%22M15.544%2011.5H15v6c0%20.932%200%201.398-.152%201.765a2%202%200%200%201-1.083%201.083c-.367.152-.833.152-1.765.152s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C9%2018.898%209%2018.432%209%2017.5v-6h-.544c-2.083%200-3.124%200-3.398-.6s.44-1.318%201.867-2.754l3.544-3.563C11.187%203.86%2011.546%203.5%2012%203.5s.813.36%201.531%201.083l3.544%203.563c1.428%201.436%202.141%202.153%201.867%202.754c-.274.6-1.315.6-3.398.6%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%22M15.544%2011.5H15v6c0%20.932%200%201.398-.152%201.765a2%202%200%200%201-1.083%201.083c-.367.152-.833.152-1.765.152s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C9%2018.898%209%2018.432%209%2017.5v-6h-.544c-2.083%200-3.124%200-3.398-.6s.44-1.318%201.867-2.754l3.544-3.563C11.187%203.86%2011.546%203.5%2012%203.5s.813.36%201.531%201.083l3.544%203.563c1.428%201.436%202.141%202.153%201.867%202.754c-.274.6-1.315.6-3.398.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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