Solxpect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Solxpect 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/333063.svg" alt="Solxpect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333063.svg" alt="Solxpect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333063.svg" alt="Solxpect icon" :width="24" :height="24" />
CSS background
.icon-solxpect {
background-image: url('https://proicons.com/icon/333063.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>.o{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="o" d="M19.78,29.1391l-8.4397.716,5.8403,10.6614,8.4397-.716-5.8403-10.6615Z"/><path id="d" class="o" d="M37.9367,26.4744l-4.1915-1.9973,2.1904-2.1863,2.0011,4.1836Z"/><path id="e" class="o" d="M30.0219,29.5857l-1.5488-4.3706h3.0977l-1.5488,4.3706Z"/><path id="f" class="o" d="M21.9857,26.4744l2.0011-4.1836,2.1904,2.1863-4.1915,1.9973Z"/><path id="g" class="o" d="M22.1101,10.8305l4.1915,1.9973-2.1904,2.1863-2.0011-4.1836Z"/><path id="h" class="o" d="M37.827,10.8305l-2.0011,4.1836-2.1904-2.1863,4.1915-1.9973Z"/><path id="i" class="o" d="M40.9362,18.6525l-4.3788,1.5459v-3.0919l4.3788,1.5459Z"/><path id="j" class="o" d="M18.8098,18.6525l4.3788-1.5459v3.0919l-4.3788-1.5459Z"/><path id="k" class="o" d="M29.907,7.4835l1.5488,4.3706h-3.0977l1.5488-4.3706Z"/><ellipse id="l" class="o" cx="29.8781" cy="18.534" rx="5.3966" ry="5.3864"/><path id="m" class="o" d="M28.2197,28.4231l-8.4397.716,5.8403,10.6615,8.4397-.716-5.8403-10.6615Z"/><path id="n" class="o" d="M13.9397,18.4776l-8.4397.716,5.8403,10.6614,8.4397-.716-5.8403-10.6615Z"/><polyline class="o" points="26.0829 24.5181 28.2194 28.4259 19.784 29.1343 13.9389 18.4737 20.9685 17.887 20.9795 17.887"/><line class="o" x1="25.8947" y1="24.186" x2="23.1936" y2="19.2597"/><polyline class="o" points="30.511 28.2155 36.6992 27.6509 42.5 38.3669 34.0645 39.0865 28.2194 28.4259 29.57 28.3041"/></svg>
Copied!