Mifit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mifit 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/343817.svg" alt="Mifit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343817.svg" alt="Mifit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343817.svg" alt="Mifit icon" :width="24" :height="24" />
CSS background
.icon-mifit {
background-image: url('https://proicons.com/icon/343817.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><path class="a" d="M13.14,3.15a2.4,2.4,0,0,1,1.91.66,2.81,2.81,0,0,1-.33,4l-7,7a2.8,2.8,0,0,1-3.95.32,2.81,2.81,0,0,1,.32-3.94l7-7a3.32,3.32,0,0,1,2-1Z"/><path class="a" d="M2.5,24A21.5,21.5,0,1,0,24,2.5"/><line class="a" x1="33.89" y1="18.17" x2="33.89" y2="31.83"/><path class="a" d="M14.11,31.83V18.23L24,18.17a3.5,3.5,0,0,1,3.53,3.5V31.75"/><line class="a" x1="20.8" y1="22.58" x2="20.8" y2="31.83"/></svg>
Copied!