//in the terminal npm i react-ionicons //import the library import { Pencil } from 'react-ionicons' // usage <Pencil color={'black'} rotate height="250px" width="250px" onClick={() => alert('Hi!')} />