webassembly emoji

webassembly from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
webassembly
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More extras openmoji icons from OpenMoji

Use the webassembly emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b399c8" d="M12.96 12a.97.97 0 0 0-.965.965v46.07a.97.97 0 0 0 .965.965h46.07a.97.97 0 0 0 .965-.965v-46.07A.97.97 0 0 0 59.03 12h-16.8c-1.801.338-1.804.345-2.472 2.173a4.35 4.35 0 0 1-3.767 2.175a4.35 4.35 0 0 1-3.652-1.986c-.79-2.049-.782-2.055-2.743-2.362z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="M12.96 12a.97.97 0 0 0-.965.965v46.07a.97.97 0 0 0 .965.965h46.07a.97.97 0 0 0 .965-.965v-46.07A.97.97 0 0 0 59.03 12H40.34a4.348 4.348 0 1 1-8.696 0h-18.69z"/><path stroke-miterlimit="10" stroke-width="4.456" d="m38.55 38.23l-4.455 15.59l-4.458-15.6l-4.455 15.59l-4.456-15.59" clip-rule="evenodd"/><g fill-rule="evenodd" stroke-miterlimit="10" stroke-width="2" clip-rule="evenodd"><path d="M0 0h4" transform="matrix(2.138 0 0 2.239 43.22 50.051)"/><path d="m0 7l-3-7l-3 7" transform="matrix(2.138 0 0 2.239 53.91 38.14)"/></g></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiWebassembly(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b399c8" d="M12.96 12a.97.97 0 0 0-.965.965v46.07a.97.97 0 0 0 .965.965h46.07a.97.97 0 0 0 .965-.965v-46.07A.97.97 0 0 0 59.03 12h-16.8c-1.801.338-1.804.345-2.472 2.173a4.35 4.35 0 0 1-3.767 2.175a4.35 4.35 0 0 1-3.652-1.986c-.79-2.049-.782-2.055-2.743-2.362z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round"><path strokeWidth="2" d="M12.96 12a.97.97 0 0 0-.965.965v46.07a.97.97 0 0 0 .965.965h46.07a.97.97 0 0 0 .965-.965v-46.07A.97.97 0 0 0 59.03 12H40.34a4.348 4.348 0 1 1-8.696 0h-18.69z"/><path strokeMiterlimit="10" strokeWidth="4.456" d="m38.55 38.23l-4.455 15.59l-4.458-15.6l-4.455 15.59l-4.456-15.59" clipRule="evenodd"/><g fillRule="evenodd" strokeMiterlimit="10" strokeWidth="2" clipRule="evenodd"><path d="M0 0h4" transform="matrix(2.138 0 0 2.239 43.22 50.051)"/><path d="m0 7l-3-7l-3 7" transform="matrix(2.138 0 0 2.239 53.91 38.14)"/></g></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b399c8" d="M12.96 12a.97.97 0 0 0-.965.965v46.07a.97.97 0 0 0 .965.965h46.07a.97.97 0 0 0 .965-.965v-46.07A.97.97 0 0 0 59.03 12h-16.8c-1.801.338-1.804.345-2.472 2.173a4.35 4.35 0 0 1-3.767 2.175a4.35 4.35 0 0 1-3.652-1.986c-.79-2.049-.782-2.055-2.743-2.362z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="M12.96 12a.97.97 0 0 0-.965.965v46.07a.97.97 0 0 0 .965.965h46.07a.97.97 0 0 0 .965-.965v-46.07A.97.97 0 0 0 59.03 12H40.34a4.348 4.348 0 1 1-8.696 0h-18.69z"/><path stroke-miterlimit="10" stroke-width="4.456" d="m38.55 38.23l-4.455 15.59l-4.458-15.6l-4.455 15.59l-4.456-15.59" clip-rule="evenodd"/><g fill-rule="evenodd" stroke-miterlimit="10" stroke-width="2" clip-rule="evenodd"><path d="M0 0h4" transform="matrix(2.138 0 0 2.239 43.22 50.051)"/><path d="m0 7l-3-7l-3 7" transform="matrix(2.138 0 0 2.239 53.91 38.14)"/></g></g></svg>
</template>

CSS

.icon-webassembly {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b399c8%22%20d%3D%22M12.96%2012a.97.97%200%200%200-.965.965v46.07a.97.97%200%200%200%20.965.965h46.07a.97.97%200%200%200%20.965-.965v-46.07A.97.97%200%200%200%2059.03%2012h-16.8c-1.801.338-1.804.345-2.472%202.173a4.35%204.35%200%200%201-3.767%202.175a4.35%204.35%200%200%201-3.652-1.986c-.79-2.049-.782-2.055-2.743-2.362z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M12.96%2012a.97.97%200%200%200-.965.965v46.07a.97.97%200%200%200%20.965.965h46.07a.97.97%200%200%200%20.965-.965v-46.07A.97.97%200%200%200%2059.03%2012H40.34a4.348%204.348%200%201%201-8.696%200h-18.69z%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224.456%22%20d%3D%22m38.55%2038.23l-4.455%2015.59l-4.458-15.6l-4.455%2015.59l-4.456-15.59%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20fill-rule%3D%22evenodd%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h4%22%20transform%3D%22matrix(2.138%200%200%202.239%2043.22%2050.051)%22%2F%3E%3Cpath%20d%3D%22m0%207l-3-7l-3%207%22%20transform%3D%22matrix(2.138%200%200%202.239%2053.91%2038.14)%22%2F%3E%3C%2Fg%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b399c8%22%20d%3D%22M12.96%2012a.97.97%200%200%200-.965.965v46.07a.97.97%200%200%200%20.965.965h46.07a.97.97%200%200%200%20.965-.965v-46.07A.97.97%200%200%200%2059.03%2012h-16.8c-1.801.338-1.804.345-2.472%202.173a4.35%204.35%200%200%201-3.767%202.175a4.35%204.35%200%200%201-3.652-1.986c-.79-2.049-.782-2.055-2.743-2.362z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M12.96%2012a.97.97%200%200%200-.965.965v46.07a.97.97%200%200%200%20.965.965h46.07a.97.97%200%200%200%20.965-.965v-46.07A.97.97%200%200%200%2059.03%2012H40.34a4.348%204.348%200%201%201-8.696%200h-18.69z%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224.456%22%20d%3D%22m38.55%2038.23l-4.455%2015.59l-4.458-15.6l-4.455%2015.59l-4.456-15.59%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20fill-rule%3D%22evenodd%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h4%22%20transform%3D%22matrix(2.138%200%200%202.239%2043.22%2050.051)%22%2F%3E%3Cpath%20d%3D%22m0%207l-3-7l-3%207%22%20transform%3D%22matrix(2.138%200%200%202.239%2053.91%2038.14)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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