Icons and related visual elements for MISP and MISP standard.
Main icon class: misp-icon
- Hexagone class:
misp-hexagone - Simple class:
misp-simple
Icons inherit color and size from CSS (currentColor, font-size).
<!-- For the event with the hexagone shape -->
<img src="./hexagone/event.svg" /><link rel="stylesheet" href="./exports/css/icons.css" />
...
<!-- For the event with the hexagone shape -->
<i class="misp-icon misp-hexagone misp-event"></i>src/svgis the source of truth- Never edit generated PNGs manually
- SVG filenames must use kebab-case
- Icons should use the fill=
currentColor - Icons provenance is tracked in
metadata/icons.json
This project includes icons from third-party sources that require attribution.