arrowhead up icon

arrowhead-up-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.

Name
arrowhead-up-outline
Set
Eva Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

Related icons in Eva Icons

Use the arrowhead up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.63 11.61L12 7.29l5.37 4.48A1 1 0 0 0 18 12a1 1 0 0 0 .77-.36a1 1 0 0 0-.13-1.41l-6-5a1 1 0 0 0-1.27 0l-6 4.83a1 1 0 0 0-.15 1.41a1 1 0 0 0 1.41.14"/><path fill="currentColor" d="M12.64 12.23a1 1 0 0 0-1.27 0l-6 4.83a1 1 0 0 0-.15 1.41a1 1 0 0 0 1.41.15L12 14.29l5.37 4.48A1 1 0 0 0 18 19a1 1 0 0 0 .77-.36a1 1 0 0 0-.13-1.41Z"/></svg>

React

import type { SVGProps } from "react";

export function EvaArrowheadUpOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.63 11.61L12 7.29l5.37 4.48A1 1 0 0 0 18 12a1 1 0 0 0 .77-.36a1 1 0 0 0-.13-1.41l-6-5a1 1 0 0 0-1.27 0l-6 4.83a1 1 0 0 0-.15 1.41a1 1 0 0 0 1.41.14"/><path fill="currentColor" d="M12.64 12.23a1 1 0 0 0-1.27 0l-6 4.83a1 1 0 0 0-.15 1.41a1 1 0 0 0 1.41.15L12 14.29l5.37 4.48A1 1 0 0 0 18 19a1 1 0 0 0 .77-.36a1 1 0 0 0-.13-1.41Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.63 11.61L12 7.29l5.37 4.48A1 1 0 0 0 18 12a1 1 0 0 0 .77-.36a1 1 0 0 0-.13-1.41l-6-5a1 1 0 0 0-1.27 0l-6 4.83a1 1 0 0 0-.15 1.41a1 1 0 0 0 1.41.14"/><path fill="currentColor" d="M12.64 12.23a1 1 0 0 0-1.27 0l-6 4.83a1 1 0 0 0-.15 1.41a1 1 0 0 0 1.41.15L12 14.29l5.37 4.48A1 1 0 0 0 18 19a1 1 0 0 0 .77-.36a1 1 0 0 0-.13-1.41Z"/></svg>
</template>

CSS

.icon-arrowhead-up-outline {
  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%22currentColor%22%20d%3D%22M6.63%2011.61L12%207.29l5.37%204.48A1%201%200%200%200%2018%2012a1%201%200%200%200%20.77-.36a1%201%200%200%200-.13-1.41l-6-5a1%201%200%200%200-1.27%200l-6%204.83a1%201%200%200%200-.15%201.41a1%201%200%200%200%201.41.14%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.64%2012.23a1%201%200%200%200-1.27%200l-6%204.83a1%201%200%200%200-.15%201.41a1%201%200%200%200%201.41.15L12%2014.29l5.37%204.48A1%201%200%200%200%2018%2019a1%201%200%200%200%20.77-.36a1%201%200%200%200-.13-1.41Z%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%22currentColor%22%20d%3D%22M6.63%2011.61L12%207.29l5.37%204.48A1%201%200%200%200%2018%2012a1%201%200%200%200%20.77-.36a1%201%200%200%200-.13-1.41l-6-5a1%201%200%200%200-1.27%200l-6%204.83a1%201%200%200%200-.15%201.41a1%201%200%200%200%201.41.14%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.64%2012.23a1%201%200%200%200-1.27%200l-6%204.83a1%201%200%200%200-.15%201.41a1%201%200%200%200%201.41.15L12%2014.29l5.37%204.48A1%201%200%200%200%2018%2019a1%201%200%200%200%20.77-.36a1%201%200%200%200-.13-1.41Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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