Tunnelbear Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tunnelbear Alt 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/334359.svg" alt="Tunnelbear Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334359.svg" alt="Tunnelbear Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334359.svg" alt="Tunnelbear Alt icon" :width="24" :height="24" />
CSS background
.icon-tunnelbear-alt {
background-image: url('https://proicons.com/icon/334359.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="f" cx="23.9998" cy="10.9337" rx="13.1433" ry="3.7725"/><path class="f" d="M40.7059,10.8941c0,3.5313-7.4796,6.3941-16.7061,6.3941S7.2937,14.4254,7.2937,10.8941M7.2937,10.8941c0-3.5313,7.4796-6.3941,16.7061-6.3941s16.7061,2.8627,16.7061,6.3941l.0004,6.3513c0,3.5313-7.4796,6.3941-16.7061,6.3941s-16.7061-2.8627-16.7061-6.3941c0,0-.0004-6.3513-.0004-6.3513Z"/><path class="f" d="M39.1964,20.1568v17.487c0,3.2342-6.8037,5.8561-15.1964,5.8561s-15.1964-2.6219-15.1964-5.8561v-17.487"/><path class="f" d="M14.665,39.3288c1.2312-1.3612,4.7216-.2692,6.97-.2692,1.0142,0,2.1279-.3177,2.8051-2.227,1.0336-2.914,2.5982-7.4452,3.2762-9.6788"/><path class="f" d="M33.8129,27.1537h-12.8417c-6.6381,0-7.6777,4.2999-6.0378,6.3114,2.99,3.6676,8.1041.7774,6.7813-2.1843-.7435-1.6645-2.8919-1.9215-3.8627-.7509"/></svg>
Copied!