folder cross icon

folder-cross from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
folder-cross
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the folder cross 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-miterlimit="10" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m13.81 15.73l-3.54-3.54m3.5.04l-3.54 3.54"/><path d="M22 11v6c0 4-1 5-5 5H7c-4 0-5-1-5-5V7c0-4 1-5 5-5h1.5c1.5 0 1.83.44 2.4 1.2l1.5 2c.38.5.6.8 1.6.8h3c4 0 5 1 5 5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconFolderCross(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" strokeMiterlimit="10" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="m13.81 15.73l-3.54-3.54m3.5.04l-3.54 3.54"/><path d="M22 11v6c0 4-1 5-5 5H7c-4 0-5-1-5-5V7c0-4 1-5 5-5h1.5c1.5 0 1.83.44 2.4 1.2l1.5 2c.38.5.6.8 1.6.8h3c4 0 5 1 5 5Z"/></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-miterlimit="10" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m13.81 15.73l-3.54-3.54m3.5.04l-3.54 3.54"/><path d="M22 11v6c0 4-1 5-5 5H7c-4 0-5-1-5-5V7c0-4 1-5 5-5h1.5c1.5 0 1.83.44 2.4 1.2l1.5 2c.38.5.6.8 1.6.8h3c4 0 5 1 5 5Z"/></g></svg>
</template>

CSS

.icon-folder-cross {
  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-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m13.81%2015.73l-3.54-3.54m3.5.04l-3.54%203.54%22%2F%3E%3Cpath%20d%3D%22M22%2011v6c0%204-1%205-5%205H7c-4%200-5-1-5-5V7c0-4%201-5%205-5h1.5c1.5%200%201.83.44%202.4%201.2l1.5%202c.38.5.6.8%201.6.8h3c4%200%205%201%205%205Z%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-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m13.81%2015.73l-3.54-3.54m3.5.04l-3.54%203.54%22%2F%3E%3Cpath%20d%3D%22M22%2011v6c0%204-1%205-5%205H7c-4%200-5-1-5-5V7c0-4%201-5%205-5h1.5c1.5%200%201.83.44%202.4%201.2l1.5%202c.38.5.6.8%201.6.8h3c4%200%205%201%205%205Z%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/folder-cross.svg?color=%231a73e8&size=48