direction up icon

direction-up-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
direction-up-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the direction up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.883 1.976a2.85 2.85 0 0 1 1.56.46a2.8 2.8 0 0 1 1.07 1.22l6.86 14.15c.198.394.3.829.3 1.27q0 .279-.06.55a2.86 2.86 0 0 1-.9 1.6a2.91 2.91 0 0 1-3.48.32l-4.78-3.44c-.19-.08-.394-.12-.6-.12a1.4 1.4 0 0 0-.64.15l-4.5 3.18a2.87 2.87 0 0 1-1.82.39a2.89 2.89 0 0 1-2.51-2.3a3 3 0 0 1 .2-1.79l6.67-14a2.93 2.93 0 0 1 2.63-1.64"/></svg>

React

import type { SVGProps } from "react";

export function MageDirectionUpFill(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="M11.883 1.976a2.85 2.85 0 0 1 1.56.46a2.8 2.8 0 0 1 1.07 1.22l6.86 14.15c.198.394.3.829.3 1.27q0 .279-.06.55a2.86 2.86 0 0 1-.9 1.6a2.91 2.91 0 0 1-3.48.32l-4.78-3.44c-.19-.08-.394-.12-.6-.12a1.4 1.4 0 0 0-.64.15l-4.5 3.18a2.87 2.87 0 0 1-1.82.39a2.89 2.89 0 0 1-2.51-2.3a3 3 0 0 1 .2-1.79l6.67-14a2.93 2.93 0 0 1 2.63-1.64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.883 1.976a2.85 2.85 0 0 1 1.56.46a2.8 2.8 0 0 1 1.07 1.22l6.86 14.15c.198.394.3.829.3 1.27q0 .279-.06.55a2.86 2.86 0 0 1-.9 1.6a2.91 2.91 0 0 1-3.48.32l-4.78-3.44c-.19-.08-.394-.12-.6-.12a1.4 1.4 0 0 0-.64.15l-4.5 3.18a2.87 2.87 0 0 1-1.82.39a2.89 2.89 0 0 1-2.51-2.3a3 3 0 0 1 .2-1.79l6.67-14a2.93 2.93 0 0 1 2.63-1.64"/></svg>
</template>

CSS

.icon-direction-up-fill {
  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%22M11.883%201.976a2.85%202.85%200%200%201%201.56.46a2.8%202.8%200%200%201%201.07%201.22l6.86%2014.15c.198.394.3.829.3%201.27q0%20.279-.06.55a2.86%202.86%200%200%201-.9%201.6a2.91%202.91%200%200%201-3.48.32l-4.78-3.44c-.19-.08-.394-.12-.6-.12a1.4%201.4%200%200%200-.64.15l-4.5%203.18a2.87%202.87%200%200%201-1.82.39a2.89%202.89%200%200%201-2.51-2.3a3%203%200%200%201%20.2-1.79l6.67-14a2.93%202.93%200%200%201%202.63-1.64%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%22M11.883%201.976a2.85%202.85%200%200%201%201.56.46a2.8%202.8%200%200%201%201.07%201.22l6.86%2014.15c.198.394.3.829.3%201.27q0%20.279-.06.55a2.86%202.86%200%200%201-.9%201.6a2.91%202.91%200%200%201-3.48.32l-4.78-3.44c-.19-.08-.394-.12-.6-.12a1.4%201.4%200%200%200-.64.15l-4.5%203.18a2.87%202.87%200%200%201-1.82.39a2.89%202.89%200%200%201-2.51-2.3a3%203%200%200%201%20.2-1.79l6.67-14a2.93%202.93%200%200%201%202.63-1.64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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