Tapacademy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tapacademy 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/333668.svg" alt="Tapacademy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333668.svg" alt="Tapacademy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333668.svg" alt="Tapacademy icon" :width="24" :height="24" />
CSS background
.icon-tapacademy {
background-image: url('https://proicons.com/icon/333668.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><g><g><path class="b" d="m16.4635,22.9869v-6.0321h1.9748c1.1164,0,2.0215.907,2.0215,2.0258s-.905,2.0258-2.0215,2.0258h-1.9748"/><g><line class="b" x1="5.5" y1="16.9548" x2="9.4962" y2="16.9548"/><line class="b" x1="7.4981" y1="22.9869" x2="7.4981" y2="16.9548"/></g><g><line class="b" x1="10.4026" y1="22.9689" x2="12.3621" y2="16.9548"/><line class="b" x1="14.3235" y1="22.9869" x2="12.3621" y2="16.9548"/><line class="b" x1="13.6674" y1="20.969" x2="11.0542" y2="20.969"/></g></g><g><line class="b" x1="26.6533" y1="31.0452" x2="31.5701" y2="31.0452"/><line class="b" x1="26.6533" y1="25.0132" x2="29.6694" y2="25.0132"/><line class="b" x1="26.6533" y1="28.0292" x2="28.6198" y2="28.0292"/></g><polyline class="b" points="31.5701 29.5372 31.5701 25.0132 34.5861 31.0452 37.6022 25.0223 37.6022 31.0452"/><path class="b" d="m24.8993,27.6522v.754c0,1.4575-1.1815,2.639-2.639,2.639h-1.3572s0-6.0321,0-6.0321h3.9962"/><g><polyline class="b" points="43.5981 25.0132 41.6 28.0292 39.6019 25.0132"/><line class="b" x1="41.6" y1="31.0452" x2="41.6" y2="28.0292"/></g><path class="b" d="m14.3589,29.0224v.0247c0,1.1035-.8946,1.9981-1.9981,1.9981h0c-1.1035,0-1.9981-.8946-1.9981-1.9981v-2.0358c0-1.1035.8946-1.9981,1.9981-1.9981h0c1.1035,0,1.9981.8946,1.9981,1.9981v.0247"/><g><line class="b" x1="5.5" y1="31.0273" x2="7.4594" y2="25.0131"/><line class="b" x1="9.4208" y1="31.0452" x2="7.4594" y2="25.0131"/><line class="b" x1="8.7647" y1="29.0274" x2="6.1516" y2="29.0274"/></g><g><line class="b" x1="15.3209" y1="31.0273" x2="17.2803" y2="25.0131"/><line class="b" x1="19.2417" y1="31.0452" x2="17.2803" y2="25.0131"/><line class="b" x1="18.5856" y1="29.0274" x2="15.9724" y2="29.0274"/></g></g><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!