Central Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Central 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/338116.svg" alt="Central icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338116.svg" alt="Central icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338116.svg" alt="Central icon" :width="24" :height="24" />
CSS background
.icon-central {
background-image: url('https://proicons.com/icon/338116.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="c" d="m33.6825,17.8383l7.2252-7.2252c1.1372-1.1372,1.2347-2.8708.2186-3.8869-1.0161-1.0161-2.7497-.9186-3.8869.2186l-7.0797,7.0797"/><path class="c" d="m30.1588,14.024v-5.621c0-1.6083-1.1569-2.903-2.5939-2.903s-2.5939,1.2948-2.5939,2.903l-.0187,6.335c4.4047.3702,7.9295,3.8914,8.3098,8.3116"/><path class="c" d="m33.6825,17.8394h5.7193c1.6083,0,2.903,1.1569,2.903,2.5939s-1.2948,2.5911-2.903,2.5939l-6.1421.0109"/><path class="c" d="m14.3175,17.8383l-7.2252-7.2252c-1.1372-1.1372-1.2347-2.8708-.2186-3.8869,1.0161-1.0161,2.7497-.9186,3.8869.2186l7.0797,7.0797"/><path class="c" d="m17.8412,14.024v-5.621c0-1.6083,1.1569-2.903,2.5939-2.903s2.5939,1.2948,2.5939,2.903l.0187,6.335c-4.4047.3702-7.9295,3.8914-8.3098,8.3116"/><path class="c" d="m14.3175,17.8394h-5.7193c-1.6083,0-2.903,1.1569-2.903,2.5939s1.2948,2.5939,2.903,2.5939l6.1421.0112"/><path class="c" d="m33.6825,30.1617l7.2252,7.2252c1.1372,1.1372,1.2347,2.8708.2186,3.8869s-2.7497.9186-3.8869-.2186l-7.0797-7.0797"/><path class="c" d="m30.1588,33.976v5.621c0,1.6083-1.1569,2.903-2.5939,2.903s-2.5939-1.2948-2.5939-2.903l-.0187-6.335c4.4047-.3702,7.9295-3.8914,8.3098-8.3116"/><path class="c" d="m33.6825,30.1606h5.7193c1.6083,0,2.903-1.1569,2.903-2.5939s-1.2948-2.5939-2.903-2.5939l-6.1421-.0112"/><path class="c" d="m14.3175,30.1617l-7.2252,7.2252c-1.1372,1.1372-1.2347,2.8708-.2186,3.8869s2.7497.9186,3.8869-.2186l7.0797-7.0797"/><path class="c" d="m17.8412,33.976v5.621c0,1.6083,1.1569,2.903,2.5939,2.903s2.5939-1.2948,2.5939-2.903l.0187-6.335c-4.4047-.3702-7.9295-3.8914-8.3098-8.3116"/><path class="c" d="m14.3175,30.1606h-5.7193c-1.6083,0-2.903-1.1569-2.903-2.5939s1.2948-2.5939,2.903-2.5939l6.1421-.0112"/></g><path class="c" d="m29.6581,22.0187c-.8192-2.3387-3.0397-4.0187-5.6581-4.0187-3.3137,0-6,2.6863-6,6s2.6863,6,6,6c2.6183,0,4.8389-1.68,5.6581-4.0187"/></svg>
Copied!