Samsung Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Plus 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/332382.svg" alt="Samsung Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332382.svg" alt="Samsung Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332382.svg" alt="Samsung Plus icon" :width="24" :height="24" />
CSS background
.icon-samsung-plus {
background-image: url('https://proicons.com/icon/332382.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path class="c" d="M17.9892,27.123c.4906.6387,1.1057.8765,1.9615.8765h1.1844c1.1022,0,1.9957-.8935,1.9957-1.9957v-.0086c0-1.1022-.8935-1.9957-1.9957-1.9957h-1.3065c-1.1034,0-1.9978-.8945-1.9978-1.9978h0c0-1.1058.8964-2.0022,2.0022-2.0022h1.1779c.8558,0,1.4709.2379,1.9615.8765"/><line class="c" x1="26.1627" y1="23.999" x2="30.1627" y2="23.999"/><line class="c" x1="28.1627" y1="21.999" x2="28.1627" y2="25.999"/></g><rect class="c" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/></svg>
Copied!