arrow big down left icon
arrow-big-down-left-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- arrow-big-down-left-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
- Aliases
- fat-arrow-down-left-solid
1 other variant in Myna UI Icons
Related icons in Myna UI Icons
arrow-big-downarrow-big-down-rightarrow-big-leftarrow-big-rightarrow-big-uparrow-big-up-leftarrow-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 down left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.618 3.629c.474-.474 1.274-.53 1.785-.018l3.986 3.986c.512.511.456 1.311-.018 1.785l-6.51 6.51l2.601 2.54c.498.498.342 1.165.167 1.505c-.181.355-.591.798-1.198.813H5.633c-.267 0-.511 0-.715-.017a1.8 1.8 0 0 1-.692-.178a1.8 1.8 0 0 1-.781-.781a1.8 1.8 0 0 1-.178-.692c-.017-.204-.017-.448-.017-.716V8.57c.015-.607.458-1.017.813-1.198c.34-.175 1.007-.33 1.505.167l.006.006l2.534 2.594z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiArrowBigDownLeftSolid(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="M14.618 3.629c.474-.474 1.274-.53 1.785-.018l3.986 3.986c.512.511.456 1.311-.018 1.785l-6.51 6.51l2.601 2.54c.498.498.342 1.165.167 1.505c-.181.355-.591.798-1.198.813H5.633c-.267 0-.511 0-.715-.017a1.8 1.8 0 0 1-.692-.178a1.8 1.8 0 0 1-.781-.781a1.8 1.8 0 0 1-.178-.692c-.017-.204-.017-.448-.017-.716V8.57c.015-.607.458-1.017.813-1.198c.34-.175 1.007-.33 1.505.167l.006.006l2.534 2.594z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.618 3.629c.474-.474 1.274-.53 1.785-.018l3.986 3.986c.512.511.456 1.311-.018 1.785l-6.51 6.51l2.601 2.54c.498.498.342 1.165.167 1.505c-.181.355-.591.798-1.198.813H5.633c-.267 0-.511 0-.715-.017a1.8 1.8 0 0 1-.692-.178a1.8 1.8 0 0 1-.781-.781a1.8 1.8 0 0 1-.178-.692c-.017-.204-.017-.448-.017-.716V8.57c.015-.607.458-1.017.813-1.198c.34-.175 1.007-.33 1.505.167l.006.006l2.534 2.594z"/></svg> </template>
CSS
.icon-arrow-big-down-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%22M14.618%203.629c.474-.474%201.274-.53%201.785-.018l3.986%203.986c.512.511.456%201.311-.018%201.785l-6.51%206.51l2.601%202.54c.498.498.342%201.165.167%201.505c-.181.355-.591.798-1.198.813H5.633c-.267%200-.511%200-.715-.017a1.8%201.8%200%200%201-.692-.178a1.8%201.8%200%200%201-.781-.781a1.8%201.8%200%200%201-.178-.692c-.017-.204-.017-.448-.017-.716V8.57c.015-.607.458-1.017.813-1.198c.34-.175%201.007-.33%201.505.167l.006.006l2.534%202.594z%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%22M14.618%203.629c.474-.474%201.274-.53%201.785-.018l3.986%203.986c.512.511.456%201.311-.018%201.785l-6.51%206.51l2.601%202.54c.498.498.342%201.165.167%201.505c-.181.355-.591.798-1.198.813H5.633c-.267%200-.511%200-.715-.017a1.8%201.8%200%200%201-.692-.178a1.8%201.8%200%200%201-.781-.781a1.8%201.8%200%200%201-.178-.692c-.017-.204-.017-.448-.017-.716V8.57c.015-.607.458-1.017.813-1.198c.34-.175%201.007-.33%201.505.167l.006.006l2.534%202.594z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/arrow-big-down-left-solid.svg?color=%231a73e8&size=48