arrow big up right icon

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

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

1 other variant in Myna UI Icons

Related icons in Myna UI Icons

Use the arrow big up right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.083 3.267a1.8 1.8 0 0 1 .691.178c.336.171.61.445.781.781c.12.234.16.472.178.692c.017.203.017.448.017.716v9.797c-.015.607-.458 1.017-.812 1.198c-.341.175-1.008.33-1.506-.167l-.006-.006l-2.534-2.594l-6.51 6.51c-.473.473-1.273.529-1.785.017L3.61 16.404c-.511-.512-.456-1.312.018-1.786l6.51-6.51l-2.601-2.54c-.498-.498-.342-1.165-.167-1.505c.181-.355.591-.798 1.198-.813h9.798c.267 0 .512 0 .715.017"/></svg>

React

import type { SVGProps } from "react";

export function MynauiArrowBigUpRightSolid(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="M19.083 3.267a1.8 1.8 0 0 1 .691.178c.336.171.61.445.781.781c.12.234.16.472.178.692c.017.203.017.448.017.716v9.797c-.015.607-.458 1.017-.812 1.198c-.341.175-1.008.33-1.506-.167l-.006-.006l-2.534-2.594l-6.51 6.51c-.473.473-1.273.529-1.785.017L3.61 16.404c-.511-.512-.456-1.312.018-1.786l6.51-6.51l-2.601-2.54c-.498-.498-.342-1.165-.167-1.505c.181-.355.591-.798 1.198-.813h9.798c.267 0 .512 0 .715.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="M19.083 3.267a1.8 1.8 0 0 1 .691.178c.336.171.61.445.781.781c.12.234.16.472.178.692c.017.203.017.448.017.716v9.797c-.015.607-.458 1.017-.812 1.198c-.341.175-1.008.33-1.506-.167l-.006-.006l-2.534-2.594l-6.51 6.51c-.473.473-1.273.529-1.785.017L3.61 16.404c-.511-.512-.456-1.312.018-1.786l6.51-6.51l-2.601-2.54c-.498-.498-.342-1.165-.167-1.505c.181-.355.591-.798 1.198-.813h9.798c.267 0 .512 0 .715.017"/></svg>
</template>

CSS

.icon-arrow-big-up-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%22M19.083%203.267a1.8%201.8%200%200%201%20.691.178c.336.171.61.445.781.781c.12.234.16.472.178.692c.017.203.017.448.017.716v9.797c-.015.607-.458%201.017-.812%201.198c-.341.175-1.008.33-1.506-.167l-.006-.006l-2.534-2.594l-6.51%206.51c-.473.473-1.273.529-1.785.017L3.61%2016.404c-.511-.512-.456-1.312.018-1.786l6.51-6.51l-2.601-2.54c-.498-.498-.342-1.165-.167-1.505c.181-.355.591-.798%201.198-.813h9.798c.267%200%20.512%200%20.715.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%22M19.083%203.267a1.8%201.8%200%200%201%20.691.178c.336.171.61.445.781.781c.12.234.16.472.178.692c.017.203.017.448.017.716v9.797c-.015.607-.458%201.017-.812%201.198c-.341.175-1.008.33-1.506-.167l-.006-.006l-2.534-2.594l-6.51%206.51c-.473.473-1.273.529-1.785.017L3.61%2016.404c-.511-.512-.456-1.312.018-1.786l6.51-6.51l-2.601-2.54c-.498-.498-.342-1.165-.167-1.505c.181-.355.591-.798%201.198-.813h9.798c.267%200%20.512%200%20.715.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-right-solid.svg?color=%231a73e8&size=48