> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/selphi-biometria-facial/propiedades/logo.md).

# logo

## Details

**Attribute:** `logo`

**Type:** `string`

**Default value:** `""`

## Morphology

```typescript
selphi.logo = '';
```

## Description

Path or identifier of the logo displayed in the component interface `facephi-selphi-widget` during the capture.

***

## Example

```jsx
<facephi-selphi-widget
    logo={'/assets/logo.svg'}
/>
```
