microbe emoji
microbe from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- microbe
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji High Contrast
Use the microbe emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.306 10.936a1.09 1.09 0 1 0 0-2.18a1.09 1.09 0 0 0 0 2.18m6.97 9.51a1.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"/><path d="m9.609 3.625l-.164-.76a1.095 1.095 0 0 0-2.14.46l.165.768a6.34 6.34 0 0 0-3.685 4.139l-.59-.056a1.089 1.089 0 1 0-.21 2.17l.565.053v2.058q.001 1.314.22 2.567l-.555.162a1.095 1.095 0 0 0 .62 2.1l.467-.137a14.9 14.9 0 0 0 1.876 3.771l-.363.315a1.092 1.092 0 0 0 1.43 1.65l.3-.26a15 15 0 0 0 3.471 2.767l-.29.503c-.3.52-.12 1.19.4 1.49s1.19.12 1.49-.4l.37-.64c1.643.652 3.43 1.02 5.3 1.044v.596c0 .6.49 1.09 1.09 1.09s1.09-.49 1.09-1.09v-.595h.281a8.04 8.04 0 0 0 5.214-1.91l.365.366c.43.43 1.12.43 1.55 0s.43-1.12 0-1.55l-.447-.447a8.04 8.04 0 0 0 1.391-4.532a7.3 7.3 0 0 0-.19-1.66l.585-.172a1.095 1.095 0 0 0-.62-2.1l-.784.23a7.3 7.3 0 0 0-3.92-3.195l.155-.624a1.1 1.1 0 0 0-.8-1.32a1.1 1.1 0 0 0-1.32.8l-.189.757a7 7 0 0 0-.45.002l-3.205.108l.043-.037a1.092 1.092 0 0 0-1.43-1.65l-.495.43v-.941c0-.923-.198-1.8-.553-2.59l.588-.34c.52-.3.7-.97.4-1.49s-.97-.7-1.49-.4l-.726.42a6.3 6.3 0 0 0-4.81-1.92M5.55 9.945a4.325 4.325 0 0 1 8.65 0v1.086a3.137 3.137 0 0 0 3.243 3.135l3.911-.132a5.287 5.287 0 0 1 5.466 5.283a6.073 6.073 0 0 1-6.073 6.073h-2.264C11.34 25.39 5.55 19.6 5.55 12.457z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastMicrobe(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.306 10.936a1.09 1.09 0 1 0 0-2.18a1.09 1.09 0 0 0 0 2.18m6.97 9.51a1.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"/><path d="m9.609 3.625l-.164-.76a1.095 1.095 0 0 0-2.14.46l.165.768a6.34 6.34 0 0 0-3.685 4.139l-.59-.056a1.089 1.089 0 1 0-.21 2.17l.565.053v2.058q.001 1.314.22 2.567l-.555.162a1.095 1.095 0 0 0 .62 2.1l.467-.137a14.9 14.9 0 0 0 1.876 3.771l-.363.315a1.092 1.092 0 0 0 1.43 1.65l.3-.26a15 15 0 0 0 3.471 2.767l-.29.503c-.3.52-.12 1.19.4 1.49s1.19.12 1.49-.4l.37-.64c1.643.652 3.43 1.02 5.3 1.044v.596c0 .6.49 1.09 1.09 1.09s1.09-.49 1.09-1.09v-.595h.281a8.04 8.04 0 0 0 5.214-1.91l.365.366c.43.43 1.12.43 1.55 0s.43-1.12 0-1.55l-.447-.447a8.04 8.04 0 0 0 1.391-4.532a7.3 7.3 0 0 0-.19-1.66l.585-.172a1.095 1.095 0 0 0-.62-2.1l-.784.23a7.3 7.3 0 0 0-3.92-3.195l.155-.624a1.1 1.1 0 0 0-.8-1.32a1.1 1.1 0 0 0-1.32.8l-.189.757a7 7 0 0 0-.45.002l-3.205.108l.043-.037a1.092 1.092 0 0 0-1.43-1.65l-.495.43v-.941c0-.923-.198-1.8-.553-2.59l.588-.34c.52-.3.7-.97.4-1.49s-.97-.7-1.49-.4l-.726.42a6.3 6.3 0 0 0-4.81-1.92M5.55 9.945a4.325 4.325 0 0 1 8.65 0v1.086a3.137 3.137 0 0 0 3.243 3.135l3.911-.132a5.287 5.287 0 0 1 5.466 5.283a6.073 6.073 0 0 1-6.073 6.073h-2.264C11.34 25.39 5.55 19.6 5.55 12.457z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.306 10.936a1.09 1.09 0 1 0 0-2.18a1.09 1.09 0 0 0 0 2.18m6.97 9.51a1.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"/><path d="m9.609 3.625l-.164-.76a1.095 1.095 0 0 0-2.14.46l.165.768a6.34 6.34 0 0 0-3.685 4.139l-.59-.056a1.089 1.089 0 1 0-.21 2.17l.565.053v2.058q.001 1.314.22 2.567l-.555.162a1.095 1.095 0 0 0 .62 2.1l.467-.137a14.9 14.9 0 0 0 1.876 3.771l-.363.315a1.092 1.092 0 0 0 1.43 1.65l.3-.26a15 15 0 0 0 3.471 2.767l-.29.503c-.3.52-.12 1.19.4 1.49s1.19.12 1.49-.4l.37-.64c1.643.652 3.43 1.02 5.3 1.044v.596c0 .6.49 1.09 1.09 1.09s1.09-.49 1.09-1.09v-.595h.281a8.04 8.04 0 0 0 5.214-1.91l.365.366c.43.43 1.12.43 1.55 0s.43-1.12 0-1.55l-.447-.447a8.04 8.04 0 0 0 1.391-4.532a7.3 7.3 0 0 0-.19-1.66l.585-.172a1.095 1.095 0 0 0-.62-2.1l-.784.23a7.3 7.3 0 0 0-3.92-3.195l.155-.624a1.1 1.1 0 0 0-.8-1.32a1.1 1.1 0 0 0-1.32.8l-.189.757a7 7 0 0 0-.45.002l-3.205.108l.043-.037a1.092 1.092 0 0 0-1.43-1.65l-.495.43v-.941c0-.923-.198-1.8-.553-2.59l.588-.34c.52-.3.7-.97.4-1.49s-.97-.7-1.49-.4l-.726.42a6.3 6.3 0 0 0-4.81-1.92M5.55 9.945a4.325 4.325 0 0 1 8.65 0v1.086a3.137 3.137 0 0 0 3.243 3.135l3.911-.132a5.287 5.287 0 0 1 5.466 5.283a6.073 6.073 0 0 1-6.073 6.073h-2.264C11.34 25.39 5.55 19.6 5.55 12.457z"/></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%22currentColor%22%3E%3Cpath%20d%3D%22M10.306%2010.936a1.09%201.09%200%201%200%200-2.18a1.09%201.09%200%200%200%200%202.18m6.97%209.51a1.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%3Cpath%20d%3D%22m9.609%203.625l-.164-.76a1.095%201.095%200%200%200-2.14.46l.165.768a6.34%206.34%200%200%200-3.685%204.139l-.59-.056a1.089%201.089%200%201%200-.21%202.17l.565.053v2.058q.001%201.314.22%202.567l-.555.162a1.095%201.095%200%200%200%20.62%202.1l.467-.137a14.9%2014.9%200%200%200%201.876%203.771l-.363.315a1.092%201.092%200%200%200%201.43%201.65l.3-.26a15%2015%200%200%200%203.471%202.767l-.29.503c-.3.52-.12%201.19.4%201.49s1.19.12%201.49-.4l.37-.64c1.643.652%203.43%201.02%205.3%201.044v.596c0%20.6.49%201.09%201.09%201.09s1.09-.49%201.09-1.09v-.595h.281a8.04%208.04%200%200%200%205.214-1.91l.365.366c.43.43%201.12.43%201.55%200s.43-1.12%200-1.55l-.447-.447a8.04%208.04%200%200%200%201.391-4.532a7.3%207.3%200%200%200-.19-1.66l.585-.172a1.095%201.095%200%200%200-.62-2.1l-.784.23a7.3%207.3%200%200%200-3.92-3.195l.155-.624a1.1%201.1%200%200%200-.8-1.32a1.1%201.1%200%200%200-1.32.8l-.189.757a7%207%200%200%200-.45.002l-3.205.108l.043-.037a1.092%201.092%200%200%200-1.43-1.65l-.495.43v-.941c0-.923-.198-1.8-.553-2.59l.588-.34c.52-.3.7-.97.4-1.49s-.97-.7-1.49-.4l-.726.42a6.3%206.3%200%200%200-4.81-1.92M5.55%209.945a4.325%204.325%200%200%201%208.65%200v1.086a3.137%203.137%200%200%200%203.243%203.135l3.911-.132a5.287%205.287%200%200%201%205.466%205.283a6.073%206.073%200%200%201-6.073%206.073h-2.264C11.34%2025.39%205.55%2019.6%205.55%2012.457z%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%22currentColor%22%3E%3Cpath%20d%3D%22M10.306%2010.936a1.09%201.09%200%201%200%200-2.18a1.09%201.09%200%200%200%200%202.18m6.97%209.51a1.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%3Cpath%20d%3D%22m9.609%203.625l-.164-.76a1.095%201.095%200%200%200-2.14.46l.165.768a6.34%206.34%200%200%200-3.685%204.139l-.59-.056a1.089%201.089%200%201%200-.21%202.17l.565.053v2.058q.001%201.314.22%202.567l-.555.162a1.095%201.095%200%200%200%20.62%202.1l.467-.137a14.9%2014.9%200%200%200%201.876%203.771l-.363.315a1.092%201.092%200%200%200%201.43%201.65l.3-.26a15%2015%200%200%200%203.471%202.767l-.29.503c-.3.52-.12%201.19.4%201.49s1.19.12%201.49-.4l.37-.64c1.643.652%203.43%201.02%205.3%201.044v.596c0%20.6.49%201.09%201.09%201.09s1.09-.49%201.09-1.09v-.595h.281a8.04%208.04%200%200%200%205.214-1.91l.365.366c.43.43%201.12.43%201.55%200s.43-1.12%200-1.55l-.447-.447a8.04%208.04%200%200%200%201.391-4.532a7.3%207.3%200%200%200-.19-1.66l.585-.172a1.095%201.095%200%200%200-.62-2.1l-.784.23a7.3%207.3%200%200%200-3.92-3.195l.155-.624a1.1%201.1%200%200%200-.8-1.32a1.1%201.1%200%200%200-1.32.8l-.189.757a7%207%200%200%200-.45.002l-3.205.108l.043-.037a1.092%201.092%200%200%200-1.43-1.65l-.495.43v-.941c0-.923-.198-1.8-.553-2.59l.588-.34c.52-.3.7-.97.4-1.49s-.97-.7-1.49-.4l-.726.42a6.3%206.3%200%200%200-4.81-1.92M5.55%209.945a4.325%204.325%200%200%201%208.65%200v1.086a3.137%203.137%200%200%200%203.243%203.135l3.911-.132a5.287%205.287%200%200%201%205.466%205.283a6.073%206.073%200%200%201-6.073%206.073h-2.264C11.34%2025.39%205.55%2019.6%205.55%2012.457z%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-high-contrast/microbe.svg?color=%231a73e8&size=48