Circle Small Filled Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Circle Small 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/307042.svg" alt="Circle Small Filled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307042.svg" alt="Circle Small Filled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307042.svg" alt="Circle Small Filled icon" :width="24" :height="24" />
CSS background
.icon-circle-small-filled {
background-image: url('https://proicons.com/icon/307042.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="M9.99999 7.99988C9.99999 8.39544 9.88272 8.78206 9.66295 9.11096C9.44319 9.43986 9.13082 9.69628 8.76537 9.84766C8.39992 9.99903 7.99781 10.0386 7.60985 9.96143C7.22189 9.88426 6.86551 9.69377 6.5858 9.41406C6.3061 9.13436 6.11561 8.77798 6.03844 8.39001C5.96127 8.00205 6.00084 7.59995 6.15221 7.2345C6.30359 6.86904 6.56001 6.55668 6.88891 6.33691C7.2178 6.11715 7.60443 5.99988 7.99999 5.99988C8.53042 5.99988 9.0391 6.21062 9.41417 6.58569C9.78925 6.96077 9.99999 7.46944 9.99999 7.99988Z"/></svg>
Copied!