arrow up right box icon
arrow-up-right-box-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- arrow-up-right-box-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
Related icons in IonIcons
arrow-backarrow-back-circlearrow-downarrow-down-aarrow-down-barrow-down-carrow-down-circlearrow-down-left-boxarrow-down-right-boxarrow-expandarrow-forwardarrow-forward-circlearrow-graph-down-leftarrow-graph-down-rightarrow-graph-up-leftarrow-graph-up-rightarrow-left-aarrow-left-barrow-left-carrow-movearrow-redoarrow-redo-circlearrow-resizearrow-return-left
Use the arrow up right box icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" fill-rule="evenodd" d="M480 32v164.364h-32V86.627l-43.636 43.637v-22.628h-22.628L425.373 64H315.636V32zM193.373 296l188.363-188.364H32V480h372.364V130.264L216 318.627z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function IonArrowUpRightBoxSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" fillRule="evenodd" d="M480 32v164.364h-32V86.627l-43.636 43.637v-22.628h-22.628L425.373 64H315.636V32zM193.373 296l188.363-188.364H32V480h372.364V130.264L216 318.627z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" fill-rule="evenodd" d="M480 32v164.364h-32V86.627l-43.636 43.637v-22.628h-22.628L425.373 64H315.636V32zM193.373 296l188.363-188.364H32V480h372.364V130.264L216 318.627z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-arrow-up-right-box-sharp {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M480%2032v164.364h-32V86.627l-43.636%2043.637v-22.628h-22.628L425.373%2064H315.636V32zM193.373%20296l188.363-188.364H32V480h372.364V130.264L216%20318.627z%22%20clip-rule%3D%22evenodd%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M480%2032v164.364h-32V86.627l-43.636%2043.637v-22.628h-22.628L425.373%2064H315.636V32zM193.373%20296l188.363-188.364H32V480h372.364V130.264L216%20318.627z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/arrow-up-right-box-sharp.svg?color=%231a73e8&size=48