mosquito emoji

mosquito from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.

Name
mosquito
Set
OpenMoji
Style
Default
Category
Animals Nature
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More animals nature icons from OpenMoji

Use the mosquito emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M34.933 30c-2.757 0-5-1.794-5-4s2.243-4 5-4s5 1.794 5 4s-2.243 4-5 4"/><path fill="#9b9b9a" d="M34.81 58.43h-.027a1.94 1.94 0 0 1-1.749-1.221c-2.593-6.007-6.09-16.126-2.074-19.647a6.46 6.46 0 0 1-1.118-3.69c0-3.238 2.243-5.872 5-5.872s5 2.634 5 5.872a6.46 6.46 0 0 1-1.111 3.68a5.04 5.04 0 0 1 1.512 2.175c1.74 4.635-1.56 12.98-3.683 17.54a1.93 1.93 0 0 1-1.75 1.164"/><path fill="#d0cfce" d="M16.17 44.16a3.2 3.2 0 0 1-.906-.12a2.7 2.7 0 0 1-1.894-2.07a3.84 3.84 0 0 1 .576-3.157c3.204-4.913 17.236-7.35 18.825-7.613a1 1 0 0 1 .842 1.72C31.49 34.887 21.21 44.16 16.17 44.16m37.36 0c-5.039 0-15.32-9.273-17.442-11.24a1 1 0 0 1 .842-1.72c1.59.262 15.621 2.7 18.824 7.612a3.84 3.84 0 0 1 .576 3.158a2.7 2.7 0 0 1-1.893 2.07a3.2 3.2 0 0 1-.907.12"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m32.933 29l-5.62-1.704a2.31 2.31 0 0 1-1.649-1.819c-.323-2.21 1.338-4.84-.647-6.477a5.27 5.27 0 0 0-2.638-1m25.054 0a5.27 5.27 0 0 0-2.639 1c-1.985 1.636-.323 4.266-.646 6.478a2.31 2.31 0 0 1-1.65 1.818L36.879 29"/><ellipse cx="34.933" cy="26" rx="4" ry="3"/><path d="M34.933 22v-6m-3.639 22.651l-5.196 5.456a3.94 3.94 0 0 0-1.044 1.957c-.81 4.203 1.028 9.793-.676 13.106a3.4 3.4 0 0 1-2 1.788m25.055 0a3.4 3.4 0 0 1-2-1.788c-1.703-3.313.135-8.903-.675-13.106a3.94 3.94 0 0 0-1.044-1.957l-5.021-5.157m-5.76-6.763S12.742 35.513 14.34 41.72c1.078 4.188 9.16-1.61 14.308-5.83m8.12-3.703s20.191 3.326 18.594 9.534c-1.078 4.188-9.16-1.61-14.308-5.83"/><path d="M38.693 32.548A4.21 4.21 0 0 0 34.843 29a4.21 4.21 0 0 0-3.853 3.553m1.474 5.217c-5.107 2.36-.517 14.4 1.488 19.044a.902.902 0 0 0 1.701.031c2.142-4.602 7.078-16.613 1.554-19.061"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiMosquito(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M34.933 30c-2.757 0-5-1.794-5-4s2.243-4 5-4s5 1.794 5 4s-2.243 4-5 4"/><path fill="#9b9b9a" d="M34.81 58.43h-.027a1.94 1.94 0 0 1-1.749-1.221c-2.593-6.007-6.09-16.126-2.074-19.647a6.46 6.46 0 0 1-1.118-3.69c0-3.238 2.243-5.872 5-5.872s5 2.634 5 5.872a6.46 6.46 0 0 1-1.111 3.68a5.04 5.04 0 0 1 1.512 2.175c1.74 4.635-1.56 12.98-3.683 17.54a1.93 1.93 0 0 1-1.75 1.164"/><path fill="#d0cfce" d="M16.17 44.16a3.2 3.2 0 0 1-.906-.12a2.7 2.7 0 0 1-1.894-2.07a3.84 3.84 0 0 1 .576-3.157c3.204-4.913 17.236-7.35 18.825-7.613a1 1 0 0 1 .842 1.72C31.49 34.887 21.21 44.16 16.17 44.16m37.36 0c-5.039 0-15.32-9.273-17.442-11.24a1 1 0 0 1 .842-1.72c1.59.262 15.621 2.7 18.824 7.612a3.84 3.84 0 0 1 .576 3.158a2.7 2.7 0 0 1-1.893 2.07a3.2 3.2 0 0 1-.907.12"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="m32.933 29l-5.62-1.704a2.31 2.31 0 0 1-1.649-1.819c-.323-2.21 1.338-4.84-.647-6.477a5.27 5.27 0 0 0-2.638-1m25.054 0a5.27 5.27 0 0 0-2.639 1c-1.985 1.636-.323 4.266-.646 6.478a2.31 2.31 0 0 1-1.65 1.818L36.879 29"/><ellipse cx="34.933" cy="26" rx="4" ry="3"/><path d="M34.933 22v-6m-3.639 22.651l-5.196 5.456a3.94 3.94 0 0 0-1.044 1.957c-.81 4.203 1.028 9.793-.676 13.106a3.4 3.4 0 0 1-2 1.788m25.055 0a3.4 3.4 0 0 1-2-1.788c-1.703-3.313.135-8.903-.675-13.106a3.94 3.94 0 0 0-1.044-1.957l-5.021-5.157m-5.76-6.763S12.742 35.513 14.34 41.72c1.078 4.188 9.16-1.61 14.308-5.83m8.12-3.703s20.191 3.326 18.594 9.534c-1.078 4.188-9.16-1.61-14.308-5.83"/><path d="M38.693 32.548A4.21 4.21 0 0 0 34.843 29a4.21 4.21 0 0 0-3.853 3.553m1.474 5.217c-5.107 2.36-.517 14.4 1.488 19.044a.902.902 0 0 0 1.701.031c2.142-4.602 7.078-16.613 1.554-19.061"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M34.933 30c-2.757 0-5-1.794-5-4s2.243-4 5-4s5 1.794 5 4s-2.243 4-5 4"/><path fill="#9b9b9a" d="M34.81 58.43h-.027a1.94 1.94 0 0 1-1.749-1.221c-2.593-6.007-6.09-16.126-2.074-19.647a6.46 6.46 0 0 1-1.118-3.69c0-3.238 2.243-5.872 5-5.872s5 2.634 5 5.872a6.46 6.46 0 0 1-1.111 3.68a5.04 5.04 0 0 1 1.512 2.175c1.74 4.635-1.56 12.98-3.683 17.54a1.93 1.93 0 0 1-1.75 1.164"/><path fill="#d0cfce" d="M16.17 44.16a3.2 3.2 0 0 1-.906-.12a2.7 2.7 0 0 1-1.894-2.07a3.84 3.84 0 0 1 .576-3.157c3.204-4.913 17.236-7.35 18.825-7.613a1 1 0 0 1 .842 1.72C31.49 34.887 21.21 44.16 16.17 44.16m37.36 0c-5.039 0-15.32-9.273-17.442-11.24a1 1 0 0 1 .842-1.72c1.59.262 15.621 2.7 18.824 7.612a3.84 3.84 0 0 1 .576 3.158a2.7 2.7 0 0 1-1.893 2.07a3.2 3.2 0 0 1-.907.12"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m32.933 29l-5.62-1.704a2.31 2.31 0 0 1-1.649-1.819c-.323-2.21 1.338-4.84-.647-6.477a5.27 5.27 0 0 0-2.638-1m25.054 0a5.27 5.27 0 0 0-2.639 1c-1.985 1.636-.323 4.266-.646 6.478a2.31 2.31 0 0 1-1.65 1.818L36.879 29"/><ellipse cx="34.933" cy="26" rx="4" ry="3"/><path d="M34.933 22v-6m-3.639 22.651l-5.196 5.456a3.94 3.94 0 0 0-1.044 1.957c-.81 4.203 1.028 9.793-.676 13.106a3.4 3.4 0 0 1-2 1.788m25.055 0a3.4 3.4 0 0 1-2-1.788c-1.703-3.313.135-8.903-.675-13.106a3.94 3.94 0 0 0-1.044-1.957l-5.021-5.157m-5.76-6.763S12.742 35.513 14.34 41.72c1.078 4.188 9.16-1.61 14.308-5.83m8.12-3.703s20.191 3.326 18.594 9.534c-1.078 4.188-9.16-1.61-14.308-5.83"/><path d="M38.693 32.548A4.21 4.21 0 0 0 34.843 29a4.21 4.21 0 0 0-3.853 3.553m1.474 5.217c-5.107 2.36-.517 14.4 1.488 19.044a.902.902 0 0 0 1.701.031c2.142-4.602 7.078-16.613 1.554-19.061"/></g></svg>
</template>

