Mapmyfitness Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mapmyfitness 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/328862.svg" alt="Mapmyfitness icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328862.svg" alt="Mapmyfitness icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328862.svg" alt="Mapmyfitness icon" :width="24" :height="24" />
CSS background
.icon-mapmyfitness {
background-image: url('https://proicons.com/icon/328862.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>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="k" d="M38.7634,40.5839c.3593.3964.7904.5946,1.4372.5946h.8623c.7904,0,1.4372-.5946,1.4372-1.3214h0c0-.7268-.6467-1.3214-1.4372-1.3214h-.9342c-.7904,0-1.4372-.5946-1.4372-1.3214h0c0-.7268.6467-1.3214,1.4372-1.3214h.8623c.6467,0,1.0779.1321,1.4372.5946"/><path id="d" class="k" d="M32.2828,40.5839c.3593.3964.7904.5946,1.4372.5946h.8623c.7904,0,1.4372-.5946,1.4372-1.3214h0c0-.7268-.6467-1.3214-1.4372-1.3214h-.9342c-.7904,0-1.4372-.5946-1.4372-1.3214h0c0-.7268.6467-1.3214,1.4372-1.3214h.8623c.6467,0,1.0779.1321,1.4372.5946"/><path id="e" class="k" d="M29.5388,41.1786h-2.8743v-5.2857h2.8743M26.6645,38.5357h1.9402"/><polyline id="f" class="k" points="20.1556 41.1786 20.1556 35.8929 23.9641 41.1786 23.9641 35.8929"/><path id="g" class="k" d="M15.5869,41.1786v-5.2857M13.7186,35.8929h3.7366"/><line id="h" class="k" x1="11.0464" y1="35.8929" x2="11.0464" y2="41.1786"/><path id="i" class="k" d="M5.5,41.1786v-5.2857h2.8743M5.5,38.5357h1.8683"/></g><path id="j" class="k" d="M14.75,6.8214l-9.25,3.9643c0,3.1585,2.4261,5.9915,6.269,7.9286-3.8429,1.9371-6.269,4.7701-6.269,7.9286l9.25,3.9643v-3.9643c0-2.3131.6523-4.4511,1.755-6.1916,2.2916.5811,4.8263.9059,7.495.9059-2.3454,0-4.4863-.9987-6.1168-2.6429,1.6305-1.6441,3.7714-2.6429,6.1168-2.6429-2.6687,0-5.2034.3248-7.495.9059-1.1027-1.7405-1.755-3.8785-1.755-6.1916v-3.9643ZM24,16.0714c2.3454,0,4.4863.9987,6.1168,2.6429-1.6305,1.6441-3.7714,2.6429-6.1168,2.6429,2.6687,0,5.2034-.3248,7.495-.9059,1.1027,1.7405,1.755,3.8785,1.755,6.1916v3.9643l9.25-3.9643c0-3.1585-2.4261-5.9915-6.269-7.9286,3.8429-1.9371,6.269-4.7701,6.269-7.9286l-9.25-3.9643v3.9643c0,2.3131-.6523,4.4511-1.755,6.1916-2.2916-.5811-4.8263-.9059-7.495-.9059Z"/></svg>
Copied!