arrow outline up right icon

arrow-outline-up-right-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
arrow-outline-up-right-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow outline up right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.997 3.555a.5.5 0 0 0-.553-.552L6.741 4.081a.5.5 0 0 0-.299.85l1.421 1.421a.5.5 0 0 1 0 .708l-4.717 4.716a.5.5 0 0 0 0 .707l4.37 4.37a.5.5 0 0 0 .707 0l4.717-4.717a.5.5 0 0 1 .707 0l1.42 1.421a.5.5 0 0 0 .851-.298zm-.663-1.546a1.5 1.5 0 0 1 1.656 1.657l-1.078 9.703c-.139 1.25-1.662 1.784-2.551.895l-1.068-1.067L8.93 17.56a1.5 1.5 0 0 1-2.12 0l-4.37-4.37a1.5 1.5 0 0 1 0-2.121l4.362-4.363l-1.067-1.067c-.889-.89-.355-2.413.895-2.551z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowOutlineUpRight20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.997 3.555a.5.5 0 0 0-.553-.552L6.741 4.081a.5.5 0 0 0-.299.85l1.421 1.421a.5.5 0 0 1 0 .708l-4.717 4.716a.5.5 0 0 0 0 .707l4.37 4.37a.5.5 0 0 0 .707 0l4.717-4.717a.5.5 0 0 1 .707 0l1.42 1.421a.5.5 0 0 0 .851-.298zm-.663-1.546a1.5 1.5 0 0 1 1.656 1.657l-1.078 9.703c-.139 1.25-1.662 1.784-2.551.895l-1.068-1.067L8.93 17.56a1.5 1.5 0 0 1-2.12 0l-4.37-4.37a1.5 1.5 0 0 1 0-2.121l4.362-4.363l-1.067-1.067c-.889-.89-.355-2.413.895-2.551z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.997 3.555a.5.5 0 0 0-.553-.552L6.741 4.081a.5.5 0 0 0-.299.85l1.421 1.421a.5.5 0 0 1 0 .708l-4.717 4.716a.5.5 0 0 0 0 .707l4.37 4.37a.5.5 0 0 0 .707 0l4.717-4.717a.5.5 0 0 1 .707 0l1.42 1.421a.5.5 0 0 0 .851-.298zm-.663-1.546a1.5 1.5 0 0 1 1.656 1.657l-1.078 9.703c-.139 1.25-1.662 1.784-2.551.895l-1.068-1.067L8.93 17.56a1.5 1.5 0 0 1-2.12 0l-4.37-4.37a1.5 1.5 0 0 1 0-2.121l4.362-4.363l-1.067-1.067c-.889-.89-.355-2.413.895-2.551z"/></svg>
</template>

CSS

.icon-arrow-outline-up-right-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.997%203.555a.5.5%200%200%200-.553-.552L6.741%204.081a.5.5%200%200%200-.299.85l1.421%201.421a.5.5%200%200%201%200%20.708l-4.717%204.716a.5.5%200%200%200%200%20.707l4.37%204.37a.5.5%200%200%200%20.707%200l4.717-4.717a.5.5%200%200%201%20.707%200l1.42%201.421a.5.5%200%200%200%20.851-.298zm-.663-1.546a1.5%201.5%200%200%201%201.656%201.657l-1.078%209.703c-.139%201.25-1.662%201.784-2.551.895l-1.068-1.067L8.93%2017.56a1.5%201.5%200%200%201-2.12%200l-4.37-4.37a1.5%201.5%200%200%201%200-2.121l4.362-4.363l-1.067-1.067c-.889-.89-.355-2.413.895-2.551z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.997%203.555a.5.5%200%200%200-.553-.552L6.741%204.081a.5.5%200%200%200-.299.85l1.421%201.421a.5.5%200%200%201%200%20.708l-4.717%204.716a.5.5%200%200%200%200%20.707l4.37%204.37a.5.5%200%200%200%20.707%200l4.717-4.717a.5.5%200%200%201%20.707%200l1.42%201.421a.5.5%200%200%200%20.851-.298zm-.663-1.546a1.5%201.5%200%200%201%201.656%201.657l-1.078%209.703c-.139%201.25-1.662%201.784-2.551.895l-1.068-1.067L8.93%2017.56a1.5%201.5%200%200%201-2.12%200l-4.37-4.37a1.5%201.5%200%200%201%200-2.121l4.362-4.363l-1.067-1.067c-.889-.89-.355-2.413.895-2.551z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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