cockroach emoji

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

Name
cockroach
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 cockroach emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="M36.005 29.976a5.03 5.03 0 1 1 5.154-5.029a5.097 5.097 0 0 1-5.154 5.029"/><path fill="#781e32" d="M36.006 61.26c-4.306 0-7.68-7.758-7.68-17.66c0-6.71 1.56-12.728 4.069-15.703a.86.86 0 0 1 .98-.244a7.9 7.9 0 0 0 5.263 0a.86.86 0 0 1 .98.244c2.51 2.975 4.069 8.992 4.069 15.702c0 9.903-3.374 17.661-7.68 17.661"/><path fill="#a57939" d="M41.465 31.267a12.6 12.6 0 0 0-1.847-3.106c-.008-.01-.02-.013-.028-.023a1 1 0 0 0-.138-.109a.69.69 0 0 0-.592-.152a1 1 0 0 0-.189.034c-.01.004-.022.002-.033.006a7.9 7.9 0 0 1-5.263 0a.86.86 0 0 0-.98.244a13.7 13.7 0 0 0-1.725 2.834a62 62 0 0 1 6.305 11.772a53.3 53.3 0 0 1 5.102-9.883Z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M26.198 8.966s7.37 5.93 7.37 12.174m-1.571 8.836c-.971-.271-1.374-1.461-2.272-1.917a6.2 6.2 0 0 0-2.383-.244a21 21 0 0 1-2.824-.716a12.5 12.5 0 0 0-4.06.003m9.752 7.503c-1.64.232-2.821-1.814-4.477-1.868c-1.582-.052-2.554 1.644-3.889 2.482c-2.156 1.354-5.205.38-7.393 1.683m14.751 4.517a9.8 9.8 0 0 0-3.517-.11c-1.153.245-2.357.624-2.655 1.748a6.8 6.8 0 0 0 .249 2.735a37.7 37.7 0 0 1 .151 15.453m16.573-31.269c.971-.271 1.374-1.461 2.272-1.917a6.2 6.2 0 0 1 2.383-.244a21 21 0 0 0 2.824-.716a12.5 12.5 0 0 1 4.06.003m-9.752 7.503c1.64.232 2.821-1.814 4.477-1.868c1.582-.052 2.554 1.644 3.889 2.482c2.156 1.354 5.205.38 7.393 1.683m-14.751 4.517a9.8 9.8 0 0 1 3.517-.11c1.153.245 2.357.624 2.655 1.748a6.8 6.8 0 0 1-.249 2.735a37.7 37.7 0 0 0-.15 15.453M45.773 8.966s-7.37 5.93-7.37 12.174"/><path d="M31.947 25.794a4 4 0 0 1-.098-.868a4.16 4.16 0 0 1 8.315 0a4 4 0 0 1-.085.808m-1.12 2.719c2.287 2.711 3.865 8.475 3.865 15.146c0 9.278-3.052 16.799-6.818 16.799s-6.818-7.521-6.818-16.799c0-6.672 1.579-12.435 3.866-15.146a8.7 8.7 0 0 0 5.905 0"/><path d="M30.884 32.517a64 64 0 0 1 7.904 18.201m2.328-18.201a55 55 0 0 0-3.55 6.38"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiCockroach(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="M36.005 29.976a5.03 5.03 0 1 1 5.154-5.029a5.097 5.097 0 0 1-5.154 5.029"/><path fill="#781e32" d="M36.006 61.26c-4.306 0-7.68-7.758-7.68-17.66c0-6.71 1.56-12.728 4.069-15.703a.86.86 0 0 1 .98-.244a7.9 7.9 0 0 0 5.263 0a.86.86 0 0 1 .98.244c2.51 2.975 4.069 8.992 4.069 15.702c0 9.903-3.374 17.661-7.68 17.661"/><path fill="#a57939" d="M41.465 31.267a12.6 12.6 0 0 0-1.847-3.106c-.008-.01-.02-.013-.028-.023a1 1 0 0 0-.138-.109a.69.69 0 0 0-.592-.152a1 1 0 0 0-.189.034c-.01.004-.022.002-.033.006a7.9 7.9 0 0 1-5.263 0a.86.86 0 0 0-.98.244a13.7 13.7 0 0 0-1.725 2.834a62 62 0 0 1 6.305 11.772a53.3 53.3 0 0 1 5.102-9.883Z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M26.198 8.966s7.37 5.93 7.37 12.174m-1.571 8.836c-.971-.271-1.374-1.461-2.272-1.917a6.2 6.2 0 0 0-2.383-.244a21 21 0 0 1-2.824-.716a12.5 12.5 0 0 0-4.06.003m9.752 7.503c-1.64.232-2.821-1.814-4.477-1.868c-1.582-.052-2.554 1.644-3.889 2.482c-2.156 1.354-5.205.38-7.393 1.683m14.751 4.517a9.8 9.8 0 0 0-3.517-.11c-1.153.245-2.357.624-2.655 1.748a6.8 6.8 0 0 0 .249 2.735a37.7 37.7 0 0 1 .151 15.453m16.573-31.269c.971-.271 1.374-1.461 2.272-1.917a6.2 6.2 0 0 1 2.383-.244a21 21 0 0 0 2.824-.716a12.5 12.5 0 0 1 4.06.003m-9.752 7.503c1.64.232 2.821-1.814 4.477-1.868c1.582-.052 2.554 1.644 3.889 2.482c2.156 1.354 5.205.38 7.393 1.683m-14.751 4.517a9.8 9.8 0 0 1 3.517-.11c1.153.245 2.357.624 2.655 1.748a6.8 6.8 0 0 1-.249 2.735a37.7 37.7 0 0 0-.15 15.453M45.773 8.966s-7.37 5.93-7.37 12.174"/><path d="M31.947 25.794a4 4 0 0 1-.098-.868a4.16 4.16 0 0 1 8.315 0a4 4 0 0 1-.085.808m-1.12 2.719c2.287 2.711 3.865 8.475 3.865 15.146c0 9.278-3.052 16.799-6.818 16.799s-6.818-7.521-6.818-16.799c0-6.672 1.579-12.435 3.866-15.146a8.7 8.7 0 0 0 5.905 0"/><path d="M30.884 32.517a64 64 0 0 1 7.904 18.201m2.328-18.201a55 55 0 0 0-3.55 6.38"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="M36.005 29.976a5.03 5.03 0 1 1 5.154-5.029a5.097 5.097 0 0 1-5.154 5.029"/><path fill="#781e32" d="M36.006 61.26c-4.306 0-7.68-7.758-7.68-17.66c0-6.71 1.56-12.728 4.069-15.703a.86.86 0 0 1 .98-.244a7.9 7.9 0 0 0 5.263 0a.86.86 0 0 1 .98.244c2.51 2.975 4.069 8.992 4.069 15.702c0 9.903-3.374 17.661-7.68 17.661"/><path fill="#a57939" d="M41.465 31.267a12.6 12.6 0 0 0-1.847-3.106c-.008-.01-.02-.013-.028-.023a1 1 0 0 0-.138-.109a.69.69 0 0 0-.592-.152a1 1 0 0 0-.189.034c-.01.004-.022.002-.033.006a7.9 7.9 0 0 1-5.263 0a.86.86 0 0 0-.98.244a13.7 13.7 0 0 0-1.725 2.834a62 62 0 0 1 6.305 11.772a53.3 53.3 0 0 1 5.102-9.883Z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M26.198 8.966s7.37 5.93 7.37 12.174m-1.571 8.836c-.971-.271-1.374-1.461-2.272-1.917a6.2 6.2 0 0 0-2.383-.244a21 21 0 0 1-2.824-.716a12.5 12.5 0 0 0-4.06.003m9.752 7.503c-1.64.232-2.821-1.814-4.477-1.868c-1.582-.052-2.554 1.644-3.889 2.482c-2.156 1.354-5.205.38-7.393 1.683m14.751 4.517a9.8 9.8 0 0 0-3.517-.11c-1.153.245-2.357.624-2.655 1.748a6.8 6.8 0 0 0 .249 2.735a37.7 37.7 0 0 1 .151 15.453m16.573-31.269c.971-.271 1.374-1.461 2.272-1.917a6.2 6.2 0 0 1 2.383-.244a21 21 0 0 0 2.824-.716a12.5 12.5 0 0 1 4.06.003m-9.752 7.503c1.64.232 2.821-1.814 4.477-1.868c1.582-.052 2.554 1.644 3.889 2.482c2.156 1.354 5.205.38 7.393 1.683m-14.751 4.517a9.8 9.8 0 0 1 3.517-.11c1.153.245 2.357.624 2.655 1.748a6.8 6.8 0 0 1-.249 2.735a37.7 37.7 0 0 0-.15 15.453M45.773 8.966s-7.37 5.93-7.37 12.174"/><path d="M31.947 25.794a4 4 0 0 1-.098-.868a4.16 4.16 0 0 1 8.315 0a4 4 0 0 1-.085.808m-1.12 2.719c2.287 2.711 3.865 8.475 3.865 15.146c0 9.278-3.052 16.799-6.818 16.799s-6.818-7.521-6.818-16.799c0-6.672 1.579-12.435 3.866-15.146a8.7 8.7 0 0 0 5.905 0"/><path d="M30.884 32.517a64 64 0 0 1 7.904 18.201m2.328-18.201a55 55 0 0 0-3.55 6.38"/></g></svg>
</template>

CSS

.icon-cockroach {
  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%236a462f%22%20d%3D%22M36.005%2029.976a5.03%205.03%200%201%201%205.154-5.029a5.097%205.097%200%200%201-5.154%205.029%22%2F%3E%3Cpath%20fill%3D%22%23781e32%22%20d%3D%22M36.006%2061.26c-4.306%200-7.68-7.758-7.68-17.66c0-6.71%201.56-12.728%204.069-15.703a.86.86%200%200%201%20.98-.244a7.9%207.9%200%200%200%205.263%200a.86.86%200%200%201%20.98.244c2.51%202.975%204.069%208.992%204.069%2015.702c0%209.903-3.374%2017.661-7.68%2017.661%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M41.465%2031.267a12.6%2012.6%200%200%200-1.847-3.106c-.008-.01-.02-.013-.028-.023a1%201%200%200%200-.138-.109a.69.69%200%200%200-.592-.152a1%201%200%200%200-.189.034c-.01.004-.022.002-.033.006a7.9%207.9%200%200%201-5.263%200a.86.86%200%200%200-.98.244a13.7%2013.7%200%200%200-1.725%202.834a62%2062%200%200%201%206.305%2011.772a53.3%2053.3%200%200%201%205.102-9.883Z%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%22M26.198%208.966s7.37%205.93%207.37%2012.174m-1.571%208.836c-.971-.271-1.374-1.461-2.272-1.917a6.2%206.2%200%200%200-2.383-.244a21%2021%200%200%201-2.824-.716a12.5%2012.5%200%200%200-4.06.003m9.752%207.503c-1.64.232-2.821-1.814-4.477-1.868c-1.582-.052-2.554%201.644-3.889%202.482c-2.156%201.354-5.205.38-7.393%201.683m14.751%204.517a9.8%209.8%200%200%200-3.517-.11c-1.153.245-2.357.624-2.655%201.748a6.8%206.8%200%200%200%20.249%202.735a37.7%2037.7%200%200%201%20.151%2015.453m16.573-31.269c.971-.271%201.374-1.461%202.272-1.917a6.2%206.2%200%200%201%202.383-.244a21%2021%200%200%200%202.824-.716a12.5%2012.5%200%200%201%204.06.003m-9.752%207.503c1.64.232%202.821-1.814%204.477-1.868c1.582-.052%202.554%201.644%203.889%202.482c2.156%201.354%205.205.38%207.393%201.683m-14.751%204.517a9.8%209.8%200%200%201%203.517-.11c1.153.245%202.357.624%202.655%201.748a6.8%206.8%200%200%201-.249%202.735a37.7%2037.7%200%200%200-.15%2015.453M45.773%208.966s-7.37%205.93-7.37%2012.174%22%2F%3E%3Cpath%20d%3D%22M31.947%2025.794a4%204%200%200%201-.098-.868a4.16%204.16%200%200%201%208.315%200a4%204%200%200%201-.085.808m-1.12%202.719c2.287%202.711%203.865%208.475%203.865%2015.146c0%209.278-3.052%2016.799-6.818%2016.799s-6.818-7.521-6.818-16.799c0-6.672%201.579-12.435%203.866-15.146a8.7%208.7%200%200%200%205.905%200%22%2F%3E%3Cpath%20d%3D%22M30.884%2032.517a64%2064%200%200%201%207.904%2018.201m2.328-18.201a55%2055%200%200%200-3.55%206.38%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%236a462f%22%20d%3D%22M36.005%2029.976a5.03%205.03%200%201%201%205.154-5.029a5.097%205.097%200%200%201-5.154%205.029%22%2F%3E%3Cpath%20fill%3D%22%23781e32%22%20d%3D%22M36.006%2061.26c-4.306%200-7.68-7.758-7.68-17.66c0-6.71%201.56-12.728%204.069-15.703a.86.86%200%200%201%20.98-.244a7.9%207.9%200%200%200%205.263%200a.86.86%200%200%201%20.98.244c2.51%202.975%204.069%208.992%204.069%2015.702c0%209.903-3.374%2017.661-7.68%2017.661%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M41.465%2031.267a12.6%2012.6%200%200%200-1.847-3.106c-.008-.01-.02-.013-.028-.023a1%201%200%200%200-.138-.109a.69.69%200%200%200-.592-.152a1%201%200%200%200-.189.034c-.01.004-.022.002-.033.006a7.9%207.9%200%200%201-5.263%200a.86.86%200%200%200-.98.244a13.7%2013.7%200%200%200-1.725%202.834a62%2062%200%200%201%206.305%2011.772a53.3%2053.3%200%200%201%205.102-9.883Z%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%22M26.198%208.966s7.37%205.93%207.37%2012.174m-1.571%208.836c-.971-.271-1.374-1.461-2.272-1.917a6.2%206.2%200%200%200-2.383-.244a21%2021%200%200%201-2.824-.716a12.5%2012.5%200%200%200-4.06.003m9.752%207.503c-1.64.232-2.821-1.814-4.477-1.868c-1.582-.052-2.554%201.644-3.889%202.482c-2.156%201.354-5.205.38-7.393%201.683m14.751%204.517a9.8%209.8%200%200%200-3.517-.11c-1.153.245-2.357.624-2.655%201.748a6.8%206.8%200%200%200%20.249%202.735a37.7%2037.7%200%200%201%20.151%2015.453m16.573-31.269c.971-.271%201.374-1.461%202.272-1.917a6.2%206.2%200%200%201%202.383-.244a21%2021%200%200%200%202.824-.716a12.5%2012.5%200%200%201%204.06.003m-9.752%207.503c1.64.232%202.821-1.814%204.477-1.868c1.582-.052%202.554%201.644%203.889%202.482c2.156%201.354%205.205.38%207.393%201.683m-14.751%204.517a9.8%209.8%200%200%201%203.517-.11c1.153.245%202.357.624%202.655%201.748a6.8%206.8%200%200%201-.249%202.735a37.7%2037.7%200%200%200-.15%2015.453M45.773%208.966s-7.37%205.93-7.37%2012.174%22%2F%3E%3Cpath%20d%3D%22M31.947%2025.794a4%204%200%200%201-.098-.868a4.16%204.16%200%200%201%208.315%200a4%204%200%200%201-.085.808m-1.12%202.719c2.287%202.711%203.865%208.475%203.865%2015.146c0%209.278-3.052%2016.799-6.818%2016.799s-6.818-7.521-6.818-16.799c0-6.672%201.579-12.435%203.866-15.146a8.7%208.7%200%200%200%205.905%200%22%2F%3E%3Cpath%20d%3D%22M30.884%2032.517a64%2064%200%200%201%207.904%2018.201m2.328-18.201a55%2055%200%200%200-3.55%206.38%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/cockroach.svg?color=%231a73e8&size=48