Threeplus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Threeplus icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/348494.svg" alt="Threeplus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348494.svg" alt="Threeplus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348494.svg" alt="Threeplus icon" :width="24" :height="24" />
CSS background
.icon-threeplus {
background-image: url('https://proicons.com/icon/348494.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="M17.7039,24.4253c-4.0173-.3515-5.7125-2.8101-1.848-5.1281,1.6611-.9983,5.5538-2.9327,1.2213-3.0008l-6.988-.1145c-2.2295-.0361-6.275-1.0364-3.8285-3.6356C18.0597.0123,37.8627,5.0923,29.3897,20.7436c12.066,9.7138,1.159,20.072-5.0095,21.285-11.656,2.2939-19.95-4.1518-18.58-11.417.5424-2.8943,3.2198-5.3509,6.5823-5.3388,4.1379.0643,5.4374,2.9728,5.4314,5.9837,2.9829.3174,5.7869-2.3902,4.6059-4.9212-.6146-1.3137-1.5425-1.6311-4.7162-1.9081v-.002h.0003Z"/><path class="b" d="M42.4999,18.8373h-9.3657"/><path class="b" d="M37.8169,23.5203v-9.3657"/><path class="b" d="M6.6331,15.4403c3.4559.7412,12.581-5.9107,15.177-6.244-4.0286,7.1324,2.921-.7911,6.4902,3.1394-6.9256-.0974,1.1346.8934-2.3726,7.4464-.7148-8.592-4.7302,5.285-12.209,2.5131"/><path class="b" d="M20.2589,24.7663c9.6727.6565,11.646,4.8094,11.646,4.8094-9.2117-1.9025.901,1.6628-4.6962,7.949-1.3386-11.129-1.245.7368-7.9981,2.1632,3.4079-6.5418-2.4083.5827-9.1325-4.0755,5.2697.3687-2.0369-2.8067,1.007-6.4293,2.1514,5.6337,0,0,3.5837.1035,1.9688.0568,4.2106,1.9586,2.7445,3.8845"/></svg>
Copied!