Tapk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tapk 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/333674.svg" alt="Tapk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333674.svg" alt="Tapk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333674.svg" alt="Tapk icon" :width="24" :height="24" />
CSS background
.icon-tapk {
background-image: url('https://proicons.com/icon/333674.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="b" points="35.2002 13.5726 12.7998 13.5726 8.5909 35.6464 39.4091 35.6464 35.2002 13.5726"/><polygon class="b" points="39.412 16.5119 8.588 16.5119 5.5 32.7071 42.5 32.7071 39.412 16.5119"/><circle class="b" cx="17.958" cy="22.5059" r="2.3918"/><line class="b" x1="17.5546" y1="13.5726" x2="14.0965" y2="7.8956"/><circle class="b" cx="30.042" cy="22.5059" r="2.3918"/><line class="b" x1="30.4454" y1="13.5726" x2="33.9035" y2="7.8956"/></svg>
Copied!