Tabii Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tabii 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/348159.svg" alt="Tabii icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348159.svg" alt="Tabii icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348159.svg" alt="Tabii icon" :width="24" :height="24" />
CSS background
.icon-tabii {
background-image: url('https://proicons.com/icon/348159.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="b" 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><path id="c" class="d" d="m22.3593,29.6346l-7.0617,3.0668,3.0668-7.0606m0-3.2814l-3.0657-7.0617,7.0606,3.0668m3.2814,0l7.0617-3.0657-3.0668,7.0606m0,3.2814l3.0657,7.0617h0l-7.0606-3.0668m0,0l-1.6407,4.1577-1.6407-4.1598m-3.9939-3.9939l-4.1598-1.6396,4.1598-1.6407m3.9939-3.9939l1.6407-4.1598,1.6407,4.1598m3.9939,3.9939l4.1598,1.6407h0l-4.1598,1.6407m-21.6418-1.7221l-3.4103-8.0776,8.1558-3.2169,3.3004-8.1241,8.0427,3.4928,8.0776-3.4103,3.2169,8.1558,8.1241,3.3004-3.4928,8.0427,3.4103,8.0776-8.1558,3.2169-3.3004,8.1241-8.0427-3.4928-8.0776,3.4103-3.2169-8.1558-8.1241-3.3004,3.4928-8.0427Z"/></svg>
Copied!