in index.js :
registerBlockType(
metadata,
{
icon: {
src: <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" enable-background="new 0 0 512 512">
<g>
<g>
<path d="...
</g>
</g>
</svg>
},
edit: Edit,
save: Save
}
)
Source: https://rudrastyh.com/gutenberg/custom-svg-icons.html