Number 8 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 8 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/308969.svg" alt="Number 8 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308969.svg" alt="Number 8 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308969.svg" alt="Number 8 Svg icon" :width="24" :height="24" />
CSS background
.icon-number-8---svg {
background-image: url('https://proicons.com/icon/308969.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 7C10 5.89543 10.8954 5 12 5C13.1046 5 14 5.89543 14 7C14 8.10457 13.1046 9 12 9C10.8954 9 10 8.10457 10 7ZM14.9055 9.74918C15.5839 9.03243 16 8.0648 16 7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7C8 8.0648 8.41606 9.03243 9.09447 9.74918C7.2491 10.7725 6 12.7404 6 15C6 18.3137 8.68629 21 12 21C15.3137 21 18 18.3137 18 15C18 12.7404 16.7509 10.7725 14.9055 9.74918ZM12 11C9.79086 11 8 12.7909 8 15C8 17.2091 9.79086 19 12 19C14.2091 19 16 17.2091 16 15C16 12.7909 14.2091 11 12 11Z" fill="#292929"/> </svg>
Copied!