arrow line up right icon
arrow-line-up-right-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- arrow-line-up-right-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
arrow-arc-leftarrow-arc-rightarrow-bend-double-up-leftarrow-bend-double-up-rightarrow-bend-down-leftarrow-bend-down-rightarrow-bend-left-downarrow-bend-left-uparrow-bend-right-downarrow-bend-right-uparrow-bend-up-leftarrow-bend-up-rightarrow-circle-downarrow-circle-down-leftarrow-circle-down-rightarrow-circle-leftarrow-circle-rightarrow-circle-uparrow-circle-up-leftarrow-circle-up-rightarrow-clockwisearrow-counter-clockwisearrow-downarrow-down-left
Use the arrow line up right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M192 56v96L96 56Z" opacity=".2"/><path d="M224 216a8 8 0 0 1-8 8H40a8 8 0 0 1 0-16h176a8 8 0 0 1 8 8M74.34 173.66a8 8 0 0 1 0-11.32L132.69 104L90.34 61.66A8 8 0 0 1 96 48h96a8 8 0 0 1 8 8v96a8 8 0 0 1-13.66 5.66L144 115.31l-58.34 58.35a8 8 0 0 1-11.32 0M115.31 64l34.35 34.34L184 132.69V64Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhArrowLineUpRightDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M192 56v96L96 56Z" opacity=".2"/><path d="M224 216a8 8 0 0 1-8 8H40a8 8 0 0 1 0-16h176a8 8 0 0 1 8 8M74.34 173.66a8 8 0 0 1 0-11.32L132.69 104L90.34 61.66A8 8 0 0 1 96 48h96a8 8 0 0 1 8 8v96a8 8 0 0 1-13.66 5.66L144 115.31l-58.34 58.35a8 8 0 0 1-11.32 0M115.31 64l34.35 34.34L184 132.69V64Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M192 56v96L96 56Z" opacity=".2"/><path d="M224 216a8 8 0 0 1-8 8H40a8 8 0 0 1 0-16h176a8 8 0 0 1 8 8M74.34 173.66a8 8 0 0 1 0-11.32L132.69 104L90.34 61.66A8 8 0 0 1 96 48h96a8 8 0 0 1 8 8v96a8 8 0 0 1-13.66 5.66L144 115.31l-58.34 58.35a8 8 0 0 1-11.32 0M115.31 64l34.35 34.34L184 132.69V64Z"/></g></svg> </template>
CSS
.icon-arrow-line-up-right-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M192%2056v96L96%2056Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M224%20216a8%208%200%200%201-8%208H40a8%208%200%200%201%200-16h176a8%208%200%200%201%208%208M74.34%20173.66a8%208%200%200%201%200-11.32L132.69%20104L90.34%2061.66A8%208%200%200%201%2096%2048h96a8%208%200%200%201%208%208v96a8%208%200%200%201-13.66%205.66L144%20115.31l-58.34%2058.35a8%208%200%200%201-11.32%200M115.31%2064l34.35%2034.34L184%20132.69V64Z%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M192%2056v96L96%2056Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M224%20216a8%208%200%200%201-8%208H40a8%208%200%200%201%200-16h176a8%208%200%200%201%208%208M74.34%20173.66a8%208%200%200%201%200-11.32L132.69%20104L90.34%2061.66A8%208%200%200%201%2096%2048h96a8%208%200%200%201%208%208v96a8%208%200%200%201-13.66%205.66L144%20115.31l-58.34%2058.35a8%208%200%200%201-11.32%200M115.31%2064l34.35%2034.34L184%20132.69V64Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/arrow-line-up-right-duotone.svg?color=%231a73e8&size=48