Sso Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sso 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/333263.svg" alt="Sso Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333263.svg" alt="Sso Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333263.svg" alt="Sso Plus icon" :width="24" :height="24" />
CSS background
.icon-sso-plus {
background-image: url('https://proicons.com/icon/333263.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="i" d="M10.1751,27.5308c.5408.722,1.2189.9909,2.1623.9909h1.3056c1.215,0,2.2-1.01,2.2-2.256v-.0098c0-1.2459-.985-2.256-2.2-2.256h-1.4402c-1.2163,0-2.2024-1.0111-2.2024-2.2584h0c0-1.25.9882-2.2633,2.2071-2.2633h1.2985c.9434,0,1.6215.2689,2.1623.9909"/><path id="d" class="i" d="M29.6993,19.4783h0c1.6184,0,2.9213,1.336,2.9213,2.9956v3.0521c0,1.6596-1.3029,2.9956-2.9213,2.9956h0c-1.6184,0-2.9213-1.336-2.9213-2.9956v-3.0521c0-1.6596,1.3029-2.9956,2.9213-2.9956Z"/><path id="e" class="i" d="M18.5639,27.5308c.5408.722,1.2189.9909,2.1623.9909h1.3056c1.215,0,2.2-1.01,2.2-2.256v-.0098c0-1.2459-.985-2.256-2.2-2.256h-1.4402c-1.2163,0-2.2024-1.0111-2.2024-2.2584h0c0-1.25.9882-2.2633,2.2071-2.2633h1.2985c.9434,0,1.6215.2689,2.1623.9909"/><path id="f" class="i" d="M35.0029,24h2.9966"/><path id="g" class="i" d="M36.5012,22.4744v3.0513"/><path id="h" class="i" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!