Wearfit Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wearfit Pro 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/349597.svg" alt="Wearfit Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349597.svg" alt="Wearfit Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349597.svg" alt="Wearfit Pro icon" :width="24" :height="24" />
CSS background
.icon-wearfit-pro {
background-image: url('https://proicons.com/icon/349597.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M42.4994,13.9649v5.6384c0,.6016-.4872,1.0893-1.0882,1.0893s-1.0882-.4877-1.0882-1.0893v-7.4958c0-.6016-.4872-1.0893-1.0882-1.0893s-1.0882.4877-1.0882,1.0893v13.687c0,.6016-.4872,1.0893-1.0882,1.0893s-1.0882-.4877-1.0882-1.0893V9.4665c0-.6016-.4872-1.0893-1.0882-1.0893s-1.0882.4877-1.0882,1.0893v21.21c0,.6016-.4872,1.0893-1.0882,1.0893s-1.0882-.4877-1.0882-1.0893V11.5315c0-.6016-.4872-1.0893-1.0882-1.0893s-1.0882.4877-1.0882,1.0893v23.505c0,.6016-.4872,1.0893-1.0882,1.0893s-1.0882-.4877-1.0882-1.0893V14.4175c0-.6016-.4872-1.0893-1.0882-1.0893s-1.0882.4877-1.0882,1.0893v24.116c0,.6016-.4872,1.0893-1.0882,1.0893s-1.0882-.4877-1.0882-1.0893V14.4175c0-.6016-.4872-1.0893-1.0882-1.0893s-1.0882.4877-1.0882,1.0893v20.619c0,.6016-.4872,1.0893-1.0882,1.0893s-1.0882-.4877-1.0882-1.0893V11.5315c0-.6016-.4872-1.0893-1.0882-1.0893s-1.0882.4877-1.0882,1.0893v19.145c0,.6016-.4872,1.0893-1.0882,1.0893s-1.0882-.4877-1.0882-1.0893V9.4665c0-.6016-.4872-1.0893-1.0882-1.0893s-1.0882.4877-1.0882,1.0893v16.328c0,.6016-.4872,1.0893-1.0882,1.0893s-1.0882-.4877-1.0882-1.0893v-13.687c0-.6016-.4872-1.0893-1.0882-1.0893s-1.0882.4877-1.0882,1.0893v7.4958c0,.6016-.4872,1.0893-1.0882,1.0893s-1.0882-.4877-1.0882-1.0893v-5.6384"/></svg>
Copied!