arrow big down right icon

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

Name
arrow-big-down-right-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT
Aliases
fat-arrow-down-right-solid

1 other variant in Myna UI Icons

Related icons in Myna UI Icons

Use the arrow big down right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.596 3.611c.512-.512 1.312-.456 1.786.018l6.51 6.51l2.54-2.601c.498-.498 1.165-.342 1.505-.167c.355.181.798.591.813 1.198v9.798c0 .267 0 .511-.017.715c-.018.22-.059.458-.178.692c-.171.336-.445.61-.781.781c-.235.12-.472.16-.692.178c-.204.017-.448.017-.716.017H8.57c-.607-.015-1.017-.458-1.198-.813c-.175-.34-.331-1.007.167-1.505l.006-.006l2.594-2.534l-6.51-6.51c-.473-.474-.529-1.274-.017-1.785z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiArrowBigDownRightSolid(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="M7.596 3.611c.512-.512 1.312-.456 1.786.018l6.51 6.51l2.54-2.601c.498-.498 1.165-.342 1.505-.167c.355.181.798.591.813 1.198v9.798c0 .267 0 .511-.017.715c-.018.22-.059.458-.178.692c-.171.336-.445.61-.781.781c-.235.12-.472.16-.692.178c-.204.017-.448.017-.716.017H8.57c-.607-.015-1.017-.458-1.198-.813c-.175-.34-.331-1.007.167-1.505l.006-.006l2.594-2.534l-6.51-6.51c-.473-.474-.529-1.274-.017-1.785z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.596 3.611c.512-.512 1.312-.456 1.786.018l6.51 6.51l2.54-2.601c.498-.498 1.165-.342 1.505-.167c.355.181.798.591.813 1.198v9.798c0 .267 0 .511-.017.715c-.018.22-.059.458-.178.692c-.171.336-.445.61-.781.781c-.235.12-.472.16-.692.178c-.204.017-.448.017-.716.017H8.57c-.607-.015-1.017-.458-1.198-.813c-.175-.34-.331-1.007.167-1.505l.006-.006l2.594-2.534l-6.51-6.51c-.473-.474-.529-1.274-.017-1.785z"/></svg>
</template>

CSS

.icon-arrow-big-down-right-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%22M7.596%203.611c.512-.512%201.312-.456%201.786.018l6.51%206.51l2.54-2.601c.498-.498%201.165-.342%201.505-.167c.355.181.798.591.813%201.198v9.798c0%20.267%200%20.511-.017.715c-.018.22-.059.458-.178.692c-.171.336-.445.61-.781.781c-.235.12-.472.16-.692.178c-.204.017-.448.017-.716.017H8.57c-.607-.015-1.017-.458-1.198-.813c-.175-.34-.331-1.007.167-1.505l.006-.006l2.594-2.534l-6.51-6.51c-.473-.474-.529-1.274-.017-1.785z%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%22M7.596%203.611c.512-.512%201.312-.456%201.786.018l6.51%206.51l2.54-2.601c.498-.498%201.165-.342%201.505-.167c.355.181.798.591.813%201.198v9.798c0%20.267%200%20.511-.017.715c-.018.22-.059.458-.178.692c-.171.336-.445.61-.781.781c-.235.12-.472.16-.692.178c-.204.017-.448.017-.716.017H8.57c-.607-.015-1.017-.458-1.198-.813c-.175-.34-.331-1.007.167-1.505l.006-.006l2.594-2.534l-6.51-6.51c-.473-.474-.529-1.274-.017-1.785z%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-right-solid.svg?color=%231a73e8&size=48