Sign Division Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign Division 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/308976.svg" alt="Sign Division Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308976.svg" alt="Sign Division Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308976.svg" alt="Sign Division Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----division-circle---svg {
background-image: url('https://proicons.com/icon/308976.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 11.999C2 6.47618 6.47715 1.99902 12 1.99902C17.5228 1.99902 22 6.47618 22 11.999C22 17.5219 17.5228 21.999 12 21.999C6.47715 21.999 2 17.5219 2 11.999ZM12 6.5C11.1716 6.5 10.5 7.17157 10.5 8V8.01C10.5 8.83843 11.1716 9.51 12 9.51H12.01C12.8384 9.51 13.51 8.83843 13.51 8.01V8C13.51 7.17157 12.8384 6.5 12.01 6.5H12ZM12 14.5C11.1716 14.5 10.5 15.1716 10.5 16V16.01C10.5 16.8384 11.1716 17.51 12 17.51H12.01C12.8384 17.51 13.51 16.8384 13.51 16.01V16C13.51 15.1716 12.8384 14.5 12.01 14.5H12ZM8 12C8 11.4477 8.44772 11 9 11H15C15.5522 11 16 11.4477 16 12C16 12.5523 15.5522 13 15 13H9C8.44772 13 8 12.5523 8 12Z" fill="#292929"/> </svg>
Copied!