Number 7 Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 7 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/308967.svg" alt="Number 7 Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308967.svg" alt="Number 7 Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308967.svg" alt="Number 7 Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-number-7-circle---svg {
background-image: url('https://proicons.com/icon/308967.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 12ZM9 6C8.44772 6 8 6.44772 8 7C8 7.55228 8.44772 8 9 8H13.523L10.0715 16.6286C9.86641 17.1414 10.1158 17.7234 10.6286 17.9285C11.1414 18.1336 11.7234 17.8842 11.9285 17.3714L15.9285 7.37139C16.0517 7.0633 16.0141 6.71414 15.8281 6.43937C15.642 6.1646 15.3318 6 15 6H9Z" fill="#292929"/> </svg>
Copied!