Information Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Information Circle Svg 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/308918.svg" alt="Information Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308918.svg" alt="Information Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308918.svg" alt="Information Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-information-circle---svg {
background-image: url('https://proicons.com/icon/308918.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 fill-rule="evenodd" clip-rule="evenodd" d="M2 11.9999C2 6.47709 6.47715 1.99994 12 1.99994C17.5228 1.99994 22 6.47709 22 11.9999C22 17.5228 17.5228 21.9999 12 21.9999C6.47715 21.9999 2 17.5228 2 11.9999ZM10.5 8C10.5 7.17157 11.1716 6.5 12 6.5H12.01C12.8384 6.5 13.51 7.17157 13.51 8V8.01C13.51 8.83843 12.8384 9.51 12.01 9.51H12C11.1716 9.51 10.5 8.83843 10.5 8.01V8ZM12 11C12.5523 11 13 11.4477 13 12V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V12C11 11.4477 11.4477 11 12 11Z" fill="#292929"/> </svg>
Copied!