Twitlatte Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Twitlatte 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/334412.svg" alt="Twitlatte icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334412.svg" alt="Twitlatte icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334412.svg" alt="Twitlatte icon" :width="24" :height="24" />
CSS background
.icon-twitlatte {
background-image: url('https://proicons.com/icon/334412.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="M38.66,14.91H37.28v-4a.61.61,0,0,0-.61-.6H10.28a.6.6,0,0,0-.6.6V29.6a5.48,5.48,0,0,0,1.88,4.12h-5a.7.7,0,0,0-.66.73,3.24,3.24,0,0,0,3.27,3.19H37.87a3.23,3.23,0,0,0,3.23-3.23.69.69,0,0,0-.69-.69h-5a5.51,5.51,0,0,0,1.89-4.08V27.32h1.11a6.39,6.39,0,0,0,6.44-5.6q0-.31,0-.63A6.18,6.18,0,0,0,38.66,14.91Zm0,8.57H37.28V18.73h1.38a2.43,2.43,0,0,1,0,4.75Z"/><line class="cls-1" x1="11.56" y1="33.72" x2="35.39" y2="33.72"/></svg>
Copied!