Tribit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tribit 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/334261.svg" alt="Tribit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334261.svg" alt="Tribit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334261.svg" alt="Tribit icon" :width="24" :height="24" />
CSS background
.icon-tribit {
background-image: url('https://proicons.com/icon/334261.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m10.285 16.982c-2.358 0-4.3757-1.693-4.7851-4.0152-.40947-2.3222.90746-4.6032 3.1233-5.4097 2.2158-.80649 4.6908.094341 5.8698 2.1364l13.715 23.755c1.179 2.0421.72164 4.6359-1.0847 6.1516s-4.4402 1.5157-6.2465 0-2.2637-4.1095-1.0847-6.1516l13.715-23.755c1.179-2.0421 3.654-2.9429 5.8698-2.1364 2.2158.80649 3.5327 3.0875 3.1233 5.4097-.40947 2.3222-2.4271 4.0152-4.7851 4.0152z"/></svg>
Copied!