arrow up right box icon
arrow-up-right-box from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- arrow-up-right-box
- Set
- IonIcons
- Style
- Regular
- 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="M331.636 32H464a16 16 0 0 1 16 16v132.364c0 8.836-7.163 16-16 16s-16-7.164-16-16V86.627l-51.128 51.128a58.5 58.5 0 0 0-22.591-22.663L425.373 64h-93.737c-8.836 0-16-7.163-16-16s7.164-16 16-16m42.645 83.092a58.54 58.54 0 0 0-28.59-7.456H90.546A58.547 58.547 0 0 0 32 166.182v255.273A58.543 58.543 0 0 0 90.546 480h255.272a58.543 58.543 0 0 0 58.546-58.545V166.182q-.001-1.213-.176-2.378a58.54 58.54 0 0 0-7.316-26.049L227.314 307.314c-6.249 6.248-16.379 6.248-22.628 0s-6.248-16.379 0-22.628z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function IonArrowUpRightBox(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="M331.636 32H464a16 16 0 0 1 16 16v132.364c0 8.836-7.163 16-16 16s-16-7.164-16-16V86.627l-51.128 51.128a58.5 58.5 0 0 0-22.591-22.663L425.373 64h-93.737c-8.836 0-16-7.163-16-16s7.164-16 16-16m42.645 83.092a58.54 58.54 0 0 0-28.59-7.456H90.546A58.547 58.547 0 0 0 32 166.182v255.273A58.543 58.543 0 0 0 90.546 480h255.272a58.543 58.543 0 0 0 58.546-58.545V166.182q-.001-1.213-.176-2.378a58.54 58.54 0 0 0-7.316-26.049L227.314 307.314c-6.249 6.248-16.379 6.248-22.628 0s-6.248-16.379 0-22.628z" 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="M331.636 32H464a16 16 0 0 1 16 16v132.364c0 8.836-7.163 16-16 16s-16-7.164-16-16V86.627l-51.128 51.128a58.5 58.5 0 0 0-22.591-22.663L425.373 64h-93.737c-8.836 0-16-7.163-16-16s7.164-16 16-16m42.645 83.092a58.54 58.54 0 0 0-28.59-7.456H90.546A58.547 58.547 0 0 0 32 166.182v255.273A58.543 58.543 0 0 0 90.546 480h255.272a58.543 58.543 0 0 0 58.546-58.545V166.182q-.001-1.213-.176-2.378a58.54 58.54 0 0 0-7.316-26.049L227.314 307.314c-6.249 6.248-16.379 6.248-22.628 0s-6.248-16.379 0-22.628z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-arrow-up-right-box {
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%22M331.636%2032H464a16%2016%200%200%201%2016%2016v132.364c0%208.836-7.163%2016-16%2016s-16-7.164-16-16V86.627l-51.128%2051.128a58.5%2058.5%200%200%200-22.591-22.663L425.373%2064h-93.737c-8.836%200-16-7.163-16-16s7.164-16%2016-16m42.645%2083.092a58.54%2058.54%200%200%200-28.59-7.456H90.546A58.547%2058.547%200%200%200%2032%20166.182v255.273A58.543%2058.543%200%200%200%2090.546%20480h255.272a58.543%2058.543%200%200%200%2058.546-58.545V166.182q-.001-1.213-.176-2.378a58.54%2058.54%200%200%200-7.316-26.049L227.314%20307.314c-6.249%206.248-16.379%206.248-22.628%200s-6.248-16.379%200-22.628z%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%22M331.636%2032H464a16%2016%200%200%201%2016%2016v132.364c0%208.836-7.163%2016-16%2016s-16-7.164-16-16V86.627l-51.128%2051.128a58.5%2058.5%200%200%200-22.591-22.663L425.373%2064h-93.737c-8.836%200-16-7.163-16-16s7.164-16%2016-16m42.645%2083.092a58.54%2058.54%200%200%200-28.59-7.456H90.546A58.547%2058.547%200%200%200%2032%20166.182v255.273A58.543%2058.543%200%200%200%2090.546%20480h255.272a58.543%2058.543%200%200%200%2058.546-58.545V166.182q-.001-1.213-.176-2.378a58.54%2058.54%200%200%200-7.316-26.049L227.314%20307.314c-6.249%206.248-16.379%206.248-22.628%200s-6.248-16.379%200-22.628z%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.svg?color=%231a73e8&size=48