电动汽车图标大全说明
```html

body {
display: flex;
justifycontent: center;
alignitems: center;
height: 100vh;
margin: 0;
}
.icon {
width: 100px;
height: 100px;
backgroundcolor: 57B3D3;
display: flex;
justifycontent: center;
alignitems: center;
borderradius: 50%;
color: white;
fontsize: 36px;
}
E