Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<link rel="stylesheet" type="text/css" href="//use.fontawesome.com/releases/v5.7.2/css/all.css">
<style>
.icon {
vertical-align: middle;
font-size: 40px;
}
.text {
font-family: "Courier-new";
}
.container {
border: 1px solid #666;
border-radius: 6px;
display: inline-block;
margin: 40px;
padding: 10px;
}
</style>
</head>
<body>
<div class="container">
<span class="fas fa-plane icon"></span>
<span class="text">Travelling</span>
</div>
</body>
</html>