Tuoi Tre Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tuoi Tre 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/334360.svg" alt="Tuoi Tre icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334360.svg" alt="Tuoi Tre icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334360.svg" alt="Tuoi Tre icon" :width="24" :height="24" />
CSS background
.icon-tuoi-tre {
background-image: url('https://proicons.com/icon/334360.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="m6.0694,25.0607L19.6114,5.5v10.0311h3.0093v9.5296h-3.0093v7.0218c.5007.8672,2.5068.8704,3.0093,0v6.5202c0,5.0199-11.0342,6.0224-11.0342-2.0062v-11.5358h-5.5171Z"/><path class="c" d="m25.3793,25.0607l13.542-19.5607v10.0311h3.0093v9.5296h-3.0093v7.0218c.5007.8672,2.5068.8704,3.0093,0v6.5202c0,5.0199-11.0342,6.0224-11.0342-2.0062v-11.5358h-5.5171Z"/></svg>
Copied!