Information Circle Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Information Circle 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/310187.svg" alt="Information Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310187.svg" alt="Information Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310187.svg" alt="Information Circle icon" :width="24" :height="24" />
CSS background
.icon-information-circle {
background-image: url('https://proicons.com/icon/310187.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 1.75C9.97271 1.75 7.991 2.35113 6.30539 3.47742C4.61979 4.6037 3.30604 6.20454 2.53025 8.07748C1.75445 9.95043 1.5515 12.0114 1.94699 13.9997C2.34249 15.988 3.31868 17.8143 4.75217 19.2478C6.18566 20.6813 8.01203 21.6575 10.0003 22.053C11.9886 22.4485 14.0496 22.2456 15.9226 21.4698C17.7955 20.694 19.3963 19.3802 20.5226 17.6946C21.6488 16.009 22.25 14.0273 22.25 12C22.2473 9.28234 21.1666 6.67674 19.245 4.75507C17.3233 2.83339 14.7176 1.75265 12 1.75ZM12 6.44C12.1978 6.44 12.3912 6.49864 12.5556 6.60852C12.7201 6.7184 12.8482 6.87459 12.9239 7.05731C12.9996 7.24004 13.0194 7.44109 12.9808 7.63507C12.9422 7.82905 12.847 8.00724 12.7071 8.14709C12.5673 8.28695 12.3891 8.38219 12.1952 8.42078C12.0012 8.45936 11.8001 8.43955 11.6174 8.36386C11.4347 8.28817 11.2784 8.16002 11.1686 7.99557C11.0587 7.83113 11 7.63778 11 7.44C10.9999 7.1799 11.1011 6.92998 11.2822 6.74329C11.4633 6.55659 11.7101 6.44781 11.9701 6.44H12ZM13 17.27C13 17.5352 12.8947 17.7896 12.7071 17.9771C12.5196 18.1646 12.2652 18.27 12 18.27C11.7348 18.27 11.4805 18.1646 11.2929 17.9771C11.1054 17.7896 11 17.5352 11 17.27V10.94C11 10.6748 11.1054 10.4204 11.2929 10.2329C11.4805 10.0453 11.7348 9.94 12 9.94C12.2652 9.94 12.5196 10.0453 12.7071 10.2329C12.8947 10.4204 13 10.6748 13 10.94V17.27Z" fill="black"/> </svg>
Information Circle in other icon packs
Copied!