Trackbook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trackbook 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/348740.svg" alt="Trackbook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348740.svg" alt="Trackbook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348740.svg" alt="Trackbook icon" :width="24" :height="24" />
CSS background
.icon-trackbook {
background-image: url('https://proicons.com/icon/348740.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M24,18.72a2.79,2.79,0,1,0,2.79,2.79A2.79,2.79,0,0,0,24,18.72Z"/><path class="cls-1" d="M39.81,4.5,24.43,8.14a2.08,2.08,0,0,1-.86,0L8.19,4.5A1.86,1.86,0,0,0,6.33,6.36V38a1.86,1.86,0,0,0,1.86,1.86l15.38,3.61a1.79,1.79,0,0,0,.86,0l15.38-3.61A1.86,1.86,0,0,0,41.67,38V6.36A1.86,1.86,0,0,0,39.81,4.5ZM24.46,38a.49.49,0,0,1-.7.06L23.7,38c-1.61-1.86-7.82-9.53-7.82-15.88a8.12,8.12,0,1,1,16.24,0C32.12,28.39,26,36.05,24.46,38Z"/></svg>
Copied!