<!Doctype html>
<html>
<head>
<title>Font awesome trash icon</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<h1 align="center">fa fa-trash</h1>
<p><i class="fa fa-trash" style="font-size:50px"></i></p>
</body>
</html>