Loading...

Display SVGs with multiple paths in a SharePoint list

Display SVGs with multiple paths in a SharePoint list

I had this neat idea that depending on a value in a number column, the field would show a plant - a very small one for value 1, and then increasingly growing with more leaves up to value 4. To get you an idea on how to achieve this, here is the end result:

SharePoint-plant sample

The SVGs 🪴

What we need for that is of course four similar SVGs. This is how I did that:

  • I found mine on Canva
  • separated them into individual SVGs,
  • downloaded the files
  • opened them in Edge
  • hit the F12 key on my keyborad to inspect them
  • extracted all the paths d and fill-color values

SVG in Edge

The List

Now let’s head over to SharePoint and

  • Create a number column in a list - mine is called Progress
  • If you want to, you can limit values to from 1 to 4
  • Select your field > Column settings > Format this column
  • Select Advanced mode
  • Delete the code in the box and paste the code you can find in this file (it’s nearly 800 lines, I will not make everyone scroll in here).

How the magic works

Let me explain what I did here:

I defined 4 svg elements, each of them carrying multiple paths of the SVG, being displayed under the condition of which value the field Progress shows. Each child item contains then a path with attributes: data (d) and a style with a fill property:

{
"elmType": "path",
"attributes": {
"d": "M 367.652344 905.644531 C 367.652344 905.644531 403.539062 879.605469 423.945312 855.675781 C 423.945312 855.675781 426.054688 856.378906 423.945312 859.898438 C 415.5 872.566406 390.871094 907.050781 371.871094 928.164062 C 371.167969 928.164062 366.242188 913.382812 367.652344 905.644531 Z M 367.652344 905.644531"
},
"style": {
"fill": "#9cc23c"
}
}

We need such a child item for each path of the SVG that we want to display. Then it is just a question of copy-pasting the data attribute and the color into the respective fields - Boom - done!

Conclusion

Takes a bit of perseverance, but the result is rather stunning!

Published on:

Learn more
Luise Freese: Consultant & MVP
Luise Freese: Consultant & MVP

Recent content on Luise Freese: Consultant & MVP

Share post:

Related posts

SharePoint Online Clamps Down on Company-Wide Sharing Links

Company-wide sharing links allow any authenticated user account in a Microsoft 365 tenant to access a shared file or folder. New settings are ...

3 hours ago

Microsoft Viva: Satisfaction rate metric for Microsoft 365 Copilot in the Copilot analytics dashboard

Microsoft 365 Copilot analytics dashboard will add a new satisfaction rate metric aggregating thumbs-up/down feedback from the past 28 days, v...

1 day ago

Updates available for Microsoft 365 Apps for all channels

We’ve released updates to the following update channels for Microsoft 365 Apps: Current Channel Monthly Enterprise Channel Semi-Annual E...

1 day ago

Microsoft 365 Apps: Cloud Update – Enhanced Rollout Waves

New improvements are coming to the rollout wave functionality for Cloud Update. These enhancements will allow organizations to continue levera...

1 day ago

Microsoft 365 Apps: Cloud Update – Descriptive Errors

Use enhanced error reporting in Cloud Update for Microsoft 365 Apps updates to access clear, descriptive error messages that help you easily i...

1 day ago

Microsoft Copilot (Microsoft 365): Chose Anthropic models when editing with Copilot in Word

You can choose to select Anthropic models, in addition to OpenAI models, when editing a Word document using Copilot. Product Word Release phas...

1 day ago

Microsoft 365 Backup Launches File-Level Restore

The Microsoft 365 Backup solution will soon be able to restore individual files and folders instead of complete sites. That’s a welcome upgrad...

1 day ago

Microsoft 365 & Power Platform Call (Microsoft Speakers) – March 10th, 2026 – Screenshot Summary

Call Highlights   SharePoint Quicklinks: Primary PnP Website: https://aka.ms/m365pnp Documentation & Guidance SharePoint Dev Videos Issues...

1 day ago

SharePoint: AI citations analytics for documents and pages

SharePoint will add AI citations analytics by mid-May 2026, showing how documents and pages are referenced by Microsoft Copilot and AI agents....

1 day ago

Microsoft Viva Glint: AI-generated survey insights with Copilot highlights

Microsoft Viva Glint will introduce AI-generated Copilot highlights in survey reports by April 2026, providing structured summaries of key ins...

1 day ago
Stay up to date with latest Microsoft Dynamics 365 and Power Platform news!
* Yes, I agree to the privacy policy