arrow up left box icon
arrow-up-left-box from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- arrow-up-left-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 left 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="M32 180.364V48a16 16 0 0 1 16-16h132.364c8.836 0 16 7.163 16 16s-7.164 16-16 16H86.627l51.128 51.128a58.5 58.5 0 0 0-22.663 22.591L64 86.627v93.737c0 8.836-7.163 16-16 16s-16-7.164-16-16m83.092-42.645a58.54 58.54 0 0 0-7.456 28.59v255.146A58.545 58.545 0 0 0 166.182 480h255.273a58.54 58.54 0 0 0 41.397-17.148A58.54 58.54 0 0 0 480 421.455V166.182a58.543 58.543 0 0 0-58.545-58.546H166.182q-1.213.001-2.378.176a58.54 58.54 0 0 0-26.049 7.316l169.559 169.558c6.248 6.249 6.248 16.379 0 22.628s-16.379 6.248-22.628 0z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function IonArrowUpLeftBox(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="M32 180.364V48a16 16 0 0 1 16-16h132.364c8.836 0 16 7.163 16 16s-7.164 16-16 16H86.627l51.128 51.128a58.5 58.5 0 0 0-22.663 22.591L64 86.627v93.737c0 8.836-7.163 16-16 16s-16-7.164-16-16m83.092-42.645a58.54 58.54 0 0 0-7.456 28.59v255.146A58.545 58.545 0 0 0 166.182 480h255.273a58.54 58.54 0 0 0 41.397-17.148A58.54 58.54 0 0 0 480 421.455V166.182a58.543 58.543 0 0 0-58.545-58.546H166.182q-1.213.001-2.378.176a58.54 58.54 0 0 0-26.049 7.316l169.559 169.558c6.248 6.249 6.248 16.379 0 22.628s-16.379 6.248-22.628 0z" 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="M32 180.364V48a16 16 0 0 1 16-16h132.364c8.836 0 16 7.163 16 16s-7.164 16-16 16H86.627l51.128 51.128a58.5 58.5 0 0 0-22.663 22.591L64 86.627v93.737c0 8.836-7.163 16-16 16s-16-7.164-16-16m83.092-42.645a58.54 58.54 0 0 0-7.456 28.59v255.146A58.545 58.545 0 0 0 166.182 480h255.273a58.54 58.54 0 0 0 41.397-17.148A58.54 58.54 0 0 0 480 421.455V166.182a58.543 58.543 0 0 0-58.545-58.546H166.182q-1.213.001-2.378.176a58.54 58.54 0 0 0-26.049 7.316l169.559 169.558c6.248 6.249 6.248 16.379 0 22.628s-16.379 6.248-22.628 0z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-arrow-up-left-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%22M32%20180.364V48a16%2016%200%200%201%2016-16h132.364c8.836%200%2016%207.163%2016%2016s-7.164%2016-16%2016H86.627l51.128%2051.128a58.5%2058.5%200%200%200-22.663%2022.591L64%2086.627v93.737c0%208.836-7.163%2016-16%2016s-16-7.164-16-16m83.092-42.645a58.54%2058.54%200%200%200-7.456%2028.59v255.146A58.545%2058.545%200%200%200%20166.182%20480h255.273a58.54%2058.54%200%200%200%2041.397-17.148A58.54%2058.54%200%200%200%20480%20421.455V166.182a58.543%2058.543%200%200%200-58.545-58.546H166.182q-1.213.001-2.378.176a58.54%2058.54%200%200%200-26.049%207.316l169.559%20169.558c6.248%206.249%206.248%2016.379%200%2022.628s-16.379%206.248-22.628%200z%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%22M32%20180.364V48a16%2016%200%200%201%2016-16h132.364c8.836%200%2016%207.163%2016%2016s-7.164%2016-16%2016H86.627l51.128%2051.128a58.5%2058.5%200%200%200-22.663%2022.591L64%2086.627v93.737c0%208.836-7.163%2016-16%2016s-16-7.164-16-16m83.092-42.645a58.54%2058.54%200%200%200-7.456%2028.59v255.146A58.545%2058.545%200%200%200%20166.182%20480h255.273a58.54%2058.54%200%200%200%2041.397-17.148A58.54%2058.54%200%200%200%20480%20421.455V166.182a58.543%2058.543%200%200%200-58.545-58.546H166.182q-1.213.001-2.378.176a58.54%2058.54%200%200%200-26.049%207.316l169.559%20169.558c6.248%206.249%206.248%2016.379%200%2022.628s-16.379%206.248-22.628%200z%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-left-box.svg?color=%231a73e8&size=48