Tricount Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tricount 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/334262.svg" alt="Tricount icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334262.svg" alt="Tricount icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334262.svg" alt="Tricount icon" :width="24" :height="24" />
CSS background
.icon-tricount {
background-image: url('https://proicons.com/icon/334262.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="h" d="M13.1722,11.154l.0545,4.1868M13.2267,21.4148l.001,4.9591c0,2.7265.036,4.4471.1584,5.6636.0534.9133.2864,1.8071.6857,2.6304.749,1.4838,2.2208,2.375,4.2898,2.6338h.0026l.0076.001h.0098c1.9738.1898,3.9657-.0028,5.8665-.5673l.1113-.036M31.4369,29.5094l.0503.346c-.0427,1.1155.0378,2.2323.2401,3.3302.208,1.1099.7786,2.1195,1.6225,2.8705.9518.7289,2.0943,1.1669,3.2897,1.2612h.0017c1.932.1566,3.8765-.0307,5.743-.5532l.1158-.0327"/><line id="e" class="h" x1="5.5" y1="18.3172" x2="21.0138" y2="18.3172"/><line id="f" class="h" x1="23.7472" y1="18.3172" x2="39.1398" y2="18.3172"/><line id="g" class="h" x1="31.4435" y1="10.6265" x2="31.4435" y2="26.0079"/></g></svg>
Copied!