Trexrunner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trexrunner 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/334257.svg" alt="Trexrunner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334257.svg" alt="Trexrunner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334257.svg" alt="Trexrunner icon" :width="24" :height="24" />
CSS background
.icon-trexrunner {
background-image: url('https://proicons.com/icon/334257.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M42.58,13.78V6.36H40.72V4.5H25.86V6.36H24V17.5H22.14v1.86H20.28v1.86h-3.7v1.86H14.72v1.84H11V23.08H9.14V21.22H7.28V17.5H5.42V28.64H7.28V30.5H9.14v1.86H11v1.86h1.86v1.86h1.86V43.5h3.7V41.64H16.58V39.78h1.84V37.92h1.86V36.08h1.86v1.84H24V43.5h3.72V41.64H25.86V34.22h1.86V32.36h1.86V28.64h1.84V23.08h1.86v1.84h1.86v-3.7H31.42V17.5h7.44V15.64H33.28V13.78Zm-13-5.56H27.72V6.36h1.86Z"/></svg>
Copied!