Info Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Info 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/307228.svg" alt="Info icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307228.svg" alt="Info icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307228.svg" alt="Info icon" :width="24" :height="24" />
CSS background
.icon-info {
background-image: url('https://proicons.com/icon/307228.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.49902 7.49998C8.49902 7.22384 8.27517 6.99998 7.99902 6.99998C7.72288 6.99998 7.49902 7.22384 7.49902 7.49998V10.5C7.49902 10.7761 7.72288 11 7.99902 11C8.27517 11 8.49902 10.7761 8.49902 10.5V7.49998ZM8.74807 5.50001C8.74807 5.91369 8.41271 6.24905 7.99903 6.24905C7.58535 6.24905 7.25 5.91369 7.25 5.50001C7.25 5.08633 7.58535 4.75098 7.99903 4.75098C8.41271 4.75098 8.74807 5.08633 8.74807 5.50001ZM8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1ZM2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8Z"/></svg>
Info in other icon packs
Copied!