Tripit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tripit 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/348832.svg" alt="Tripit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348832.svg" alt="Tripit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348832.svg" alt="Tripit icon" :width="24" :height="24" />
CSS background
.icon-tripit {
background-image: url('https://proicons.com/icon/348832.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="b" cx="10.666" cy="27.6482" rx="6.166" ry="5.5361"/><circle class="b" cx="24.4881" cy="18.0395" r="3.1087"/><circle class="b" cx="10.666" cy="13.2095" r="4.3162"/><ellipse class="b" cx="38.5158" cy="27.6482" rx="4.9842" ry="4.5217"/><circle class="b" cx="23.2549" cy="35.5099" r="3.5968"/><line class="b" x1="10.666" y1="22.1121" x2="10.666" y2="17.5257"/><line class="b" x1="15.54" y1="24.2632" x2="21.9413" y2="19.8189"/><line class="b" x1="16.832" y1="27.6482" x2="33.5316" y2="27.6482"/><line class="b" x1="20.2107" y1="33.6011" x2="15.9851" y2="30.4424"/></svg>
Copied!