Update: "Microsoft Word, PowerPoint, Outlook, and Excel for Office 365 on Windows, Mac, Android and Windows Mobile support inserting and editing scalable vector graphics (.SVG) files in your documents, presentations, emails, and workbooks." (Edit SVG images in Microsoft Office 365)
From the "Insert SVG files" section in the Insert icons in Microsoft Office guide
Insert SVG files
SVG stands for scalable vector graphic file, which means you can
rotate, color, and resize the file without losing image quality.
Office apps, including Word, PowerPoint, Outlook, and Excel, support
inserting and editing SVG files.
Insert an SVG file in Office for Windows: Drag and drop the file from Windows File Explorer into your document.
Insert an SVG file in Office for Mac: Go to Insert > Pictures > Picture from file to insert your SVG images.
Insert an SVG file in Office on Android or Windows Mobile: See Add pictures or videos to a file by using your mobile device for
more information.
An example
Needed to convert our non-profit's logo into SVG to make it look right, so
looked up an online tool (by googling "png to svg" in my case)
The site generated it, but wouldn't let me it download if I won't register.
Opened the SVG image up in the developer console (Chrome: right click on the image and select "Inspect")
copy the entire <svg>
tag into a simple text file and save it with .svg
extension (from this SO thread).
In Outlook, "Go to Insert > Pictures > Picture from file to insert your SVG images."
<svg>
not possible due to prehistoric-ness of rendering engine, etc. pp.) – Issykkul