HTML <img>
<img src="https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/GSYHYPGP84s1/amnt.svg" alt="Support Agent" width="48" height="48">
Inline SVG
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 12V9a8 8 0 0 1 16 0v3"/><path d="M7 11v3a5 5 0 0 0 10 0v-3"/><path d="M4 11h3v5H4a2 2 0 0 1-2-2v-1a2 2 0 0 1 2-2Zm16 0h-3v5h3a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2Z"/><path d="M20 16c0 3-2 4-5 4h-2"/></svg>
CSS background-image
.support-agent {
background-image: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/GSYHYPGP84s1/amnt.svg");
background-size: contain;
}
CSS mask-image (takes the text colour)
.support-agent {
width: 1.5em; height: 1.5em;
background-color: currentColor;
mask: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/GSYHYPGP84s1/amnt.svg") center / contain no-repeat;
}
React
import SupportAgentSvg from "./support-agent.jsx"; // from the React tab above
<SupportAgentSvg width={48} height={48} />