# List Item Icon Adds an icon to a `v-list-item`. ```html This is a person ``` ## Reference #### Props | Prop | Description | Default | Type | | -------- | ---------------- | ------- | --------- | | `center` | Centers the icon | `false` | `Boolean` | #### CSS Variables | Variable | Default | | -------------------------- | --------------------------- | | `--v-list-item-icon-color` | `var(--foreground-subdued)` | #### Slots | Slot | Description | Data | | --------- | ------------------- | ---- | | _default_ | Where the icon goes | |