Number Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Number 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/311574.svg" alt="Number icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311574.svg" alt="Number icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311574.svg" alt="Number icon" :width="24" :height="24" />
CSS background
.icon-number {
background-image: url('https://proicons.com/icon/311574.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M9 14H4V13H3V12H2V4H3V3H4V2H9V3H10V4H11V12H10V13H9M19 20H13V18H15V12H13V10H14V9H15V8H17V18H19M8 12V11H9V5H8V4H5V5H4V11H5V12Z"/></svg>
Number in other icon packs
Copied!