Published
Edited
Mar 19, 2020
Importers
2 stars
Fork Awesome icons
Insert cell
Insert cell
icon('arrow-up')
Insert cell
Insert cell
icon('arrow-down', 32)
Insert cell
Insert cell
icon('sun', 96, 16)
Insert cell
icon('sun', 16, 96)
Insert cell
md`Include it in markdown ${await icon('hand-o-left')} or html ${await icon(
'hand-o-down'
)}`
Insert cell
html`<button>${await icon('heart', 96, 16)}</button>`
Insert cell
html`<button style="background-color: dodgerblue; border: none; color: white; padding: 12px 12px 8px 12px; font-size: 16px; cursor: pointer;">${await icon(
'flag'
).then(i => {
i.style.fill = 'white';
return i;
})}</i></button>`
Insert cell
Insert cell
icon('observable')
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more