Icon uses lots of space

Hello, I want to use the hugo-mods/icons

When I add an icon in a markdown file like this {{<icon “heart”>}} it consumes a lot of space (left and right). How can I avoid that the icon uses that much space?

Thanks,
Peter

CSS. Something like:

svg.icon {
  max-width: 50px;
}