moyai from Firefox OS Emoji by Mozilla · Default · Places · Apache-2.0 Free for personal and commercial use.

Name
moyai
Set
Firefox OS Emoji
Style
Default
Category
Places
Viewbox
512×512
License
Apache 2.0

More places icons from Firefox OS Emoji

Use the moyai emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A3A8A8" d="m203.546 21.676l-42.12 54.685a25.97 25.97 0 0 0 1.555 29.8l8.544 10.917a11.7 11.7 0 0 1 .465 13.788L85.447 236.048c-4.4 6.477-1.32 15.364 6.144 17.731l22.791 7.226c8.578 2.72 11.005 13.701 4.371 19.782l-9.466 8.678c-4.911 4.502-5.078 12.19-.367 16.902c3.214 3.214 6.173 12.58 4.621 16.852l-14.827 23.244c-.347.545-.644 1.124-.824 1.744c-2.263 7.776.215 21.088 5.194 27.052l13.259 15.883a11.7 11.7 0 0 1 2.573 9.343l-7.35 43.175C107.087 471.712 119.385 512 256 512s172.581-36.66 172.581-73.445V315.594c0-9.97-1.874-19.851-5.524-29.129l-9.658-24.547a29.3 29.3 0 0 1-1.902-7.951L389.905 48.939C386.594 14.09 357.327 0 322.321 0H242.71a46.22 46.22 0 0 0-39.164 21.676"/><path fill="#444B4F" d="M209.43 83.229c9.013-1.31 23.611-2.552 46.57-2.552c24.724 0 42.32 10.091 53.639 20.001c8.954 7.839 6.029 22.444-5.228 26.306c-17.753 6.09-42.639 14.476-58.407 19.147c-7.763 2.3-16.027-1.694-18.947-9.246c-6.101-15.778-16.509-34.193-22.446-42.735c-2.974-4.28-.338-10.171 4.819-10.921m-47.011-6.04a1.058 1.058 0 0 0-1.608.323l-5.255 9.832a10.13 10.13 0 0 0 .543 10.453l15.891 33.069l16.564-30.452c3.894-7.158-.197-16.046-8.168-17.741c-7.657-1.628-15.677-3.593-17.967-5.484M91.143 254.353l27.935 11.321a4.79 4.79 0 0 1 2.943 3.75l-.888 6.436c-.134.969.937 1.644 1.754 1.105l31.971-21.095c1.986-1.416 1.036-4.544-1.402-4.616l-63.906-.598c-2.837-.083-1.037 2.631 1.593 3.697m20.692 57.823c2.063 4.19 1.918 8.702-.414 12.833l-5.88 10.419l63.885-22.834c7.107-1.285 7.006-7.791-.139-8.987c-22.158-3.71-54.288 2.735-62.412 0zm.354 73.992l5.613 17.301c.301.713.396 1.497.274 2.261l-2.574 16.138c-.601 3.768 3.784 6.272 6.724 3.839l47.273-44.203c3.308-2.737 3.56-5.294-.653-4.465c-16.317 3.212-42.288 8.133-54.485 7.629c-3.008-.124-3.343-1.274-2.172 1.5m222.145-164.093c4.565 7.835 14.36 19.61 32.006 19.61c17.877 0 27.697-12.086 32.183-19.917c.767-1.339-.807-2.745-2.056-1.84c-16.169 11.722-45.421 10.697-60.101.291c-1.243-.881-2.799.54-2.032 1.856"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiMoyai(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A3A8A8" d="m203.546 21.676l-42.12 54.685a25.97 25.97 0 0 0 1.555 29.8l8.544 10.917a11.7 11.7 0 0 1 .465 13.788L85.447 236.048c-4.4 6.477-1.32 15.364 6.144 17.731l22.791 7.226c8.578 2.72 11.005 13.701 4.371 19.782l-9.466 8.678c-4.911 4.502-5.078 12.19-.367 16.902c3.214 3.214 6.173 12.58 4.621 16.852l-14.827 23.244c-.347.545-.644 1.124-.824 1.744c-2.263 7.776.215 21.088 5.194 27.052l13.259 15.883a11.7 11.7 0 0 1 2.573 9.343l-7.35 43.175C107.087 471.712 119.385 512 256 512s172.581-36.66 172.581-73.445V315.594c0-9.97-1.874-19.851-5.524-29.129l-9.658-24.547a29.3 29.3 0 0 1-1.902-7.951L389.905 48.939C386.594 14.09 357.327 0 322.321 0H242.71a46.22 46.22 0 0 0-39.164 21.676"/><path fill="#444B4F" d="M209.43 83.229c9.013-1.31 23.611-2.552 46.57-2.552c24.724 0 42.32 10.091 53.639 20.001c8.954 7.839 6.029 22.444-5.228 26.306c-17.753 6.09-42.639 14.476-58.407 19.147c-7.763 2.3-16.027-1.694-18.947-9.246c-6.101-15.778-16.509-34.193-22.446-42.735c-2.974-4.28-.338-10.171 4.819-10.921m-47.011-6.04a1.058 1.058 0 0 0-1.608.323l-5.255 9.832a10.13 10.13 0 0 0 .543 10.453l15.891 33.069l16.564-30.452c3.894-7.158-.197-16.046-8.168-17.741c-7.657-1.628-15.677-3.593-17.967-5.484M91.143 254.353l27.935 11.321a4.79 4.79 0 0 1 2.943 3.75l-.888 6.436c-.134.969.937 1.644 1.754 1.105l31.971-21.095c1.986-1.416 1.036-4.544-1.402-4.616l-63.906-.598c-2.837-.083-1.037 2.631 1.593 3.697m20.692 57.823c2.063 4.19 1.918 8.702-.414 12.833l-5.88 10.419l63.885-22.834c7.107-1.285 7.006-7.791-.139-8.987c-22.158-3.71-54.288 2.735-62.412 0zm.354 73.992l5.613 17.301c.301.713.396 1.497.274 2.261l-2.574 16.138c-.601 3.768 3.784 6.272 6.724 3.839l47.273-44.203c3.308-2.737 3.56-5.294-.653-4.465c-16.317 3.212-42.288 8.133-54.485 7.629c-3.008-.124-3.343-1.274-2.172 1.5m222.145-164.093c4.565 7.835 14.36 19.61 32.006 19.61c17.877 0 27.697-12.086 32.183-19.917c.767-1.339-.807-2.745-2.056-1.84c-16.169 11.722-45.421 10.697-60.101.291c-1.243-.881-2.799.54-2.032 1.856"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A3A8A8" d="m203.546 21.676l-42.12 54.685a25.97 25.97 0 0 0 1.555 29.8l8.544 10.917a11.7 11.7 0 0 1 .465 13.788L85.447 236.048c-4.4 6.477-1.32 15.364 6.144 17.731l22.791 7.226c8.578 2.72 11.005 13.701 4.371 19.782l-9.466 8.678c-4.911 4.502-5.078 12.19-.367 16.902c3.214 3.214 6.173 12.58 4.621 16.852l-14.827 23.244c-.347.545-.644 1.124-.824 1.744c-2.263 7.776.215 21.088 5.194 27.052l13.259 15.883a11.7 11.7 0 0 1 2.573 9.343l-7.35 43.175C107.087 471.712 119.385 512 256 512s172.581-36.66 172.581-73.445V315.594c0-9.97-1.874-19.851-5.524-29.129l-9.658-24.547a29.3 29.3 0 0 1-1.902-7.951L389.905 48.939C386.594 14.09 357.327 0 322.321 0H242.71a46.22 46.22 0 0 0-39.164 21.676"/><path fill="#444B4F" d="M209.43 83.229c9.013-1.31 23.611-2.552 46.57-2.552c24.724 0 42.32 10.091 53.639 20.001c8.954 7.839 6.029 22.444-5.228 26.306c-17.753 6.09-42.639 14.476-58.407 19.147c-7.763 2.3-16.027-1.694-18.947-9.246c-6.101-15.778-16.509-34.193-22.446-42.735c-2.974-4.28-.338-10.171 4.819-10.921m-47.011-6.04a1.058 1.058 0 0 0-1.608.323l-5.255 9.832a10.13 10.13 0 0 0 .543 10.453l15.891 33.069l16.564-30.452c3.894-7.158-.197-16.046-8.168-17.741c-7.657-1.628-15.677-3.593-17.967-5.484M91.143 254.353l27.935 11.321a4.79 4.79 0 0 1 2.943 3.75l-.888 6.436c-.134.969.937 1.644 1.754 1.105l31.971-21.095c1.986-1.416 1.036-4.544-1.402-4.616l-63.906-.598c-2.837-.083-1.037 2.631 1.593 3.697m20.692 57.823c2.063 4.19 1.918 8.702-.414 12.833l-5.88 10.419l63.885-22.834c7.107-1.285 7.006-7.791-.139-8.987c-22.158-3.71-54.288 2.735-62.412 0zm.354 73.992l5.613 17.301c.301.713.396 1.497.274 2.261l-2.574 16.138c-.601 3.768 3.784 6.272 6.724 3.839l47.273-44.203c3.308-2.737 3.56-5.294-.653-4.465c-16.317 3.212-42.288 8.133-54.485 7.629c-3.008-.124-3.343-1.274-2.172 1.5m222.145-164.093c4.565 7.835 14.36 19.61 32.006 19.61c17.877 0 27.697-12.086 32.183-19.917c.767-1.339-.807-2.745-2.056-1.84c-16.169 11.722-45.421 10.697-60.101.291c-1.243-.881-2.799.54-2.032 1.856"/></svg>
</template>

