Info Icon
Free SVG icon from the IcoFont 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/305901.svg" alt="Info icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305901.svg" alt="Info icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305901.svg" alt="Info icon" :width="24" :height="24" />
CSS background
.icon-info {
background-image: url('https://proicons.com/icon/305901.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="M661 844c-1-12-2-22-5-33h-76V327H344c-4 20-7 41-7 62 0 10 1 21 2 32s3 22 5 32h77v358h-77c-2 11-4 21-5 33-1 11-2 22-2 32 0 21 3 41 7 62h312c5-21 7-41 7-62 0-10 0-21-2-32zM439 230c15 1 29 1 41 1 13 0 27 0 42-1 15 0 29-2 42-4 2-13 3-27 4-40s1-26 1-38c0-14 0-27-1-39s-2-26-4-40c-13-2-27-4-43-5-15-1-29-1-42-1-12 0-26 0-41 1s-28 3-41 5c-5 28-7 54-7 79s2 51 7 78c13 2 27 4 42 4z"/></svg>
Info in other icon packs
Copied!