Number 4 Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 4 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/308958.svg" alt="Number 4 Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308958.svg" alt="Number 4 Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308958.svg" alt="Number 4 Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-number-4-circle---svg {
background-image: url('https://proicons.com/icon/308958.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 12ZM11.4615 7.27472C11.6132 6.74369 11.3058 6.1902 10.7747 6.03848C10.2437 5.88675 9.6902 6.19424 9.53848 6.72528L8.26689 11.1758C7.71933 13.0923 9.15832 15 11.1515 15H13.5V17C13.5 17.5523 13.9477 18 14.5 18C15.0523 18 15.5 17.5523 15.5 17V14V10C15.5 9.44772 15.0523 9 14.5 9C13.9477 9 13.5 9.44772 13.5 10V13H11.1515C10.4871 13 10.0074 12.3641 10.1899 11.7253L11.4615 7.27472Z" fill="#292929"/> </svg>
Copied!