arrow big up left icon
arrow-big-up-left-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- arrow-big-up-left-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
- Aliases
- fat-arrow-up-left-solid
1 other variant in Myna UI Icons
Related icons in Myna UI Icons
arrow-big-downarrow-big-down-leftarrow-big-down-rightarrow-big-leftarrow-big-rightarrow-big-uparrow-big-up-rightarrow-diagonal-onearrow-diagonal-twoarrow-downarrow-down-circlearrow-down-leftarrow-down-left-circlearrow-down-left-squarearrow-down-left-wavesarrow-down-rightarrow-down-right-circlearrow-down-right-squarearrow-down-right-wavesarrow-down-squarearrow-down-wavesarrow-leftarrow-left-circlearrow-left-right
Use the arrow big up left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.634 3.25h9.797c.607.015 1.017.458 1.198.813c.175.34.331 1.007-.167 1.505l-.006.006l-2.594 2.534l6.51 6.51c.473.474.529 1.274.017 1.786l-3.986 3.985c-.511.512-1.311.456-1.785-.018l-6.51-6.51l-2.54 2.601c-.498.498-1.165.342-1.505.167c-.355-.181-.798-.591-.813-1.198V5.634c0-.268 0-.513.017-.716c.018-.22.059-.458.178-.692c.171-.336.445-.61.781-.781a1.8 1.8 0 0 1 .692-.178a9 9 0 0 1 .716-.017"/></svg>
React
import type { SVGProps } from "react";
export function MynauiArrowBigUpLeftSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.634 3.25h9.797c.607.015 1.017.458 1.198.813c.175.34.331 1.007-.167 1.505l-.006.006l-2.594 2.534l6.51 6.51c.473.474.529 1.274.017 1.786l-3.986 3.985c-.511.512-1.311.456-1.785-.018l-6.51-6.51l-2.54 2.601c-.498.498-1.165.342-1.505.167c-.355-.181-.798-.591-.813-1.198V5.634c0-.268 0-.513.017-.716c.018-.22.059-.458.178-.692c.171-.336.445-.61.781-.781a1.8 1.8 0 0 1 .692-.178a9 9 0 0 1 .716-.017"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.634 3.25h9.797c.607.015 1.017.458 1.198.813c.175.34.331 1.007-.167 1.505l-.006.006l-2.594 2.534l6.51 6.51c.473.474.529 1.274.017 1.786l-3.986 3.985c-.511.512-1.311.456-1.785-.018l-6.51-6.51l-2.54 2.601c-.498.498-1.165.342-1.505.167c-.355-.181-.798-.591-.813-1.198V5.634c0-.268 0-.513.017-.716c.018-.22.059-.458.178-.692c.171-.336.445-.61.781-.781a1.8 1.8 0 0 1 .692-.178a9 9 0 0 1 .716-.017"/></svg> </template>
CSS
.icon-arrow-big-up-left-solid {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.634%203.25h9.797c.607.015%201.017.458%201.198.813c.175.34.331%201.007-.167%201.505l-.006.006l-2.594%202.534l6.51%206.51c.473.474.529%201.274.017%201.786l-3.986%203.985c-.511.512-1.311.456-1.785-.018l-6.51-6.51l-2.54%202.601c-.498.498-1.165.342-1.505.167c-.355-.181-.798-.591-.813-1.198V5.634c0-.268%200-.513.017-.716c.018-.22.059-.458.178-.692c.171-.336.445-.61.781-.781a1.8%201.8%200%200%201%20.692-.178a9%209%200%200%201%20.716-.017%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.634%203.25h9.797c.607.015%201.017.458%201.198.813c.175.34.331%201.007-.167%201.505l-.006.006l-2.594%202.534l6.51%206.51c.473.474.529%201.274.017%201.786l-3.986%203.985c-.511.512-1.311.456-1.785-.018l-6.51-6.51l-2.54%202.601c-.498.498-1.165.342-1.505.167c-.355-.181-.798-.591-.813-1.198V5.634c0-.268%200-.513.017-.716c.018-.22.059-.458.178-.692c.171-.336.445-.61.781-.781a1.8%201.8%200%200%201%20.692-.178a9%209%200%200%201%20.716-.017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/arrow-big-up-left-solid.svg?color=%231a73e8&size=48