Stage Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Stage 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/320744.svg" alt="Stage icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320744.svg" alt="Stage icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320744.svg" alt="Stage icon" :width="24" :height="24" />
CSS background
.icon-stage {
background-image: url('https://proicons.com/icon/320744.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 28.0.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="stage_00000120529678195988298230000001111511415065470885_" d="M31,0.64H1C0.801,0.64,0.64,0.801,0.64,1v21 c0,0.199,0.161,0.36,0.36,0.36h30c0.199,0,0.36-0.161,0.36-0.36V1C31.36,0.801,31.199,0.64,31,0.64z M24.64,16.64H7.36V3.053 C7.975,3.842,8.924,4.36,10,4.36c1.318,0,2.45-0.77,3-1.878c0.55,1.108,1.682,1.878,3,1.878s2.45-0.77,3-1.877 c0.55,1.107,1.682,1.877,3,1.877c1.076,0,2.024-0.517,2.64-1.306V16.64z M22,3.64c-1.333,0-2.426-0.996-2.603-2.28h5.207 C24.426,2.644,23.333,3.64,22,3.64z M16,3.64c-1.332,0-2.426-0.996-2.604-2.28h5.207C18.426,2.644,17.333,3.64,16,3.64z M10,3.64 c-1.332,0-2.426-0.996-2.604-2.28h5.207C12.426,2.644,11.332,3.64,10,3.64z M4,3.64c-1.332,0-2.426-0.996-2.604-2.28h5.207 C6.426,2.644,5.332,3.64,4,3.64z M4.36,4.323c0.927-0.101,1.735-0.572,2.28-1.271V21.64H4.36V4.323z M7.36,17.36h17.28v4.279H7.36 V17.36z M25.36,3.054c0.545,0.698,1.353,1.169,2.279,1.269V21.64H25.36V3.054z M28,3.64c-1.333,0-2.426-0.996-2.603-2.28h5.207 C30.426,2.644,29.333,3.64,28,3.64z M1.36,3.053c0.545,0.699,1.354,1.17,2.28,1.271V21.64H1.36V3.053z M30.64,21.64h-2.28V4.323 c0.926-0.101,1.734-0.571,2.279-1.269L30.64,21.64L30.64,21.64z M28,28.761c-0.417-0.67-1.154-1.121-2-1.121h-1.64V27 c0-0.904,0.735-1.64,1.64-1.64h3v-0.72h-3c-0.846,0-1.583,0.451-2,1.121c-0.417-0.67-1.154-1.121-2-1.121h-4 c-0.846,0-1.583,0.451-2,1.122c-0.417-0.671-1.154-1.122-2-1.122h-4c-0.846,0-1.583,0.451-2,1.122c-0.417-0.671-1.154-1.122-2-1.122 H3v0.721h3c0.904,0,1.64,0.735,1.64,1.64v0.64H6c-0.846,0-1.583,0.451-2,1.122c-0.417-0.671-1.154-1.122-2-1.122H1v0.721h1 c0.904,0,1.64,0.735,1.64,1.64v1h0.72v-1c0-0.904,0.736-1.64,1.64-1.64h4c0.904,0,1.64,0.735,1.64,1.64v1h0.72v-1 c0-0.904,0.736-1.64,1.64-1.64h4c0.904,0,1.64,0.735,1.64,1.64v1h0.721v-1c0-0.904,0.735-1.64,1.64-1.64h4 c0.904,0,1.64,0.735,1.64,1.64v1h0.721v-1c0-0.904,0.735-1.64,1.64-1.64h1V27.64h-1C29.154,27.64,28.417,28.09,28,28.761z M12,28.762c-0.417-0.671-1.154-1.122-2-1.122H8.36V27c0-0.904,0.736-1.64,1.64-1.64h4c0.904,0,1.64,0.735,1.64,1.64v0.64H14 C13.154,27.64,12.417,28.091,12,28.762z M20,28.761c-0.417-0.67-1.154-1.121-2-1.121h-1.64V27c0-0.904,0.736-1.64,1.64-1.64h4 c0.904,0,1.64,0.735,1.64,1.64v0.64H22C21.154,27.64,20.417,28.09,20,28.761z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!