Turo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Turo 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/348933.svg" alt="Turo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348933.svg" alt="Turo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348933.svg" alt="Turo icon" :width="24" :height="24" />
CSS background
.icon-turo {
background-image: url('https://proicons.com/icon/348933.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M37,17.5l6.5,6.5-6.5,6.5H4.5v-13h32.5Z"/><path class="e" d="M23.832,27.2v-6.4h2.0952c1.1845,0,2.1448.9623,2.1448,2.1494s-.9602,2.1494-2.1448,2.1494h-2.0952"/><line class="e" x1="25.928" y1="25.099" x2="28.023" y2="27.199"/><line class="e" x1="9.522" y1="20.8" x2="13.762" y2="20.8"/><line class="e" x1="11.642" y1="27.2" x2="11.642" y2="20.8"/><path class="e" d="M16.677,20.8v4.28c0,1.1709.9491,2.12,2.12,2.12s2.12-.9491,2.12-2.12v-4.28"/><path class="e" d="M33.108,20.8h0c1.1708,0,2.12.9492,2.12,2.12v2.16c0,1.1708-.9492,2.12-2.12,2.12h0c-1.1708,0-2.12-.9492-2.12-2.12v-2.16c0-1.1708.9492-2.12,2.12-2.12Z"/></svg>
Copied!