xda from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
xda
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Use the xda icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M0 16.7l3.2-3.8L0 9.1l1.5-1.3l3 3.5l3-3.5L9 9.1l-3.2 3.8L9 16.7L7.5 18l-3-3.6l-3 3.6L0 16.7m24 .2c0 .5-.4 1-1 1h-3c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2h2v-2h-4V8h5c.5 0 1 .4 1 1m-2 5h-2v2h2v-2m-6 2.9c0 .5-.4 1-1 1h-3c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h2V5h2v11.9m-2-1v-6h-2v6h2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function MdiXda(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M0 16.7l3.2-3.8L0 9.1l1.5-1.3l3 3.5l3-3.5L9 9.1l-3.2 3.8L9 16.7L7.5 18l-3-3.6l-3 3.6L0 16.7m24 .2c0 .5-.4 1-1 1h-3c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2h2v-2h-4V8h5c.5 0 1 .4 1 1m-2 5h-2v2h2v-2m-6 2.9c0 .5-.4 1-1 1h-3c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h2V5h2v11.9m-2-1v-6h-2v6h2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M0 16.7l3.2-3.8L0 9.1l1.5-1.3l3 3.5l3-3.5L9 9.1l-3.2 3.8L9 16.7L7.5 18l-3-3.6l-3 3.6L0 16.7m24 .2c0 .5-.4 1-1 1h-3c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2h2v-2h-4V8h5c.5 0 1 .4 1 1m-2 5h-2v2h2v-2m-6 2.9c0 .5-.4 1-1 1h-3c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h2V5h2v11.9m-2-1v-6h-2v6h2z" fill="currentColor"/></svg>
</template>

CSS

.icon-xda {
  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%20d%3D%22M0%2016.7l3.2-3.8L0%209.1l1.5-1.3l3%203.5l3-3.5L9%209.1l-3.2%203.8L9%2016.7L7.5%2018l-3-3.6l-3%203.6L0%2016.7m24%20.2c0%20.5-.4%201-1%201h-3c-1.1%200-2-.9-2-2v-2c0-1.1.9-2%202-2h2v-2h-4V8h5c.5%200%201%20.4%201%201m-2%205h-2v2h2v-2m-6%202.9c0%20.5-.4%201-1%201h-3c-1.1%200-2-.9-2-2v-6c0-1.1.9-2%202-2h2V5h2v11.9m-2-1v-6h-2v6h2z%22%20fill%3D%22currentColor%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%20d%3D%22M0%2016.7l3.2-3.8L0%209.1l1.5-1.3l3%203.5l3-3.5L9%209.1l-3.2%203.8L9%2016.7L7.5%2018l-3-3.6l-3%203.6L0%2016.7m24%20.2c0%20.5-.4%201-1%201h-3c-1.1%200-2-.9-2-2v-2c0-1.1.9-2%202-2h2v-2h-4V8h5c.5%200%201%20.4%201%201m-2%205h-2v2h2v-2m-6%202.9c0%20.5-.4%201-1%201h-3c-1.1%200-2-.9-2-2v-6c0-1.1.9-2%202-2h2V5h2v11.9m-2-1v-6h-2v6h2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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