Font Awesome icons

by Manuel Souto Pico

HTML

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<div>
  The claw moves an 
  <i class="fas fa-apple-alt"></i> 
  three columns to the left, places the 
  <i class="fas fa-apple-alt"></i>, 
  and then returns to its starting position.
</div>