Symbol Numeric Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Symbol Numeric 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/307443.svg" alt="Symbol Numeric icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307443.svg" alt="Symbol Numeric icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307443.svg" alt="Symbol Numeric icon" :width="24" :height="24" />
CSS background
.icon-symbol-numeric {
background-image: url('https://proicons.com/icon/307443.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="M14.5 10H11V6H14.5C14.776 6 15 5.776 15 5.5C15 5.224 14.776 5 14.5 5H11V1.5C11 1.224 10.776 1 10.5 1C10.224 1 10 1.224 10 1.5V5H6V1.5C6 1.224 5.776 1 5.5 1C5.224 1 5 1.224 5 1.5V5H1.5C1.224 5 1 5.224 1 5.5C1 5.776 1.224 6 1.5 6H5V10H1.5C1.224 10 1 10.224 1 10.5C1 10.776 1.224 11 1.5 11H5V14.5C5 14.776 5.224 15 5.5 15C5.776 15 6 14.776 6 14.5V11H10V14.5C10 14.776 10.224 15 10.5 15C10.776 15 11 14.776 11 14.5V11H14.5C14.776 11 15 10.776 15 10.5C15 10.224 14.776 10 14.5 10ZM6 10V6H10V10H6Z"/></svg>
Copied!