square arrow out up right icon

square-arrow-out-up-right from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
square-arrow-out-up-right
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the square arrow out up right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M10.492 3.004c-3.262.018-5.03.163-6.182 1.315c-1.318 1.318-1.318 3.44-1.318 7.682s0 6.364 1.318 7.682s3.44 1.318 7.682 1.318s6.364 0 7.682-1.318c1.153-1.152 1.297-2.92 1.316-6.182"/><path fill="currentColor" d="M10.462 12.47a.75.75 0 0 0 1.06 1.06l-.53-.53zm10.41-8.29a.75.75 0 1 0-1.06-1.06l.53.53zm-.734 4.762a.75.75 0 1 0 1.496.117l-.748-.058zM14.934 2.36a.75.75 0 1 0 .117 1.496l-.059-.748zM10.992 13l.53.53l9.35-9.35l-.53-.53l-.53-.53l-9.35 9.35zm9.587-9.586l-.53.53c-.057-.057-.029-.064.019.108q.06.22.105.607c.056.514.073 1.157.068 1.801a38 38 0 0 1-.099 2.431l-.003.04v.011l.747.059l.748.058v-.004l.001-.011l.003-.043a37 37 0 0 0 .046-.736c.026-.477.052-1.123.057-1.794a18 18 0 0 0-.077-1.975a5.5 5.5 0 0 0-.15-.845c-.064-.227-.175-.538-.404-.768zm-5.587-.307l.059.748h.002l.01-.001l.04-.003a27 27 0 0 1 .705-.044c.463-.025 1.085-.05 1.725-.055c.644-.005 1.287.012 1.8.068q.389.044.608.105c.172.048.165.076.108.019l.53-.53l.53-.53c-.229-.23-.54-.341-.767-.404a5.5 5.5 0 0 0-.845-.15a18 18 0 0 0-1.975-.078a40 40 0 0 0-2.584.107h-.004z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSquareArrowOutUpRight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M10.492 3.004c-3.262.018-5.03.163-6.182 1.315c-1.318 1.318-1.318 3.44-1.318 7.682s0 6.364 1.318 7.682s3.44 1.318 7.682 1.318s6.364 0 7.682-1.318c1.153-1.152 1.297-2.92 1.316-6.182"/><path fill="currentColor" d="M10.462 12.47a.75.75 0 0 0 1.06 1.06l-.53-.53zm10.41-8.29a.75.75 0 1 0-1.06-1.06l.53.53zm-.734 4.762a.75.75 0 1 0 1.496.117l-.748-.058zM14.934 2.36a.75.75 0 1 0 .117 1.496l-.059-.748zM10.992 13l.53.53l9.35-9.35l-.53-.53l-.53-.53l-9.35 9.35zm9.587-9.586l-.53.53c-.057-.057-.029-.064.019.108q.06.22.105.607c.056.514.073 1.157.068 1.801a38 38 0 0 1-.099 2.431l-.003.04v.011l.747.059l.748.058v-.004l.001-.011l.003-.043a37 37 0 0 0 .046-.736c.026-.477.052-1.123.057-1.794a18 18 0 0 0-.077-1.975a5.5 5.5 0 0 0-.15-.845c-.064-.227-.175-.538-.404-.768zm-5.587-.307l.059.748h.002l.01-.001l.04-.003a27 27 0 0 1 .705-.044c.463-.025 1.085-.05 1.725-.055c.644-.005 1.287.012 1.8.068q.389.044.608.105c.172.048.165.076.108.019l.53-.53l.53-.53c-.229-.23-.54-.341-.767-.404a5.5 5.5 0 0 0-.845-.15a18 18 0 0 0-1.975-.078a40 40 0 0 0-2.584.107h-.004z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M10.492 3.004c-3.262.018-5.03.163-6.182 1.315c-1.318 1.318-1.318 3.44-1.318 7.682s0 6.364 1.318 7.682s3.44 1.318 7.682 1.318s6.364 0 7.682-1.318c1.153-1.152 1.297-2.92 1.316-6.182"/><path fill="currentColor" d="M10.462 12.47a.75.75 0 0 0 1.06 1.06l-.53-.53zm10.41-8.29a.75.75 0 1 0-1.06-1.06l.53.53zm-.734 4.762a.75.75 0 1 0 1.496.117l-.748-.058zM14.934 2.36a.75.75 0 1 0 .117 1.496l-.059-.748zM10.992 13l.53.53l9.35-9.35l-.53-.53l-.53-.53l-9.35 9.35zm9.587-9.586l-.53.53c-.057-.057-.029-.064.019.108q.06.22.105.607c.056.514.073 1.157.068 1.801a38 38 0 0 1-.099 2.431l-.003.04v.011l.747.059l.748.058v-.004l.001-.011l.003-.043a37 37 0 0 0 .046-.736c.026-.477.052-1.123.057-1.794a18 18 0 0 0-.077-1.975a5.5 5.5 0 0 0-.15-.845c-.064-.227-.175-.538-.404-.768zm-5.587-.307l.059.748h.002l.01-.001l.04-.003a27 27 0 0 1 .705-.044c.463-.025 1.085-.05 1.725-.055c.644-.005 1.287.012 1.8.068q.389.044.608.105c.172.048.165.076.108.019l.53-.53l.53-.53c-.229-.23-.54-.341-.767-.404a5.5 5.5 0 0 0-.845-.15a18 18 0 0 0-1.975-.078a40 40 0 0 0-2.584.107h-.004z"/></g></svg>
</template>

