Question Mark Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Question Mark 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/308932.svg" alt="Question Mark Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308932.svg" alt="Question Mark Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308932.svg" alt="Question Mark Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-question-mark-circle---svg {
background-image: url('https://proicons.com/icon/308932.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.9999ZM12.7071 8.29283C12.5112 8.09693 12.2563 7.99948 11.9982 7.99994C11.7414 8.00039 11.4879 8.09781 11.2929 8.29283C10.9024 8.68335 10.2692 8.68335 9.87868 8.29283C9.48816 7.9023 9.48816 7.26914 9.87868 6.87862C10.4629 6.29438 11.2302 6.00128 11.9947 5.99994C12.7627 5.99859 13.5344 6.29167 14.1213 6.87862C14.7069 7.46421 15 8.23372 15 8.99994C15 9.76616 14.7069 10.5357 14.1213 11.1213C13.7939 11.4487 13.409 11.6846 12.9994 11.829L13 11.9964C13.0019 12.5487 12.5558 12.998 12.0035 12.9999C11.4512 13.0019 11.002 12.5557 11 12.0035L10.9965 11.0035C10.9955 10.7373 11.1007 10.4818 11.2887 10.2935C11.4768 10.1051 11.7321 9.99947 11.9982 9.99993C12.2563 10.0004 12.5112 9.90294 12.7071 9.70704C12.9026 9.51159 13 9.25741 13 8.99994C13 8.74247 12.9026 8.48829 12.7071 8.29283ZM10.5 16C10.5 15.1716 11.1715 14.5 12 14.5H12.01C12.8384 14.5 13.51 15.1716 13.51 16V16.01C13.51 16.8384 12.8384 17.51 12.01 17.51H12C11.1715 17.51 10.5 16.8384 10.5 16.01V16Z" fill="#292929"/> </svg>
Copied!