suitcase 2 icon

suitcase-2 from Reicon by REICON · Outline · Business · MIT Free for personal and commercial use.

Name
suitcase-2
Set
Reicon
Style
Outline
Category
Business
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All suitcase 2 icons →

More business icons from Reicon

Use the suitcase 2 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="M2.333 11.667c1.895.82 5.288 2.004 9.667 2.004s7.772-1.183 9.667-2.004M12 12.333v3m-3.667-9V3c0-.736.598-1.333 1.334-1.333h4.666c.736 0 1.334.597 1.334 1.333v3.333"/><rect width="19.333" height="14" x="2.333" y="6.333" rx="2.667" ry="2.667"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSuitcase2(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="M2.333 11.667c1.895.82 5.288 2.004 9.667 2.004s7.772-1.183 9.667-2.004M12 12.333v3m-3.667-9V3c0-.736.598-1.333 1.334-1.333h4.666c.736 0 1.334.597 1.334 1.333v3.333"/><rect width="19.333" height="14" x="2.333" y="6.333" rx="2.667" ry="2.667"/></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="M2.333 11.667c1.895.82 5.288 2.004 9.667 2.004s7.772-1.183 9.667-2.004M12 12.333v3m-3.667-9V3c0-.736.598-1.333 1.334-1.333h4.666c.736 0 1.334.597 1.334 1.333v3.333"/><rect width="19.333" height="14" x="2.333" y="6.333" rx="2.667" ry="2.667"/></g></svg>
</template>

CSS

.icon-suitcase-2 {
  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%22M2.333%2011.667c1.895.82%205.288%202.004%209.667%202.004s7.772-1.183%209.667-2.004M12%2012.333v3m-3.667-9V3c0-.736.598-1.333%201.334-1.333h4.666c.736%200%201.334.597%201.334%201.333v3.333%22%2F%3E%3Crect%20width%3D%2219.333%22%20height%3D%2214%22%20x%3D%222.333%22%20y%3D%226.333%22%20rx%3D%222.667%22%20ry%3D%222.667%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%22M2.333%2011.667c1.895.82%205.288%202.004%209.667%202.004s7.772-1.183%209.667-2.004M12%2012.333v3m-3.667-9V3c0-.736.598-1.333%201.334-1.333h4.666c.736%200%201.334.597%201.334%201.333v3.333%22%2F%3E%3Crect%20width%3D%2219.333%22%20height%3D%2214%22%20x%3D%222.333%22%20y%3D%226.333%22%20rx%3D%222.667%22%20ry%3D%222.667%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/suitcase-2.svg?color=%231a73e8&size=48