Twingate Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Twingate 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/334404.svg" alt="Twingate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334404.svg" alt="Twingate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334404.svg" alt="Twingate icon" :width="24" :height="24" />
CSS background
.icon-twingate {
background-image: url('https://proicons.com/icon/334404.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M19.7127,43.5l11.0925-7.623c2.9476-2.0256,4.7087-5.3728,4.7087-8.9494V10.4362l-11.0925,7.623c-2.9476,2.0256-4.7087,5.3728-4.7087,8.9494v16.4915Z"/><path class="c" d="M28.2858,15.4023V4.5l-11.0869,7.6229c-2.9536,2.0306-4.7128,5.3752-4.7128,8.9477v16.4947l7.232-4.9734"/></svg>
Copied!