Number 9 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 9 Svg 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/308060.svg" alt="Number 9 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308060.svg" alt="Number 9 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308060.svg" alt="Number 9 Svg icon" :width="24" :height="24" />
CSS background
.icon-number-9---svg {
background-image: url('https://proicons.com/icon/308060.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M10.9999 20L16.2268 11.6721" stroke="#4400FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8 9C8 6.79086 9.79086 5 12 5L12 3C8.68629 3 6 5.68629 6 9L8 9ZM12 5C14.2091 5 16 6.79086 16 9L18 9C18 5.68629 15.3137 3 12 3L12 5ZM16 9C16 11.2091 14.2091 13 12 13L12 15C15.3137 15 18 12.3137 18 9L16 9ZM12 13C9.79086 13 8 11.2091 8 9L6 9C6 12.3137 8.68629 15 12 15L12 13Z" fill="#292929"/> </svg>
Copied!