arrow big down left icon

arrow-big-down-left from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
arrow-big-down-left
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT
Aliases
fat-arrow-down-left

1 other variant in Myna UI Icons

Related icons in Myna UI Icons

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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.932 18.963c.315.315-.062 1.026-.519 1.037H5.66c-.58 0-.871 0-1.093-.113a1.04 1.04 0 0 1-.454-.454C4 19.213 4 18.922 4 18.34V8.587c.01-.457.722-.834 1.038-.519l2.714 2.78c.195.195.52.187.725-.018l6.671-6.671a.513.513 0 0 1 .725-.017l3.985 3.985a.513.513 0 0 1-.017.725l-6.671 6.671a.513.513 0 0 0-.017.725z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiArrowBigDownLeft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M15.932 18.963c.315.315-.062 1.026-.519 1.037H5.66c-.58 0-.871 0-1.093-.113a1.04 1.04 0 0 1-.454-.454C4 19.213 4 18.922 4 18.34V8.587c.01-.457.722-.834 1.038-.519l2.714 2.78c.195.195.52.187.725-.018l6.671-6.671a.513.513 0 0 1 .725-.017l3.985 3.985a.513.513 0 0 1-.017.725l-6.671 6.671a.513.513 0 0 0-.017.725z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.932 18.963c.315.315-.062 1.026-.519 1.037H5.66c-.58 0-.871 0-1.093-.113a1.04 1.04 0 0 1-.454-.454C4 19.213 4 18.922 4 18.34V8.587c.01-.457.722-.834 1.038-.519l2.714 2.78c.195.195.52.187.725-.018l6.671-6.671a.513.513 0 0 1 .725-.017l3.985 3.985a.513.513 0 0 1-.017.725l-6.671 6.671a.513.513 0 0 0-.017.725z"/></svg>
</template>

CSS

.icon-arrow-big-down-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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.932%2018.963c.315.315-.062%201.026-.519%201.037H5.66c-.58%200-.871%200-1.093-.113a1.04%201.04%200%200%201-.454-.454C4%2019.213%204%2018.922%204%2018.34V8.587c.01-.457.722-.834%201.038-.519l2.714%202.78c.195.195.52.187.725-.018l6.671-6.671a.513.513%200%200%201%20.725-.017l3.985%203.985a.513.513%200%200%201-.017.725l-6.671%206.671a.513.513%200%200%200-.017.725z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.932%2018.963c.315.315-.062%201.026-.519%201.037H5.66c-.58%200-.871%200-1.093-.113a1.04%201.04%200%200%201-.454-.454C4%2019.213%204%2018.922%204%2018.34V8.587c.01-.457.722-.834%201.038-.519l2.714%202.78c.195.195.52.187.725-.018l6.671-6.671a.513.513%200%200%201%20.725-.017l3.985%203.985a.513.513%200%200%201-.017.725l-6.671%206.671a.513.513%200%200%200-.017.725z%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.svg?color=%231a73e8&size=48