Fotmob Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fotmob 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/340756.svg" alt="Fotmob icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340756.svg" alt="Fotmob icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340756.svg" alt="Fotmob icon" :width="24" :height="24" />
CSS background
.icon-fotmob {
background-image: url('https://proicons.com/icon/340756.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="31.7456" cy="23.8867" r="6.2229"/><line class="a" x1="19.9911" y1="35.9894" x2="19.9911" y2="41.2859"/><polyline class="a" points="43.5 6.714 19.991 6.714 19.991 23.673"/><line class="a" x1="27.7766" y1="28.6793" x2="6.9715" y2="39.0394"/><line class="a" x1="4.5" y1="31.4623" x2="25.6969" y2="25.3269"/></svg>
Copied!