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

Name
wxt
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

The same logo in other sets

Use the wxt logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#00c853" d="M14 8.9c.117 1.136-.854 2.043-2 2.1v2c0 .663-.337 1-1 1H8v-1c0-1.52-2-1.34-2 0v1H3c-.663 0-1-.337-1-1v-3h1s1-.1 1-1s-1-1-1-1H2V5c0-.663.337-1 1-1h2c.025-1.06.885-1.995 2-2c1.123-.005 1.996.93 2 2h2c.663 0 1 .337 1 1v2c1.082.067 2.117.798 2 2m-3 1h1c.497 0 1-.503 1-1s-.503-1-1-1h-1V5H8V4c0-.497-.503-1-1-1s-1 .503-1 1v1H3v2c1.148.341 1.98.744 2 2c.02 1.226-.707 1.666-2 2v2h2c.156-1.452 1.055-1.948 2-2c1-.056 2.098.695 2 2h2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeWxt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#00c853" d="M14 8.9c.117 1.136-.854 2.043-2 2.1v2c0 .663-.337 1-1 1H8v-1c0-1.52-2-1.34-2 0v1H3c-.663 0-1-.337-1-1v-3h1s1-.1 1-1s-1-1-1-1H2V5c0-.663.337-1 1-1h2c.025-1.06.885-1.995 2-2c1.123-.005 1.996.93 2 2h2c.663 0 1 .337 1 1v2c1.082.067 2.117.798 2 2m-3 1h1c.497 0 1-.503 1-1s-.503-1-1-1h-1V5H8V4c0-.497-.503-1-1-1s-1 .503-1 1v1H3v2c1.148.341 1.98.744 2 2c.02 1.226-.707 1.666-2 2v2h2c.156-1.452 1.055-1.948 2-2c1-.056 2.098.695 2 2h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#00c853" d="M14 8.9c.117 1.136-.854 2.043-2 2.1v2c0 .663-.337 1-1 1H8v-1c0-1.52-2-1.34-2 0v1H3c-.663 0-1-.337-1-1v-3h1s1-.1 1-1s-1-1-1-1H2V5c0-.663.337-1 1-1h2c.025-1.06.885-1.995 2-2c1.123-.005 1.996.93 2 2h2c.663 0 1 .337 1 1v2c1.082.067 2.117.798 2 2m-3 1h1c.497 0 1-.503 1-1s-.503-1-1-1h-1V5H8V4c0-.497-.503-1-1-1s-1 .503-1 1v1H3v2c1.148.341 1.98.744 2 2c.02 1.226-.707 1.666-2 2v2h2c.156-1.452 1.055-1.948 2-2c1-.056 2.098.695 2 2h2z"/></svg>
</template>

CSS

.icon-wxt {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22%2300c853%22%20d%3D%22M14%208.9c.117%201.136-.854%202.043-2%202.1v2c0%20.663-.337%201-1%201H8v-1c0-1.52-2-1.34-2%200v1H3c-.663%200-1-.337-1-1v-3h1s1-.1%201-1s-1-1-1-1H2V5c0-.663.337-1%201-1h2c.025-1.06.885-1.995%202-2c1.123-.005%201.996.93%202%202h2c.663%200%201%20.337%201%201v2c1.082.067%202.117.798%202%202m-3%201h1c.497%200%201-.503%201-1s-.503-1-1-1h-1V5H8V4c0-.497-.503-1-1-1s-1%20.503-1%201v1H3v2c1.148.341%201.98.744%202%202c.02%201.226-.707%201.666-2%202v2h2c.156-1.452%201.055-1.948%202-2c1-.056%202.098.695%202%202h2z%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%2016%2016%22%3E%3Cpath%20fill%3D%22%2300c853%22%20d%3D%22M14%208.9c.117%201.136-.854%202.043-2%202.1v2c0%20.663-.337%201-1%201H8v-1c0-1.52-2-1.34-2%200v1H3c-.663%200-1-.337-1-1v-3h1s1-.1%201-1s-1-1-1-1H2V5c0-.663.337-1%201-1h2c.025-1.06.885-1.995%202-2c1.123-.005%201.996.93%202%202h2c.663%200%201%20.337%201%201v2c1.082.067%202.117.798%202%202m-3%201h1c.497%200%201-.503%201-1s-.503-1-1-1h-1V5H8V4c0-.497-.503-1-1-1s-1%20.503-1%201v1H3v2c1.148.341%201.98.744%202%202c.02%201.226-.707%201.666-2%202v2h2c.156-1.452%201.055-1.948%202-2c1-.056%202.098.695%202%202h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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