Tandem Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tandem 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/348214.svg" alt="Tandem icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348214.svg" alt="Tandem icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348214.svg" alt="Tandem icon" :width="24" :height="24" />
CSS background
.icon-tandem {
background-image: url('https://proicons.com/icon/348214.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M31.3125,11.8125H43.5a0,0,0,0,1,0,0V24A12.1875,12.1875,0,0,1,31.3125,36.1875h0A12.1875,12.1875,0,0,1,19.125,24v0A12.1875,12.1875,0,0,1,31.3125,11.8125Z"/><path class="a" d="M16.6875,11.8125H28.875a0,0,0,0,1,0,0V24A12.1875,12.1875,0,0,1,16.6875,36.1875h0A12.1875,12.1875,0,0,1,4.5,24v0A12.1875,12.1875,0,0,1,16.6875,11.8125Z" transform="translate(33.375 48) rotate(-180)"/></svg>
Copied!