Number 8 Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 8 Circle 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/308970.svg" alt="Number 8 Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308970.svg" alt="Number 8 Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308970.svg" alt="Number 8 Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-number-8-circle---svg {
background-image: url('https://proicons.com/icon/308970.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="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10C12.5523 10 13 9.55228 13 9C13 8.44772 12.5523 8 12 8ZM15 9C15 9.67533 14.7769 10.2985 14.4003 10.7999C15.3717 11.5297 16 12.6915 16 14C16 16.2091 14.2091 18 12 18C9.79086 18 8 16.2091 8 14C8 12.6915 8.62832 11.5297 9.59972 10.7999C9.22314 10.2985 9 9.67533 9 9C9 7.34315 10.3431 6 12 6C13.6569 6 15 7.34315 15 9ZM10 14C10 12.8954 10.8954 12 12 12C13.1046 12 14 12.8954 14 14C14 15.1046 13.1046 16 12 16C10.8954 16 10 15.1046 10 14Z" fill="#292929"/> </svg>
Copied!