Sign Plus Minus Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign Plus Minus 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/308989.svg" alt="Sign Plus Minus Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308989.svg" alt="Sign Plus Minus Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308989.svg" alt="Sign Plus Minus Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----plus-minus---svg {
background-image: url('https://proicons.com/icon/308989.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="M16.8944 4.44722C17.1414 3.95324 16.9412 3.35257 16.4472 3.10558C15.9532 2.85859 15.3526 3.05881 15.1056 3.55279L7.10557 19.5528C6.85858 20.0468 7.05881 20.6474 7.55279 20.8944C8.04676 21.1414 8.64744 20.9412 8.89443 20.4472L16.8944 4.44722ZM8 4.00001C8 3.44772 7.55228 3.00001 7 3.00001C6.44772 3.00001 6 3.44772 6 4.00001V6.00001H4C3.44772 6.00001 3 6.44772 3 7.00001C3 7.55229 3.44772 8.00001 4 8.00001H6V10C6 10.5523 6.44772 11 7 11C7.55228 11 8 10.5523 8 10V8.00001H10C10.5523 8.00001 11 7.55229 11 7.00001C11 6.44772 10.5523 6.00001 10 6.00001H8V4.00001ZM14 16C13.4477 16 13 16.4477 13 17C13 17.5523 13.4477 18 14 18H20C20.5523 18 21 17.5523 21 17C21 16.4477 20.5523 16 20 16H14Z" fill="#292929"/> </svg>
Copied!