Info Circle Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Info Circle icon is commonly used in tooltips, help sections and onboarding flows. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305899.svg" alt="Info Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305899.svg" alt="Info Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305899.svg" alt="Info Circle icon" :width="24" :height="24" />
CSS background
.icon-info-circle {
background-image: url('https://proicons.com/icon/305899.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M500 62C258 62 63 258 63 500s195 438 437 438 438-196 438-438S742 62 500 62zm-65 167c8-1 17-3 26-3 10-1 18-1 26-1s17 0 27 1c9 0 18 2 26 3 2 8 3 17 3 25s1 16 1 24-1 16-1 25c0 8-1 16-3 25-8 1-17 2-26 2-9 1-18 1-26 1s-17 0-26-1c-10 0-19-1-27-2-3-17-4-34-4-50 0-15 1-32 4-49zm163 546H402c-3-13-4-26-4-39 0-6 0-13 1-20 0-7 2-14 3-20h48V470h-48c-1-6-3-13-3-20-1-7-1-13-1-20 0-13 1-26 4-39h148v305h48c2 6 3 13 3 20 1 7 1 14 1 20 0 13-1 26-4 39z"/></svg>
Info Circle in other icon packs
Copied!