CSS

.icon-mosquito {
  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%239b9b9a%22%20d%3D%22M34.933%2030c-2.757%200-5-1.794-5-4s2.243-4%205-4s5%201.794%205%204s-2.243%204-5%204%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M34.81%2058.43h-.027a1.94%201.94%200%200%201-1.749-1.221c-2.593-6.007-6.09-16.126-2.074-19.647a6.46%206.46%200%200%201-1.118-3.69c0-3.238%202.243-5.872%205-5.872s5%202.634%205%205.872a6.46%206.46%200%200%201-1.111%203.68a5.04%205.04%200%200%201%201.512%202.175c1.74%204.635-1.56%2012.98-3.683%2017.54a1.93%201.93%200%200%201-1.75%201.164%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M16.17%2044.16a3.2%203.2%200%200%201-.906-.12a2.7%202.7%200%200%201-1.894-2.07a3.84%203.84%200%200%201%20.576-3.157c3.204-4.913%2017.236-7.35%2018.825-7.613a1%201%200%200%201%20.842%201.72C31.49%2034.887%2021.21%2044.16%2016.17%2044.16m37.36%200c-5.039%200-15.32-9.273-17.442-11.24a1%201%200%200%201%20.842-1.72c1.59.262%2015.621%202.7%2018.824%207.612a3.84%203.84%200%200%201%20.576%203.158a2.7%202.7%200%200%201-1.893%202.07a3.2%203.2%200%200%201-.907.12%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m32.933%2029l-5.62-1.704a2.31%202.31%200%200%201-1.649-1.819c-.323-2.21%201.338-4.84-.647-6.477a5.27%205.27%200%200%200-2.638-1m25.054%200a5.27%205.27%200%200%200-2.639%201c-1.985%201.636-.323%204.266-.646%206.478a2.31%202.31%200%200%201-1.65%201.818L36.879%2029%22%2F%3E%3Cellipse%20cx%3D%2234.933%22%20cy%3D%2226%22%20rx%3D%224%22%20ry%3D%223%22%2F%3E%3Cpath%20d%3D%22M34.933%2022v-6m-3.639%2022.651l-5.196%205.456a3.94%203.94%200%200%200-1.044%201.957c-.81%204.203%201.028%209.793-.676%2013.106a3.4%203.4%200%200%201-2%201.788m25.055%200a3.4%203.4%200%200%201-2-1.788c-1.703-3.313.135-8.903-.675-13.106a3.94%203.94%200%200%200-1.044-1.957l-5.021-5.157m-5.76-6.763S12.742%2035.513%2014.34%2041.72c1.078%204.188%209.16-1.61%2014.308-5.83m8.12-3.703s20.191%203.326%2018.594%209.534c-1.078%204.188-9.16-1.61-14.308-5.83%22%2F%3E%3Cpath%20d%3D%22M38.693%2032.548A4.21%204.21%200%200%200%2034.843%2029a4.21%204.21%200%200%200-3.853%203.553m1.474%205.217c-5.107%202.36-.517%2014.4%201.488%2019.044a.902.902%200%200%200%201.701.031c2.142-4.602%207.078-16.613%201.554-19.061%22%2F%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%239b9b9a%22%20d%3D%22M34.933%2030c-2.757%200-5-1.794-5-4s2.243-4%205-4s5%201.794%205%204s-2.243%204-5%204%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M34.81%2058.43h-.027a1.94%201.94%200%200%201-1.749-1.221c-2.593-6.007-6.09-16.126-2.074-19.647a6.46%206.46%200%200%201-1.118-3.69c0-3.238%202.243-5.872%205-5.872s5%202.634%205%205.872a6.46%206.46%200%200%201-1.111%203.68a5.04%205.04%200%200%201%201.512%202.175c1.74%204.635-1.56%2012.98-3.683%2017.54a1.93%201.93%200%200%201-1.75%201.164%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M16.17%2044.16a3.2%203.2%200%200%201-.906-.12a2.7%202.7%200%200%201-1.894-2.07a3.84%203.84%200%200%201%20.576-3.157c3.204-4.913%2017.236-7.35%2018.825-7.613a1%201%200%200%201%20.842%201.72C31.49%2034.887%2021.21%2044.16%2016.17%2044.16m37.36%200c-5.039%200-15.32-9.273-17.442-11.24a1%201%200%200%201%20.842-1.72c1.59.262%2015.621%202.7%2018.824%207.612a3.84%203.84%200%200%201%20.576%203.158a2.7%202.7%200%200%201-1.893%202.07a3.2%203.2%200%200%201-.907.12%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m32.933%2029l-5.62-1.704a2.31%202.31%200%200%201-1.649-1.819c-.323-2.21%201.338-4.84-.647-6.477a5.27%205.27%200%200%200-2.638-1m25.054%200a5.27%205.27%200%200%200-2.639%201c-1.985%201.636-.323%204.266-.646%206.478a2.31%202.31%200%200%201-1.65%201.818L36.879%2029%22%2F%3E%3Cellipse%20cx%3D%2234.933%22%20cy%3D%2226%22%20rx%3D%224%22%20ry%3D%223%22%2F%3E%3Cpath%20d%3D%22M34.933%2022v-6m-3.639%2022.651l-5.196%205.456a3.94%203.94%200%200%200-1.044%201.957c-.81%204.203%201.028%209.793-.676%2013.106a3.4%203.4%200%200%201-2%201.788m25.055%200a3.4%203.4%200%200%201-2-1.788c-1.703-3.313.135-8.903-.675-13.106a3.94%203.94%200%200%200-1.044-1.957l-5.021-5.157m-5.76-6.763S12.742%2035.513%2014.34%2041.72c1.078%204.188%209.16-1.61%2014.308-5.83m8.12-3.703s20.191%203.326%2018.594%209.534c-1.078%204.188-9.16-1.61-14.308-5.83%22%2F%3E%3Cpath%20d%3D%22M38.693%2032.548A4.21%204.21%200%200%200%2034.843%2029a4.21%204.21%200%200%200-3.853%203.553m1.474%205.217c-5.107%202.36-.517%2014.4%201.488%2019.044a.902.902%200%200%200%201.701.031c2.142-4.602%207.078-16.613%201.554-19.061%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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