IcosahedronGraph().mws

>    with(GraphTheory):with(SpecialGraphs):

>    G := IcosahedronGraph();

G := `Graph 11: an undirected unweighted graph with 12 vertices and 30 edge(s)`

>    DrawGraph(G);

[Maple Plot]

>    DrawGraph(G,style=spring,dimension=3);

[Maple Plot]

>