Dots Circle Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Dots Circle 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/310672.svg" alt="Dots Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310672.svg" alt="Dots Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310672.svg" alt="Dots Circle icon" :width="24" :height="24" />
CSS background
.icon-dots-circle {
background-image: url('https://proicons.com/icon/310672.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="M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.7533 17.2467 2.5 12 2.5C6.7533 2.5 2.5 6.7533 2.5 12C2.5 17.2467 6.7533 21.5 12 21.5Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 7.73637C12.3718 7.73637 12.6732 7.43496 12.6732 7.06316C12.6732 6.69136 12.3718 6.38995 12 6.38995C11.6282 6.38995 11.3268 6.69136 11.3268 7.06316C11.3268 7.43496 11.6282 7.73637 12 7.73637Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 12.6732C12.3718 12.6732 12.6732 12.3718 12.6732 12C12.6732 11.6282 12.3718 11.3268 12 11.3268C11.6282 11.3268 11.3268 11.6282 11.3268 12C11.3268 12.3718 11.6282 12.6732 12 12.6732Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 17.6101C12.3718 17.6101 12.6732 17.3087 12.6732 16.9369C12.6732 16.5651 12.3718 16.2637 12 16.2637C11.6282 16.2637 11.3268 16.5651 11.3268 16.9369C11.3268 17.3087 11.6282 17.6101 12 17.6101Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Dots Circle in other icon packs
Copied!