arrow left up icon

arrow-left-up-bold-duotone from Solar by 480 Design · Bold Duotone · Arrows · CC-BY-4.0 Attribution required.

Name
arrow-left-up-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Arrows
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More arrows icons from Solar

Use the arrow left up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M6.53033 15.5303C6.31583 15.7448 5.99324 15.809 5.71299 15.6929C5.43273 15.5768 5.25 15.3033 5.25 15V6C5.25 5.58579 5.58579 5.25 6 5.25L15 5.25C15.3033 5.25 15.5768 5.43273 15.6929 5.71299C15.809 5.99324 15.7448 6.31583 15.5303 6.53033L6.53033 15.5303Z" clip-rule="evenodd"/><path d="M18.5303 17.4697C18.8232 17.7626 18.8232 18.2374 18.5303 18.5303C18.2374 18.8232 17.7626 18.8232 17.4697 18.5303L10.5 11.5607L11.5607 10.5L18.5303 17.4697Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarArrowLeftUpBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M6.53033 15.5303C6.31583 15.7448 5.99324 15.809 5.71299 15.6929C5.43273 15.5768 5.25 15.3033 5.25 15V6C5.25 5.58579 5.58579 5.25 6 5.25L15 5.25C15.3033 5.25 15.5768 5.43273 15.6929 5.71299C15.809 5.99324 15.7448 6.31583 15.5303 6.53033L6.53033 15.5303Z" clipRule="evenodd"/><path d="M18.5303 17.4697C18.8232 17.7626 18.8232 18.2374 18.5303 18.5303C18.2374 18.8232 17.7626 18.8232 17.4697 18.5303L10.5 11.5607L11.5607 10.5L18.5303 17.4697Z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M6.53033 15.5303C6.31583 15.7448 5.99324 15.809 5.71299 15.6929C5.43273 15.5768 5.25 15.3033 5.25 15V6C5.25 5.58579 5.58579 5.25 6 5.25L15 5.25C15.3033 5.25 15.5768 5.43273 15.6929 5.71299C15.809 5.99324 15.7448 6.31583 15.5303 6.53033L6.53033 15.5303Z" clip-rule="evenodd"/><path d="M18.5303 17.4697C18.8232 17.7626 18.8232 18.2374 18.5303 18.5303C18.2374 18.8232 17.7626 18.8232 17.4697 18.5303L10.5 11.5607L11.5607 10.5L18.5303 17.4697Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-arrow-left-up-bold-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.53033%2015.5303C6.31583%2015.7448%205.99324%2015.809%205.71299%2015.6929C5.43273%2015.5768%205.25%2015.3033%205.25%2015V6C5.25%205.58579%205.58579%205.25%206%205.25L15%205.25C15.3033%205.25%2015.5768%205.43273%2015.6929%205.71299C15.809%205.99324%2015.7448%206.31583%2015.5303%206.53033L6.53033%2015.5303Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.5303%2017.4697C18.8232%2017.7626%2018.8232%2018.2374%2018.5303%2018.5303C18.2374%2018.8232%2017.7626%2018.8232%2017.4697%2018.5303L10.5%2011.5607L11.5607%2010.5L18.5303%2017.4697Z%22%20opacity%3D%22.5%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.53033%2015.5303C6.31583%2015.7448%205.99324%2015.809%205.71299%2015.6929C5.43273%2015.5768%205.25%2015.3033%205.25%2015V6C5.25%205.58579%205.58579%205.25%206%205.25L15%205.25C15.3033%205.25%2015.5768%205.43273%2015.6929%205.71299C15.809%205.99324%2015.7448%206.31583%2015.5303%206.53033L6.53033%2015.5303Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.5303%2017.4697C18.8232%2017.7626%2018.8232%2018.2374%2018.5303%2018.5303C18.2374%2018.8232%2017.7626%2018.8232%2017.4697%2018.5303L10.5%2011.5607L11.5607%2010.5L18.5303%2017.4697Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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