Circle Small Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Circle Small 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/307043.svg" alt="Circle Small icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307043.svg" alt="Circle Small icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307043.svg" alt="Circle Small icon" :width="24" :height="24" />
CSS background
.icon-circle-small {
background-image: url('https://proicons.com/icon/307043.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.83148 8.55539C8.72155 8.71992 8.56533 8.84812 8.38269 8.92378C8.20002 8.99944 7.99899 9.01924 7.80494 8.98064C7.61096 8.94205 7.43276 8.84681 7.29291 8.70696C7.15306 8.56711 7.05781 8.38891 7.01923 8.19492C6.98063 8.00088 7.00043 7.79984 7.07609 7.61718C7.15174 7.43454 7.27995 7.27832 7.44448 7.16838C7.60891 7.05851 7.80219 6.99988 7.99999 6.99988C8.26515 6.99988 8.51949 7.10523 8.70707 7.2928C8.89464 7.48037 8.99999 7.73471 8.99999 7.99988C8.99999 8.19767 8.94136 8.39095 8.83148 8.55539ZM9.66295 9.11096C9.88272 8.78206 9.99999 8.39544 9.99999 7.99988C9.99999 7.46944 9.78925 6.96077 9.41417 6.58569C9.0391 6.21062 8.53042 5.99988 7.99999 5.99988C7.60443 5.99988 7.2178 6.11715 6.88891 6.33691C6.56001 6.55668 6.30359 6.86904 6.15221 7.2345C6.00084 7.59995 5.96127 8.00205 6.03844 8.39001C6.11561 8.77798 6.3061 9.13436 6.5858 9.41406C6.86551 9.69377 7.22189 9.88426 7.60985 9.96143C7.99781 10.0386 8.39992 9.99903 8.76537 9.84766C9.13082 9.69628 9.44319 9.43986 9.66295 9.11096Z"/></svg>
Circle Small in other icon packs
Copied!