The Most Sphere-Like Shape you can Build From Flat Triangles
If you had to enclose the most space using identical flat triangular tiles, you would end up building this exact shape - which is why viruses, dice, and geodesic domes keep reinventing it. Among the five perfectly regular solids, the icosahedron packs the most volume for its surface, sitting closer to a sphere than any of its siblings.
An icosahedron is a polyhedron with 20 faces, and the regular icosahedron - the one meant by the plain word - has all 20 faces as congruent equilateral triangles, with five triangles meeting at every vertex. It has 30 edges and 12 vertices, and it is one of the five Platonic solids: convex solids whose faces are all the same regular polygon. A polyhedron is a solid bounded by flat polygon faces; for the wider group of regular solids, see Platonic solids.
By the end you will count its faces, edges, and vertices with confidence, verify them with Euler's formula, and compute its surface area and volume from the edge length.
Counting The Parts, And Checking Them With Euler's Formula
The three counts are worth holding as a set, because they must satisfy a relationship that every convex polyhedron obeys.
Feature | Count | Why |
|---|---|---|
Faces ($F$) | $20$ | Each is an equilateral triangle |
Edges ($E$) | $30$ | Each edge is shared by two faces |
Vertices ($V$) | $12$ | Five faces (and five edges) meet at each |
You can derive the edge count instead of memorising it. Twenty triangular faces have $20 \times 3 = 60$ face-sides, and every edge is shared by exactly two faces, so $E = \dfrac{60}{2} = 30$. Similarly, those $60$ face-corners are shared five-at-a-vertex, so $V = \dfrac{60}{5} = 12$.
Euler's formula for any convex polyhedron is:
$$V - E + F = 2$$
Check it for the icosahedron:
$$12 - 30 + 20 = 2 \checkmark$$
The identity holding is a strong confirmation that the counts are right. It fails only if you miscount, which makes it a fast self-check.
The surface-area and volume formulas, and where they come from
Because all 20 faces are identical equilateral triangles of side $a$, surface area is just twenty triangle areas.
The area of one equilateral triangle of side $a$ is $\dfrac{\sqrt{3}}{4}a^2$, so:
$$A = 20 \times \frac{\sqrt{3}}{4}a^2 = 5\sqrt{3},a^2$$
The volume of a regular icosahedron of edge $a$ is:
$$V = \frac{5\left(3 + \sqrt{5}\right)}{12},a^3$$
The $\sqrt{5}$ is not an accident: it is the fingerprint of the golden ratio $\varphi = \dfrac{1+\sqrt{5}}{2}$, which governs the coordinates of the icosahedron's vertices. Here $a$ is the edge length, and both formulas assume the regular icosahedron. Keeping to one convention on units (per rule, we carry units on every worked quantity below), a solid with $a = 2$ cm has $A = 5\sqrt{3}(4) = 20\sqrt{3} \approx 34.64$ cm² of surface.
Examples Of The Icosahedron
Six worked cases, from a plain count to a surface-area-to-edge back-solve.
Example 1
How many faces, edges, and vertices does a regular icosahedron have?
Faces $F = 20$ (equilateral triangles). Edges $E = 30$. Vertices $V = 12$, with five faces meeting at each. Check: $V - E + F = 12 - 30 + 20 = 2$, so Euler's formula holds.
Example 2
Derive the edge count from the faces.
Wrong path first: a student may reason "20 faces, 3 sides each, so $20 \times 3 = 60$ edges." That double-counts, because each edge is shared by two faces. Every edge belongs to exactly two triangles, so divide by $2$. $E = \dfrac{20 \times 3}{2} = \dfrac{60}{2} = 30$. The lesson: face-sides are not edges until you account for sharing.
Example 3
Find the surface area of a regular icosahedron with edge $a = 3$ cm.
Use $A = 5\sqrt{3},a^2$. $A = 5\sqrt{3},(3)^2 = 5\sqrt{3},(9) = 45\sqrt{3}$ cm². As a decimal, $45 \times 1.732 \approx 77.94$ cm².
Example 4
Find the volume of a regular icosahedron with edge $a = 2$ cm.
Use $V = \dfrac{5(3+\sqrt{5})}{12},a^3$. $a^3 = 2^3 = 8$ cm³. $3 + \sqrt{5} \approx 3 + 2.236 = 5.236$. $V = \dfrac{5(5.236)}{12}\times 8 = \dfrac{26.18}{12}\times 8 \approx 2.182 \times 8 \approx 17.45$ cm³.
Example 5
A regular icosahedron has surface area $80\sqrt{3}$ cm². Find its edge length.
Set $5\sqrt{3},a^2 = 80\sqrt{3}$. Divide both sides by $5\sqrt{3}$: $a^2 = \dfrac{80\sqrt{3}}{5\sqrt{3}} = 16$. $a = \sqrt{16} = 4$ cm. So each edge is $4$ cm.
Example 6
How many equilateral triangles do you need to tile a full icosahedron, and how many meet at one corner?
The icosahedron has $20$ faces, all equilateral triangles, so you need $20$ triangles in total. At each of the $12$ vertices, exactly $5$ triangles meet. This "five triangles per vertex" is the defining local pattern that makes the solid regular and closes it into a sphere-like shape rather than lying flat.
Where The Icosahedron Shows Up: "The Cheapest Strong Shell In Nature"
The icosahedron is not a curiosity invented for geometry class. Nature and engineers both keep arriving at it for the same structural reason.
The efficiency property. Among the five Platonic solids, the icosahedron encloses the greatest volume for a given surface area - it is the most sphere-like. If you must build a closed shell from many identical flat pieces, this shape wastes the least material.
Real-world stakes - viruses. Countless viruses, including many that cause human disease, package their genetic material inside a protein coat shaped as an icosahedron. Building a shell from many copies of one protein is only stable in a few symmetric arrangements, and the icosahedron is the most efficient of them, which is why evolution reuses it. This structural fact is described in the viral capsid literature.
Everyday and engineered. The 20-sided die (the D20) is a literal icosahedron; the Magic 8-Ball hides its answers on an icosahedral insert; and geodesic domes borrow the icosahedron's triangulated symmetry to stay rigid.
Where it goes next. The five Platonic solids are the only convex solids with identical regular faces - a fact proved from the "faces meeting at a vertex" count. The icosahedron and its dual, the dodecahedron, are the two most complex members and share the same symmetry group.
That is why the shape is worth knowing beyond its part-counts: it is the answer to a real design question about strong, economical shells.
Common Mistakes With The Icosahedron
Mistake 1: Confusing the face count with the vertex count
Where it slips in: Recalling the numbers under time pressure.
Don't do this: Say "12 faces and 20 vertices," swapping the two.
The correct way: Faces $= 20$ (that is where "icosa," meaning twenty, comes from), vertices $= 12$, edges $= 30$. Anchor it on the name: icosa = 20 = faces. The memoriser who learned the three numbers without a hook swaps them; the "icosa means twenty" link fixes the face count first, and Euler's formula recovers the rest.
Mistake 2: Double-counting edges from the faces
Where it slips in: Deriving the edge count.
Don't do this: Multiply $20$ faces by $3$ sides and stop at $60$.
The correct way: Each edge is shared by two faces, so divide by two: $E = 60/2 = 30$. The same sharing logic gives $V = 60/5 = 12$ because five faces meet at each vertex. The rusher who forgets the sharing over-counts by exactly double.
Mistake 3: Using a face count of a different solid in the formulas
Where it slips in: Reusing an octahedron ($8$ faces) or dodecahedron ($12$ faces) formula for the icosahedron.
The correct way: The surface-area formula $A = 5\sqrt{3},a^2$ is specific to the icosahedron's $20$ triangular faces; other Platonic solids have different formulas. Match the formula to the solid before substituting.
Conclusion
An icosahedron is a Platonic solid with 20 equilateral-triangle faces, 30 edges, and 12 vertices, five faces meeting at each vertex.
The counts satisfy Euler's formula: $V - E + F = 12 - 30 + 20 = 2$.
Surface area is $A = 5\sqrt{3},a^2$; volume is $V = \dfrac{5(3+\sqrt{5})}{12},a^3$.
It is the most sphere-like Platonic solid, enclosing the most volume for its surface area.
It appears in dice, geodesic domes, and - for that efficiency reason - in the protein shells of many viruses.
To take Platonic solids and 3D geometry further with a teacher, explore Bhanzu's geometry tutor, our high school math tutor sessions, or math classes online. To watch a trainer unfold and rebuild an icosahedron live, you can book a free demo class.
A practical next step
Work through the exercises below. Use the formulas above and check each count with Euler's formula.
Find the surface area of a regular icosahedron with edge $a = 5$ cm. (Answer to Question 1: $A = 5\sqrt{3}(25) = 125\sqrt{3} \approx 216.5$ cm².)
A regular icosahedron has edge $a = 1$ unit. Find its volume to two decimals. (Answer to Question 2: $V = \dfrac{5(3+\sqrt5)}{12} \approx 2.18$ cubic units.)
Read More
Tetrahedron - the simplest Platonic solid, four triangular faces.
Geometric shapes - the broad 2-D and 3-D shape families, for context.
Sphere - the round solid the icosahedron approximates.
What is a polyhedron - the general class of flat-faced solids.
3D geometry shapes - the broader family of solids and their properties.
Prisms - another common family of polyhedra, for contrast.
Was this article helpful?
Your feedback helps us write better content
