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

Name
mouse
Set
Firefox OS Emoji
Style
Default
Category
Nature
Viewbox
512×512
License
Apache 2.0

The same emoji in other sets

More nature icons from Firefox OS Emoji

Use the mouse emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#E4E2DE" d="M491.942 148.321c0-59.89-48.55-108.44-108.44-108.44c-46.792 0-86.661 29.636-101.862 71.162a163.7 163.7 0 0 0-51.281-.001C215.158 69.516 175.288 39.88 128.497 39.88c-59.89 0-108.44 48.55-108.44 108.44c0 44.747 27.105 83.16 65.791 99.726c-16.282 18.197-26.187 42.22-26.187 68.56c0 56.81 46.054 102.864 102.864 102.864c3.588 0 7.133-.185 10.627-.544c17.61 37.922 61.271 69.936 85.216 69.936c23.935 0 64.647-31.985 81.018-69.886c3.32.323 6.684.493 10.089.493c56.81 0 102.864-46.054 102.864-102.864c0-26.34-9.905-50.363-26.187-68.56c38.685-16.565 65.79-54.977 65.79-99.724"/><path fill="#FFA1E0" d="M456.159 148.321c0 40.127-32.53 72.657-72.657 72.657s-72.657-32.53-72.657-72.657s32.53-72.657 72.657-72.657s72.657 32.529 72.657 72.657M128.498 75.664c-40.127 0-72.657 32.53-72.657 72.657s32.53 72.657 72.657 72.657s72.657-32.53 72.657-72.657s-32.53-72.657-72.657-72.657m98.014 363.267c-4.878 5.92-4.033 14.673 1.887 19.55l9.182 7.566s2.337 1.925 5.842 3.533c1.753.578 3.797 1.485 5.988 2.038l6.864.818c2.337.303 4.674-.462 6.865-.621c2.191-.029 4.235-1.355 5.988-1.941c3.505-1.539 5.842-3.827 5.842-3.827l9.755-9.552a13.18 13.18 0 0 0 3.926-9.881c-.261-7.295-6.386-12.996-13.681-12.735c0 0-9.347.335-18.695.472l-18.694-.472c-4.097-.08-8.261 1.644-11.069 5.052"/><path fill="#D0CEC2" d="M53.937 449.776a4.783 4.783 0 0 1-4.395-6.666c9.285-21.689 40.541-44.919 74.865-44.611a4.783 4.783 0 0 1-.041 9.566h-.043c-32.07-.264-58.944 22.356-65.987 38.809a4.78 4.78 0 0 1-4.399 2.902m-23.87-47.888c21.443-28.069 67.838-33.838 93.084-27.213a4.78 4.78 0 0 0 5.84-3.412a4.78 4.78 0 0 0-3.412-5.84c-41.004-10.761-85.449 7.534-103.114 30.658a4.782 4.782 0 1 0 7.602 5.807m429.875 47.502a4.784 4.784 0 0 0 2.516-6.279c-9.226-21.551-40.145-44.614-74.202-44.614q-.332 0-.663.003a4.783 4.783 0 0 0 .041 9.566h.043q.298-.003.595-.003c31.83 0 58.394 22.462 65.392 38.812a4.784 4.784 0 0 0 6.278 2.515m28.696-46.605a4.78 4.78 0 0 0 .897-6.704c-17.664-23.124-62.112-41.422-103.114-30.658a4.78 4.78 0 0 0-3.412 5.84a4.78 4.78 0 0 0 5.84 3.412c39.3-10.31 79.308 9.178 93.085 27.213a4.78 4.78 0 0 0 3.805 1.88a4.76 4.76 0 0 0 2.899-.983"/><path fill="#2B3B47" d="M157.46 273.265c13.518 0 24.477 10.959 24.477 24.477v30.088c0 13.518-10.959 24.477-24.477 24.477s-24.477-10.959-24.477-24.477v-30.088c0-13.519 10.959-24.477 24.477-24.477m197.08-.001c-13.518 0-24.477 10.959-24.477 24.477v30.088c0 13.518 10.959 24.477 24.477 24.477s24.477-10.959 24.477-24.477v-30.088c0-13.518-10.959-24.477-24.477-24.477"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiMouse(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#E4E2DE" d="M491.942 148.321c0-59.89-48.55-108.44-108.44-108.44c-46.792 0-86.661 29.636-101.862 71.162a163.7 163.7 0 0 0-51.281-.001C215.158 69.516 175.288 39.88 128.497 39.88c-59.89 0-108.44 48.55-108.44 108.44c0 44.747 27.105 83.16 65.791 99.726c-16.282 18.197-26.187 42.22-26.187 68.56c0 56.81 46.054 102.864 102.864 102.864c3.588 0 7.133-.185 10.627-.544c17.61 37.922 61.271 69.936 85.216 69.936c23.935 0 64.647-31.985 81.018-69.886c3.32.323 6.684.493 10.089.493c56.81 0 102.864-46.054 102.864-102.864c0-26.34-9.905-50.363-26.187-68.56c38.685-16.565 65.79-54.977 65.79-99.724"/><path fill="#FFA1E0" d="M456.159 148.321c0 40.127-32.53 72.657-72.657 72.657s-72.657-32.53-72.657-72.657s32.53-72.657 72.657-72.657s72.657 32.529 72.657 72.657M128.498 75.664c-40.127 0-72.657 32.53-72.657 72.657s32.53 72.657 72.657 72.657s72.657-32.53 72.657-72.657s-32.53-72.657-72.657-72.657m98.014 363.267c-4.878 5.92-4.033 14.673 1.887 19.55l9.182 7.566s2.337 1.925 5.842 3.533c1.753.578 3.797 1.485 5.988 2.038l6.864.818c2.337.303 4.674-.462 6.865-.621c2.191-.029 4.235-1.355 5.988-1.941c3.505-1.539 5.842-3.827 5.842-3.827l9.755-9.552a13.18 13.18 0 0 0 3.926-9.881c-.261-7.295-6.386-12.996-13.681-12.735c0 0-9.347.335-18.695.472l-18.694-.472c-4.097-.08-8.261 1.644-11.069 5.052"/><path fill="#D0CEC2" d="M53.937 449.776a4.783 4.783 0 0 1-4.395-6.666c9.285-21.689 40.541-44.919 74.865-44.611a4.783 4.783 0 0 1-.041 9.566h-.043c-32.07-.264-58.944 22.356-65.987 38.809a4.78 4.78 0 0 1-4.399 2.902m-23.87-47.888c21.443-28.069 67.838-33.838 93.084-27.213a4.78 4.78 0 0 0 5.84-3.412a4.78 4.78 0 0 0-3.412-5.84c-41.004-10.761-85.449 7.534-103.114 30.658a4.782 4.782 0 1 0 7.602 5.807m429.875 47.502a4.784 4.784 0 0 0 2.516-6.279c-9.226-21.551-40.145-44.614-74.202-44.614q-.332 0-.663.003a4.783 4.783 0 0 0 .041 9.566h.043q.298-.003.595-.003c31.83 0 58.394 22.462 65.392 38.812a4.784 4.784 0 0 0 6.278 2.515m28.696-46.605a4.78 4.78 0 0 0 .897-6.704c-17.664-23.124-62.112-41.422-103.114-30.658a4.78 4.78 0 0 0-3.412 5.84a4.78 4.78 0 0 0 5.84 3.412c39.3-10.31 79.308 9.178 93.085 27.213a4.78 4.78 0 0 0 3.805 1.88a4.76 4.76 0 0 0 2.899-.983"/><path fill="#2B3B47" d="M157.46 273.265c13.518 0 24.477 10.959 24.477 24.477v30.088c0 13.518-10.959 24.477-24.477 24.477s-24.477-10.959-24.477-24.477v-30.088c0-13.519 10.959-24.477 24.477-24.477m197.08-.001c-13.518 0-24.477 10.959-24.477 24.477v30.088c0 13.518 10.959 24.477 24.477 24.477s24.477-10.959 24.477-24.477v-30.088c0-13.518-10.959-24.477-24.477-24.477"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#E4E2DE" d="M491.942 148.321c0-59.89-48.55-108.44-108.44-108.44c-46.792 0-86.661 29.636-101.862 71.162a163.7 163.7 0 0 0-51.281-.001C215.158 69.516 175.288 39.88 128.497 39.88c-59.89 0-108.44 48.55-108.44 108.44c0 44.747 27.105 83.16 65.791 99.726c-16.282 18.197-26.187 42.22-26.187 68.56c0 56.81 46.054 102.864 102.864 102.864c3.588 0 7.133-.185 10.627-.544c17.61 37.922 61.271 69.936 85.216 69.936c23.935 0 64.647-31.985 81.018-69.886c3.32.323 6.684.493 10.089.493c56.81 0 102.864-46.054 102.864-102.864c0-26.34-9.905-50.363-26.187-68.56c38.685-16.565 65.79-54.977 65.79-99.724"/><path fill="#FFA1E0" d="M456.159 148.321c0 40.127-32.53 72.657-72.657 72.657s-72.657-32.53-72.657-72.657s32.53-72.657 72.657-72.657s72.657 32.529 72.657 72.657M128.498 75.664c-40.127 0-72.657 32.53-72.657 72.657s32.53 72.657 72.657 72.657s72.657-32.53 72.657-72.657s-32.53-72.657-72.657-72.657m98.014 363.267c-4.878 5.92-4.033 14.673 1.887 19.55l9.182 7.566s2.337 1.925 5.842 3.533c1.753.578 3.797 1.485 5.988 2.038l6.864.818c2.337.303 4.674-.462 6.865-.621c2.191-.029 4.235-1.355 5.988-1.941c3.505-1.539 5.842-3.827 5.842-3.827l9.755-9.552a13.18 13.18 0 0 0 3.926-9.881c-.261-7.295-6.386-12.996-13.681-12.735c0 0-9.347.335-18.695.472l-18.694-.472c-4.097-.08-8.261 1.644-11.069 5.052"/><path fill="#D0CEC2" d="M53.937 449.776a4.783 4.783 0 0 1-4.395-6.666c9.285-21.689 40.541-44.919 74.865-44.611a4.783 4.783 0 0 1-.041 9.566h-.043c-32.07-.264-58.944 22.356-65.987 38.809a4.78 4.78 0 0 1-4.399 2.902m-23.87-47.888c21.443-28.069 67.838-33.838 93.084-27.213a4.78 4.78 0 0 0 5.84-3.412a4.78 4.78 0 0 0-3.412-5.84c-41.004-10.761-85.449 7.534-103.114 30.658a4.782 4.782 0 1 0 7.602 5.807m429.875 47.502a4.784 4.784 0 0 0 2.516-6.279c-9.226-21.551-40.145-44.614-74.202-44.614q-.332 0-.663.003a4.783 4.783 0 0 0 .041 9.566h.043q.298-.003.595-.003c31.83 0 58.394 22.462 65.392 38.812a4.784 4.784 0 0 0 6.278 2.515m28.696-46.605a4.78 4.78 0 0 0 .897-6.704c-17.664-23.124-62.112-41.422-103.114-30.658a4.78 4.78 0 0 0-3.412 5.84a4.78 4.78 0 0 0 5.84 3.412c39.3-10.31 79.308 9.178 93.085 27.213a4.78 4.78 0 0 0 3.805 1.88a4.76 4.76 0 0 0 2.899-.983"/><path fill="#2B3B47" d="M157.46 273.265c13.518 0 24.477 10.959 24.477 24.477v30.088c0 13.518-10.959 24.477-24.477 24.477s-24.477-10.959-24.477-24.477v-30.088c0-13.519 10.959-24.477 24.477-24.477m197.08-.001c-13.518 0-24.477 10.959-24.477 24.477v30.088c0 13.518 10.959 24.477 24.477 24.477s24.477-10.959 24.477-24.477v-30.088c0-13.518-10.959-24.477-24.477-24.477"/></svg>
</template>

