Enterprise Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Enterprise icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/319967.svg" alt="Enterprise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319967.svg" alt="Enterprise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319967.svg" alt="Enterprise icon" :width="24" :height="24" />
CSS background
.icon-enterprise {
background-image: url('https://proicons.com/icon/319967.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="enterprise_00000098194714077635242450000004284835180899630219_" d="M30,30.36H2c-0.125,0-0.241-0.065-0.306-0.171 c-0.066-0.106-0.072-0.239-0.016-0.351l6.414-12.827C7.814,16.762,7.64,16.401,7.64,16c0-0.75,0.61-1.36,1.36-1.36 c0.091,0,0.179,0.009,0.265,0.026l6.414-12.827c0.121-0.243,0.522-0.244,0.644,0l2.914,5.827C19.321,7.649,19.409,7.64,19.5,7.64 c0.75,0,1.36,0.61,1.36,1.36c0,0.401-0.175,0.763-0.452,1.012l5.827,11.654c0.086-0.018,0.174-0.026,0.265-0.026 c0.75,0,1.36,0.61,1.36,1.36c0,0.401-0.175,0.763-0.452,1.012l2.914,5.827c0.056,0.111,0.05,0.244-0.016,0.351 C30.24,30.295,30.125,30.36,30,30.36z M2.583,29.64h26.835l-2.653-5.306c-0.677,0.142-1.395-0.314-1.576-0.974H5.722L2.583,29.64z M26.5,22.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S26.853,22.36,26.5,22.36z M6.083,22.64 h19.106c0.07-0.254,0.212-0.479,0.403-0.651l-2.814-5.628H10.312c-0.182,0.659-0.904,1.112-1.576,0.974L6.083,22.64z M9,15.36 c-0.353,0-0.64,0.287-0.64,0.64S8.647,16.64,9,16.64S9.64,16.353,9.64,16S9.353,15.36,9,15.36z M10.312,15.64h12.105l-2.652-5.306 c-0.677,0.137-1.395-0.314-1.576-0.974h-5.466l-2.814,5.629C10.1,15.161,10.242,15.385,10.312,15.64z M19.5,8.36 c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64S20.14,9.353,20.14,9S19.853,8.36,19.5,8.36z M13.083,8.64h5.106 c0.07-0.255,0.212-0.48,0.403-0.652L16,2.805L13.083,8.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!