---
title: "Skycons — Developer Quickstart"
canonical: https://sky-ui.cf.sky.com/skycons/developer-quickstart
apiPackages: [{"name":"@sky-uk/skycons","representedVersion":"4.13.0"}]
---

# Skycons — Developer Quickstart

## Installation

To use Skycons in your project, first install the NPM package:

```shell
pnpm add @sky-uk/skycons
```

```shell
yarn add @sky-uk/skycons
```

After installation, you can import individual icons into your project. Using our [Icon browser](/skycons/icon-browser/) you can view all the available icons and filter them by name.

```shell
import { tickLinear, crossLinear } from '@sky-uk/skycons';
```
