Tapgenius Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tapgenius 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/333673.svg" alt="Tapgenius icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333673.svg" alt="Tapgenius icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333673.svg" alt="Tapgenius icon" :width="24" :height="24" />
CSS background
.icon-tapgenius {
background-image: url('https://proicons.com/icon/333673.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><path class="b" d="m24.4231,43.5c-3.6178-.7341-7.1923-3.0838-9.6476-9.2019-3.1984-7.9697-6.9473-8.0484-6.9473-9.7,0-1.1273.8914-1.5992,3.0673-1.5992,2.9821,0,5.1941,5.9445,7.4192,5.9511,1.8351.0054-3.4605-19.8981-.6292-20.3176s3.7489,13.8422,5.6889,13.5014-.2097-15.7035,2.8838-15.7035.3932,15.2316,1.6254,15.4938c1.0715.228,3.3032-13.3965,5.7938-12.5314s-3.5726,14.8045-2.0973,15.3627c1.94.7341,5.7151-10.0933,8.1008-8.4941s-4.6927,8.6251-4.85,14.0257-2.7003,10.1195-5.7151,12.0857"/><circle class="b" cx="17.8912" cy="9.4729" r="2.8533"/><circle class="b" cx="26.2091" cy="7.3533" r="2.8533"/></svg>
Copied!