Swi Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Swi 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/333532.svg" alt="Swi Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333532.svg" alt="Swi Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333532.svg" alt="Swi Plus icon" :width="24" :height="24" />
CSS background
.icon-swi-plus {
background-image: url('https://proicons.com/icon/333532.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><path id="b" class="c" d="M38.5001,5.5H9.5001c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><line class="c" x1="34.8411" y1="9.7723" x2="34.8411" y2="20.3311"/><polyline class="c" points="32.117 9.7723 29.4773 20.3311 26.8376 9.7723 24.1979 20.3311 21.5582 9.7723"/><path class="c" d="M12.4797,19.1742c.6475.8429,1.4594,1.1569,2.5889,1.1569h1.5632c1.4547,0,2.634-1.1818,2.634-2.6397h0c0-1.4579-1.1793-2.6397-2.634-2.6397h-1.7272c-1.4547,0-2.634-1.1818-2.634-2.6397h0c0-1.4579,1.1793-2.6397,2.634-2.6397h1.5632c1.1295,0,1.9414.314,2.5889,1.1569"/><line class="c" x1="5.5" y1="24" x2="42.5" y2="24"/><path class="c" d="M23.5826,30.0565v3.689c0,1.2348,1.001,2.2358,2.2358,2.2358h0c1.2348,0,2.2358-1.001,2.2358-2.2358v-3.689"/><line class="c" x1="28.0542" y1="33.7455" x2="28.0542" y2="35.9813"/><path class="c" d="M30.4645,35.4814c.4082.3428.849.4999,1.8388.4999h.5016c.8163,0,1.478-.6632,1.478-1.4812h0c0-.818-.6617-1.4812-1.478-1.4812h-1.0032c-.8163,0-1.478-.6632-1.478-1.4812h0c0-.818.6617-1.4812,1.478-1.4812h.5016c.9898,0,1.4306.1571,1.8388.4999"/><path class="c" d="M20.4553,27.0382v7.8252c0,.6174.5005,1.1179,1.1179,1.1179h.3354"/><path class="c" d="M13.7171,33.7455c0,1.2348,1.001,2.2358,2.2358,2.2358h0c1.2348,0,2.2358-1.001,2.2358-2.2358v-1.4533c0-1.2348-1.001-2.2358-2.2358-2.2358h0c-1.2348,0-2.2358,1.001-2.2358,2.2358"/><line class="c" x1="13.7171" y1="30.0565" x2="13.7171" y2="38.9996"/></svg>
Copied!