Fasting Tracker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fasting Tracker 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/340289.svg" alt="Fasting Tracker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340289.svg" alt="Fasting Tracker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340289.svg" alt="Fasting Tracker icon" :width="24" :height="24" />
CSS background
.icon-fasting-tracker {
background-image: url('https://proicons.com/icon/340289.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="M25.819,41.371l-.6616-10.3c0-.653.2477-.9616.6331-1.347l2.917-2.482c.9454-.8044.8138-1.5969.793-1.9428l-.5-8.3c-.0332-.5513-.4477-1-1-1s-1,.4477-1,1v7c0,.5523-.4477,1-1,1s-1-.4477-1-1v-7c0-.5523-.4477-1-1-1s-1,.4477-1,1v7c0,.5523-.4477,1-1,1s-1-.4477-1-1v-7c0-.5523-.4477-1-1-1s-.9668.4487-1,1l-.5,8.3c-.0215.3564-.1164,1.1647.793,1.9428l2.9009,2.482c.3165.3165.5491.8676.5491,1.347l-.5759,10.298"/><circle class="b" cx="24" cy="24" r="21.5"/><circle class="b" cx="24" cy="24" r="17.5"/><path class="b" d="M11.625,36.375c-.781-.7808-2.0471-.7808-2.8281,0-.7809.781-.7809,2.0471,0,2.8281"/><path class="b" d="M24,2.5c-1.1046,0-2,.8954-2,2s.8954,2,2,2"/></svg>
Copied!