Info Square Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Info Square 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/305900.svg" alt="Info Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305900.svg" alt="Info Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305900.svg" alt="Info Square icon" :width="24" :height="24" />
CSS background
.icon-info-square {
background-image: url('https://proicons.com/icon/305900.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="M873 63H128c-36 0-65 28-65 64v746c0 36 29 64 65 64h745c36 0 65-28 65-64V127c0-36-29-64-65-64zM435 229c8-1 17-2 26-3 10-1 18-1 26-1s17 0 27 1c9 1 18 2 26 3 2 9 3 17 3 25 1 8 1 16 1 24s0 16-1 25c0 8-1 16-3 25-8 1-17 2-26 3h-52c-10-1-18-2-27-3-3-17-4-33-4-50 0-15 1-32 4-49zm163 546H402c-3-12-4-25-4-39 0-6 0-13 1-20 0-7 2-14 3-20h48V471h-48c-1-7-3-13-3-20-1-8-1-14-1-21 0-13 1-26 4-38h148v304h48c2 6 3 13 4 20 0 7 1 14 1 20 0 14-2 27-5 39z"/></svg>
Info Square in other icon packs
Copied!