arrow elbow up left icon

arrow-elbow-up-left from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
arrow-elbow-up-left
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the arrow elbow up left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 80v144a8 8 0 0 1-16 0V88H67.31l34.35 34.34a8 8 0 0 1-11.32 11.32l-48-48l-.06-.07c-.16-.16-.32-.34-.47-.52l-.23-.31a4 4 0 0 1-.23-.32l-.23-.37a3 3 0 0 1-.17-.3c-.07-.12-.13-.25-.19-.38s-.1-.21-.15-.33s-.09-.25-.14-.37l-.13-.36l-.09-.39c0-.13-.07-.25-.1-.37s0-.31-.06-.46s0-.21-.05-.32a8.3 8.3 0 0 1 0-1.58c0-.11 0-.21.05-.32s0-.31.06-.46s.06-.24.1-.37l.09-.39l.13-.36c.05-.12.09-.25.14-.37s.1-.22.15-.33s.12-.26.19-.38a3 3 0 0 1 .17-.3l.23-.37a4 4 0 0 1 .23-.32l.23-.31c.15-.18.31-.36.47-.52l.06-.07l48-48a8 8 0 0 1 11.32 11.32L67.31 72H192a8 8 0 0 1 8 8"/></svg>

React

import type { SVGProps } from "react";

export function PhArrowElbowUpLeft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 80v144a8 8 0 0 1-16 0V88H67.31l34.35 34.34a8 8 0 0 1-11.32 11.32l-48-48l-.06-.07c-.16-.16-.32-.34-.47-.52l-.23-.31a4 4 0 0 1-.23-.32l-.23-.37a3 3 0 0 1-.17-.3c-.07-.12-.13-.25-.19-.38s-.1-.21-.15-.33s-.09-.25-.14-.37l-.13-.36l-.09-.39c0-.13-.07-.25-.1-.37s0-.31-.06-.46s0-.21-.05-.32a8.3 8.3 0 0 1 0-1.58c0-.11 0-.21.05-.32s0-.31.06-.46s.06-.24.1-.37l.09-.39l.13-.36c.05-.12.09-.25.14-.37s.1-.22.15-.33s.12-.26.19-.38a3 3 0 0 1 .17-.3l.23-.37a4 4 0 0 1 .23-.32l.23-.31c.15-.18.31-.36.47-.52l.06-.07l48-48a8 8 0 0 1 11.32 11.32L67.31 72H192a8 8 0 0 1 8 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 80v144a8 8 0 0 1-16 0V88H67.31l34.35 34.34a8 8 0 0 1-11.32 11.32l-48-48l-.06-.07c-.16-.16-.32-.34-.47-.52l-.23-.31a4 4 0 0 1-.23-.32l-.23-.37a3 3 0 0 1-.17-.3c-.07-.12-.13-.25-.19-.38s-.1-.21-.15-.33s-.09-.25-.14-.37l-.13-.36l-.09-.39c0-.13-.07-.25-.1-.37s0-.31-.06-.46s0-.21-.05-.32a8.3 8.3 0 0 1 0-1.58c0-.11 0-.21.05-.32s0-.31.06-.46s.06-.24.1-.37l.09-.39l.13-.36c.05-.12.09-.25.14-.37s.1-.22.15-.33s.12-.26.19-.38a3 3 0 0 1 .17-.3l.23-.37a4 4 0 0 1 .23-.32l.23-.31c.15-.18.31-.36.47-.52l.06-.07l48-48a8 8 0 0 1 11.32 11.32L67.31 72H192a8 8 0 0 1 8 8"/></svg>
</template>

CSS

.icon-arrow-elbow-up-left {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%2080v144a8%208%200%200%201-16%200V88H67.31l34.35%2034.34a8%208%200%200%201-11.32%2011.32l-48-48l-.06-.07c-.16-.16-.32-.34-.47-.52l-.23-.31a4%204%200%200%201-.23-.32l-.23-.37a3%203%200%200%201-.17-.3c-.07-.12-.13-.25-.19-.38s-.1-.21-.15-.33s-.09-.25-.14-.37l-.13-.36l-.09-.39c0-.13-.07-.25-.1-.37s0-.31-.06-.46s0-.21-.05-.32a8.3%208.3%200%200%201%200-1.58c0-.11%200-.21.05-.32s0-.31.06-.46s.06-.24.1-.37l.09-.39l.13-.36c.05-.12.09-.25.14-.37s.1-.22.15-.33s.12-.26.19-.38a3%203%200%200%201%20.17-.3l.23-.37a4%204%200%200%201%20.23-.32l.23-.31c.15-.18.31-.36.47-.52l.06-.07l48-48a8%208%200%200%201%2011.32%2011.32L67.31%2072H192a8%208%200%200%201%208%208%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%2080v144a8%208%200%200%201-16%200V88H67.31l34.35%2034.34a8%208%200%200%201-11.32%2011.32l-48-48l-.06-.07c-.16-.16-.32-.34-.47-.52l-.23-.31a4%204%200%200%201-.23-.32l-.23-.37a3%203%200%200%201-.17-.3c-.07-.12-.13-.25-.19-.38s-.1-.21-.15-.33s-.09-.25-.14-.37l-.13-.36l-.09-.39c0-.13-.07-.25-.1-.37s0-.31-.06-.46s0-.21-.05-.32a8.3%208.3%200%200%201%200-1.58c0-.11%200-.21.05-.32s0-.31.06-.46s.06-.24.1-.37l.09-.39l.13-.36c.05-.12.09-.25.14-.37s.1-.22.15-.33s.12-.26.19-.38a3%203%200%200%201%20.17-.3l.23-.37a4%204%200%200%201%20.23-.32l.23-.31c.15-.18.31-.36.47-.52l.06-.07l48-48a8%208%200%200%201%2011.32%2011.32L67.31%2072H192a8%208%200%200%201%208%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/arrow-elbow-up-left.svg?color=%231a73e8&size=48