Spatial Touch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spatial Touch 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/347717.svg" alt="Spatial Touch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347717.svg" alt="Spatial Touch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347717.svg" alt="Spatial Touch icon" :width="24" :height="24" />
CSS background
.icon-spatial-touch {
background-image: url('https://proicons.com/icon/347717.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M39.0223,8.9777c2.1597,2.1597,2.7516,4.0358,3.2107,5.9645.8994,3.7779-.3866,7.6504-5.188,12.5145-11.1951,11.3415-20.5643,13.8496-25.4578,8.956-4.8935-4.8935-2.3854-14.2628,8.956-25.4578,4.8641-4.8013,8.7366-6.0874,12.5145-5.188,1.9259.4585,3.8048,1.0511,5.9645,3.2107Z"/><path id="c" class="g" d="M35.4811,21.3893h0c2.4495-2.4495,2.4495-6.4209,0-8.8704-2.4495-2.4495-6.4209-2.4495-8.8704,0-.3243.3243-.612.6832-.8545,1.0687,1.5792.6384,3.4174,1.9429,5.0653,3.5908,1.6489,1.6489,2.954,3.4882,3.5943,5.0648.3857-.2449.7426-.5313,1.0653-.854Z"/><path id="d" class="g" d="M13.0776,39.2907c-3.463,2.9541-5.9407,2.9618-7.3567,2.9885.0266-1.416.0344-3.8937,2.9885-7.3567.8868,2.0796,2.3216,3.4955,4.3683,4.3683Z"/><path id="e" class="g" d="M36.2831,31.8525c2.5292,4.5799,3.0679,8.1479,1.4714,9.7444h0c-1.7912,1.7912-6.0473.8842-11.3602-2.4211"/><path id="f" class="g" d="M8.8242,21.6058c-3.3053-5.313-4.2123-9.569-2.4211-11.3602,1.5952-1.5952,5.1584-1.0588,9.7332,1.4652"/></svg>
Copied!