CSS

.icon-moyai {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22%23A3A8A8%22%20d%3D%22m203.546%2021.676l-42.12%2054.685a25.97%2025.97%200%200%200%201.555%2029.8l8.544%2010.917a11.7%2011.7%200%200%201%20.465%2013.788L85.447%20236.048c-4.4%206.477-1.32%2015.364%206.144%2017.731l22.791%207.226c8.578%202.72%2011.005%2013.701%204.371%2019.782l-9.466%208.678c-4.911%204.502-5.078%2012.19-.367%2016.902c3.214%203.214%206.173%2012.58%204.621%2016.852l-14.827%2023.244c-.347.545-.644%201.124-.824%201.744c-2.263%207.776.215%2021.088%205.194%2027.052l13.259%2015.883a11.7%2011.7%200%200%201%202.573%209.343l-7.35%2043.175C107.087%20471.712%20119.385%20512%20256%20512s172.581-36.66%20172.581-73.445V315.594c0-9.97-1.874-19.851-5.524-29.129l-9.658-24.547a29.3%2029.3%200%200%201-1.902-7.951L389.905%2048.939C386.594%2014.09%20357.327%200%20322.321%200H242.71a46.22%2046.22%200%200%200-39.164%2021.676%22%2F%3E%3Cpath%20fill%3D%22%23444B4F%22%20d%3D%22M209.43%2083.229c9.013-1.31%2023.611-2.552%2046.57-2.552c24.724%200%2042.32%2010.091%2053.639%2020.001c8.954%207.839%206.029%2022.444-5.228%2026.306c-17.753%206.09-42.639%2014.476-58.407%2019.147c-7.763%202.3-16.027-1.694-18.947-9.246c-6.101-15.778-16.509-34.193-22.446-42.735c-2.974-4.28-.338-10.171%204.819-10.921m-47.011-6.04a1.058%201.058%200%200%200-1.608.323l-5.255%209.832a10.13%2010.13%200%200%200%20.543%2010.453l15.891%2033.069l16.564-30.452c3.894-7.158-.197-16.046-8.168-17.741c-7.657-1.628-15.677-3.593-17.967-5.484M91.143%20254.353l27.935%2011.321a4.79%204.79%200%200%201%202.943%203.75l-.888%206.436c-.134.969.937%201.644%201.754%201.105l31.971-21.095c1.986-1.416%201.036-4.544-1.402-4.616l-63.906-.598c-2.837-.083-1.037%202.631%201.593%203.697m20.692%2057.823c2.063%204.19%201.918%208.702-.414%2012.833l-5.88%2010.419l63.885-22.834c7.107-1.285%207.006-7.791-.139-8.987c-22.158-3.71-54.288%202.735-62.412%200zm.354%2073.992l5.613%2017.301c.301.713.396%201.497.274%202.261l-2.574%2016.138c-.601%203.768%203.784%206.272%206.724%203.839l47.273-44.203c3.308-2.737%203.56-5.294-.653-4.465c-16.317%203.212-42.288%208.133-54.485%207.629c-3.008-.124-3.343-1.274-2.172%201.5m222.145-164.093c4.565%207.835%2014.36%2019.61%2032.006%2019.61c17.877%200%2027.697-12.086%2032.183-19.917c.767-1.339-.807-2.745-2.056-1.84c-16.169%2011.722-45.421%2010.697-60.101.291c-1.243-.881-2.799.54-2.032%201.856%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23A3A8A8%22%20d%3D%22m203.546%2021.676l-42.12%2054.685a25.97%2025.97%200%200%200%201.555%2029.8l8.544%2010.917a11.7%2011.7%200%200%201%20.465%2013.788L85.447%20236.048c-4.4%206.477-1.32%2015.364%206.144%2017.731l22.791%207.226c8.578%202.72%2011.005%2013.701%204.371%2019.782l-9.466%208.678c-4.911%204.502-5.078%2012.19-.367%2016.902c3.214%203.214%206.173%2012.58%204.621%2016.852l-14.827%2023.244c-.347.545-.644%201.124-.824%201.744c-2.263%207.776.215%2021.088%205.194%2027.052l13.259%2015.883a11.7%2011.7%200%200%201%202.573%209.343l-7.35%2043.175C107.087%20471.712%20119.385%20512%20256%20512s172.581-36.66%20172.581-73.445V315.594c0-9.97-1.874-19.851-5.524-29.129l-9.658-24.547a29.3%2029.3%200%200%201-1.902-7.951L389.905%2048.939C386.594%2014.09%20357.327%200%20322.321%200H242.71a46.22%2046.22%200%200%200-39.164%2021.676%22%2F%3E%3Cpath%20fill%3D%22%23444B4F%22%20d%3D%22M209.43%2083.229c9.013-1.31%2023.611-2.552%2046.57-2.552c24.724%200%2042.32%2010.091%2053.639%2020.001c8.954%207.839%206.029%2022.444-5.228%2026.306c-17.753%206.09-42.639%2014.476-58.407%2019.147c-7.763%202.3-16.027-1.694-18.947-9.246c-6.101-15.778-16.509-34.193-22.446-42.735c-2.974-4.28-.338-10.171%204.819-10.921m-47.011-6.04a1.058%201.058%200%200%200-1.608.323l-5.255%209.832a10.13%2010.13%200%200%200%20.543%2010.453l15.891%2033.069l16.564-30.452c3.894-7.158-.197-16.046-8.168-17.741c-7.657-1.628-15.677-3.593-17.967-5.484M91.143%20254.353l27.935%2011.321a4.79%204.79%200%200%201%202.943%203.75l-.888%206.436c-.134.969.937%201.644%201.754%201.105l31.971-21.095c1.986-1.416%201.036-4.544-1.402-4.616l-63.906-.598c-2.837-.083-1.037%202.631%201.593%203.697m20.692%2057.823c2.063%204.19%201.918%208.702-.414%2012.833l-5.88%2010.419l63.885-22.834c7.107-1.285%207.006-7.791-.139-8.987c-22.158-3.71-54.288%202.735-62.412%200zm.354%2073.992l5.613%2017.301c.301.713.396%201.497.274%202.261l-2.574%2016.138c-.601%203.768%203.784%206.272%206.724%203.839l47.273-44.203c3.308-2.737%203.56-5.294-.653-4.465c-16.317%203.212-42.288%208.133-54.485%207.629c-3.008-.124-3.343-1.274-2.172%201.5m222.145-164.093c4.565%207.835%2014.36%2019.61%2032.006%2019.61c17.877%200%2027.697-12.086%2032.183-19.917c.767-1.339-.807-2.745-2.056-1.84c-16.169%2011.722-45.421%2010.697-60.101.291c-1.243-.881-2.799.54-2.032%201.856%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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