Symbol Enum Member Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Symbol Enum Member 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/307431.svg" alt="Symbol Enum Member icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307431.svg" alt="Symbol Enum Member icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307431.svg" alt="Symbol Enum Member icon" :width="24" :height="24" />
CSS background
.icon-symbol-enum-member {
background-image: url('https://proicons.com/icon/307431.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M15 3.5V7.5C15 7.9 14.85 8.28 14.56 8.56C14.28 8.84 13.9 9 13.5 9H11V8.5C11 8.33 10.98 8.16 10.95 8H13.5C13.63 8 13.76 7.95 13.85 7.85C13.95 7.76 14 7.63 14 7.5V3.5C14 3.37 13.95 3.24 13.85 3.15C13.76 3.05 13.63 3 13.5 3H7.5C7.37 3 7.24 3.05 7.15 3.15C7.05 3.24 7 3.37 7 3.5V6H6V3.5C6 3.1 6.16 2.72 6.44 2.44C6.72 2.16 7.1 2 7.5 2H13.5C13.9 2 14.28 2.16 14.56 2.44C14.84 2.72 15 3.1 15 3.5ZM12.5 5C12.776 5 13 4.776 13 4.5C13 4.224 12.776 4 12.5 4H8.5C8.224 4 8 4.224 8 4.5C8 4.776 8.224 5 8.5 5H12.5ZM13 6.5C13 6.22 12.78 6 12.5 6H8.5C9.32 6 10.04 6.39 10.5 7H12.5C12.78 7 13 6.78 13 6.5ZM7.5 10H3.5C3.224 10 3 10.224 3 10.5C3 10.776 3.224 11 3.5 11H7.5C7.776 11 8 10.776 8 10.5C8 10.224 7.776 10 7.5 10ZM10 8.5V12.5C10 13.327 9.327 14 8.5 14H2.5C1.673 14 1 13.327 1 12.5V8.5C1 7.673 1.673 7 2.5 7H8.5C9.327 7 10 7.673 10 8.5Z"/></svg>
Copied!