Treinta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Treinta 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/334249.svg" alt="Treinta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334249.svg" alt="Treinta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334249.svg" alt="Treinta icon" :width="24" :height="24" />
CSS background
.icon-treinta {
background-image: url('https://proicons.com/icon/334249.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.8834,14.1737H33.68c-.6176,7.22-4.8461,9.03-9.797,9.7583V43.5A9.4656,9.4656,0,0,1,14.32,33.8267V14.1733A9.4656,9.4656,0,0,1,23.8834,4.5v9.6733"/><path class="a" d="M33.68,39.6913a3.8138,3.8138,0,1,1-3.8138-3.8088A3.8112,3.8112,0,0,1,33.68,39.6913Z"/></svg>
Copied!