CSS

.icon-mouse {
  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%23E4E2DE%22%20d%3D%22M491.942%20148.321c0-59.89-48.55-108.44-108.44-108.44c-46.792%200-86.661%2029.636-101.862%2071.162a163.7%20163.7%200%200%200-51.281-.001C215.158%2069.516%20175.288%2039.88%20128.497%2039.88c-59.89%200-108.44%2048.55-108.44%20108.44c0%2044.747%2027.105%2083.16%2065.791%2099.726c-16.282%2018.197-26.187%2042.22-26.187%2068.56c0%2056.81%2046.054%20102.864%20102.864%20102.864c3.588%200%207.133-.185%2010.627-.544c17.61%2037.922%2061.271%2069.936%2085.216%2069.936c23.935%200%2064.647-31.985%2081.018-69.886c3.32.323%206.684.493%2010.089.493c56.81%200%20102.864-46.054%20102.864-102.864c0-26.34-9.905-50.363-26.187-68.56c38.685-16.565%2065.79-54.977%2065.79-99.724%22%2F%3E%3Cpath%20fill%3D%22%23FFA1E0%22%20d%3D%22M456.159%20148.321c0%2040.127-32.53%2072.657-72.657%2072.657s-72.657-32.53-72.657-72.657s32.53-72.657%2072.657-72.657s72.657%2032.529%2072.657%2072.657M128.498%2075.664c-40.127%200-72.657%2032.53-72.657%2072.657s32.53%2072.657%2072.657%2072.657s72.657-32.53%2072.657-72.657s-32.53-72.657-72.657-72.657m98.014%20363.267c-4.878%205.92-4.033%2014.673%201.887%2019.55l9.182%207.566s2.337%201.925%205.842%203.533c1.753.578%203.797%201.485%205.988%202.038l6.864.818c2.337.303%204.674-.462%206.865-.621c2.191-.029%204.235-1.355%205.988-1.941c3.505-1.539%205.842-3.827%205.842-3.827l9.755-9.552a13.18%2013.18%200%200%200%203.926-9.881c-.261-7.295-6.386-12.996-13.681-12.735c0%200-9.347.335-18.695.472l-18.694-.472c-4.097-.08-8.261%201.644-11.069%205.052%22%2F%3E%3Cpath%20fill%3D%22%23D0CEC2%22%20d%3D%22M53.937%20449.776a4.783%204.783%200%200%201-4.395-6.666c9.285-21.689%2040.541-44.919%2074.865-44.611a4.783%204.783%200%200%201-.041%209.566h-.043c-32.07-.264-58.944%2022.356-65.987%2038.809a4.78%204.78%200%200%201-4.399%202.902m-23.87-47.888c21.443-28.069%2067.838-33.838%2093.084-27.213a4.78%204.78%200%200%200%205.84-3.412a4.78%204.78%200%200%200-3.412-5.84c-41.004-10.761-85.449%207.534-103.114%2030.658a4.782%204.782%200%201%200%207.602%205.807m429.875%2047.502a4.784%204.784%200%200%200%202.516-6.279c-9.226-21.551-40.145-44.614-74.202-44.614q-.332%200-.663.003a4.783%204.783%200%200%200%20.041%209.566h.043q.298-.003.595-.003c31.83%200%2058.394%2022.462%2065.392%2038.812a4.784%204.784%200%200%200%206.278%202.515m28.696-46.605a4.78%204.78%200%200%200%20.897-6.704c-17.664-23.124-62.112-41.422-103.114-30.658a4.78%204.78%200%200%200-3.412%205.84a4.78%204.78%200%200%200%205.84%203.412c39.3-10.31%2079.308%209.178%2093.085%2027.213a4.78%204.78%200%200%200%203.805%201.88a4.76%204.76%200%200%200%202.899-.983%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M157.46%20273.265c13.518%200%2024.477%2010.959%2024.477%2024.477v30.088c0%2013.518-10.959%2024.477-24.477%2024.477s-24.477-10.959-24.477-24.477v-30.088c0-13.519%2010.959-24.477%2024.477-24.477m197.08-.001c-13.518%200-24.477%2010.959-24.477%2024.477v30.088c0%2013.518%2010.959%2024.477%2024.477%2024.477s24.477-10.959%2024.477-24.477v-30.088c0-13.518-10.959-24.477-24.477-24.477%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%23E4E2DE%22%20d%3D%22M491.942%20148.321c0-59.89-48.55-108.44-108.44-108.44c-46.792%200-86.661%2029.636-101.862%2071.162a163.7%20163.7%200%200%200-51.281-.001C215.158%2069.516%20175.288%2039.88%20128.497%2039.88c-59.89%200-108.44%2048.55-108.44%20108.44c0%2044.747%2027.105%2083.16%2065.791%2099.726c-16.282%2018.197-26.187%2042.22-26.187%2068.56c0%2056.81%2046.054%20102.864%20102.864%20102.864c3.588%200%207.133-.185%2010.627-.544c17.61%2037.922%2061.271%2069.936%2085.216%2069.936c23.935%200%2064.647-31.985%2081.018-69.886c3.32.323%206.684.493%2010.089.493c56.81%200%20102.864-46.054%20102.864-102.864c0-26.34-9.905-50.363-26.187-68.56c38.685-16.565%2065.79-54.977%2065.79-99.724%22%2F%3E%3Cpath%20fill%3D%22%23FFA1E0%22%20d%3D%22M456.159%20148.321c0%2040.127-32.53%2072.657-72.657%2072.657s-72.657-32.53-72.657-72.657s32.53-72.657%2072.657-72.657s72.657%2032.529%2072.657%2072.657M128.498%2075.664c-40.127%200-72.657%2032.53-72.657%2072.657s32.53%2072.657%2072.657%2072.657s72.657-32.53%2072.657-72.657s-32.53-72.657-72.657-72.657m98.014%20363.267c-4.878%205.92-4.033%2014.673%201.887%2019.55l9.182%207.566s2.337%201.925%205.842%203.533c1.753.578%203.797%201.485%205.988%202.038l6.864.818c2.337.303%204.674-.462%206.865-.621c2.191-.029%204.235-1.355%205.988-1.941c3.505-1.539%205.842-3.827%205.842-3.827l9.755-9.552a13.18%2013.18%200%200%200%203.926-9.881c-.261-7.295-6.386-12.996-13.681-12.735c0%200-9.347.335-18.695.472l-18.694-.472c-4.097-.08-8.261%201.644-11.069%205.052%22%2F%3E%3Cpath%20fill%3D%22%23D0CEC2%22%20d%3D%22M53.937%20449.776a4.783%204.783%200%200%201-4.395-6.666c9.285-21.689%2040.541-44.919%2074.865-44.611a4.783%204.783%200%200%201-.041%209.566h-.043c-32.07-.264-58.944%2022.356-65.987%2038.809a4.78%204.78%200%200%201-4.399%202.902m-23.87-47.888c21.443-28.069%2067.838-33.838%2093.084-27.213a4.78%204.78%200%200%200%205.84-3.412a4.78%204.78%200%200%200-3.412-5.84c-41.004-10.761-85.449%207.534-103.114%2030.658a4.782%204.782%200%201%200%207.602%205.807m429.875%2047.502a4.784%204.784%200%200%200%202.516-6.279c-9.226-21.551-40.145-44.614-74.202-44.614q-.332%200-.663.003a4.783%204.783%200%200%200%20.041%209.566h.043q.298-.003.595-.003c31.83%200%2058.394%2022.462%2065.392%2038.812a4.784%204.784%200%200%200%206.278%202.515m28.696-46.605a4.78%204.78%200%200%200%20.897-6.704c-17.664-23.124-62.112-41.422-103.114-30.658a4.78%204.78%200%200%200-3.412%205.84a4.78%204.78%200%200%200%205.84%203.412c39.3-10.31%2079.308%209.178%2093.085%2027.213a4.78%204.78%200%200%200%203.805%201.88a4.76%204.76%200%200%200%202.899-.983%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M157.46%20273.265c13.518%200%2024.477%2010.959%2024.477%2024.477v30.088c0%2013.518-10.959%2024.477-24.477%2024.477s-24.477-10.959-24.477-24.477v-30.088c0-13.519%2010.959-24.477%2024.477-24.477m197.08-.001c-13.518%200-24.477%2010.959-24.477%2024.477v30.088c0%2013.518%2010.959%2024.477%2024.477%2024.477s24.477-10.959%2024.477-24.477v-30.088c0-13.518-10.959-24.477-24.477-24.477%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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