Circle Large Filled Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Circle Large Filled 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/307039.svg" alt="Circle Large Filled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307039.svg" alt="Circle Large Filled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307039.svg" alt="Circle Large Filled icon" :width="24" :height="24" />
CSS background
.icon-circle-large-filled {
background-image: url('https://proicons.com/icon/307039.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8 1C8.64258 1 9.26237 1.08431 9.85938 1.25293C10.4564 1.41699 11.0124 1.65169 11.5273 1.95703C12.0469 2.26237 12.5186 2.62923 12.9424 3.05762C13.3708 3.48145 13.7376 3.95312 14.043 4.47266C14.3483 4.98763 14.583 5.54362 14.7471 6.14062C14.9157 6.73763 15 7.35742 15 8C15 8.64258 14.9157 9.26237 14.7471 9.85938C14.583 10.4564 14.3483 11.0146 14.043 11.5342C13.7376 12.0492 13.3708 12.5208 12.9424 12.9492C12.5186 13.373 12.0469 13.7376 11.5273 14.043C11.0124 14.3483 10.4564 14.5853 9.85938 14.7539C9.26237 14.918 8.64258 15 8 15C7.35742 15 6.73763 14.918 6.14062 14.7539C5.54362 14.5853 4.98535 14.3483 4.46582 14.043C3.95085 13.7376 3.47917 13.373 3.05078 12.9492C2.62695 12.5208 2.26237 12.0492 1.95703 11.5342C1.65169 11.0146 1.41471 10.4564 1.24609 9.85938C1.08203 9.26237 1 8.64258 1 8C1 7.35742 1.08203 6.73763 1.24609 6.14062C1.41471 5.54362 1.65169 4.98763 1.95703 4.47266C2.26237 3.95312 2.62695 3.48145 3.05078 3.05762C3.47917 2.62923 3.95085 2.26237 4.46582 1.95703C4.98535 1.65169 5.54362 1.41699 6.14062 1.25293C6.73763 1.08431 7.35742 1 8 1Z"/></svg>
Copied!