Spacebasic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spacebasic 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/333133.svg" alt="Spacebasic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333133.svg" alt="Spacebasic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333133.svg" alt="Spacebasic icon" :width="24" :height="24" />
CSS background
.icon-spacebasic {
background-image: url('https://proicons.com/icon/333133.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M11.6666,5.4998c-3.4058,0-6.1667,2.7609-6.1667,6.1667h0c0,3.4058,2.7609,6.1667,6.1667,6.1667h24.667c3.4058,0,6.1667-2.7609,6.1667-6.1667s-2.7609-6.1667-6.1667-6.1667H11.6666Z"/><path class="b" d="M16.0256,7.3064l24.667,24.667c2.4076,2.4081,2.4076,6.312,0,8.7201-2.4081,2.4076-6.312,2.4076-8.7201,0L7.3055,16.0265c-2.4076-2.4081-2.4076-6.312,0-8.7201,2.4081-2.4076,6.312-2.4076,8.7201,0Z"/><path class="b" d="M11.6666,30.1668c-3.4058,0-6.1667,2.7609-6.1667,6.1667,0,3.4058,2.7609,6.1667,6.1667,6.1667h24.667c3.4058,0,6.1667-2.7609,6.1667-6.1667s-2.7609-6.1667-6.1667-6.1667H11.6666Z"/></svg>
Copied!