Over the last few years, DMARC has been adopted by more and more domains. It has helped reduce spam significantly and to secure mail domains. But if you ask your average mail user how to identify an authenticated email it's not something they are interested in or know about.
This is where an extension of DMARC can help: Brand Indicators for Message Identification or BIMI for short. It allows a company's logo to be displayed beside a received email.

↑ In Gmail for Android we can see some companies have adopted this while others have not.
As with DMARC, the BIMI specification utilizes DNS to allow mail admins to upload an SVG image to a web URL. Just getting the SVG can be difficult as programs like Photoshop will save the image as a JPEG within an SVG, whereas the BIMI standard is looking for the image described in XML format.
Once you have your BIMI DNS record and SVG image in place you can test to see if this works in Yahoo Mail. If you check the email in Gmail you will see that there is no image, this is because Google also requires that your company logo be certified with a Verified Mark Certificate (VMC).
These certs cost around €1,200 per year and you must have your company logo already trademarked before you can get certified. On the one hand, this can be both expensive for a medium-sized company and yet another step to overcome, on the other hand, it does make the BIMI specification stronger and less likely to be spoofed.
Currently, I'm waiting to find out if the company I work for wants to commit to this. We use Office 365 and Exchange Online for email and as per usual Microsoft came up with their own version of BIMI that nobody will ever use. So we probably need to wait a few years before it's finally added to Office 365.
Update - 06-Jun-24:
It took a few months, but we finally got the Verified Mark Certificate (VMC) from DigiCert, apparently the rollout is still in beta. The .pem file is created out of 3 certs in DER encoding, so copy the text into Notepad and rename with a .pem extension.
Then upload the file to your website and update the BIMI DNS record to the URL where the file is stored.
After this it took a couple of hours before Gmail would start showing the logo, really quite simple once you get the actual cert.

↑ .pem file is basically 3 certs in DER format.