Quit Tracker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quit 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/346389.svg" alt="Quit Tracker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346389.svg" alt="Quit Tracker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346389.svg" alt="Quit Tracker icon" :width="24" :height="24" />
CSS background
.icon-quit-tracker {
background-image: url('https://proicons.com/icon/346389.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><rect class="a" x="4.5" y="31.2228" width="5.3947" height="7.7924"/><rect class="a" x="14.1288" y="31.2228" width="29.3712" height="7.7924"/><path class="a" d="M4.5764,26.8669c3.3152-16.68,14.68-1.68,15.9334-17.8821"/><path class="a" d="M8.6457,26.8478C9.4529,15.7,22.4342,27.76,24.197,9.0422"/></svg>
Copied!