Just looking for the right way to use the Fabric UI icons in emails that I am sending via Power Automate.
Here is a sample of what I have right now.
<html>
<head>
<style>
#eBody {
background-color: #FAF8F5;
width: 75%;
border: 2px solid #001435;
border-radius: 5px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
a {
color: #0070E0;
}
</style>
<link rel="stylesheet" href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-core/9.6.1/css/fabric.min.css">
</head>
<body>
<div id="eBody">
<div
style="background-color: #FFD140; border-top-right-radius: 4px; border-top-left-radius: 4px; text-align: center; padding-bottom: 5px; border-bottom: 2px solid #001435 ;">
<span style="font-family: FabricMDL2Icons;"><i class="ms-Icon ms-Icon--Feedback ms-font-xxl" style="padding: 5px; text-align: center; vertical-align: middle; font-weight: bold;"></i></span>
</div>
</div>
</body></html>
Show your flow.
rpersad
16
David_MA
10
Super User 2025 Season 1
Michael E. Gernaey
8
Super User 2025 Season 1