arrow door out icon

arrow-door-out from Reicon by REICON · Outline · Arrows · MIT Free for personal and commercial use.

Name
arrow-door-out
Set
Reicon
Style
Outline
Category
Arrows
Viewbox
24×24
License
MIT

1 other variant in Reicon

More arrows icons from Reicon

Use the arrow door out icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.667 7.667V4.333c0-.736-.598-1.333-1.334-1.333H5.667c-.736 0-1.334.597-1.334 1.333v15.334c0 .736.598 1.333 1.334 1.333h8.666c.736 0 1.334-.597 1.334-1.333v-3.334m3.666-8L23 12l-3.667 3.667M23 12h-8"/><path d="m4.61 3.53l4.427 2.746c.392.243.631.672.631 1.133v9.183c0 .461-.239.89-.63 1.133l-4.43 2.747"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconArrowDoorOut(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" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M15.667 7.667V4.333c0-.736-.598-1.333-1.334-1.333H5.667c-.736 0-1.334.597-1.334 1.333v15.334c0 .736.598 1.333 1.334 1.333h8.666c.736 0 1.334-.597 1.334-1.333v-3.334m3.666-8L23 12l-3.667 3.667M23 12h-8"/><path d="m4.61 3.53l4.427 2.746c.392.243.631.672.631 1.133v9.183c0 .461-.239.89-.63 1.133l-4.43 2.747"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.667 7.667V4.333c0-.736-.598-1.333-1.334-1.333H5.667c-.736 0-1.334.597-1.334 1.333v15.334c0 .736.598 1.333 1.334 1.333h8.666c.736 0 1.334-.597 1.334-1.333v-3.334m3.666-8L23 12l-3.667 3.667M23 12h-8"/><path d="m4.61 3.53l4.427 2.746c.392.243.631.672.631 1.133v9.183c0 .461-.239.89-.63 1.133l-4.43 2.747"/></g></svg>
</template>

CSS

.icon-arrow-door-out {
  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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.667%207.667V4.333c0-.736-.598-1.333-1.334-1.333H5.667c-.736%200-1.334.597-1.334%201.333v15.334c0%20.736.598%201.333%201.334%201.333h8.666c.736%200%201.334-.597%201.334-1.333v-3.334m3.666-8L23%2012l-3.667%203.667M23%2012h-8%22%2F%3E%3Cpath%20d%3D%22m4.61%203.53l4.427%202.746c.392.243.631.672.631%201.133v9.183c0%20.461-.239.89-.63%201.133l-4.43%202.747%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.667%207.667V4.333c0-.736-.598-1.333-1.334-1.333H5.667c-.736%200-1.334.597-1.334%201.333v15.334c0%20.736.598%201.333%201.334%201.333h8.666c.736%200%201.334-.597%201.334-1.333v-3.334m3.666-8L23%2012l-3.667%203.667M23%2012h-8%22%2F%3E%3Cpath%20d%3D%22m4.61%203.53l4.427%202.746c.392.243.631.672.631%201.133v9.183c0%20.461-.239.89-.63%201.133l-4.43%202.747%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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