Tescomobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tescomobile 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/333816.svg" alt="Tescomobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333816.svg" alt="Tescomobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333816.svg" alt="Tescomobile icon" :width="24" :height="24" />
CSS background
.icon-tescomobile {
background-image: url('https://proicons.com/icon/333816.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><g><path class="b" d="m33.9163,11.3218c5.1248,4.2532,7.5484,9.79,5.4122,12.3668-2.1458,2.5864-8.037,1.2453-13.1619-3.0079-5.1248-4.2439-7.5484-9.7804-5.4026-12.3668,2.1358-2.5863,8.027-1.2357,13.1523,3.0079Z"/><path class="b" d="m15.802,33.2003c2.1648,1.8009,3.1992,4.1477,2.2892,5.2396-.9099,1.1015-3.41.5268-5.5748-1.2741-2.1744-1.8008-3.1992-4.1477-2.2893-5.2396.9005-1.0918,3.4005-.5267,5.5749,1.2741Z"/><path class="b" d="m23.3883,24.0431c3.3143,2.7491,4.8852,6.3313,3.4963,8.0079-1.389,1.6667-5.2013.795-8.5155-1.9541-3.3239-2.7491-4.8852-6.3313-3.4963-7.9983,1.3794-1.6763,5.1917-.8046,8.5155,1.9445Z"/></g><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!