xaml from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
xaml
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

The same logo in other sets

Use the xaml logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#42a5f5" d="m32 16l-5.387 9.333L24.307 24l4.613-8l-4.613-8l2.306-1.333z"/><path fill="#42a5f5" d="m25.24 16l-4.627 8h-9.226L6.76 16l4.627-8h9.226z"/><path fill="#42a5f5" d="m0 16l5.387-9.333L7.693 8L3.08 16l4.613 8l-2.306 1.333z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeXaml(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#42a5f5" d="m32 16l-5.387 9.333L24.307 24l4.613-8l-4.613-8l2.306-1.333z"/><path fill="#42a5f5" d="m25.24 16l-4.627 8h-9.226L6.76 16l4.627-8h9.226z"/><path fill="#42a5f5" d="m0 16l5.387-9.333L7.693 8L3.08 16l4.613 8l-2.306 1.333z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#42a5f5" d="m32 16l-5.387 9.333L24.307 24l4.613-8l-4.613-8l2.306-1.333z"/><path fill="#42a5f5" d="m25.24 16l-4.627 8h-9.226L6.76 16l4.627-8h9.226z"/><path fill="#42a5f5" d="m0 16l5.387-9.333L7.693 8L3.08 16l4.613 8l-2.306 1.333z"/></svg>
</template>

CSS

.icon-xaml {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%2342a5f5%22%20d%3D%22m32%2016l-5.387%209.333L24.307%2024l4.613-8l-4.613-8l2.306-1.333z%22%2F%3E%3Cpath%20fill%3D%22%2342a5f5%22%20d%3D%22m25.24%2016l-4.627%208h-9.226L6.76%2016l4.627-8h9.226z%22%2F%3E%3Cpath%20fill%3D%22%2342a5f5%22%20d%3D%22m0%2016l5.387-9.333L7.693%208L3.08%2016l4.613%208l-2.306%201.333z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%2342a5f5%22%20d%3D%22m32%2016l-5.387%209.333L24.307%2024l4.613-8l-4.613-8l2.306-1.333z%22%2F%3E%3Cpath%20fill%3D%22%2342a5f5%22%20d%3D%22m25.24%2016l-4.627%208h-9.226L6.76%2016l4.627-8h9.226z%22%2F%3E%3Cpath%20fill%3D%22%2342a5f5%22%20d%3D%22m0%2016l5.387-9.333L7.693%208L3.08%2016l4.613%208l-2.306%201.333z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/xaml.svg?color=%231a73e8&size=48