Double Circle Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Double 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/310101.svg" alt="Double Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310101.svg" alt="Double Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310101.svg" alt="Double Circle icon" :width="24" :height="24" />
CSS background
.icon-double-circle {
background-image: url('https://proicons.com/icon/310101.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 1.75C9.97274 1.75 7.99105 2.35115 6.30545 3.47743C4.61985 4.60372 3.30607 6.20457 2.53027 8.07751C1.75447 9.95045 1.55145 12.0114 1.94695 13.9997C2.34245 15.988 3.3187 17.8144 4.75219 19.2478C6.18567 20.6813 8.012 21.6575 10.0003 22.053C11.9886 22.4485 14.0495 22.2456 15.9225 21.4698C17.7954 20.694 19.3963 19.3802 20.5226 17.6946C21.6488 16.009 22.25 14.0273 22.25 12C22.25 9.28153 21.1701 6.67442 19.2478 4.75218C17.3256 2.82993 14.7185 1.75 12 1.75ZM12 16.8687C11.0371 16.8687 10.0958 16.5832 9.29511 16.0482C8.49445 15.5132 7.87037 14.7528 7.50187 13.8632C7.13336 12.9735 7.03698 11.9946 7.22485 11.0502C7.41271 10.1057 7.87636 9.2382 8.55727 8.55729C9.23818 7.87639 10.1058 7.41267 11.0502 7.22481C11.9946 7.03695 12.9735 7.13335 13.8632 7.50186C14.7528 7.87036 15.5132 8.49441 16.0482 9.29508C16.5832 10.0957 16.8687 11.037 16.8687 12C16.8687 13.2913 16.3558 14.5297 15.4427 15.4427C14.5297 16.3558 13.2913 16.8687 12 16.8687Z" fill="black"/> </svg>
Copied!