square arrow out down left icon

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

Name
square-arrow-out-down-left
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 down left 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="M13.494 20.999c3.262-.018 5.029-.163 6.182-1.316c1.318-1.318 1.318-3.439 1.318-7.681c0-4.243 0-6.365-1.319-7.683s-3.439-1.318-7.682-1.318c-4.242 0-6.363 0-7.681 1.318c-1.153 1.153-1.298 2.92-1.316 6.183"/><path fill="currentColor" d="M13.523 11.53a.75.75 0 1 0-1.061-1.06l.53.53zM3.112 19.82a.75.75 0 0 0 1.06 1.061l-.53-.53zm.734-4.762a.75.75 0 1 0-1.495-.117l.747.059zm5.205 6.583a.75.75 0 0 0-.117-1.495l.058.748zm3.941-10.64l-.53-.53l-9.35 9.35l.53.53l.53.53l9.35-9.35zm-9.587 9.586l.53-.53c.057.057.03.064-.019-.109a4 4 0 0 1-.104-.607a16 16 0 0 1-.07-1.8a38 38 0 0 1 .103-2.47v-.01l.001-.002l-.748-.06l-.747-.058v.005L2.345 15a28 28 0 0 0-.046.736a40 40 0 0 0-.057 1.793c-.005.666.012 1.377.077 1.976c.033.298.08.59.151.845c.063.227.174.538.404.767zm5.587.307l-.058-.748H8.92l-.039.004a37 37 0 0 1-.706.044c-.463.024-1.084.05-1.724.055a16 16 0 0 1-1.801-.069a4 4 0 0 1-.607-.104c-.173-.048-.166-.076-.109-.02l-.53.531l-.53.53c.229.23.54.34.767.404c.255.07.547.118.845.15c.599.066 1.31.083 1.976.078a40 40 0 0 0 2.529-.103l.043-.004h.015z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSquareArrowOutDownLeft(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="M13.494 20.999c3.262-.018 5.029-.163 6.182-1.316c1.318-1.318 1.318-3.439 1.318-7.681c0-4.243 0-6.365-1.319-7.683s-3.439-1.318-7.682-1.318c-4.242 0-6.363 0-7.681 1.318c-1.153 1.153-1.298 2.92-1.316 6.183"/><path fill="currentColor" d="M13.523 11.53a.75.75 0 1 0-1.061-1.06l.53.53zM3.112 19.82a.75.75 0 0 0 1.06 1.061l-.53-.53zm.734-4.762a.75.75 0 1 0-1.495-.117l.747.059zm5.205 6.583a.75.75 0 0 0-.117-1.495l.058.748zm3.941-10.64l-.53-.53l-9.35 9.35l.53.53l.53.53l9.35-9.35zm-9.587 9.586l.53-.53c.057.057.03.064-.019-.109a4 4 0 0 1-.104-.607a16 16 0 0 1-.07-1.8a38 38 0 0 1 .103-2.47v-.01l.001-.002l-.748-.06l-.747-.058v.005L2.345 15a28 28 0 0 0-.046.736a40 40 0 0 0-.057 1.793c-.005.666.012 1.377.077 1.976c.033.298.08.59.151.845c.063.227.174.538.404.767zm5.587.307l-.058-.748H8.92l-.039.004a37 37 0 0 1-.706.044c-.463.024-1.084.05-1.724.055a16 16 0 0 1-1.801-.069a4 4 0 0 1-.607-.104c-.173-.048-.166-.076-.109-.02l-.53.531l-.53.53c.229.23.54.34.767.404c.255.07.547.118.845.15c.599.066 1.31.083 1.976.078a40 40 0 0 0 2.529-.103l.043-.004h.015z"/></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="M13.494 20.999c3.262-.018 5.029-.163 6.182-1.316c1.318-1.318 1.318-3.439 1.318-7.681c0-4.243 0-6.365-1.319-7.683s-3.439-1.318-7.682-1.318c-4.242 0-6.363 0-7.681 1.318c-1.153 1.153-1.298 2.92-1.316 6.183"/><path fill="currentColor" d="M13.523 11.53a.75.75 0 1 0-1.061-1.06l.53.53zM3.112 19.82a.75.75 0 0 0 1.06 1.061l-.53-.53zm.734-4.762a.75.75 0 1 0-1.495-.117l.747.059zm5.205 6.583a.75.75 0 0 0-.117-1.495l.058.748zm3.941-10.64l-.53-.53l-9.35 9.35l.53.53l.53.53l9.35-9.35zm-9.587 9.586l.53-.53c.057.057.03.064-.019-.109a4 4 0 0 1-.104-.607a16 16 0 0 1-.07-1.8a38 38 0 0 1 .103-2.47v-.01l.001-.002l-.748-.06l-.747-.058v.005L2.345 15a28 28 0 0 0-.046.736a40 40 0 0 0-.057 1.793c-.005.666.012 1.377.077 1.976c.033.298.08.59.151.845c.063.227.174.538.404.767zm5.587.307l-.058-.748H8.92l-.039.004a37 37 0 0 1-.706.044c-.463.024-1.084.05-1.724.055a16 16 0 0 1-1.801-.069a4 4 0 0 1-.607-.104c-.173-.048-.166-.076-.109-.02l-.53.531l-.53.53c.229.23.54.34.767.404c.255.07.547.118.845.15c.599.066 1.31.083 1.976.078a40 40 0 0 0 2.529-.103l.043-.004h.015z"/></g></svg>
</template>

