arrow door out icon

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

Name
arrow-door-out-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 out icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.667 15.333a1 1 0 0 0-1 1v3.334c0 .184-.15.333-.334.333H7.264l2.3-1.425a2.32 2.32 0 0 0 1.103-1.983V7.409c0-.812-.414-1.554-1.103-1.982L7.264 4h7.07c.183 0 .333.15.333.334v3.333a1 1 0 0 0 2 0V4.333A2.336 2.336 0 0 0 14.333 2H5.667a2.336 2.336 0 0 0-2.334 2.333v15.334A2.336 2.336 0 0 0 5.667 22h8.666a2.336 2.336 0 0 0 2.334-2.333v-3.334a1 1 0 0 0-1-1"/><path d="M23.707 11.293L20.04 7.627a1 1 0 1 0-1.415 1.414l1.96 1.96H15a1 1 0 0 0 0 2h5.585l-1.96 1.96a1 1 0 0 0 1.414 1.415l3.666-3.667a1 1 0 0 0 0-1.414Z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconArrowDoorOutFilled(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="M15.667 15.333a1 1 0 0 0-1 1v3.334c0 .184-.15.333-.334.333H7.264l2.3-1.425a2.32 2.32 0 0 0 1.103-1.983V7.409c0-.812-.414-1.554-1.103-1.982L7.264 4h7.07c.183 0 .333.15.333.334v3.333a1 1 0 0 0 2 0V4.333A2.336 2.336 0 0 0 14.333 2H5.667a2.336 2.336 0 0 0-2.334 2.333v15.334A2.336 2.336 0 0 0 5.667 22h8.666a2.336 2.336 0 0 0 2.334-2.333v-3.334a1 1 0 0 0-1-1"/><path d="M23.707 11.293L20.04 7.627a1 1 0 1 0-1.415 1.414l1.96 1.96H15a1 1 0 0 0 0 2h5.585l-1.96 1.96a1 1 0 0 0 1.414 1.415l3.666-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="M15.667 15.333a1 1 0 0 0-1 1v3.334c0 .184-.15.333-.334.333H7.264l2.3-1.425a2.32 2.32 0 0 0 1.103-1.983V7.409c0-.812-.414-1.554-1.103-1.982L7.264 4h7.07c.183 0 .333.15.333.334v3.333a1 1 0 0 0 2 0V4.333A2.336 2.336 0 0 0 14.333 2H5.667a2.336 2.336 0 0 0-2.334 2.333v15.334A2.336 2.336 0 0 0 5.667 22h8.666a2.336 2.336 0 0 0 2.334-2.333v-3.334a1 1 0 0 0-1-1"/><path d="M23.707 11.293L20.04 7.627a1 1 0 1 0-1.415 1.414l1.96 1.96H15a1 1 0 0 0 0 2h5.585l-1.96 1.96a1 1 0 0 0 1.414 1.415l3.666-3.667a1 1 0 0 0 0-1.414Z"/></g></svg>
</template>

CSS

.icon-arrow-door-out-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%22M15.667%2015.333a1%201%200%200%200-1%201v3.334c0%20.184-.15.333-.334.333H7.264l2.3-1.425a2.32%202.32%200%200%200%201.103-1.983V7.409c0-.812-.414-1.554-1.103-1.982L7.264%204h7.07c.183%200%20.333.15.333.334v3.333a1%201%200%200%200%202%200V4.333A2.336%202.336%200%200%200%2014.333%202H5.667a2.336%202.336%200%200%200-2.334%202.333v15.334A2.336%202.336%200%200%200%205.667%2022h8.666a2.336%202.336%200%200%200%202.334-2.333v-3.334a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20d%3D%22M23.707%2011.293L20.04%207.627a1%201%200%201%200-1.415%201.414l1.96%201.96H15a1%201%200%200%200%200%202h5.585l-1.96%201.96a1%201%200%200%200%201.414%201.415l3.666-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%22M15.667%2015.333a1%201%200%200%200-1%201v3.334c0%20.184-.15.333-.334.333H7.264l2.3-1.425a2.32%202.32%200%200%200%201.103-1.983V7.409c0-.812-.414-1.554-1.103-1.982L7.264%204h7.07c.183%200%20.333.15.333.334v3.333a1%201%200%200%200%202%200V4.333A2.336%202.336%200%200%200%2014.333%202H5.667a2.336%202.336%200%200%200-2.334%202.333v15.334A2.336%202.336%200%200%200%205.667%2022h8.666a2.336%202.336%200%200%200%202.334-2.333v-3.334a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20d%3D%22M23.707%2011.293L20.04%207.627a1%201%200%201%200-1.415%201.414l1.96%201.96H15a1%201%200%200%200%200%202h5.585l-1.96%201.96a1%201%200%200%200%201.414%201.415l3.666-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-out-filled.svg?color=%231a73e8&size=48