language xaml icon
language-xaml from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.
- Name
- language-xaml
- Set
- Material Design Icons
- Style
- Filled
- Category
- Brand / Logo
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- microsoft-xaml, xaml
More brand / logo icons from Material Design Icons
Use the language xaml icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.93 7.9l2.38 4.1l-2.36 4.09l-.62-1.09l1.47-2.5c.17-.31.17-.67 0-.96L16.32 9zm-.01-1.33a.12.12 0 0 0-.09.05l-1.27 2.25c-.06.07-.06.13 0 .22l1.62 2.81c.04.07.04.15 0 .22l-1.61 2.79c-.04.06-.04.15 0 .22l1.28 2.23c.02.04.06.06.09.06c.06 0 .06-.02.1-.06L20 12.23c.08-.14.08-.31 0-.44l-3-5.17c0-.03-.04-.05-.08-.05m4.99 5.1l-4.68-8.09a.68.68 0 0 0-.57-.33H7.28c-.23 0-.45.13-.57.33L2 11.67a.84.84 0 0 0 0 .66l4.71 8.09c.12.2.34.33.57.33h9.38c.23 0 .45-.13.57-.33l4.68-8.09a.65.65 0 0 0 0-.66M7.3 3.95h8.82l-4.36 7.7H6.93l3.94-6.83c.04-.07-.01-.16-.09-.16l-2.57-.01c-.08 0-.15.05-.21.11l-3.96 6.89h-1.2zm-1.13 8.51l3.57 6.17H8.5l-3.63-6.28l-.2-.35l.2-.35L8.5 5.37h1.23l-3.56 6.16l-.06.12c-.08.23-.08.48.01.7c.01.04.03.08.05.11m1.13 7.59l-4.45-7.7h1.2l3.98 6.88c.04.07.11.11.19.11h2.57c.08 0 .13-.09.09-.16l-3.94-6.83h4.83l4.4 7.7zm9.5-.3L12.37 12l4.41-7.79L21.29 12z"/></svg>
React
import type { SVGProps } from "react";
export function MdiLanguageXaml(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.93 7.9l2.38 4.1l-2.36 4.09l-.62-1.09l1.47-2.5c.17-.31.17-.67 0-.96L16.32 9zm-.01-1.33a.12.12 0 0 0-.09.05l-1.27 2.25c-.06.07-.06.13 0 .22l1.62 2.81c.04.07.04.15 0 .22l-1.61 2.79c-.04.06-.04.15 0 .22l1.28 2.23c.02.04.06.06.09.06c.06 0 .06-.02.1-.06L20 12.23c.08-.14.08-.31 0-.44l-3-5.17c0-.03-.04-.05-.08-.05m4.99 5.1l-4.68-8.09a.68.68 0 0 0-.57-.33H7.28c-.23 0-.45.13-.57.33L2 11.67a.84.84 0 0 0 0 .66l4.71 8.09c.12.2.34.33.57.33h9.38c.23 0 .45-.13.57-.33l4.68-8.09a.65.65 0 0 0 0-.66M7.3 3.95h8.82l-4.36 7.7H6.93l3.94-6.83c.04-.07-.01-.16-.09-.16l-2.57-.01c-.08 0-.15.05-.21.11l-3.96 6.89h-1.2zm-1.13 8.51l3.57 6.17H8.5l-3.63-6.28l-.2-.35l.2-.35L8.5 5.37h1.23l-3.56 6.16l-.06.12c-.08.23-.08.48.01.7c.01.04.03.08.05.11m1.13 7.59l-4.45-7.7h1.2l3.98 6.88c.04.07.11.11.19.11h2.57c.08 0 .13-.09.09-.16l-3.94-6.83h4.83l4.4 7.7zm9.5-.3L12.37 12l4.41-7.79L21.29 12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.93 7.9l2.38 4.1l-2.36 4.09l-.62-1.09l1.47-2.5c.17-.31.17-.67 0-.96L16.32 9zm-.01-1.33a.12.12 0 0 0-.09.05l-1.27 2.25c-.06.07-.06.13 0 .22l1.62 2.81c.04.07.04.15 0 .22l-1.61 2.79c-.04.06-.04.15 0 .22l1.28 2.23c.02.04.06.06.09.06c.06 0 .06-.02.1-.06L20 12.23c.08-.14.08-.31 0-.44l-3-5.17c0-.03-.04-.05-.08-.05m4.99 5.1l-4.68-8.09a.68.68 0 0 0-.57-.33H7.28c-.23 0-.45.13-.57.33L2 11.67a.84.84 0 0 0 0 .66l4.71 8.09c.12.2.34.33.57.33h9.38c.23 0 .45-.13.57-.33l4.68-8.09a.65.65 0 0 0 0-.66M7.3 3.95h8.82l-4.36 7.7H6.93l3.94-6.83c.04-.07-.01-.16-.09-.16l-2.57-.01c-.08 0-.15.05-.21.11l-3.96 6.89h-1.2zm-1.13 8.51l3.57 6.17H8.5l-3.63-6.28l-.2-.35l.2-.35L8.5 5.37h1.23l-3.56 6.16l-.06.12c-.08.23-.08.48.01.7c.01.04.03.08.05.11m1.13 7.59l-4.45-7.7h1.2l3.98 6.88c.04.07.11.11.19.11h2.57c.08 0 .13-.09.09-.16l-3.94-6.83h4.83l4.4 7.7zm9.5-.3L12.37 12l4.41-7.79L21.29 12z"/></svg> </template>
CSS
.icon-language-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.93%207.9l2.38%204.1l-2.36%204.09l-.62-1.09l1.47-2.5c.17-.31.17-.67%200-.96L16.32%209zm-.01-1.33a.12.12%200%200%200-.09.05l-1.27%202.25c-.06.07-.06.13%200%20.22l1.62%202.81c.04.07.04.15%200%20.22l-1.61%202.79c-.04.06-.04.15%200%20.22l1.28%202.23c.02.04.06.06.09.06c.06%200%20.06-.02.1-.06L20%2012.23c.08-.14.08-.31%200-.44l-3-5.17c0-.03-.04-.05-.08-.05m4.99%205.1l-4.68-8.09a.68.68%200%200%200-.57-.33H7.28c-.23%200-.45.13-.57.33L2%2011.67a.84.84%200%200%200%200%20.66l4.71%208.09c.12.2.34.33.57.33h9.38c.23%200%20.45-.13.57-.33l4.68-8.09a.65.65%200%200%200%200-.66M7.3%203.95h8.82l-4.36%207.7H6.93l3.94-6.83c.04-.07-.01-.16-.09-.16l-2.57-.01c-.08%200-.15.05-.21.11l-3.96%206.89h-1.2zm-1.13%208.51l3.57%206.17H8.5l-3.63-6.28l-.2-.35l.2-.35L8.5%205.37h1.23l-3.56%206.16l-.06.12c-.08.23-.08.48.01.7c.01.04.03.08.05.11m1.13%207.59l-4.45-7.7h1.2l3.98%206.88c.04.07.11.11.19.11h2.57c.08%200%20.13-.09.09-.16l-3.94-6.83h4.83l4.4%207.7zm9.5-.3L12.37%2012l4.41-7.79L21.29%2012z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.93%207.9l2.38%204.1l-2.36%204.09l-.62-1.09l1.47-2.5c.17-.31.17-.67%200-.96L16.32%209zm-.01-1.33a.12.12%200%200%200-.09.05l-1.27%202.25c-.06.07-.06.13%200%20.22l1.62%202.81c.04.07.04.15%200%20.22l-1.61%202.79c-.04.06-.04.15%200%20.22l1.28%202.23c.02.04.06.06.09.06c.06%200%20.06-.02.1-.06L20%2012.23c.08-.14.08-.31%200-.44l-3-5.17c0-.03-.04-.05-.08-.05m4.99%205.1l-4.68-8.09a.68.68%200%200%200-.57-.33H7.28c-.23%200-.45.13-.57.33L2%2011.67a.84.84%200%200%200%200%20.66l4.71%208.09c.12.2.34.33.57.33h9.38c.23%200%20.45-.13.57-.33l4.68-8.09a.65.65%200%200%200%200-.66M7.3%203.95h8.82l-4.36%207.7H6.93l3.94-6.83c.04-.07-.01-.16-.09-.16l-2.57-.01c-.08%200-.15.05-.21.11l-3.96%206.89h-1.2zm-1.13%208.51l3.57%206.17H8.5l-3.63-6.28l-.2-.35l.2-.35L8.5%205.37h1.23l-3.56%206.16l-.06.12c-.08.23-.08.48.01.7c.01.04.03.08.05.11m1.13%207.59l-4.45-7.7h1.2l3.98%206.88c.04.07.11.11.19.11h2.57c.08%200%20.13-.09.09-.16l-3.94-6.83h4.83l4.4%207.7zm9.5-.3L12.37%2012l4.41-7.79L21.29%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/language-xaml.svg?color=%231a73e8&size=48