mouse face emoji

mouse-face from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.

Name
mouse-face
Set
Twitter Emoji
Style
Default
Category
Animals & Nature
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More animals & nature icons from Twitter Emoji

Use the mouse face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="8.5" cy="9.5" r="8.5" fill="#99aab5"/><circle cx="27.5" cy="9.5" r="8.5" fill="#99aab5"/><path fill="#f4abba" d="M13.812 10.031a5.844 5.844 0 1 1-11.688 0a5.844 5.844 0 0 1 11.688 0m20.063 0a5.844 5.844 0 1 1-11.688 0a5.844 5.844 0 0 1 11.688 0"/><path fill="#99aab5" d="M30 18c0 7.18-8 15-12 15S6 25.18 6 18s7-9 12-9s12 1.82 12 9"/><path fill="#f4abba" d="M20.905 29.648C20.905 31.252 18.894 33 18 33s-2.905-1.748-2.905-3.352c0-1.605 1.788-1.956 2.905-1.956s2.905.351 2.905 1.956"/><g fill="#66757f"><path d="M34.999 32.16a1 1 0 0 1-.514-.143C29.857 29.24 23.207 30.14 23.14 30.15a.99.99 0 0 1-1.13-.85a1 1 0 0 1 .848-1.131c.301-.042 7.411-1.014 12.656 2.133a1 1 0 0 1-.515 1.858"/><path d="M32.001 35.16a1 1 0 0 1-.801-.4c-2.728-3.637-8.309-4.604-8.364-4.613a1 1 0 0 1-.822-1.15a.994.994 0 0 1 1.15-.822c.262.044 6.433 1.115 9.636 5.387a.998.998 0 0 1-.799 1.598m-31-3a.998.998 0 0 1-.515-1.857c5.244-3.146 12.355-2.175 12.656-2.133a1 1 0 0 1 .848 1.131a.997.997 0 0 1-1.13.85c-.066-.009-6.717-.909-11.345 1.867a1 1 0 0 1-.514.142"/><path d="M3.999 35.16a.999.999 0 0 1-.799-1.599c3.203-4.271 9.375-5.343 9.635-5.387a.99.99 0 0 1 1.15.821a1 1 0 0 1-.82 1.151c-.056.01-5.648.991-8.366 4.613a1 1 0 0 1-.8.401"/></g><path fill="#272b2b" d="M12 21s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zm8 0s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiMouseFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="8.5" cy="9.5" r="8.5" fill="#99aab5"/><circle cx="27.5" cy="9.5" r="8.5" fill="#99aab5"/><path fill="#f4abba" d="M13.812 10.031a5.844 5.844 0 1 1-11.688 0a5.844 5.844 0 0 1 11.688 0m20.063 0a5.844 5.844 0 1 1-11.688 0a5.844 5.844 0 0 1 11.688 0"/><path fill="#99aab5" d="M30 18c0 7.18-8 15-12 15S6 25.18 6 18s7-9 12-9s12 1.82 12 9"/><path fill="#f4abba" d="M20.905 29.648C20.905 31.252 18.894 33 18 33s-2.905-1.748-2.905-3.352c0-1.605 1.788-1.956 2.905-1.956s2.905.351 2.905 1.956"/><g fill="#66757f"><path d="M34.999 32.16a1 1 0 0 1-.514-.143C29.857 29.24 23.207 30.14 23.14 30.15a.99.99 0 0 1-1.13-.85a1 1 0 0 1 .848-1.131c.301-.042 7.411-1.014 12.656 2.133a1 1 0 0 1-.515 1.858"/><path d="M32.001 35.16a1 1 0 0 1-.801-.4c-2.728-3.637-8.309-4.604-8.364-4.613a1 1 0 0 1-.822-1.15a.994.994 0 0 1 1.15-.822c.262.044 6.433 1.115 9.636 5.387a.998.998 0 0 1-.799 1.598m-31-3a.998.998 0 0 1-.515-1.857c5.244-3.146 12.355-2.175 12.656-2.133a1 1 0 0 1 .848 1.131a.997.997 0 0 1-1.13.85c-.066-.009-6.717-.909-11.345 1.867a1 1 0 0 1-.514.142"/><path d="M3.999 35.16a.999.999 0 0 1-.799-1.599c3.203-4.271 9.375-5.343 9.635-5.387a.99.99 0 0 1 1.15.821a1 1 0 0 1-.82 1.151c-.056.01-5.648.991-8.366 4.613a1 1 0 0 1-.8.401"/></g><path fill="#272b2b" d="M12 21s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zm8 0s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="8.5" cy="9.5" r="8.5" fill="#99aab5"/><circle cx="27.5" cy="9.5" r="8.5" fill="#99aab5"/><path fill="#f4abba" d="M13.812 10.031a5.844 5.844 0 1 1-11.688 0a5.844 5.844 0 0 1 11.688 0m20.063 0a5.844 5.844 0 1 1-11.688 0a5.844 5.844 0 0 1 11.688 0"/><path fill="#99aab5" d="M30 18c0 7.18-8 15-12 15S6 25.18 6 18s7-9 12-9s12 1.82 12 9"/><path fill="#f4abba" d="M20.905 29.648C20.905 31.252 18.894 33 18 33s-2.905-1.748-2.905-3.352c0-1.605 1.788-1.956 2.905-1.956s2.905.351 2.905 1.956"/><g fill="#66757f"><path d="M34.999 32.16a1 1 0 0 1-.514-.143C29.857 29.24 23.207 30.14 23.14 30.15a.99.99 0 0 1-1.13-.85a1 1 0 0 1 .848-1.131c.301-.042 7.411-1.014 12.656 2.133a1 1 0 0 1-.515 1.858"/><path d="M32.001 35.16a1 1 0 0 1-.801-.4c-2.728-3.637-8.309-4.604-8.364-4.613a1 1 0 0 1-.822-1.15a.994.994 0 0 1 1.15-.822c.262.044 6.433 1.115 9.636 5.387a.998.998 0 0 1-.799 1.598m-31-3a.998.998 0 0 1-.515-1.857c5.244-3.146 12.355-2.175 12.656-2.133a1 1 0 0 1 .848 1.131a.997.997 0 0 1-1.13.85c-.066-.009-6.717-.909-11.345 1.867a1 1 0 0 1-.514.142"/><path d="M3.999 35.16a.999.999 0 0 1-.799-1.599c3.203-4.271 9.375-5.343 9.635-5.387a.99.99 0 0 1 1.15.821a1 1 0 0 1-.82 1.151c-.056.01-5.648.991-8.366 4.613a1 1 0 0 1-.8.401"/></g><path fill="#272b2b" d="M12 21s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zm8 0s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2z"/></svg>
</template>

