Sure! Here's a simple implementation of Tetris as a single HTML file with JavaScript. It will work on smartphones and utilizes pictograms.
To play the game, simply open the HTML file in a web browser on your smartphone. Use the left and right arrows to move the tetromino, the up arrow to rotate it, and the down arrow to move it down faster.
Note: This is a basic implementation of Tetris and may not include all the features of a full-fledged game. Feel free to modify and enhance it as per your requirements.