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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ffa7c0" d="M57.702 31.043c-5.052-.304-7.943 3.96-8.085 4.175c-4.23 6.956-8.278 8.292-8.777 8.435c-1.685.078-2.81-.31-3.355-1.17c-1.55-2.446.99-8.246 2.121-10.315c.152-.31 3.671-7.631-.276-10.769c-3.825-3.042-8.288-.774-8.44-.693c-7.553 3.556-11.248 3.004-13.019 1.917a5.01 5.01 0 0 1-2.228-3.899V18.7a2.22 2.22 0 0 0-.696-1.648a1.62 1.62 0 0 0-1.141-.408a1.77 1.77 0 0 0-1.312.632a4.2 4.2 0 0 0-.604 2.883c.556 6.166 5.235 10.127 12.835 10.868a9.93 9.93 0 0 0 7.464-2.173a5 5 0 0 1-.77 1.543c-4.74 5.799-4.244 10.764-4.154 11.411c.326 5.675 4.447 9.437 11.315 10.325a11 11 0 0 0 1.436.093c4.334 0 8.235-2.613 11.613-7.786c2.855-4.372 4.582-4.443 4.566-4.445a.89.89 0 0 1 .72.36a3.36 3.36 0 0 1 .138 2.208c-.095.316-.9 3.142.36 5.153a3.9 3.9 0 0 0 2.805 1.755a3.47 3.47 0 0 0 2.842-.75c2.21-1.825 2.41-6.188 2.425-6.678c.18-5.216-2.436-10.67-7.783-11"/><path fill="#e67a94" d="M38.35 34.634a2.4 2.4 0 0 0-1.508-1.314a14.7 14.7 0 0 0-6.041-.311a4.37 4.37 0 0 0-3.622 3.286a14.3 14.3 0 0 0-.368 4.02a4.45 4.45 0 0 0 3.979 4.198q.639.06 1.22.059a11.4 11.4 0 0 0 3.77-.615a2.56 2.56 0 0 0 1.676-2.74a8.85 8.85 0 0 1 .884-4.634a2.34 2.34 0 0 0 .01-1.95"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path stroke-linecap="round" d="M36.31 42.284c.534 1.518 1.905 2.527 4.7 2.361c0 0 4.645-.954 9.482-8.909c0 0 2.633-3.978 7.17-3.697s7.013 5.068 6.844 9.967c0 0-.225 7.096-4.11 6.476s-2.366-5.631-2.366-5.631s.948-3.578-1.713-3.854c0 0-2.11-.305-5.505 4.894s-7.347 7.86-12.083 7.248c-3.553-.459-7.46-1.941-9.337-5.35m2.822-14.761a6.2 6.2 0 0 0 1.196-3.031c.208-1.795-1.193-.53-1.193-.53a8.73 8.73 0 0 1-7.374 2.563c-4.837-.472-11.28-2.69-11.936-9.963c0 0-.286-2.38.955-2.425c0 0 .746-.072.802 1.103c0 0 .19 10.628 16.673 2.864c0 0 4.029-2.1 7.392.573s0 9.545 0 9.545a29 29 0 0 0-1.408 3.083"/><path d="M30.961 33.997a13.6 13.6 0 0 1 5.617.28a1.37 1.37 0 0 1 .876 1.882a9.87 9.87 0 0 0-.97 5.171a1.565 1.565 0 0 1-1.013 1.682a10.7 10.7 0 0 1-4.566.505a3.425 3.425 0 0 1-3.075-3.254a13.3 13.3 0 0 1 .342-3.739a3.35 3.35 0 0 1 2.789-2.527Z"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiWorm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ffa7c0" d="M57.702 31.043c-5.052-.304-7.943 3.96-8.085 4.175c-4.23 6.956-8.278 8.292-8.777 8.435c-1.685.078-2.81-.31-3.355-1.17c-1.55-2.446.99-8.246 2.121-10.315c.152-.31 3.671-7.631-.276-10.769c-3.825-3.042-8.288-.774-8.44-.693c-7.553 3.556-11.248 3.004-13.019 1.917a5.01 5.01 0 0 1-2.228-3.899V18.7a2.22 2.22 0 0 0-.696-1.648a1.62 1.62 0 0 0-1.141-.408a1.77 1.77 0 0 0-1.312.632a4.2 4.2 0 0 0-.604 2.883c.556 6.166 5.235 10.127 12.835 10.868a9.93 9.93 0 0 0 7.464-2.173a5 5 0 0 1-.77 1.543c-4.74 5.799-4.244 10.764-4.154 11.411c.326 5.675 4.447 9.437 11.315 10.325a11 11 0 0 0 1.436.093c4.334 0 8.235-2.613 11.613-7.786c2.855-4.372 4.582-4.443 4.566-4.445a.89.89 0 0 1 .72.36a3.36 3.36 0 0 1 .138 2.208c-.095.316-.9 3.142.36 5.153a3.9 3.9 0 0 0 2.805 1.755a3.47 3.47 0 0 0 2.842-.75c2.21-1.825 2.41-6.188 2.425-6.678c.18-5.216-2.436-10.67-7.783-11"/><path fill="#e67a94" d="M38.35 34.634a2.4 2.4 0 0 0-1.508-1.314a14.7 14.7 0 0 0-6.041-.311a4.37 4.37 0 0 0-3.622 3.286a14.3 14.3 0 0 0-.368 4.02a4.45 4.45 0 0 0 3.979 4.198q.639.06 1.22.059a11.4 11.4 0 0 0 3.77-.615a2.56 2.56 0 0 0 1.676-2.74a8.85 8.85 0 0 1 .884-4.634a2.34 2.34 0 0 0 .01-1.95"/><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><path strokeLinecap="round" d="M36.31 42.284c.534 1.518 1.905 2.527 4.7 2.361c0 0 4.645-.954 9.482-8.909c0 0 2.633-3.978 7.17-3.697s7.013 5.068 6.844 9.967c0 0-.225 7.096-4.11 6.476s-2.366-5.631-2.366-5.631s.948-3.578-1.713-3.854c0 0-2.11-.305-5.505 4.894s-7.347 7.86-12.083 7.248c-3.553-.459-7.46-1.941-9.337-5.35m2.822-14.761a6.2 6.2 0 0 0 1.196-3.031c.208-1.795-1.193-.53-1.193-.53a8.73 8.73 0 0 1-7.374 2.563c-4.837-.472-11.28-2.69-11.936-9.963c0 0-.286-2.38.955-2.425c0 0 .746-.072.802 1.103c0 0 .19 10.628 16.673 2.864c0 0 4.029-2.1 7.392.573s0 9.545 0 9.545a29 29 0 0 0-1.408 3.083"/><path d="M30.961 33.997a13.6 13.6 0 0 1 5.617.28a1.37 1.37 0 0 1 .876 1.882a9.87 9.87 0 0 0-.97 5.171a1.565 1.565 0 0 1-1.013 1.682a10.7 10.7 0 0 1-4.566.505a3.425 3.425 0 0 1-3.075-3.254a13.3 13.3 0 0 1 .342-3.739a3.35 3.35 0 0 1 2.789-2.527Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ffa7c0" d="M57.702 31.043c-5.052-.304-7.943 3.96-8.085 4.175c-4.23 6.956-8.278 8.292-8.777 8.435c-1.685.078-2.81-.31-3.355-1.17c-1.55-2.446.99-8.246 2.121-10.315c.152-.31 3.671-7.631-.276-10.769c-3.825-3.042-8.288-.774-8.44-.693c-7.553 3.556-11.248 3.004-13.019 1.917a5.01 5.01 0 0 1-2.228-3.899V18.7a2.22 2.22 0 0 0-.696-1.648a1.62 1.62 0 0 0-1.141-.408a1.77 1.77 0 0 0-1.312.632a4.2 4.2 0 0 0-.604 2.883c.556 6.166 5.235 10.127 12.835 10.868a9.93 9.93 0 0 0 7.464-2.173a5 5 0 0 1-.77 1.543c-4.74 5.799-4.244 10.764-4.154 11.411c.326 5.675 4.447 9.437 11.315 10.325a11 11 0 0 0 1.436.093c4.334 0 8.235-2.613 11.613-7.786c2.855-4.372 4.582-4.443 4.566-4.445a.89.89 0 0 1 .72.36a3.36 3.36 0 0 1 .138 2.208c-.095.316-.9 3.142.36 5.153a3.9 3.9 0 0 0 2.805 1.755a3.47 3.47 0 0 0 2.842-.75c2.21-1.825 2.41-6.188 2.425-6.678c.18-5.216-2.436-10.67-7.783-11"/><path fill="#e67a94" d="M38.35 34.634a2.4 2.4 0 0 0-1.508-1.314a14.7 14.7 0 0 0-6.041-.311a4.37 4.37 0 0 0-3.622 3.286a14.3 14.3 0 0 0-.368 4.02a4.45 4.45 0 0 0 3.979 4.198q.639.06 1.22.059a11.4 11.4 0 0 0 3.77-.615a2.56 2.56 0 0 0 1.676-2.74a8.85 8.85 0 0 1 .884-4.634a2.34 2.34 0 0 0 .01-1.95"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path stroke-linecap="round" d="M36.31 42.284c.534 1.518 1.905 2.527 4.7 2.361c0 0 4.645-.954 9.482-8.909c0 0 2.633-3.978 7.17-3.697s7.013 5.068 6.844 9.967c0 0-.225 7.096-4.11 6.476s-2.366-5.631-2.366-5.631s.948-3.578-1.713-3.854c0 0-2.11-.305-5.505 4.894s-7.347 7.86-12.083 7.248c-3.553-.459-7.46-1.941-9.337-5.35m2.822-14.761a6.2 6.2 0 0 0 1.196-3.031c.208-1.795-1.193-.53-1.193-.53a8.73 8.73 0 0 1-7.374 2.563c-4.837-.472-11.28-2.69-11.936-9.963c0 0-.286-2.38.955-2.425c0 0 .746-.072.802 1.103c0 0 .19 10.628 16.673 2.864c0 0 4.029-2.1 7.392.573s0 9.545 0 9.545a29 29 0 0 0-1.408 3.083"/><path d="M30.961 33.997a13.6 13.6 0 0 1 5.617.28a1.37 1.37 0 0 1 .876 1.882a9.87 9.87 0 0 0-.97 5.171a1.565 1.565 0 0 1-1.013 1.682a10.7 10.7 0 0 1-4.566.505a3.425 3.425 0 0 1-3.075-3.254a13.3 13.3 0 0 1 .342-3.739a3.35 3.35 0 0 1 2.789-2.527Z"/></g></svg>
</template>

