warehouse icon
warehouse from Reicon by REICON · Outline · Building · MIT Free for personal and commercial use.
- Name
- warehouse
- Set
- Reicon
- Style
- Outline
- Category
- Building
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All warehouse icons →More building icons from Reicon
Use the warehouse icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.75 7a.75.75 0 0 1-.75.75h-2a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 .75.75"/><path fill-rule="evenodd" d="M12.926 1.363a3.75 3.75 0 0 0-1.852 0c-.691.176-1.305.618-2.196 1.26L3.471 6.516c-.648.467-1.096.79-1.427 1.213c-.292.375-.51.8-.644 1.257c-.15.516-.15 1.068-.15 1.867v7.977c0 .535 0 .98.03 1.345c.03.38.098.736.27 1.073a2.75 2.75 0 0 0 1.202 1.202c.337.172.693.24 1.073.27c.365.03.81.03 1.345.03h13.66c.535 0 .98 0 1.345-.03c.38-.03.736-.098 1.073-.27a2.75 2.75 0 0 0 1.202-1.202c.172-.337.24-.694.27-1.073c.03-.365.03-.81.03-1.345v-7.977c0-.799 0-1.35-.15-1.867a3.8 3.8 0 0 0-.644-1.257c-.33-.424-.779-.746-1.427-1.213l-5.407-3.893c-.89-.642-1.505-1.084-2.196-1.26m-1.482 1.453a2.25 2.25 0 0 1 1.112 0c.38.097.75.348 1.81 1.112l5.2 3.744c.768.552 1.025.746 1.208.98c.175.225.306.48.386.754c.083.285.09.607.09 1.553v7.84c0 .573 0 .957-.025 1.253c-.023.288-.065.425-.111.515a1.25 1.25 0 0 1-.547.547c-.09.046-.227.088-.514.111c-.211.017-.467.023-.803.024V12.5a1.75 1.75 0 0 0-1.75-1.75h-11a1.75 1.75 0 0 0-1.75 1.75v8.75a11 11 0 0 1-.802-.024c-.288-.023-.425-.065-.515-.111a1.25 1.25 0 0 1-.547-.547c-.046-.09-.088-.227-.111-.515a17 17 0 0 1-.025-1.252V10.96c0-.946.007-1.268.09-1.553c.08-.273.211-.53.386-.754c.183-.234.44-.428 1.208-.98l5.2-3.744c1.06-.764 1.43-1.015 1.81-1.112M6.25 19.25v2h11.5v-2zm11.5-1.5H6.25v-2h11.5zm0-5.25v1.75H6.25V12.5a.25.25 0 0 1 .25-.25h11a.25.25 0 0 1 .25.25" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconWarehouse(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="M13.75 7a.75.75 0 0 1-.75.75h-2a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 .75.75"/><path fillRule="evenodd" d="M12.926 1.363a3.75 3.75 0 0 0-1.852 0c-.691.176-1.305.618-2.196 1.26L3.471 6.516c-.648.467-1.096.79-1.427 1.213c-.292.375-.51.8-.644 1.257c-.15.516-.15 1.068-.15 1.867v7.977c0 .535 0 .98.03 1.345c.03.38.098.736.27 1.073a2.75 2.75 0 0 0 1.202 1.202c.337.172.693.24 1.073.27c.365.03.81.03 1.345.03h13.66c.535 0 .98 0 1.345-.03c.38-.03.736-.098 1.073-.27a2.75 2.75 0 0 0 1.202-1.202c.172-.337.24-.694.27-1.073c.03-.365.03-.81.03-1.345v-7.977c0-.799 0-1.35-.15-1.867a3.8 3.8 0 0 0-.644-1.257c-.33-.424-.779-.746-1.427-1.213l-5.407-3.893c-.89-.642-1.505-1.084-2.196-1.26m-1.482 1.453a2.25 2.25 0 0 1 1.112 0c.38.097.75.348 1.81 1.112l5.2 3.744c.768.552 1.025.746 1.208.98c.175.225.306.48.386.754c.083.285.09.607.09 1.553v7.84c0 .573 0 .957-.025 1.253c-.023.288-.065.425-.111.515a1.25 1.25 0 0 1-.547.547c-.09.046-.227.088-.514.111c-.211.017-.467.023-.803.024V12.5a1.75 1.75 0 0 0-1.75-1.75h-11a1.75 1.75 0 0 0-1.75 1.75v8.75a11 11 0 0 1-.802-.024c-.288-.023-.425-.065-.515-.111a1.25 1.25 0 0 1-.547-.547c-.046-.09-.088-.227-.111-.515a17 17 0 0 1-.025-1.252V10.96c0-.946.007-1.268.09-1.553c.08-.273.211-.53.386-.754c.183-.234.44-.428 1.208-.98l5.2-3.744c1.06-.764 1.43-1.015 1.81-1.112M6.25 19.25v2h11.5v-2zm11.5-1.5H6.25v-2h11.5zm0-5.25v1.75H6.25V12.5a.25.25 0 0 1 .25-.25h11a.25.25 0 0 1 .25.25" clipRule="evenodd"/></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="M13.75 7a.75.75 0 0 1-.75.75h-2a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 .75.75"/><path fill-rule="evenodd" d="M12.926 1.363a3.75 3.75 0 0 0-1.852 0c-.691.176-1.305.618-2.196 1.26L3.471 6.516c-.648.467-1.096.79-1.427 1.213c-.292.375-.51.8-.644 1.257c-.15.516-.15 1.068-.15 1.867v7.977c0 .535 0 .98.03 1.345c.03.38.098.736.27 1.073a2.75 2.75 0 0 0 1.202 1.202c.337.172.693.24 1.073.27c.365.03.81.03 1.345.03h13.66c.535 0 .98 0 1.345-.03c.38-.03.736-.098 1.073-.27a2.75 2.75 0 0 0 1.202-1.202c.172-.337.24-.694.27-1.073c.03-.365.03-.81.03-1.345v-7.977c0-.799 0-1.35-.15-1.867a3.8 3.8 0 0 0-.644-1.257c-.33-.424-.779-.746-1.427-1.213l-5.407-3.893c-.89-.642-1.505-1.084-2.196-1.26m-1.482 1.453a2.25 2.25 0 0 1 1.112 0c.38.097.75.348 1.81 1.112l5.2 3.744c.768.552 1.025.746 1.208.98c.175.225.306.48.386.754c.083.285.09.607.09 1.553v7.84c0 .573 0 .957-.025 1.253c-.023.288-.065.425-.111.515a1.25 1.25 0 0 1-.547.547c-.09.046-.227.088-.514.111c-.211.017-.467.023-.803.024V12.5a1.75 1.75 0 0 0-1.75-1.75h-11a1.75 1.75 0 0 0-1.75 1.75v8.75a11 11 0 0 1-.802-.024c-.288-.023-.425-.065-.515-.111a1.25 1.25 0 0 1-.547-.547c-.046-.09-.088-.227-.111-.515a17 17 0 0 1-.025-1.252V10.96c0-.946.007-1.268.09-1.553c.08-.273.211-.53.386-.754c.183-.234.44-.428 1.208-.98l5.2-3.744c1.06-.764 1.43-1.015 1.81-1.112M6.25 19.25v2h11.5v-2zm11.5-1.5H6.25v-2h11.5zm0-5.25v1.75H6.25V12.5a.25.25 0 0 1 .25-.25h11a.25.25 0 0 1 .25.25" clip-rule="evenodd"/></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%22currentColor%22%3E%3Cpath%20d%3D%22M13.75%207a.75.75%200%200%201-.75.75h-2a.75.75%200%200%201%200-1.5h2a.75.75%200%200%201%20.75.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.926%201.363a3.75%203.75%200%200%200-1.852%200c-.691.176-1.305.618-2.196%201.26L3.471%206.516c-.648.467-1.096.79-1.427%201.213c-.292.375-.51.8-.644%201.257c-.15.516-.15%201.068-.15%201.867v7.977c0%20.535%200%20.98.03%201.345c.03.38.098.736.27%201.073a2.75%202.75%200%200%200%201.202%201.202c.337.172.693.24%201.073.27c.365.03.81.03%201.345.03h13.66c.535%200%20.98%200%201.345-.03c.38-.03.736-.098%201.073-.27a2.75%202.75%200%200%200%201.202-1.202c.172-.337.24-.694.27-1.073c.03-.365.03-.81.03-1.345v-7.977c0-.799%200-1.35-.15-1.867a3.8%203.8%200%200%200-.644-1.257c-.33-.424-.779-.746-1.427-1.213l-5.407-3.893c-.89-.642-1.505-1.084-2.196-1.26m-1.482%201.453a2.25%202.25%200%200%201%201.112%200c.38.097.75.348%201.81%201.112l5.2%203.744c.768.552%201.025.746%201.208.98c.175.225.306.48.386.754c.083.285.09.607.09%201.553v7.84c0%20.573%200%20.957-.025%201.253c-.023.288-.065.425-.111.515a1.25%201.25%200%200%201-.547.547c-.09.046-.227.088-.514.111c-.211.017-.467.023-.803.024V12.5a1.75%201.75%200%200%200-1.75-1.75h-11a1.75%201.75%200%200%200-1.75%201.75v8.75a11%2011%200%200%201-.802-.024c-.288-.023-.425-.065-.515-.111a1.25%201.25%200%200%201-.547-.547c-.046-.09-.088-.227-.111-.515a17%2017%200%200%201-.025-1.252V10.96c0-.946.007-1.268.09-1.553c.08-.273.211-.53.386-.754c.183-.234.44-.428%201.208-.98l5.2-3.744c1.06-.764%201.43-1.015%201.81-1.112M6.25%2019.25v2h11.5v-2zm11.5-1.5H6.25v-2h11.5zm0-5.25v1.75H6.25V12.5a.25.25%200%200%201%20.25-.25h11a.25.25%200%200%201%20.25.25%22%20clip-rule%3D%22evenodd%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%22M13.75%207a.75.75%200%200%201-.75.75h-2a.75.75%200%200%201%200-1.5h2a.75.75%200%200%201%20.75.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.926%201.363a3.75%203.75%200%200%200-1.852%200c-.691.176-1.305.618-2.196%201.26L3.471%206.516c-.648.467-1.096.79-1.427%201.213c-.292.375-.51.8-.644%201.257c-.15.516-.15%201.068-.15%201.867v7.977c0%20.535%200%20.98.03%201.345c.03.38.098.736.27%201.073a2.75%202.75%200%200%200%201.202%201.202c.337.172.693.24%201.073.27c.365.03.81.03%201.345.03h13.66c.535%200%20.98%200%201.345-.03c.38-.03.736-.098%201.073-.27a2.75%202.75%200%200%200%201.202-1.202c.172-.337.24-.694.27-1.073c.03-.365.03-.81.03-1.345v-7.977c0-.799%200-1.35-.15-1.867a3.8%203.8%200%200%200-.644-1.257c-.33-.424-.779-.746-1.427-1.213l-5.407-3.893c-.89-.642-1.505-1.084-2.196-1.26m-1.482%201.453a2.25%202.25%200%200%201%201.112%200c.38.097.75.348%201.81%201.112l5.2%203.744c.768.552%201.025.746%201.208.98c.175.225.306.48.386.754c.083.285.09.607.09%201.553v7.84c0%20.573%200%20.957-.025%201.253c-.023.288-.065.425-.111.515a1.25%201.25%200%200%201-.547.547c-.09.046-.227.088-.514.111c-.211.017-.467.023-.803.024V12.5a1.75%201.75%200%200%200-1.75-1.75h-11a1.75%201.75%200%200%200-1.75%201.75v8.75a11%2011%200%200%201-.802-.024c-.288-.023-.425-.065-.515-.111a1.25%201.25%200%200%201-.547-.547c-.046-.09-.088-.227-.111-.515a17%2017%200%200%201-.025-1.252V10.96c0-.946.007-1.268.09-1.553c.08-.273.211-.53.386-.754c.183-.234.44-.428%201.208-.98l5.2-3.744c1.06-.764%201.43-1.015%201.81-1.112M6.25%2019.25v2h11.5v-2zm11.5-1.5H6.25v-2h11.5zm0-5.25v1.75H6.25V12.5a.25.25%200%200%201%20.25-.25h11a.25.25%200%200%201%20.25.25%22%20clip-rule%3D%22evenodd%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/warehouse.svg?color=%231a73e8&size=48