icosahedron icon
icosahedron from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.
- Name
- icosahedron
- Set
- Tabler Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
- Aliases
- ikosaedr
Use the icosahedron icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M21 8.007v7.986a2 2 0 0 1-1.006 1.735l-7 4.007a2 2 0 0 1-1.988 0l-7-4.007A2 2 0 0 1 3 15.993V8.007a2 2 0 0 1 1.006-1.735l7-4.007a2 2 0 0 1 1.988 0l7 4.007A2 2 0 0 1 21 8.007M3.29 6.97L7.5 9m13.21-2.03L16.5 9m4.2 8H3.3"/><path d="M11.76 2.03L7.5 9l-4.3 7.84m9.04-14.81Q15.037 6.47 16.5 9t4.3 7.84"/><path d="M12 17L7.5 9h9zm0 0v5"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerIcosahedron(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M21 8.007v7.986a2 2 0 0 1-1.006 1.735l-7 4.007a2 2 0 0 1-1.988 0l-7-4.007A2 2 0 0 1 3 15.993V8.007a2 2 0 0 1 1.006-1.735l7-4.007a2 2 0 0 1 1.988 0l7 4.007A2 2 0 0 1 21 8.007M3.29 6.97L7.5 9m13.21-2.03L16.5 9m4.2 8H3.3"/><path d="M11.76 2.03L7.5 9l-4.3 7.84m9.04-14.81Q15.037 6.47 16.5 9t4.3 7.84"/><path d="M12 17L7.5 9h9zm0 0v5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M21 8.007v7.986a2 2 0 0 1-1.006 1.735l-7 4.007a2 2 0 0 1-1.988 0l-7-4.007A2 2 0 0 1 3 15.993V8.007a2 2 0 0 1 1.006-1.735l7-4.007a2 2 0 0 1 1.988 0l7 4.007A2 2 0 0 1 21 8.007M3.29 6.97L7.5 9m13.21-2.03L16.5 9m4.2 8H3.3"/><path d="M11.76 2.03L7.5 9l-4.3 7.84m9.04-14.81Q15.037 6.47 16.5 9t4.3 7.84"/><path d="M12 17L7.5 9h9zm0 0v5"/></g></svg> </template>
CSS
.icon-icosahedron {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M21%208.007v7.986a2%202%200%200%201-1.006%201.735l-7%204.007a2%202%200%200%201-1.988%200l-7-4.007A2%202%200%200%201%203%2015.993V8.007a2%202%200%200%201%201.006-1.735l7-4.007a2%202%200%200%201%201.988%200l7%204.007A2%202%200%200%201%2021%208.007M3.29%206.97L7.5%209m13.21-2.03L16.5%209m4.2%208H3.3%22%2F%3E%3Cpath%20d%3D%22M11.76%202.03L7.5%209l-4.3%207.84m9.04-14.81Q15.037%206.47%2016.5%209t4.3%207.84%22%2F%3E%3Cpath%20d%3D%22M12%2017L7.5%209h9zm0%200v5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M21%208.007v7.986a2%202%200%200%201-1.006%201.735l-7%204.007a2%202%200%200%201-1.988%200l-7-4.007A2%202%200%200%201%203%2015.993V8.007a2%202%200%200%201%201.006-1.735l7-4.007a2%202%200%200%201%201.988%200l7%204.007A2%202%200%200%201%2021%208.007M3.29%206.97L7.5%209m13.21-2.03L16.5%209m4.2%208H3.3%22%2F%3E%3Cpath%20d%3D%22M11.76%202.03L7.5%209l-4.3%207.84m9.04-14.81Q15.037%206.47%2016.5%209t4.3%207.84%22%2F%3E%3Cpath%20d%3D%22M12%2017L7.5%209h9zm0%200v5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/icosahedron.svg?color=%231a73e8&size=48