Sign Plus Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign Plus Circle Svg icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/308988.svg" alt="Sign Plus Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308988.svg" alt="Sign Plus Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308988.svg" alt="Sign Plus Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----plus-circle---svg {
background-image: url('https://proicons.com/icon/308988.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 8C12.5523 8 13 8.44772 13 9V11H15C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H13V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15V13H9C8.44772 13 8 12.5523 8 12C8 11.4477 8.44772 11 9 11H11V9C11 8.44772 11.4477 8 12 8Z" fill="#292929"/> </svg>
Copied!