Tkcoach Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tkcoach 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/348597.svg" alt="Tkcoach icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348597.svg" alt="Tkcoach icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348597.svg" alt="Tkcoach icon" :width="24" :height="24" />
CSS background
.icon-tkcoach {
background-image: url('https://proicons.com/icon/348597.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="M17.076,33.5448h4.3414l-4.4033,4.4756,4.4033,4.4796h-4.3414l-4.4033-4.4796,4.4033-4.4756Z"/><path class="b" d="M6.327,30.4942h9.1781v3.0625h-2.8324v4.4638h-3.5134v-4.4638h-2.8324v-3.0625Z"/><path class="b" d="M14.8529,8.6964s1.7462,5.7987,10.7546,9.7588c0,0,7.0702,4.6802.0996,17.1282"/><path class="b" d="M41.6728,5.5024s.1408,3.3799-6.3371,10.3508c0,0,9.5761,6.126-2.042,19.9974"/><path class="b" d="M30.6457,7.9588c1.6492,2.3106,1.5236,5.2276-.2805,6.5154-1.8041,1.2878-4.6037.4586-6.253-1.8521-1.6492-2.3106-1.5236-5.2276.2805-6.5154,1.8041-1.2878,4.6037-.4586,6.253,1.8521Z"/></svg>
Copied!