direction up right icon

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

Name
direction-up-right-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 right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.334 2.46c.397.388.67.886.78 1.43a2.73 2.73 0 0 1-.11 1.62l-5.15 14.86a2.7 2.7 0 0 1-.69 1.11a2 2 0 0 1-.43.35a2.91 2.91 0 0 1-4.45-1.74l-.95-5.81a1.5 1.5 0 0 0-.34-.51a1.36 1.36 0 0 0-.56-.35l-5.43-.93a2.9 2.9 0 0 1-1.56-1a2.94 2.94 0 0 1-.63-1.68a2.9 2.9 0 0 1 .48-1.72a3 3 0 0 1 1.41-1.13l14.59-5.16a2.94 2.94 0 0 1 1.61-.1a2.9 2.9 0 0 1 1.43.76"/></svg>

React

import type { SVGProps } from "react";

export function MageDirectionUpRightFill(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="M21.334 2.46c.397.388.67.886.78 1.43a2.73 2.73 0 0 1-.11 1.62l-5.15 14.86a2.7 2.7 0 0 1-.69 1.11a2 2 0 0 1-.43.35a2.91 2.91 0 0 1-4.45-1.74l-.95-5.81a1.5 1.5 0 0 0-.34-.51a1.36 1.36 0 0 0-.56-.35l-5.43-.93a2.9 2.9 0 0 1-1.56-1a2.94 2.94 0 0 1-.63-1.68a2.9 2.9 0 0 1 .48-1.72a3 3 0 0 1 1.41-1.13l14.59-5.16a2.94 2.94 0 0 1 1.61-.1a2.9 2.9 0 0 1 1.43.76"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.334 2.46c.397.388.67.886.78 1.43a2.73 2.73 0 0 1-.11 1.62l-5.15 14.86a2.7 2.7 0 0 1-.69 1.11a2 2 0 0 1-.43.35a2.91 2.91 0 0 1-4.45-1.74l-.95-5.81a1.5 1.5 0 0 0-.34-.51a1.36 1.36 0 0 0-.56-.35l-5.43-.93a2.9 2.9 0 0 1-1.56-1a2.94 2.94 0 0 1-.63-1.68a2.9 2.9 0 0 1 .48-1.72a3 3 0 0 1 1.41-1.13l14.59-5.16a2.94 2.94 0 0 1 1.61-.1a2.9 2.9 0 0 1 1.43.76"/></svg>
</template>

CSS

.icon-direction-up-right-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%22M21.334%202.46c.397.388.67.886.78%201.43a2.73%202.73%200%200%201-.11%201.62l-5.15%2014.86a2.7%202.7%200%200%201-.69%201.11a2%202%200%200%201-.43.35a2.91%202.91%200%200%201-4.45-1.74l-.95-5.81a1.5%201.5%200%200%200-.34-.51a1.36%201.36%200%200%200-.56-.35l-5.43-.93a2.9%202.9%200%200%201-1.56-1a2.94%202.94%200%200%201-.63-1.68a2.9%202.9%200%200%201%20.48-1.72a3%203%200%200%201%201.41-1.13l14.59-5.16a2.94%202.94%200%200%201%201.61-.1a2.9%202.9%200%200%201%201.43.76%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%22M21.334%202.46c.397.388.67.886.78%201.43a2.73%202.73%200%200%201-.11%201.62l-5.15%2014.86a2.7%202.7%200%200%201-.69%201.11a2%202%200%200%201-.43.35a2.91%202.91%200%200%201-4.45-1.74l-.95-5.81a1.5%201.5%200%200%200-.34-.51a1.36%201.36%200%200%200-.56-.35l-5.43-.93a2.9%202.9%200%200%201-1.56-1a2.94%202.94%200%200%201-.63-1.68a2.9%202.9%200%200%201%20.48-1.72a3%203%200%200%201%201.41-1.13l14.59-5.16a2.94%202.94%200%200%201%201.61-.1a2.9%202.9%200%200%201%201.43.76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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