Fifa Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fifa 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/325816.svg" alt="Fifa Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325816.svg" alt="Fifa Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325816.svg" alt="Fifa Mobile icon" :width="24" :height="24" />
CSS background
.icon-fifa-mobile {
background-image: url('https://proicons.com/icon/325816.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M30.3932,26.2517l6.9822-13.4802,2.1167,13.4802M38.7965,21.7019h-6.0657M23.6948,26.2517l2.4323-13.4794h6.7405M24.9109,19.512h4.3805M8.5079,26.2517l2.4323-13.4794h6.7405M9.7241,19.512h4.3805M21.9039,12.7723l-2.4323,13.4794M19.0241,35.2285h0c-1.1677.0084-2.1211-.9315-2.1295-2.0992,0-.0098,0-.0197,0-.0295v-2.2113c0-1.2289.9833-2.2113,2.1295-2.2113h0c1.216-.0053,2.2061.9762,2.2113,2.1922,0,.0064,0,.0127,0,.0191v2.1295c.0048,1.216-.977,2.2057-2.193,2.2105-.0061,0-.0122,0-.0183,0ZM25.9451,31.9536h-2.7844M25.7813,31.9536c.9006,0,1.6374.7361,1.6374,1.6374,0,.9006-.7368,1.6374-1.6374,1.6374h-2.7026v-6.5513h2.7026c.9006,0,1.6374.7368,1.6374,1.6374-.0022.9036-.7339,1.6356-1.6374,1.6382v.0008ZM39.5,35.2285h-3.2757v-6.5513h3.2749M36.2243,31.9528h2.1295M8.5,35.1466v-6.4703l3.2757,6.5521,3.2765-6.5513v6.5513M29.2621,28.6771v6.5513M31.1054,28.6771v6.5513h3.2757"/><path class="d" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!