Tu Greats Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tu Greats 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/334337.svg" alt="Tu Greats icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334337.svg" alt="Tu Greats icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334337.svg" alt="Tu Greats icon" :width="24" :height="24" />
CSS background
.icon-tu-greats {
background-image: url('https://proicons.com/icon/334337.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m11.95,18.37v11.37c0,3.951,3.775,5.481,6.54,5.475v-16.845m4.993-5.585v13.349c-.0105,5.0048,4.0382,9.0705,9.043,9.081.013,0,.026,0,.039,0h1.853c5.0048.0111,9.0709-4.0372,9.082-9.042,0-.013,0-.026,0-.039v-8.434c0-2.41-1.662-4.915-6.279-4.915v12.643c0,2.071-1.61,3.74-3.61,3.74h-.239c-2,0-3.61-1.669-3.61-3.74v-7.728c0-2.41-1.737-4.915-6.324-4.915m.044,5.472h-13.506c-3.952,0-5.482-2.706-5.476-5.472h18.983"/></svg>
Copied!