Chordtracker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chordtracker 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/338229.svg" alt="Chordtracker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338229.svg" alt="Chordtracker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338229.svg" alt="Chordtracker icon" :width="24" :height="24" />
CSS background
.icon-chordtracker {
background-image: url('https://proicons.com/icon/338229.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M38.9558,40.482c-8.0746,5.1046-18.6584,3.6077-25.0007-3.5359-6.3424-7.1436-6.5755-17.8301-.5508-25.2435,6.0247-7.4134,16.5331-9.3705,24.8227-4.623"/><path id="c" class="f" d="M35.7568,28.6104v.1261c0,5.6289-3.5316,10.1917-7.8882,10.1917h0c-4.3567,0-7.8882-4.5628-7.8882-10.1917v-10.384c0-5.6289,3.5315-10.1917,7.8882-10.1917h0c4.3567,0,7.8882,4.5628,7.8882,10.1917v.1261"/><path id="d" class="f" d="M35.7662,18.54l2.8896.3599-.3346-11.6869"/><path id="e" class="f" d="M35.7728,28.5938l2.9647-.6916.2252,12.4151"/></svg>
Copied!