arrow door in icon

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

Name
arrow-door-in
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 in 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="M9.667 7.01V4.333C9.667 3.597 10.264 3 11 3h8.667C20.403 3 21 3.597 21 4.333v15.334c0 .736-.597 1.333-1.333 1.333H11a1.334 1.334 0 0 1-1.333-1.333V16.99m-4.334-1.323L9 12L5.333 8.333M9 12H1"/><path d="m20.724 3.53l-4.428 2.746c-.392.243-.63.672-.63 1.133v9.183c0 .461.238.89.63 1.133l4.43 2.747"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconArrowDoorIn(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="M9.667 7.01V4.333C9.667 3.597 10.264 3 11 3h8.667C20.403 3 21 3.597 21 4.333v15.334c0 .736-.597 1.333-1.333 1.333H11a1.334 1.334 0 0 1-1.333-1.333V16.99m-4.334-1.323L9 12L5.333 8.333M9 12H1"/><path d="m20.724 3.53l-4.428 2.746c-.392.243-.63.672-.63 1.133v9.183c0 .461.238.89.63 1.133l4.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="M9.667 7.01V4.333C9.667 3.597 10.264 3 11 3h8.667C20.403 3 21 3.597 21 4.333v15.334c0 .736-.597 1.333-1.333 1.333H11a1.334 1.334 0 0 1-1.333-1.333V16.99m-4.334-1.323L9 12L5.333 8.333M9 12H1"/><path d="m20.724 3.53l-4.428 2.746c-.392.243-.63.672-.63 1.133v9.183c0 .461.238.89.63 1.133l4.43 2.747"/></g></svg>
</template>

CSS

.icon-arrow-door-in {
  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%22M9.667%207.01V4.333C9.667%203.597%2010.264%203%2011%203h8.667C20.403%203%2021%203.597%2021%204.333v15.334c0%20.736-.597%201.333-1.333%201.333H11a1.334%201.334%200%200%201-1.333-1.333V16.99m-4.334-1.323L9%2012L5.333%208.333M9%2012H1%22%2F%3E%3Cpath%20d%3D%22m20.724%203.53l-4.428%202.746c-.392.243-.63.672-.63%201.133v9.183c0%20.461.238.89.63%201.133l4.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%22M9.667%207.01V4.333C9.667%203.597%2010.264%203%2011%203h8.667C20.403%203%2021%203.597%2021%204.333v15.334c0%20.736-.597%201.333-1.333%201.333H11a1.334%201.334%200%200%201-1.333-1.333V16.99m-4.334-1.323L9%2012L5.333%208.333M9%2012H1%22%2F%3E%3Cpath%20d%3D%22m20.724%203.53l-4.428%202.746c-.392.243-.63.672-.63%201.133v9.183c0%20.461.238.89.63%201.133l4.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-in.svg?color=%231a73e8&size=48