microbe emoji
microbe from Fluent Emoji Flat by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- microbe
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji Flat
Use the microbe emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="M9.295 7.376c-.59.13-1.17-.25-1.3-.84l-.69-3.21a1.095 1.095 0 0 1 2.14-.46l.69 3.21c.13.59-.25 1.18-.84 1.3m2.611.88c-.3-.52-.12-1.19.4-1.49l2.84-1.64c.52-.3 1.19-.12 1.49.4s.12 1.19-.4 1.49l-2.84 1.64c-.52.3-1.19.12-1.49-.4m2.32 4.35c-.46.39-.5 1.09-.11 1.54s1.09.5 1.54.11l2.47-2.15a1.092 1.092 0 0 0-1.43-1.65zm7.71 3.17a1.1 1.1 0 0 1-.8-1.32l.79-3.18a1.1 1.1 0 0 1 1.32-.8c.58.14.94.74.8 1.32l-.79 3.18c-.14.59-.74.95-1.32.8m3.51.529c-.58.17-.91.78-.74 1.36s.78.92 1.36.74l3.15-.92a1.095 1.095 0 0 0-.62-2.1zm-1.44 5.671c.43-.43 1.12-.43 1.55 0l2.32 2.32c.43.43.43 1.12 0 1.55s-1.12.43-1.55 0l-2.32-2.32c-.43-.43-.43-1.13 0-1.55m-3.54 2.73c0-.6-.49-1.09-1.09-1.09s-1.09.49-1.09 1.09v3.28c0 .6.49 1.09 1.09 1.09s1.09-.49 1.09-1.09zm-6.61-2.05c.52.3.7.97.4 1.49l-1.64 2.84c-.3.52-.97.7-1.49.4s-.7-.97-.4-1.49l1.64-2.84c.3-.52.97-.7 1.49-.4m-4.141-1.92c.46-.39.5-1.09.11-1.54s-1.09-.5-1.54-.11l-2.47 2.15a1.092 1.092 0 0 0 1.43 1.65zm-1.99-5.73c.17.58-.16 1.19-.74 1.36l-3.15.92a1.095 1.095 0 0 1-.62-2.1l3.15-.92c.58-.17 1.19.16 1.36.74m-1.48-4.35a1.089 1.089 0 1 0 .21-2.17l-3.26-.31a1.089 1.089 0 1 0-.21 2.17z"/><path fill="#00f397" d="M21.466 13.046c-.18-.01-.49.01-.91.04c-1.08.09-3.34.27-4.33-.53c-1.05-.85-1.06-1.44-1.09-2.52v-.25l-.02-.33c-.01-.12-.03-.23-.05-.3a5.244 5.244 0 0 0-5.18-4.52a5.2 5.2 0 0 0-3.77 1.61l-.02-.02l-.14.21c-.19.21-.35.44-.51.69l-.47.95c-.42 1.17-.47 2.59-.47 3.96c0 7.89 6.42 14.31 14.31 14.31c1 0 2.69-.25 3.73-.48c.1-.02.2-.04.38-.09c.22-.05.46-.12.69-.21c2.53-.94 4.23-3.37 4.23-6.05c.01-3.57-2.89-6.47-6.38-6.47"/><path fill="#00a6ed" d="M11.396 9.845a1.09 1.09 0 1 1-2.18 0a1.09 1.09 0 0 1 2.18 0m5.88 10.601a1.09 1.09 0 1 1-2.18 0a1.09 1.09 0 0 1 2.18 0m.24-2.45a1.09 1.09 0 1 0 0-2.18a1.09 1.09 0 0 0 0 2.18m4.8 1.36a1.64 1.64 0 1 1-3.28 0a1.64 1.64 0 0 1 3.28 0"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatMicrobe(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="M9.295 7.376c-.59.13-1.17-.25-1.3-.84l-.69-3.21a1.095 1.095 0 0 1 2.14-.46l.69 3.21c.13.59-.25 1.18-.84 1.3m2.611.88c-.3-.52-.12-1.19.4-1.49l2.84-1.64c.52-.3 1.19-.12 1.49.4s.12 1.19-.4 1.49l-2.84 1.64c-.52.3-1.19.12-1.49-.4m2.32 4.35c-.46.39-.5 1.09-.11 1.54s1.09.5 1.54.11l2.47-2.15a1.092 1.092 0 0 0-1.43-1.65zm7.71 3.17a1.1 1.1 0 0 1-.8-1.32l.79-3.18a1.1 1.1 0 0 1 1.32-.8c.58.14.94.74.8 1.32l-.79 3.18c-.14.59-.74.95-1.32.8m3.51.529c-.58.17-.91.78-.74 1.36s.78.92 1.36.74l3.15-.92a1.095 1.095 0 0 0-.62-2.1zm-1.44 5.671c.43-.43 1.12-.43 1.55 0l2.32 2.32c.43.43.43 1.12 0 1.55s-1.12.43-1.55 0l-2.32-2.32c-.43-.43-.43-1.13 0-1.55m-3.54 2.73c0-.6-.49-1.09-1.09-1.09s-1.09.49-1.09 1.09v3.28c0 .6.49 1.09 1.09 1.09s1.09-.49 1.09-1.09zm-6.61-2.05c.52.3.7.97.4 1.49l-1.64 2.84c-.3.52-.97.7-1.49.4s-.7-.97-.4-1.49l1.64-2.84c.3-.52.97-.7 1.49-.4m-4.141-1.92c.46-.39.5-1.09.11-1.54s-1.09-.5-1.54-.11l-2.47 2.15a1.092 1.092 0 0 0 1.43 1.65zm-1.99-5.73c.17.58-.16 1.19-.74 1.36l-3.15.92a1.095 1.095 0 0 1-.62-2.1l3.15-.92c.58-.17 1.19.16 1.36.74m-1.48-4.35a1.089 1.089 0 1 0 .21-2.17l-3.26-.31a1.089 1.089 0 1 0-.21 2.17z"/><path fill="#00f397" d="M21.466 13.046c-.18-.01-.49.01-.91.04c-1.08.09-3.34.27-4.33-.53c-1.05-.85-1.06-1.44-1.09-2.52v-.25l-.02-.33c-.01-.12-.03-.23-.05-.3a5.244 5.244 0 0 0-5.18-4.52a5.2 5.2 0 0 0-3.77 1.61l-.02-.02l-.14.21c-.19.21-.35.44-.51.69l-.47.95c-.42 1.17-.47 2.59-.47 3.96c0 7.89 6.42 14.31 14.31 14.31c1 0 2.69-.25 3.73-.48c.1-.02.2-.04.38-.09c.22-.05.46-.12.69-.21c2.53-.94 4.23-3.37 4.23-6.05c.01-3.57-2.89-6.47-6.38-6.47"/><path fill="#00a6ed" d="M11.396 9.845a1.09 1.09 0 1 1-2.18 0a1.09 1.09 0 0 1 2.18 0m5.88 10.601a1.09 1.09 0 1 1-2.18 0a1.09 1.09 0 0 1 2.18 0m.24-2.45a1.09 1.09 0 1 0 0-2.18a1.09 1.09 0 0 0 0 2.18m4.8 1.36a1.64 1.64 0 1 1-3.28 0a1.64 1.64 0 0 1 3.28 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="M9.295 7.376c-.59.13-1.17-.25-1.3-.84l-.69-3.21a1.095 1.095 0 0 1 2.14-.46l.69 3.21c.13.59-.25 1.18-.84 1.3m2.611.88c-.3-.52-.12-1.19.4-1.49l2.84-1.64c.52-.3 1.19-.12 1.49.4s.12 1.19-.4 1.49l-2.84 1.64c-.52.3-1.19.12-1.49-.4m2.32 4.35c-.46.39-.5 1.09-.11 1.54s1.09.5 1.54.11l2.47-2.15a1.092 1.092 0 0 0-1.43-1.65zm7.71 3.17a1.1 1.1 0 0 1-.8-1.32l.79-3.18a1.1 1.1 0 0 1 1.32-.8c.58.14.94.74.8 1.32l-.79 3.18c-.14.59-.74.95-1.32.8m3.51.529c-.58.17-.91.78-.74 1.36s.78.92 1.36.74l3.15-.92a1.095 1.095 0 0 0-.62-2.1zm-1.44 5.671c.43-.43 1.12-.43 1.55 0l2.32 2.32c.43.43.43 1.12 0 1.55s-1.12.43-1.55 0l-2.32-2.32c-.43-.43-.43-1.13 0-1.55m-3.54 2.73c0-.6-.49-1.09-1.09-1.09s-1.09.49-1.09 1.09v3.28c0 .6.49 1.09 1.09 1.09s1.09-.49 1.09-1.09zm-6.61-2.05c.52.3.7.97.4 1.49l-1.64 2.84c-.3.52-.97.7-1.49.4s-.7-.97-.4-1.49l1.64-2.84c.3-.52.97-.7 1.49-.4m-4.141-1.92c.46-.39.5-1.09.11-1.54s-1.09-.5-1.54-.11l-2.47 2.15a1.092 1.092 0 0 0 1.43 1.65zm-1.99-5.73c.17.58-.16 1.19-.74 1.36l-3.15.92a1.095 1.095 0 0 1-.62-2.1l3.15-.92c.58-.17 1.19.16 1.36.74m-1.48-4.35a1.089 1.089 0 1 0 .21-2.17l-3.26-.31a1.089 1.089 0 1 0-.21 2.17z"/><path fill="#00f397" d="M21.466 13.046c-.18-.01-.49.01-.91.04c-1.08.09-3.34.27-4.33-.53c-1.05-.85-1.06-1.44-1.09-2.52v-.25l-.02-.33c-.01-.12-.03-.23-.05-.3a5.244 5.244 0 0 0-5.18-4.52a5.2 5.2 0 0 0-3.77 1.61l-.02-.02l-.14.21c-.19.21-.35.44-.51.69l-.47.95c-.42 1.17-.47 2.59-.47 3.96c0 7.89 6.42 14.31 14.31 14.31c1 0 2.69-.25 3.73-.48c.1-.02.2-.04.38-.09c.22-.05.46-.12.69-.21c2.53-.94 4.23-3.37 4.23-6.05c.01-3.57-2.89-6.47-6.38-6.47"/><path fill="#00a6ed" d="M11.396 9.845a1.09 1.09 0 1 1-2.18 0a1.09 1.09 0 0 1 2.18 0m5.88 10.601a1.09 1.09 0 1 1-2.18 0a1.09 1.09 0 0 1 2.18 0m.24-2.45a1.09 1.09 0 1 0 0-2.18a1.09 1.09 0 0 0 0 2.18m4.8 1.36a1.64 1.64 0 1 1-3.28 0a1.64 1.64 0 0 1 3.28 0"/></g></svg> </template>
CSS
.icon-microbe {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M9.295%207.376c-.59.13-1.17-.25-1.3-.84l-.69-3.21a1.095%201.095%200%200%201%202.14-.46l.69%203.21c.13.59-.25%201.18-.84%201.3m2.611.88c-.3-.52-.12-1.19.4-1.49l2.84-1.64c.52-.3%201.19-.12%201.49.4s.12%201.19-.4%201.49l-2.84%201.64c-.52.3-1.19.12-1.49-.4m2.32%204.35c-.46.39-.5%201.09-.11%201.54s1.09.5%201.54.11l2.47-2.15a1.092%201.092%200%200%200-1.43-1.65zm7.71%203.17a1.1%201.1%200%200%201-.8-1.32l.79-3.18a1.1%201.1%200%200%201%201.32-.8c.58.14.94.74.8%201.32l-.79%203.18c-.14.59-.74.95-1.32.8m3.51.529c-.58.17-.91.78-.74%201.36s.78.92%201.36.74l3.15-.92a1.095%201.095%200%200%200-.62-2.1zm-1.44%205.671c.43-.43%201.12-.43%201.55%200l2.32%202.32c.43.43.43%201.12%200%201.55s-1.12.43-1.55%200l-2.32-2.32c-.43-.43-.43-1.13%200-1.55m-3.54%202.73c0-.6-.49-1.09-1.09-1.09s-1.09.49-1.09%201.09v3.28c0%20.6.49%201.09%201.09%201.09s1.09-.49%201.09-1.09zm-6.61-2.05c.52.3.7.97.4%201.49l-1.64%202.84c-.3.52-.97.7-1.49.4s-.7-.97-.4-1.49l1.64-2.84c.3-.52.97-.7%201.49-.4m-4.141-1.92c.46-.39.5-1.09.11-1.54s-1.09-.5-1.54-.11l-2.47%202.15a1.092%201.092%200%200%200%201.43%201.65zm-1.99-5.73c.17.58-.16%201.19-.74%201.36l-3.15.92a1.095%201.095%200%200%201-.62-2.1l3.15-.92c.58-.17%201.19.16%201.36.74m-1.48-4.35a1.089%201.089%200%201%200%20.21-2.17l-3.26-.31a1.089%201.089%200%201%200-.21%202.17z%22%2F%3E%3Cpath%20fill%3D%22%2300f397%22%20d%3D%22M21.466%2013.046c-.18-.01-.49.01-.91.04c-1.08.09-3.34.27-4.33-.53c-1.05-.85-1.06-1.44-1.09-2.52v-.25l-.02-.33c-.01-.12-.03-.23-.05-.3a5.244%205.244%200%200%200-5.18-4.52a5.2%205.2%200%200%200-3.77%201.61l-.02-.02l-.14.21c-.19.21-.35.44-.51.69l-.47.95c-.42%201.17-.47%202.59-.47%203.96c0%207.89%206.42%2014.31%2014.31%2014.31c1%200%202.69-.25%203.73-.48c.1-.02.2-.04.38-.09c.22-.05.46-.12.69-.21c2.53-.94%204.23-3.37%204.23-6.05c.01-3.57-2.89-6.47-6.38-6.47%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M11.396%209.845a1.09%201.09%200%201%201-2.18%200a1.09%201.09%200%200%201%202.18%200m5.88%2010.601a1.09%201.09%200%201%201-2.18%200a1.09%201.09%200%200%201%202.18%200m.24-2.45a1.09%201.09%200%201%200%200-2.18a1.09%201.09%200%200%200%200%202.18m4.8%201.36a1.64%201.64%200%201%201-3.28%200a1.64%201.64%200%200%201%203.28%200%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M9.295%207.376c-.59.13-1.17-.25-1.3-.84l-.69-3.21a1.095%201.095%200%200%201%202.14-.46l.69%203.21c.13.59-.25%201.18-.84%201.3m2.611.88c-.3-.52-.12-1.19.4-1.49l2.84-1.64c.52-.3%201.19-.12%201.49.4s.12%201.19-.4%201.49l-2.84%201.64c-.52.3-1.19.12-1.49-.4m2.32%204.35c-.46.39-.5%201.09-.11%201.54s1.09.5%201.54.11l2.47-2.15a1.092%201.092%200%200%200-1.43-1.65zm7.71%203.17a1.1%201.1%200%200%201-.8-1.32l.79-3.18a1.1%201.1%200%200%201%201.32-.8c.58.14.94.74.8%201.32l-.79%203.18c-.14.59-.74.95-1.32.8m3.51.529c-.58.17-.91.78-.74%201.36s.78.92%201.36.74l3.15-.92a1.095%201.095%200%200%200-.62-2.1zm-1.44%205.671c.43-.43%201.12-.43%201.55%200l2.32%202.32c.43.43.43%201.12%200%201.55s-1.12.43-1.55%200l-2.32-2.32c-.43-.43-.43-1.13%200-1.55m-3.54%202.73c0-.6-.49-1.09-1.09-1.09s-1.09.49-1.09%201.09v3.28c0%20.6.49%201.09%201.09%201.09s1.09-.49%201.09-1.09zm-6.61-2.05c.52.3.7.97.4%201.49l-1.64%202.84c-.3.52-.97.7-1.49.4s-.7-.97-.4-1.49l1.64-2.84c.3-.52.97-.7%201.49-.4m-4.141-1.92c.46-.39.5-1.09.11-1.54s-1.09-.5-1.54-.11l-2.47%202.15a1.092%201.092%200%200%200%201.43%201.65zm-1.99-5.73c.17.58-.16%201.19-.74%201.36l-3.15.92a1.095%201.095%200%200%201-.62-2.1l3.15-.92c.58-.17%201.19.16%201.36.74m-1.48-4.35a1.089%201.089%200%201%200%20.21-2.17l-3.26-.31a1.089%201.089%200%201%200-.21%202.17z%22%2F%3E%3Cpath%20fill%3D%22%2300f397%22%20d%3D%22M21.466%2013.046c-.18-.01-.49.01-.91.04c-1.08.09-3.34.27-4.33-.53c-1.05-.85-1.06-1.44-1.09-2.52v-.25l-.02-.33c-.01-.12-.03-.23-.05-.3a5.244%205.244%200%200%200-5.18-4.52a5.2%205.2%200%200%200-3.77%201.61l-.02-.02l-.14.21c-.19.21-.35.44-.51.69l-.47.95c-.42%201.17-.47%202.59-.47%203.96c0%207.89%206.42%2014.31%2014.31%2014.31c1%200%202.69-.25%203.73-.48c.1-.02.2-.04.38-.09c.22-.05.46-.12.69-.21c2.53-.94%204.23-3.37%204.23-6.05c.01-3.57-2.89-6.47-6.38-6.47%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M11.396%209.845a1.09%201.09%200%201%201-2.18%200a1.09%201.09%200%200%201%202.18%200m5.88%2010.601a1.09%201.09%200%201%201-2.18%200a1.09%201.09%200%200%201%202.18%200m.24-2.45a1.09%201.09%200%201%200%200-2.18a1.09%201.09%200%200%200%200%202.18m4.8%201.36a1.64%201.64%200%201%201-3.28%200a1.64%201.64%200%200%201%203.28%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/microbe.svg?color=%231a73e8&size=48