Sokxay Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sokxay 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/347605.svg" alt="Sokxay Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347605.svg" alt="Sokxay Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347605.svg" alt="Sokxay Plus icon" :width="24" :height="24" />
CSS background
.icon-sokxay-plus {
background-image: url('https://proicons.com/icon/347605.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.1373,6.0292v8.2836M33.9955,10.1672h8.2836M8.166,18.6133c0,4.1909,2.0369,7.8717,5.113,9.9955-2.0898-3.0534-1.9613-5.8499-1.7459-8.6426-.0023,5.6143,4.5472,10.1674,10.1614,10.1696.3358.0001.6714-.0164,1.0055-.0494-2.3694-1.1413-4.9996-3.9113-6.3941-6.7644-1.7385-3.4592-.3436-7.6729,3.1156-9.4114.9774-.4912,2.0561-.7469,3.15-.7465,2.6453.0038,4.5046.9145,6.1447,3.6278,1.6363,2.7171,4.9732,3.7941,8.0455,3.6694-1.1602-1.1564-2.0407-1.7837-2.4261-3.9906-1.0695-6.224-7.267-10.8986-12.9998-10.9667-4.5159-.0567-5.336.5064-8.4612,1.5872l3.6581.0038c-4.8145,1.334-8.3667,5.9859-8.3667,11.5184ZM34.3167,29.3834c0-4.1909-2.0407-7.8717-5.1168-9.9955,2.0936,3.0497,1.9651,5.8499,1.7459,8.6388-.0023-5.6143-4.5555-10.1636-10.1697-10.1613-.3305.0001-.6608.0164-.9897.0487,2.3694,1.1413,4.9996,3.9113,6.3903,6.7644,1.7385,3.4592.3436,7.6729-3.1156,9.4114-.9774.4912-2.0561.7469-3.15.7465-2.6453-.0038-4.5046-.9145-6.1409-3.6278-1.6363-2.7171-4.9732-3.7941-8.0493-3.6694,1.1602,1.1564,2.0444,1.7799,2.4261,3.9906,1.0732,6.224,7.267,10.8949,12.9998,10.9667,4.5159.0529,5.336-.5064,8.465-1.591h-3.6619c4.8145-1.3378,8.3667-5.9897,8.3667-11.5222Z"/></svg>
Copied!