Number 1 Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 1 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/308949.svg" alt="Number 1 Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308949.svg" alt="Number 1 Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308949.svg" alt="Number 1 Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-number-1-circle---svg {
background-image: url('https://proicons.com/icon/308949.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 12ZM13.5 7C13.5 6.59554 13.2564 6.2309 12.8827 6.07612C12.509 5.92134 12.0789 6.0069 11.7929 6.29289L9.79289 8.29289C9.40237 8.68342 9.40237 9.31658 9.79289 9.70711C10.1834 10.0976 10.8166 10.0976 11.2071 9.70711L11.5 9.41421V17C11.5 17.5523 11.9477 18 12.5 18C13.0523 18 13.5 17.5523 13.5 17V7Z" fill="#292929"/> </svg>
Copied!