Tlajoapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tlajoapp 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/348601.svg" alt="Tlajoapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348601.svg" alt="Tlajoapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348601.svg" alt="Tlajoapp icon" :width="24" :height="24" />
CSS background
.icon-tlajoapp {
background-image: url('https://proicons.com/icon/348601.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M16.2567,27.3413c1.9178,6.2931,9.2875,12.0179,9.2875,12.0179s9.7392-7.5654,9.7392-14.8626a9.7479,9.7479,0,0,0-11.6661-9.5487"/><path class="a" d="M25.5442,29.6822V23.3043c0-11.5922-7.34-15.3414-21.0442-14.5657,0,13.4022,1.8961,17.8839,14.0363,18.8407C24.4822,28.0479,25.5442,29.6822,25.5442,29.6822Z"/><path class="a" d="M31.6582,16.9158c2.3952-2.2171,6.3858-2.95,11.8418-2.6414,0,8.824-1.1941,12.03-8.6105,12.869"/></svg>
Copied!