CSS

.icon-square-arrow-out-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13.494%2020.999c3.262-.018%205.029-.163%206.182-1.316c1.318-1.318%201.318-3.439%201.318-7.681c0-4.243%200-6.365-1.319-7.683s-3.439-1.318-7.682-1.318c-4.242%200-6.363%200-7.681%201.318c-1.153%201.153-1.298%202.92-1.316%206.183%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.523%2011.53a.75.75%200%201%200-1.061-1.06l.53.53zM3.112%2019.82a.75.75%200%200%200%201.06%201.061l-.53-.53zm.734-4.762a.75.75%200%201%200-1.495-.117l.747.059zm5.205%206.583a.75.75%200%200%200-.117-1.495l.058.748zm3.941-10.64l-.53-.53l-9.35%209.35l.53.53l.53.53l9.35-9.35zm-9.587%209.586l.53-.53c.057.057.03.064-.019-.109a4%204%200%200%201-.104-.607a16%2016%200%200%201-.07-1.8a38%2038%200%200%201%20.103-2.47v-.01l.001-.002l-.748-.06l-.747-.058v.005L2.345%2015a28%2028%200%200%200-.046.736a40%2040%200%200%200-.057%201.793c-.005.666.012%201.377.077%201.976c.033.298.08.59.151.845c.063.227.174.538.404.767zm5.587.307l-.058-.748H8.92l-.039.004a37%2037%200%200%201-.706.044c-.463.024-1.084.05-1.724.055a16%2016%200%200%201-1.801-.069a4%204%200%200%201-.607-.104c-.173-.048-.166-.076-.109-.02l-.53.531l-.53.53c.229.23.54.34.767.404c.255.07.547.118.845.15c.599.066%201.31.083%201.976.078a40%2040%200%200%200%202.529-.103l.043-.004h.015z%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%22M13.494%2020.999c3.262-.018%205.029-.163%206.182-1.316c1.318-1.318%201.318-3.439%201.318-7.681c0-4.243%200-6.365-1.319-7.683s-3.439-1.318-7.682-1.318c-4.242%200-6.363%200-7.681%201.318c-1.153%201.153-1.298%202.92-1.316%206.183%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.523%2011.53a.75.75%200%201%200-1.061-1.06l.53.53zM3.112%2019.82a.75.75%200%200%200%201.06%201.061l-.53-.53zm.734-4.762a.75.75%200%201%200-1.495-.117l.747.059zm5.205%206.583a.75.75%200%200%200-.117-1.495l.058.748zm3.941-10.64l-.53-.53l-9.35%209.35l.53.53l.53.53l9.35-9.35zm-9.587%209.586l.53-.53c.057.057.03.064-.019-.109a4%204%200%200%201-.104-.607a16%2016%200%200%201-.07-1.8a38%2038%200%200%201%20.103-2.47v-.01l.001-.002l-.748-.06l-.747-.058v.005L2.345%2015a28%2028%200%200%200-.046.736a40%2040%200%200%200-.057%201.793c-.005.666.012%201.377.077%201.976c.033.298.08.59.151.845c.063.227.174.538.404.767zm5.587.307l-.058-.748H8.92l-.039.004a37%2037%200%200%201-.706.044c-.463.024-1.084.05-1.724.055a16%2016%200%200%201-1.801-.069a4%204%200%200%201-.607-.104c-.173-.048-.166-.076-.109-.02l-.53.531l-.53.53c.229.23.54.34.767.404c.255.07.547.118.845.15c.599.066%201.31.083%201.976.078a40%2040%200%200%200%202.529-.103l.043-.004h.015z%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-down-left.svg?color=%231a73e8&size=48