Spire Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spire Mobile 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/333191.svg" alt="Spire Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333191.svg" alt="Spire Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333191.svg" alt="Spire Mobile icon" :width="24" :height="24" />
CSS background
.icon-spire-mobile {
background-image: url('https://proicons.com/icon/333191.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M26.5036,19.3283l-3.7072-3.7072M26.5036,15.6212l-3.7072,3.7072M29.01,17.4748h-8.72M24.65,11.2384v9.8286M31.0168,26.1759l2.6,2.7M28.3168,28.8759v-8h2.6c1.5,0,2.7,1.2,2.7,2.7s-1.2,2.7-2.7,2.7h-2.6M15.6832,28.8759v-8h2.6c1.5,0,2.7,1.2,2.7,2.7s-1.2,2.7-2.7,2.7h-2.6M36.0835,20.8759v8M36.0835,24.8759h2.6M36.0835,20.8759h4M36.0835,28.8759h4M8.0165,27.9759c.5.6,1.1.9,2,.9h1.2c1.1,0,2-.9,2-2h0c0-1.1-.9-2-2-2h-1.3c-1.1,0-2-.9-2-2h0c0-1.1.9-2,2-2h1.2c.9,0,1.5.2,2,.9M24.65,20.8759v8M23.45,20.8759h2.4M23.45,28.8758h2.4"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!