CSS

.icon-worm {
  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%23ffa7c0%22%20d%3D%22M57.702%2031.043c-5.052-.304-7.943%203.96-8.085%204.175c-4.23%206.956-8.278%208.292-8.777%208.435c-1.685.078-2.81-.31-3.355-1.17c-1.55-2.446.99-8.246%202.121-10.315c.152-.31%203.671-7.631-.276-10.769c-3.825-3.042-8.288-.774-8.44-.693c-7.553%203.556-11.248%203.004-13.019%201.917a5.01%205.01%200%200%201-2.228-3.899V18.7a2.22%202.22%200%200%200-.696-1.648a1.62%201.62%200%200%200-1.141-.408a1.77%201.77%200%200%200-1.312.632a4.2%204.2%200%200%200-.604%202.883c.556%206.166%205.235%2010.127%2012.835%2010.868a9.93%209.93%200%200%200%207.464-2.173a5%205%200%200%201-.77%201.543c-4.74%205.799-4.244%2010.764-4.154%2011.411c.326%205.675%204.447%209.437%2011.315%2010.325a11%2011%200%200%200%201.436.093c4.334%200%208.235-2.613%2011.613-7.786c2.855-4.372%204.582-4.443%204.566-4.445a.89.89%200%200%201%20.72.36a3.36%203.36%200%200%201%20.138%202.208c-.095.316-.9%203.142.36%205.153a3.9%203.9%200%200%200%202.805%201.755a3.47%203.47%200%200%200%202.842-.75c2.21-1.825%202.41-6.188%202.425-6.678c.18-5.216-2.436-10.67-7.783-11%22%2F%3E%3Cpath%20fill%3D%22%23e67a94%22%20d%3D%22M38.35%2034.634a2.4%202.4%200%200%200-1.508-1.314a14.7%2014.7%200%200%200-6.041-.311a4.37%204.37%200%200%200-3.622%203.286a14.3%2014.3%200%200%200-.368%204.02a4.45%204.45%200%200%200%203.979%204.198q.639.06%201.22.059a11.4%2011.4%200%200%200%203.77-.615a2.56%202.56%200%200%200%201.676-2.74a8.85%208.85%200%200%201%20.884-4.634a2.34%202.34%200%200%200%20.01-1.95%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M36.31%2042.284c.534%201.518%201.905%202.527%204.7%202.361c0%200%204.645-.954%209.482-8.909c0%200%202.633-3.978%207.17-3.697s7.013%205.068%206.844%209.967c0%200-.225%207.096-4.11%206.476s-2.366-5.631-2.366-5.631s.948-3.578-1.713-3.854c0%200-2.11-.305-5.505%204.894s-7.347%207.86-12.083%207.248c-3.553-.459-7.46-1.941-9.337-5.35m2.822-14.761a6.2%206.2%200%200%200%201.196-3.031c.208-1.795-1.193-.53-1.193-.53a8.73%208.73%200%200%201-7.374%202.563c-4.837-.472-11.28-2.69-11.936-9.963c0%200-.286-2.38.955-2.425c0%200%20.746-.072.802%201.103c0%200%20.19%2010.628%2016.673%202.864c0%200%204.029-2.1%207.392.573s0%209.545%200%209.545a29%2029%200%200%200-1.408%203.083%22%2F%3E%3Cpath%20d%3D%22M30.961%2033.997a13.6%2013.6%200%200%201%205.617.28a1.37%201.37%200%200%201%20.876%201.882a9.87%209.87%200%200%200-.97%205.171a1.565%201.565%200%200%201-1.013%201.682a10.7%2010.7%200%200%201-4.566.505a3.425%203.425%200%200%201-3.075-3.254a13.3%2013.3%200%200%201%20.342-3.739a3.35%203.35%200%200%201%202.789-2.527Z%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%23ffa7c0%22%20d%3D%22M57.702%2031.043c-5.052-.304-7.943%203.96-8.085%204.175c-4.23%206.956-8.278%208.292-8.777%208.435c-1.685.078-2.81-.31-3.355-1.17c-1.55-2.446.99-8.246%202.121-10.315c.152-.31%203.671-7.631-.276-10.769c-3.825-3.042-8.288-.774-8.44-.693c-7.553%203.556-11.248%203.004-13.019%201.917a5.01%205.01%200%200%201-2.228-3.899V18.7a2.22%202.22%200%200%200-.696-1.648a1.62%201.62%200%200%200-1.141-.408a1.77%201.77%200%200%200-1.312.632a4.2%204.2%200%200%200-.604%202.883c.556%206.166%205.235%2010.127%2012.835%2010.868a9.93%209.93%200%200%200%207.464-2.173a5%205%200%200%201-.77%201.543c-4.74%205.799-4.244%2010.764-4.154%2011.411c.326%205.675%204.447%209.437%2011.315%2010.325a11%2011%200%200%200%201.436.093c4.334%200%208.235-2.613%2011.613-7.786c2.855-4.372%204.582-4.443%204.566-4.445a.89.89%200%200%201%20.72.36a3.36%203.36%200%200%201%20.138%202.208c-.095.316-.9%203.142.36%205.153a3.9%203.9%200%200%200%202.805%201.755a3.47%203.47%200%200%200%202.842-.75c2.21-1.825%202.41-6.188%202.425-6.678c.18-5.216-2.436-10.67-7.783-11%22%2F%3E%3Cpath%20fill%3D%22%23e67a94%22%20d%3D%22M38.35%2034.634a2.4%202.4%200%200%200-1.508-1.314a14.7%2014.7%200%200%200-6.041-.311a4.37%204.37%200%200%200-3.622%203.286a14.3%2014.3%200%200%200-.368%204.02a4.45%204.45%200%200%200%203.979%204.198q.639.06%201.22.059a11.4%2011.4%200%200%200%203.77-.615a2.56%202.56%200%200%200%201.676-2.74a8.85%208.85%200%200%201%20.884-4.634a2.34%202.34%200%200%200%20.01-1.95%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M36.31%2042.284c.534%201.518%201.905%202.527%204.7%202.361c0%200%204.645-.954%209.482-8.909c0%200%202.633-3.978%207.17-3.697s7.013%205.068%206.844%209.967c0%200-.225%207.096-4.11%206.476s-2.366-5.631-2.366-5.631s.948-3.578-1.713-3.854c0%200-2.11-.305-5.505%204.894s-7.347%207.86-12.083%207.248c-3.553-.459-7.46-1.941-9.337-5.35m2.822-14.761a6.2%206.2%200%200%200%201.196-3.031c.208-1.795-1.193-.53-1.193-.53a8.73%208.73%200%200%201-7.374%202.563c-4.837-.472-11.28-2.69-11.936-9.963c0%200-.286-2.38.955-2.425c0%200%20.746-.072.802%201.103c0%200%20.19%2010.628%2016.673%202.864c0%200%204.029-2.1%207.392.573s0%209.545%200%209.545a29%2029%200%200%200-1.408%203.083%22%2F%3E%3Cpath%20d%3D%22M30.961%2033.997a13.6%2013.6%200%200%201%205.617.28a1.37%201.37%200%200%201%20.876%201.882a9.87%209.87%200%200%200-.97%205.171a1.565%201.565%200%200%201-1.013%201.682a10.7%2010.7%200%200%201-4.566.505a3.425%203.425%200%200%201-3.075-3.254a13.3%2013.3%200%200%201%20.342-3.739a3.35%203.35%200%200%201%202.789-2.527Z%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/worm.svg?color=%231a73e8&size=48