Number 3 Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 3 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/308955.svg" alt="Number 3 Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308955.svg" alt="Number 3 Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308955.svg" alt="Number 3 Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-number-3-circle---svg {
background-image: url('https://proicons.com/icon/308955.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 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM10 6C9.44772 6 9 6.44772 9 7C9 7.55228 9.44772 8 10 8H13L11.2 10.4C10.9727 10.703 10.9362 11.1084 11.1056 11.4472C11.275 11.786 11.6212 12 12 12C13.1046 12 14 12.8954 14 14C14 15.1046 13.1046 16 12 16C11.4871 16 11.0214 15.8083 10.6669 15.491C10.2554 15.1226 9.62319 15.1577 9.25487 15.5692C8.88654 15.9807 8.92156 16.6129 9.33309 16.9812C10.0401 17.614 10.9762 18 12 18C14.2091 18 16 16.2091 16 14C16 12.4035 15.0647 11.0254 13.7121 10.3839L15.8 7.6C16.0273 7.29698 16.0638 6.89157 15.8944 6.55279C15.725 6.214 15.3788 6 15 6H10Z" fill="#292929"/> </svg>
Copied!