arrow outline up right icon
arrow-outline-up-right-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- arrow-outline-up-right-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
arrow-autofit-content-20-filledarrow-autofit-down-20-filledarrow-autofit-height-20-filledarrow-autofit-height-dotted-20-filledarrow-autofit-height-in-20-filledarrow-autofit-up-20-filledarrow-autofit-width-20-filledarrow-autofit-width-dotted-20-filledarrow-between-down-20-filledarrow-between-up-20-filledarrow-bidirectional-left-right-16-filledarrow-bidirectional-up-down-12-filledarrow-bounce-12-filledarrow-circle-down-12-filledarrow-circle-down-double-20-filledarrow-circle-down-right-12-filledarrow-circle-down-split-20-filledarrow-circle-down-up-20-filledarrow-circle-left-12-filledarrow-circle-right-12-filledarrow-circle-up-12-filledarrow-circle-up-left-16-filledarrow-circle-up-right-16-filledarrow-circle-up-sparkle-20-filled
Use the arrow outline up right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M38.146 4.042c3.359-.39 6.206 2.45 5.823 5.81l-2.665 23.387c-.4 3.516-4.672 5.03-7.198 2.553l-2.843-2.787l-9.465 9.46a5.25 5.25 0 0 1-7.427-.004l-8.833-8.849a5.25 5.25 0 0 1 .004-7.42l9.452-9.453l-2.75-2.751c-2.51-2.514-1.012-6.815 2.516-7.226zm3.339 5.526a2.75 2.75 0 0 0-3.05-3.043l-23.386 2.72c-1.453.17-2.07 1.94-1.036 2.976l3.632 3.635a1.25 1.25 0 0 1 0 1.768L7.309 27.959a2.75 2.75 0 0 0-.001 3.887l8.833 8.849a2.75 2.75 0 0 0 3.89.002l10.34-10.335a1.25 1.25 0 0 1 1.759-.009l3.726 3.654c1.04 1.02 2.799.396 2.964-1.051z"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowOutlineUpRight48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M38.146 4.042c3.359-.39 6.206 2.45 5.823 5.81l-2.665 23.387c-.4 3.516-4.672 5.03-7.198 2.553l-2.843-2.787l-9.465 9.46a5.25 5.25 0 0 1-7.427-.004l-8.833-8.849a5.25 5.25 0 0 1 .004-7.42l9.452-9.453l-2.75-2.751c-2.51-2.514-1.012-6.815 2.516-7.226zm3.339 5.526a2.75 2.75 0 0 0-3.05-3.043l-23.386 2.72c-1.453.17-2.07 1.94-1.036 2.976l3.632 3.635a1.25 1.25 0 0 1 0 1.768L7.309 27.959a2.75 2.75 0 0 0-.001 3.887l8.833 8.849a2.75 2.75 0 0 0 3.89.002l10.34-10.335a1.25 1.25 0 0 1 1.759-.009l3.726 3.654c1.04 1.02 2.799.396 2.964-1.051z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M38.146 4.042c3.359-.39 6.206 2.45 5.823 5.81l-2.665 23.387c-.4 3.516-4.672 5.03-7.198 2.553l-2.843-2.787l-9.465 9.46a5.25 5.25 0 0 1-7.427-.004l-8.833-8.849a5.25 5.25 0 0 1 .004-7.42l9.452-9.453l-2.75-2.751c-2.51-2.514-1.012-6.815 2.516-7.226zm3.339 5.526a2.75 2.75 0 0 0-3.05-3.043l-23.386 2.72c-1.453.17-2.07 1.94-1.036 2.976l3.632 3.635a1.25 1.25 0 0 1 0 1.768L7.309 27.959a2.75 2.75 0 0 0-.001 3.887l8.833 8.849a2.75 2.75 0 0 0 3.89.002l10.34-10.335a1.25 1.25 0 0 1 1.759-.009l3.726 3.654c1.04 1.02 2.799.396 2.964-1.051z"/></svg> </template>
CSS
.icon-arrow-outline-up-right-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.146%204.042c3.359-.39%206.206%202.45%205.823%205.81l-2.665%2023.387c-.4%203.516-4.672%205.03-7.198%202.553l-2.843-2.787l-9.465%209.46a5.25%205.25%200%200%201-7.427-.004l-8.833-8.849a5.25%205.25%200%200%201%20.004-7.42l9.452-9.453l-2.75-2.751c-2.51-2.514-1.012-6.815%202.516-7.226zm3.339%205.526a2.75%202.75%200%200%200-3.05-3.043l-23.386%202.72c-1.453.17-2.07%201.94-1.036%202.976l3.632%203.635a1.25%201.25%200%200%201%200%201.768L7.309%2027.959a2.75%202.75%200%200%200-.001%203.887l8.833%208.849a2.75%202.75%200%200%200%203.89.002l10.34-10.335a1.25%201.25%200%200%201%201.759-.009l3.726%203.654c1.04%201.02%202.799.396%202.964-1.051z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.146%204.042c3.359-.39%206.206%202.45%205.823%205.81l-2.665%2023.387c-.4%203.516-4.672%205.03-7.198%202.553l-2.843-2.787l-9.465%209.46a5.25%205.25%200%200%201-7.427-.004l-8.833-8.849a5.25%205.25%200%200%201%20.004-7.42l9.452-9.453l-2.75-2.751c-2.51-2.514-1.012-6.815%202.516-7.226zm3.339%205.526a2.75%202.75%200%200%200-3.05-3.043l-23.386%202.72c-1.453.17-2.07%201.94-1.036%202.976l3.632%203.635a1.25%201.25%200%200%201%200%201.768L7.309%2027.959a2.75%202.75%200%200%200-.001%203.887l8.833%208.849a2.75%202.75%200%200%200%203.89.002l10.34-10.335a1.25%201.25%200%200%201%201.759-.009l3.726%203.654c1.04%201.02%202.799.396%202.964-1.051z%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-48-regular.svg?color=%231a73e8&size=48