CSS

.icon-mouse-face {
  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%2036%2036%22%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%229.5%22%20r%3D%228.5%22%20fill%3D%22%2399aab5%22%2F%3E%3Ccircle%20cx%3D%2227.5%22%20cy%3D%229.5%22%20r%3D%228.5%22%20fill%3D%22%2399aab5%22%2F%3E%3Cpath%20fill%3D%22%23f4abba%22%20d%3D%22M13.812%2010.031a5.844%205.844%200%201%201-11.688%200a5.844%205.844%200%200%201%2011.688%200m20.063%200a5.844%205.844%200%201%201-11.688%200a5.844%205.844%200%200%201%2011.688%200%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M30%2018c0%207.18-8%2015-12%2015S6%2025.18%206%2018s7-9%2012-9s12%201.82%2012%209%22%2F%3E%3Cpath%20fill%3D%22%23f4abba%22%20d%3D%22M20.905%2029.648C20.905%2031.252%2018.894%2033%2018%2033s-2.905-1.748-2.905-3.352c0-1.605%201.788-1.956%202.905-1.956s2.905.351%202.905%201.956%22%2F%3E%3Cg%20fill%3D%22%2366757f%22%3E%3Cpath%20d%3D%22M34.999%2032.16a1%201%200%200%201-.514-.143C29.857%2029.24%2023.207%2030.14%2023.14%2030.15a.99.99%200%200%201-1.13-.85a1%201%200%200%201%20.848-1.131c.301-.042%207.411-1.014%2012.656%202.133a1%201%200%200%201-.515%201.858%22%2F%3E%3Cpath%20d%3D%22M32.001%2035.16a1%201%200%200%201-.801-.4c-2.728-3.637-8.309-4.604-8.364-4.613a1%201%200%200%201-.822-1.15a.994.994%200%200%201%201.15-.822c.262.044%206.433%201.115%209.636%205.387a.998.998%200%200%201-.799%201.598m-31-3a.998.998%200%200%201-.515-1.857c5.244-3.146%2012.355-2.175%2012.656-2.133a1%201%200%200%201%20.848%201.131a.997.997%200%200%201-1.13.85c-.066-.009-6.717-.909-11.345%201.867a1%201%200%200%201-.514.142%22%2F%3E%3Cpath%20d%3D%22M3.999%2035.16a.999.999%200%200%201-.799-1.599c3.203-4.271%209.375-5.343%209.635-5.387a.99.99%200%200%201%201.15.821a1%201%200%200%201-.82%201.151c-.056.01-5.648.991-8.366%204.613a1%201%200%200%201-.8.401%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23272b2b%22%20d%3D%22M12%2021s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2zm8%200s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2z%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%2036%2036%22%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%229.5%22%20r%3D%228.5%22%20fill%3D%22%2399aab5%22%2F%3E%3Ccircle%20cx%3D%2227.5%22%20cy%3D%229.5%22%20r%3D%228.5%22%20fill%3D%22%2399aab5%22%2F%3E%3Cpath%20fill%3D%22%23f4abba%22%20d%3D%22M13.812%2010.031a5.844%205.844%200%201%201-11.688%200a5.844%205.844%200%200%201%2011.688%200m20.063%200a5.844%205.844%200%201%201-11.688%200a5.844%205.844%200%200%201%2011.688%200%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M30%2018c0%207.18-8%2015-12%2015S6%2025.18%206%2018s7-9%2012-9s12%201.82%2012%209%22%2F%3E%3Cpath%20fill%3D%22%23f4abba%22%20d%3D%22M20.905%2029.648C20.905%2031.252%2018.894%2033%2018%2033s-2.905-1.748-2.905-3.352c0-1.605%201.788-1.956%202.905-1.956s2.905.351%202.905%201.956%22%2F%3E%3Cg%20fill%3D%22%2366757f%22%3E%3Cpath%20d%3D%22M34.999%2032.16a1%201%200%200%201-.514-.143C29.857%2029.24%2023.207%2030.14%2023.14%2030.15a.99.99%200%200%201-1.13-.85a1%201%200%200%201%20.848-1.131c.301-.042%207.411-1.014%2012.656%202.133a1%201%200%200%201-.515%201.858%22%2F%3E%3Cpath%20d%3D%22M32.001%2035.16a1%201%200%200%201-.801-.4c-2.728-3.637-8.309-4.604-8.364-4.613a1%201%200%200%201-.822-1.15a.994.994%200%200%201%201.15-.822c.262.044%206.433%201.115%209.636%205.387a.998.998%200%200%201-.799%201.598m-31-3a.998.998%200%200%201-.515-1.857c5.244-3.146%2012.355-2.175%2012.656-2.133a1%201%200%200%201%20.848%201.131a.997.997%200%200%201-1.13.85c-.066-.009-6.717-.909-11.345%201.867a1%201%200%200%201-.514.142%22%2F%3E%3Cpath%20d%3D%22M3.999%2035.16a.999.999%200%200%201-.799-1.599c3.203-4.271%209.375-5.343%209.635-5.387a.99.99%200%200%201%201.15.821a1%201%200%200%201-.82%201.151c-.056.01-5.648.991-8.366%204.613a1%201%200%200%201-.8.401%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23272b2b%22%20d%3D%22M12%2021s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2zm8%200s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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