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/308972.svg" alt="Number 9 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308972.svg" alt="Number 9 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308972.svg" alt="Number 9 Svg icon" :width="24" :height="24" />
CSS background
.icon-number-9---svg {
background-image: url('https://proicons.com/icon/308972.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 fill-rule="evenodd" clip-rule="evenodd" d="M10.4684 20.847C10.0006 20.5534 9.85941 19.9362 10.153 19.4684L13.0107 14.9152C12.6821 14.971 12.3445 15 12 15C8.68629 15 6 12.3137 6 9C6 5.68629 8.68629 3 12 3C15.3137 3 18 5.68629 18 9C18 10.1867 17.6555 11.2928 17.0611 12.224L11.847 20.5316C11.5534 20.9994 10.9362 21.1406 10.4684 20.847ZM12 13C14.2091 13 16 11.2091 16 9C16 6.79086 14.2091 5 12 5C9.79086 5 8 6.79086 8 9C8 11.2091 9.79086 13 12 13Z" fill="#292929"/> </svg>
Copied!