warehouse icon
warehouse from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- warehouse
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the warehouse 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="M7 22v-8c0-1.886 0-2.828.586-3.414S9.114 10 11 10h2c1.886 0 2.828 0 3.414.586S17 12.114 17 14v8zm0-8h10M7 18h10"/><path d="m18.129 5.232l-3-1.835C13.606 2.466 12.844 2 12 2s-1.606.466-3.129 1.397l-3 1.835c-1.403.858-2.104 1.287-2.488 1.971S3 8.71 3 10.356v5.64c0 2.83 0 4.245.879 5.125C4.757 22 6.172 22 9 22h6c2.828 0 4.243 0 5.121-.88c.879-.879.879-2.294.879-5.125v-5.64c0-1.645 0-2.468-.383-3.152c-.384-.684-1.085-1.113-2.488-1.971"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWarehouse(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="M7 22v-8c0-1.886 0-2.828.586-3.414S9.114 10 11 10h2c1.886 0 2.828 0 3.414.586S17 12.114 17 14v8zm0-8h10M7 18h10"/><path d="m18.129 5.232l-3-1.835C13.606 2.466 12.844 2 12 2s-1.606.466-3.129 1.397l-3 1.835c-1.403.858-2.104 1.287-2.488 1.971S3 8.71 3 10.356v5.64c0 2.83 0 4.245.879 5.125C4.757 22 6.172 22 9 22h6c2.828 0 4.243 0 5.121-.88c.879-.879.879-2.294.879-5.125v-5.64c0-1.645 0-2.468-.383-3.152c-.384-.684-1.085-1.113-2.488-1.971"/></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="M7 22v-8c0-1.886 0-2.828.586-3.414S9.114 10 11 10h2c1.886 0 2.828 0 3.414.586S17 12.114 17 14v8zm0-8h10M7 18h10"/><path d="m18.129 5.232l-3-1.835C13.606 2.466 12.844 2 12 2s-1.606.466-3.129 1.397l-3 1.835c-1.403.858-2.104 1.287-2.488 1.971S3 8.71 3 10.356v5.64c0 2.83 0 4.245.879 5.125C4.757 22 6.172 22 9 22h6c2.828 0 4.243 0 5.121-.88c.879-.879.879-2.294.879-5.125v-5.64c0-1.645 0-2.468-.383-3.152c-.384-.684-1.085-1.113-2.488-1.971"/></g></svg> </template>
CSS
.icon-warehouse {
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%22M7%2022v-8c0-1.886%200-2.828.586-3.414S9.114%2010%2011%2010h2c1.886%200%202.828%200%203.414.586S17%2012.114%2017%2014v8zm0-8h10M7%2018h10%22%2F%3E%3Cpath%20d%3D%22m18.129%205.232l-3-1.835C13.606%202.466%2012.844%202%2012%202s-1.606.466-3.129%201.397l-3%201.835c-1.403.858-2.104%201.287-2.488%201.971S3%208.71%203%2010.356v5.64c0%202.83%200%204.245.879%205.125C4.757%2022%206.172%2022%209%2022h6c2.828%200%204.243%200%205.121-.88c.879-.879.879-2.294.879-5.125v-5.64c0-1.645%200-2.468-.383-3.152c-.384-.684-1.085-1.113-2.488-1.971%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%22M7%2022v-8c0-1.886%200-2.828.586-3.414S9.114%2010%2011%2010h2c1.886%200%202.828%200%203.414.586S17%2012.114%2017%2014v8zm0-8h10M7%2018h10%22%2F%3E%3Cpath%20d%3D%22m18.129%205.232l-3-1.835C13.606%202.466%2012.844%202%2012%202s-1.606.466-3.129%201.397l-3%201.835c-1.403.858-2.104%201.287-2.488%201.971S3%208.71%203%2010.356v5.64c0%202.83%200%204.245.879%205.125C4.757%2022%206.172%2022%209%2022h6c2.828%200%204.243%200%205.121-.88c.879-.879.879-2.294.879-5.125v-5.64c0-1.645%200-2.468-.383-3.152c-.384-.684-1.085-1.113-2.488-1.971%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/warehouse.svg?color=%231a73e8&size=48