CSS

.icon-square-arrow-out-up-right {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.492%203.004c-3.262.018-5.03.163-6.182%201.315c-1.318%201.318-1.318%203.44-1.318%207.682s0%206.364%201.318%207.682s3.44%201.318%207.682%201.318s6.364%200%207.682-1.318c1.153-1.152%201.297-2.92%201.316-6.182%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.462%2012.47a.75.75%200%200%200%201.06%201.06l-.53-.53zm10.41-8.29a.75.75%200%201%200-1.06-1.06l.53.53zm-.734%204.762a.75.75%200%201%200%201.496.117l-.748-.058zM14.934%202.36a.75.75%200%201%200%20.117%201.496l-.059-.748zM10.992%2013l.53.53l9.35-9.35l-.53-.53l-.53-.53l-9.35%209.35zm9.587-9.586l-.53.53c-.057-.057-.029-.064.019.108q.06.22.105.607c.056.514.073%201.157.068%201.801a38%2038%200%200%201-.099%202.431l-.003.04v.011l.747.059l.748.058v-.004l.001-.011l.003-.043a37%2037%200%200%200%20.046-.736c.026-.477.052-1.123.057-1.794a18%2018%200%200%200-.077-1.975a5.5%205.5%200%200%200-.15-.845c-.064-.227-.175-.538-.404-.768zm-5.587-.307l.059.748h.002l.01-.001l.04-.003a27%2027%200%200%201%20.705-.044c.463-.025%201.085-.05%201.725-.055c.644-.005%201.287.012%201.8.068q.389.044.608.105c.172.048.165.076.108.019l.53-.53l.53-.53c-.229-.23-.54-.341-.767-.404a5.5%205.5%200%200%200-.845-.15a18%2018%200%200%200-1.975-.078a40%2040%200%200%200-2.584.107h-.004z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.492%203.004c-3.262.018-5.03.163-6.182%201.315c-1.318%201.318-1.318%203.44-1.318%207.682s0%206.364%201.318%207.682s3.44%201.318%207.682%201.318s6.364%200%207.682-1.318c1.153-1.152%201.297-2.92%201.316-6.182%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.462%2012.47a.75.75%200%200%200%201.06%201.06l-.53-.53zm10.41-8.29a.75.75%200%201%200-1.06-1.06l.53.53zm-.734%204.762a.75.75%200%201%200%201.496.117l-.748-.058zM14.934%202.36a.75.75%200%201%200%20.117%201.496l-.059-.748zM10.992%2013l.53.53l9.35-9.35l-.53-.53l-.53-.53l-9.35%209.35zm9.587-9.586l-.53.53c-.057-.057-.029-.064.019.108q.06.22.105.607c.056.514.073%201.157.068%201.801a38%2038%200%200%201-.099%202.431l-.003.04v.011l.747.059l.748.058v-.004l.001-.011l.003-.043a37%2037%200%200%200%20.046-.736c.026-.477.052-1.123.057-1.794a18%2018%200%200%200-.077-1.975a5.5%205.5%200%200%200-.15-.845c-.064-.227-.175-.538-.404-.768zm-5.587-.307l.059.748h.002l.01-.001l.04-.003a27%2027%200%200%201%20.705-.044c.463-.025%201.085-.05%201.725-.055c.644-.005%201.287.012%201.8.068q.389.044.608.105c.172.048.165.076.108.019l.53-.53l.53-.53c-.229-.23-.54-.341-.767-.404a5.5%205.5%200%200%200-.845-.15a18%2018%200%200%200-1.975-.078a40%2040%200%200%200-2.584.107h-.004z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/square-arrow-out-up-right.svg?color=%231a73e8&size=48