Tapa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tapa 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/348226.svg" alt="Tapa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348226.svg" alt="Tapa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348226.svg" alt="Tapa icon" :width="24" :height="24" />
CSS background
.icon-tapa {
background-image: url('https://proicons.com/icon/348226.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="m14.374 18.376-1.5784 6.935c-.14651.64371.2528 1.1655.89188 1.1655h.34715"/><line class="d" x1="12.721" x2="15.151" y1="20.299" y2="20.299"/><path class="d" d="m21.739 24.146c-.29303 1.2875-1.5667 2.3311-2.8449 2.3311-1.2782 0-2.0768-1.0437-1.7838-2.3311l.34486-1.5152c.29303-1.2875 1.5667-2.3311 2.8449-2.3311 1.2782 0 2.0768 1.0437 1.7838 2.3311"/><line class="d" x1="21.209" x2="22.615" y1="26.477" y2="20.299"/><path class="d" d="m36.088 24.146c-.29303 1.2875-1.5667 2.3311-2.8449 2.3311-1.2782 0-2.0768-1.0437-1.7838-2.3311l.34486-1.5152c.29303-1.2875 1.5667-2.3311 2.8449-2.3311 1.2782 0 2.0768 1.0437 1.7838 2.3311"/><line class="d" x1="35.558" x2="36.964" y1="26.477" y2="20.299"/><path class="d" d="m24.285 24.146c-.29303 1.2875.50558 2.3311 1.7838 2.3311 1.2782 0 2.5519-1.0437 2.8449-2.3311l.34486-1.5152c.29303-1.2875-.50559-2.3311-1.7838-2.3311-1.2782 0-2.5519 1.0437-2.8449 2.3311"/><line class="d" x1="25.161" x2="23.038" y1="20.299" y2="29.624"/></svg>
Copied!