Sign Minus Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign Minus Circle Svg icon is commonly used in quantity selectors, collapse controls and list management. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/308983.svg" alt="Sign Minus Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308983.svg" alt="Sign Minus Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308983.svg" alt="Sign Minus Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----minus-circle---svg {
background-image: url('https://proicons.com/icon/308983.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.999ZM9 11C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H9Z" fill="#292929"/> </svg>
Copied!