Atom official website display icon
- pure javascript
- generated, only svg elements
- easy to DIY
// by modify a config below, and send to mount function
const aCircle = {
r: 36,
width: 0.4,
color: "rgba(95, 143, 181, 1)",
dashArray: ["1%", "10.3%", "22%"],
speed: 50
}
mount("#container", [aCircle])