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/309884.svg" alt="Number 9 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309884.svg" alt="Number 9 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309884.svg" alt="Number 9 Svg icon" :width="24" :height="24" />
CSS background
.icon-number-9---svg {
background-image: url('https://proicons.com/icon/309884.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.5765 19.7342C10.4297 19.9681 10.5003 20.2767 10.7342 20.4235C10.9681 20.5703 11.2767 20.4997 11.4235 20.2658L10.5765 19.7342ZM16.6504 11.9379C16.7972 11.704 16.7266 11.3954 16.4927 11.2486C16.2588 11.1018 15.9502 11.1724 15.8034 11.4063L16.6504 11.9379ZM7.5 9C7.5 6.51472 9.51472 4.5 12 4.5L12 3.5C8.96244 3.5 6.5 5.96243 6.5 9L7.5 9ZM12 4.5C14.4853 4.5 16.5 6.51472 16.5 9L17.5 9C17.5 5.96243 15.0376 3.5 12 3.5L12 4.5ZM16.5 9C16.5 11.4853 14.4853 13.5 12 13.5L12 14.5C15.0376 14.5 17.5 12.0376 17.5 9L16.5 9ZM12 13.5C9.51472 13.5 7.5 11.4853 7.5 9L6.5 9C6.5 12.0376 8.96243 14.5 12 14.5L12 13.5ZM11.4235 20.2658L16.6504 11.9379L15.8034 11.4063L10.5765 19.7342L11.4235 20.2658Z" fill="#292929"/> </svg>
Copied!