Sign Plus Square Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign Plus Square 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/308990.svg" alt="Sign Plus Square Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308990.svg" alt="Sign Plus Square Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308990.svg" alt="Sign Plus Square Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----plus-square---svg {
background-image: url('https://proicons.com/icon/308990.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="M3 4C3 3.44772 3.44772 3 4 3H20C20.5523 3 21 3.44772 21 4V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V4ZM13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9V11H9C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13H11V15C11 15.5523 11.4477 16 12 16C12.5523 16 13 15.5523 13 15V13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H13V9Z" fill="#292929"/> </svg>
Copied!