# pw marketplace icon get

> Source: https://parallelworks.com/docs/cli/pw/marketplace/icon/get

## pw marketplace icon get

Download a marketplace item's icon

```
pw marketplace icon get <slug> [flags]
```

### Examples

```
  # Download an item's icon (file extension follows the image type)
  pw marketplace icon get my-workflow
  
  # Download to a specific file
  pw marketplace icon get -o ./icon.png my-workflow
```

### Options

```
  -h, --help            help for get
  -o, --output string   Destination file (default <slug>.<ext>)
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw marketplace icon](/docs/cli/pw/marketplace/icon)	 - Manage marketplace item icons
