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/308668.svg" alt="Number 9 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308668.svg" alt="Number 9 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308668.svg" alt="Number 9 Svg icon" :width="24" :height="24" />
CSS background
.icon-number-9---svg {
background-image: url('https://proicons.com/icon/308668.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 opacity="0.16" d="M17 9C17 11.7614 14.7614 14 12 14C9.23858 14 7 11.7614 7 9C7 6.23858 9.23858 4 12 4C14.7614 4 17 6.23858 17 9Z" fill="#292929"/> <path d="M10.153 19.4684C9.85941 19.9362 10.0006 20.5534 10.4684 20.847C10.9362 21.1406 11.5534 20.9994 11.847 20.5316L10.153 19.4684ZM17.0739 12.2037C17.3675 11.7359 17.2263 11.1187 16.7585 10.8251C16.2907 10.5315 15.6735 10.6727 15.3799 11.1405L17.0739 12.2037ZM8 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 13ZM11.847 20.5316L17.0739 12.2037L15.3799 11.1405L10.153 19.4684L11.847 20.5316Z" fill="#292929"/> </svg>
Copied!