arrow door in icon

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

Name
arrow-door-in-filled
Set
Reicon
Style
Filled
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="currentColor"><path d="M19.667 2H11a2.336 2.336 0 0 0-2.333 2.333v2.688a1 1 0 0 0 2 0V4.333c0-.184.15-.333.333-.333h7.07l-2.3 1.425a2.32 2.32 0 0 0-1.103 1.983v9.183c0 .813.413 1.554 1.104 1.982L18.069 20H11a.333.333 0 0 1-.333-.334V16.98a1 1 0 0 0-2 0v2.686A2.336 2.336 0 0 0 11 22h8.667A2.336 2.336 0 0 0 22 19.665V4.333A2.336 2.336 0 0 0 19.667 2"/><path d="M9.707 11.293L6.04 7.627A1 1 0 0 0 4.625 9.04L6.585 11H1a1 1 0 0 0 0 2h5.586l-1.96 1.96a1 1 0 0 0 1.413 1.415l3.667-3.667a1 1 0 0 0 0-1.414z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconArrowDoorInFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.667 2H11a2.336 2.336 0 0 0-2.333 2.333v2.688a1 1 0 0 0 2 0V4.333c0-.184.15-.333.333-.333h7.07l-2.3 1.425a2.32 2.32 0 0 0-1.103 1.983v9.183c0 .813.413 1.554 1.104 1.982L18.069 20H11a.333.333 0 0 1-.333-.334V16.98a1 1 0 0 0-2 0v2.686A2.336 2.336 0 0 0 11 22h8.667A2.336 2.336 0 0 0 22 19.665V4.333A2.336 2.336 0 0 0 19.667 2"/><path d="M9.707 11.293L6.04 7.627A1 1 0 0 0 4.625 9.04L6.585 11H1a1 1 0 0 0 0 2h5.586l-1.96 1.96a1 1 0 0 0 1.413 1.415l3.667-3.667a1 1 0 0 0 0-1.414z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.667 2H11a2.336 2.336 0 0 0-2.333 2.333v2.688a1 1 0 0 0 2 0V4.333c0-.184.15-.333.333-.333h7.07l-2.3 1.425a2.32 2.32 0 0 0-1.103 1.983v9.183c0 .813.413 1.554 1.104 1.982L18.069 20H11a.333.333 0 0 1-.333-.334V16.98a1 1 0 0 0-2 0v2.686A2.336 2.336 0 0 0 11 22h8.667A2.336 2.336 0 0 0 22 19.665V4.333A2.336 2.336 0 0 0 19.667 2"/><path d="M9.707 11.293L6.04 7.627A1 1 0 0 0 4.625 9.04L6.585 11H1a1 1 0 0 0 0 2h5.586l-1.96 1.96a1 1 0 0 0 1.413 1.415l3.667-3.667a1 1 0 0 0 0-1.414z"/></g></svg>
</template>

CSS

.icon-arrow-door-in-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M19.667%202H11a2.336%202.336%200%200%200-2.333%202.333v2.688a1%201%200%200%200%202%200V4.333c0-.184.15-.333.333-.333h7.07l-2.3%201.425a2.32%202.32%200%200%200-1.103%201.983v9.183c0%20.813.413%201.554%201.104%201.982L18.069%2020H11a.333.333%200%200%201-.333-.334V16.98a1%201%200%200%200-2%200v2.686A2.336%202.336%200%200%200%2011%2022h8.667A2.336%202.336%200%200%200%2022%2019.665V4.333A2.336%202.336%200%200%200%2019.667%202%22%2F%3E%3Cpath%20d%3D%22M9.707%2011.293L6.04%207.627A1%201%200%200%200%204.625%209.04L6.585%2011H1a1%201%200%200%200%200%202h5.586l-1.96%201.96a1%201%200%200%200%201.413%201.415l3.667-3.667a1%201%200%200%200%200-1.414z%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%22currentColor%22%3E%3Cpath%20d%3D%22M19.667%202H11a2.336%202.336%200%200%200-2.333%202.333v2.688a1%201%200%200%200%202%200V4.333c0-.184.15-.333.333-.333h7.07l-2.3%201.425a2.32%202.32%200%200%200-1.103%201.983v9.183c0%20.813.413%201.554%201.104%201.982L18.069%2020H11a.333.333%200%200%201-.333-.334V16.98a1%201%200%200%200-2%200v2.686A2.336%202.336%200%200%200%2011%2022h8.667A2.336%202.336%200%200%200%2022%2019.665V4.333A2.336%202.336%200%200%200%2019.667%202%22%2F%3E%3Cpath%20d%3D%22M9.707%2011.293L6.04%207.627A1%201%200%200%200%204.625%209.04L6.585%2011H1a1%201%200%200%200%200%202h5.586l-1.96%201.96a1%201%200%200%200%201.413%201.415l3.667-3.667a1%201%200%200%200%200-1.414z%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-filled.svg?color=%231a73e8&size=48