---
title: Symbols
description: A library that allows access to native symbols.
sourceCodeUrl: https://github.com/expo/expo/tree/main/packages/expo-symbols
packageName: expo-symbols
iconUrl: /static/images/packages/expo-symbols.png
platforms: ["ios", "tvos"]
---
> **warning** This library is currently in beta and subject to breaking changes.
`expo-symbols` provides access to the [SF Symbols](https://developer.apple.com/sf-symbols/) library on iOS.
## Installation
## Usage
```jsx App.js
return (
);
}
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: '#fff',
alignItems: 'center',
justifyContent: 'center',
},
symbol: {
width: 35,
height: 35,
margin: 5,
},
});
```
## API
```js
```