Number 5 Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 5 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/308961.svg" alt="Number 5 Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308961.svg" alt="Number 5 Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308961.svg" alt="Number 5 Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-number-5-circle---svg {
background-image: url('https://proicons.com/icon/308961.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.5 6C10.0269 6 9.61852 6.33155 9.52133 6.79456L8.52133 11.5585C8.43254 11.9815 8.62555 12.4136 8.99981 12.6298C9.37406 12.846 9.84486 12.7973 10.1669 12.509C10.5214 12.1917 10.9871 12 11.5 12C12.6046 12 13.5 12.8954 13.5 14C13.5 15.1046 12.6046 16 11.5 16C10.9871 16 10.5214 15.8083 10.1669 15.491C9.75539 15.1226 9.12319 15.1577 8.75487 15.5692C8.38654 15.9807 8.42156 16.6129 8.83309 16.9812C9.5401 17.614 10.4762 18 11.5 18C13.7091 18 15.5 16.2091 15.5 14C15.5 11.7909 13.7091 10 11.5 10C11.2899 10 11.0835 10.0162 10.8821 10.0475L11.3119 8H14.5C15.0523 8 15.5 7.55228 15.5 7C15.5 6.44772 15.0523 6 14.5 6H10.5Z" fill="#292929"/> </svg>
Copied!