Towerjumper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Towerjumper 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/348716.svg" alt="Towerjumper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348716.svg" alt="Towerjumper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348716.svg" alt="Towerjumper icon" :width="24" :height="24" />
CSS background
.icon-towerjumper {
background-image: url('https://proicons.com/icon/348716.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M36.16,22.38c2.38,1.5,3.81,3.43,3.81,5.55,0,4.73-7.15,8.56-16,8.56S8,32.66,8,27.93s7.15-8.56,16-8.56a28.64,28.64,0,0,1,4,.27"/><path class="cls-1" d="M40,27.93H8v7c0,4.73,7.15,8.56,16,8.56s16-3.83,16-8.56Z"/><line class="cls-1" x1="24" y1="36.49" x2="24" y2="19.37"/><polyline class="cls-1" points="29.81 24.82 12.71 33.99 12.71 40.9"/><polyline class="cls-1" points="12.71 21.88 35.3 33.99 35.3 40.9"/><line class="cls-1" x1="24" y1="35.72" x2="24" y2="43.5"/><circle class="cls-1" cx="32.04" cy="21.12" r="4.31"/><line class="cls-1" x1="26.51" y1="14.01" x2="21.6" y2="7.68"/><line class="cls-1" x1="16.97" y1="5.77" x2="21.71" y2="11.89"/><line class="cls-1" x1="26.25" y1="17.7" x2="22.96" y2="13.42"/><line class="cls-1" x1="22.28" y1="4.5" x2="26.39" y2="9.81"/><line class="cls-1" x1="27.98" y1="12.02" x2="29.35" y2="13.79"/></svg>
Copied!