jellyfish emoji
jellyfish from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.
- Name
- jellyfish
- 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 jellyfish emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b399c8" d="M60.331 22.68c-.073 6.693-12.466 13.108-23.393 13.352c-11.613.26-24.821-6.376-24.98-13.352c-.1-4.412 5.042-8.088 9.715-11.429c3.82-2.731 8.252-5.9 14.472-5.888c6.47.013 11.545 2.932 15.794 6.153c4.938 3.744 8.434 7.324 8.392 11.164"/><path fill="#8967aa" d="M60.461 22.763c-.067 6.27-10.963 12.271-21.323 13.21c8.986-1.911 17.2-7.208 17.267-12.64c.067-3.855-3.454-7.409-8.382-11.164C43.765 8.95 38.703 6.034 32.232 6h-.503c1.408-.335 2.883-.57 4.526-.57c6.47 0 11.567 2.917 15.825 6.169c4.928 3.722 8.415 7.309 8.381 11.164"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.405 29.593c-2.843-.865-5.338-2.395-7.275-4.537m11.964 6.111c-.654-.071-1.212-.248-1.627-.525"/><path fill="none" stroke="#b399c8" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M28.422 39.535c-1.653 1.922-3.448 4.694-3.113 7.767c.42 3.85 3.853 5.142 5.21 9.293c.7 2.139.943 5.334-1.217 9.859m14.276-26.956c1.653 1.922 3.448 4.693 3.113 7.766c-.42 3.85-3.853 5.142-5.21 9.293c-.7 2.14-.943 5.334 1.217 9.859M17.49 36.365c-3.118 3.151-3.489 5.311-3.164 6.746c.566 2.505 3.337 3.174 4.63 6.39c.821 2.04.608 4.016.27 5.424M54.51 36.222c3.118 3.152 3.489 5.311 3.164 6.746c-.567 2.505-3.337 3.174-4.63 6.39c-.821 2.04-.608 4.016-.27 5.424"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M30.008 39.22c-1.653 1.923-3.448 4.694-3.113 7.767c.42 3.85 3.853 5.142 5.21 9.293c.7 2.14.944 5.334-1.217 9.859M41.62 39.22c1.653 1.923 3.449 4.694 3.113 7.767c-.42 3.85-3.853 5.142-5.21 9.293c-.699 2.14-.943 5.334 1.217 9.859"/><path stroke-miterlimit="10" d="M60.224 22.68c-.073 6.693-12.466 13.108-23.393 13.352c-11.613.26-24.822-6.376-24.98-13.352c-.1-4.412 5.042-8.088 9.714-11.429c3.821-2.731 8.253-5.9 14.473-5.888c6.47.013 11.545 2.932 15.793 6.153c4.94 3.744 8.435 7.324 8.393 11.164Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19.076 36.088c-3.118 3.152-3.489 5.311-3.164 6.746c.567 2.505 3.337 3.174 4.63 6.39c.821 2.04.609 4.016.27 5.424m32.112-18.703c3.118 3.152 3.489 5.311 3.164 6.746c-.567 2.505-3.337 3.174-4.63 6.39c-.821 2.04-.609 4.016-.27 5.424"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiJellyfish(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b399c8" d="M60.331 22.68c-.073 6.693-12.466 13.108-23.393 13.352c-11.613.26-24.821-6.376-24.98-13.352c-.1-4.412 5.042-8.088 9.715-11.429c3.82-2.731 8.252-5.9 14.472-5.888c6.47.013 11.545 2.932 15.794 6.153c4.938 3.744 8.434 7.324 8.392 11.164"/><path fill="#8967aa" d="M60.461 22.763c-.067 6.27-10.963 12.271-21.323 13.21c8.986-1.911 17.2-7.208 17.267-12.64c.067-3.855-3.454-7.409-8.382-11.164C43.765 8.95 38.703 6.034 32.232 6h-.503c1.408-.335 2.883-.57 4.526-.57c6.47 0 11.567 2.917 15.825 6.169c4.928 3.722 8.415 7.309 8.381 11.164"/><path fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M24.405 29.593c-2.843-.865-5.338-2.395-7.275-4.537m11.964 6.111c-.654-.071-1.212-.248-1.627-.525"/><path fill="none" stroke="#b399c8" strokeLinecap="round" strokeLinejoin="round" strokeWidth="3" d="M28.422 39.535c-1.653 1.922-3.448 4.694-3.113 7.767c.42 3.85 3.853 5.142 5.21 9.293c.7 2.139.943 5.334-1.217 9.859m14.276-26.956c1.653 1.922 3.448 4.693 3.113 7.766c-.42 3.85-3.853 5.142-5.21 9.293c-.7 2.14-.943 5.334 1.217 9.859M17.49 36.365c-3.118 3.151-3.489 5.311-3.164 6.746c.566 2.505 3.337 3.174 4.63 6.39c.821 2.04.608 4.016.27 5.424M54.51 36.222c3.118 3.152 3.489 5.311 3.164 6.746c-.567 2.505-3.337 3.174-4.63 6.39c-.821 2.04-.608 4.016-.27 5.424"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="M30.008 39.22c-1.653 1.923-3.448 4.694-3.113 7.767c.42 3.85 3.853 5.142 5.21 9.293c.7 2.14.944 5.334-1.217 9.859M41.62 39.22c1.653 1.923 3.449 4.694 3.113 7.767c-.42 3.85-3.853 5.142-5.21 9.293c-.699 2.14-.943 5.334 1.217 9.859"/><path strokeMiterlimit="10" d="M60.224 22.68c-.073 6.693-12.466 13.108-23.393 13.352c-11.613.26-24.822-6.376-24.98-13.352c-.1-4.412 5.042-8.088 9.714-11.429c3.821-2.731 8.253-5.9 14.473-5.888c6.47.013 11.545 2.932 15.793 6.153c4.94 3.744 8.435 7.324 8.393 11.164Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M19.076 36.088c-3.118 3.152-3.489 5.311-3.164 6.746c.567 2.505 3.337 3.174 4.63 6.39c.821 2.04.609 4.016.27 5.424m32.112-18.703c3.118 3.152 3.489 5.311 3.164 6.746c-.567 2.505-3.337 3.174-4.63 6.39c-.821 2.04-.609 4.016-.27 5.424"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b399c8" d="M60.331 22.68c-.073 6.693-12.466 13.108-23.393 13.352c-11.613.26-24.821-6.376-24.98-13.352c-.1-4.412 5.042-8.088 9.715-11.429c3.82-2.731 8.252-5.9 14.472-5.888c6.47.013 11.545 2.932 15.794 6.153c4.938 3.744 8.434 7.324 8.392 11.164"/><path fill="#8967aa" d="M60.461 22.763c-.067 6.27-10.963 12.271-21.323 13.21c8.986-1.911 17.2-7.208 17.267-12.64c.067-3.855-3.454-7.409-8.382-11.164C43.765 8.95 38.703 6.034 32.232 6h-.503c1.408-.335 2.883-.57 4.526-.57c6.47 0 11.567 2.917 15.825 6.169c4.928 3.722 8.415 7.309 8.381 11.164"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.405 29.593c-2.843-.865-5.338-2.395-7.275-4.537m11.964 6.111c-.654-.071-1.212-.248-1.627-.525"/><path fill="none" stroke="#b399c8" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M28.422 39.535c-1.653 1.922-3.448 4.694-3.113 7.767c.42 3.85 3.853 5.142 5.21 9.293c.7 2.139.943 5.334-1.217 9.859m14.276-26.956c1.653 1.922 3.448 4.693 3.113 7.766c-.42 3.85-3.853 5.142-5.21 9.293c-.7 2.14-.943 5.334 1.217 9.859M17.49 36.365c-3.118 3.151-3.489 5.311-3.164 6.746c.566 2.505 3.337 3.174 4.63 6.39c.821 2.04.608 4.016.27 5.424M54.51 36.222c3.118 3.152 3.489 5.311 3.164 6.746c-.567 2.505-3.337 3.174-4.63 6.39c-.821 2.04-.608 4.016-.27 5.424"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M30.008 39.22c-1.653 1.923-3.448 4.694-3.113 7.767c.42 3.85 3.853 5.142 5.21 9.293c.7 2.14.944 5.334-1.217 9.859M41.62 39.22c1.653 1.923 3.449 4.694 3.113 7.767c-.42 3.85-3.853 5.142-5.21 9.293c-.699 2.14-.943 5.334 1.217 9.859"/><path stroke-miterlimit="10" d="M60.224 22.68c-.073 6.693-12.466 13.108-23.393 13.352c-11.613.26-24.822-6.376-24.98-13.352c-.1-4.412 5.042-8.088 9.714-11.429c3.821-2.731 8.253-5.9 14.473-5.888c6.47.013 11.545 2.932 15.793 6.153c4.94 3.744 8.435 7.324 8.393 11.164Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19.076 36.088c-3.118 3.152-3.489 5.311-3.164 6.746c.567 2.505 3.337 3.174 4.63 6.39c.821 2.04.609 4.016.27 5.424m32.112-18.703c3.118 3.152 3.489 5.311 3.164 6.746c-.567 2.505-3.337 3.174-4.63 6.39c-.821 2.04-.609 4.016-.27 5.424"/></g></svg> </template>
CSS
.icon-jellyfish {
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%23b399c8%22%20d%3D%22M60.331%2022.68c-.073%206.693-12.466%2013.108-23.393%2013.352c-11.613.26-24.821-6.376-24.98-13.352c-.1-4.412%205.042-8.088%209.715-11.429c3.82-2.731%208.252-5.9%2014.472-5.888c6.47.013%2011.545%202.932%2015.794%206.153c4.938%203.744%208.434%207.324%208.392%2011.164%22%2F%3E%3Cpath%20fill%3D%22%238967aa%22%20d%3D%22M60.461%2022.763c-.067%206.27-10.963%2012.271-21.323%2013.21c8.986-1.911%2017.2-7.208%2017.267-12.64c.067-3.855-3.454-7.409-8.382-11.164C43.765%208.95%2038.703%206.034%2032.232%206h-.503c1.408-.335%202.883-.57%204.526-.57c6.47%200%2011.567%202.917%2015.825%206.169c4.928%203.722%208.415%207.309%208.381%2011.164%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M24.405%2029.593c-2.843-.865-5.338-2.395-7.275-4.537m11.964%206.111c-.654-.071-1.212-.248-1.627-.525%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23b399c8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M28.422%2039.535c-1.653%201.922-3.448%204.694-3.113%207.767c.42%203.85%203.853%205.142%205.21%209.293c.7%202.139.943%205.334-1.217%209.859m14.276-26.956c1.653%201.922%203.448%204.693%203.113%207.766c-.42%203.85-3.853%205.142-5.21%209.293c-.7%202.14-.943%205.334%201.217%209.859M17.49%2036.365c-3.118%203.151-3.489%205.311-3.164%206.746c.566%202.505%203.337%203.174%204.63%206.39c.821%202.04.608%204.016.27%205.424M54.51%2036.222c3.118%203.152%203.489%205.311%203.164%206.746c-.567%202.505-3.337%203.174-4.63%206.39c-.821%202.04-.608%204.016-.27%205.424%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30.008%2039.22c-1.653%201.923-3.448%204.694-3.113%207.767c.42%203.85%203.853%205.142%205.21%209.293c.7%202.14.944%205.334-1.217%209.859M41.62%2039.22c1.653%201.923%203.449%204.694%203.113%207.767c-.42%203.85-3.853%205.142-5.21%209.293c-.699%202.14-.943%205.334%201.217%209.859%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M60.224%2022.68c-.073%206.693-12.466%2013.108-23.393%2013.352c-11.613.26-24.822-6.376-24.98-13.352c-.1-4.412%205.042-8.088%209.714-11.429c3.821-2.731%208.253-5.9%2014.473-5.888c6.47.013%2011.545%202.932%2015.793%206.153c4.94%203.744%208.435%207.324%208.393%2011.164Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.076%2036.088c-3.118%203.152-3.489%205.311-3.164%206.746c.567%202.505%203.337%203.174%204.63%206.39c.821%202.04.609%204.016.27%205.424m32.112-18.703c3.118%203.152%203.489%205.311%203.164%206.746c-.567%202.505-3.337%203.174-4.63%206.39c-.821%202.04-.609%204.016-.27%205.424%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%23b399c8%22%20d%3D%22M60.331%2022.68c-.073%206.693-12.466%2013.108-23.393%2013.352c-11.613.26-24.821-6.376-24.98-13.352c-.1-4.412%205.042-8.088%209.715-11.429c3.82-2.731%208.252-5.9%2014.472-5.888c6.47.013%2011.545%202.932%2015.794%206.153c4.938%203.744%208.434%207.324%208.392%2011.164%22%2F%3E%3Cpath%20fill%3D%22%238967aa%22%20d%3D%22M60.461%2022.763c-.067%206.27-10.963%2012.271-21.323%2013.21c8.986-1.911%2017.2-7.208%2017.267-12.64c.067-3.855-3.454-7.409-8.382-11.164C43.765%208.95%2038.703%206.034%2032.232%206h-.503c1.408-.335%202.883-.57%204.526-.57c6.47%200%2011.567%202.917%2015.825%206.169c4.928%203.722%208.415%207.309%208.381%2011.164%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M24.405%2029.593c-2.843-.865-5.338-2.395-7.275-4.537m11.964%206.111c-.654-.071-1.212-.248-1.627-.525%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23b399c8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M28.422%2039.535c-1.653%201.922-3.448%204.694-3.113%207.767c.42%203.85%203.853%205.142%205.21%209.293c.7%202.139.943%205.334-1.217%209.859m14.276-26.956c1.653%201.922%203.448%204.693%203.113%207.766c-.42%203.85-3.853%205.142-5.21%209.293c-.7%202.14-.943%205.334%201.217%209.859M17.49%2036.365c-3.118%203.151-3.489%205.311-3.164%206.746c.566%202.505%203.337%203.174%204.63%206.39c.821%202.04.608%204.016.27%205.424M54.51%2036.222c3.118%203.152%203.489%205.311%203.164%206.746c-.567%202.505-3.337%203.174-4.63%206.39c-.821%202.04-.608%204.016-.27%205.424%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30.008%2039.22c-1.653%201.923-3.448%204.694-3.113%207.767c.42%203.85%203.853%205.142%205.21%209.293c.7%202.14.944%205.334-1.217%209.859M41.62%2039.22c1.653%201.923%203.449%204.694%203.113%207.767c-.42%203.85-3.853%205.142-5.21%209.293c-.699%202.14-.943%205.334%201.217%209.859%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M60.224%2022.68c-.073%206.693-12.466%2013.108-23.393%2013.352c-11.613.26-24.822-6.376-24.98-13.352c-.1-4.412%205.042-8.088%209.714-11.429c3.821-2.731%208.253-5.9%2014.473-5.888c6.47.013%2011.545%202.932%2015.793%206.153c4.94%203.744%208.435%207.324%208.393%2011.164Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.076%2036.088c-3.118%203.152-3.489%205.311-3.164%206.746c.567%202.505%203.337%203.174%204.63%206.39c.821%202.04.609%204.016.27%205.424m32.112-18.703c3.118%203.152%203.489%205.311%203.164%206.746c-.567%202.505-3.337%203.174-4.63%206.39c-.821%202.04-.609%204.016-.27%205.424%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/jellyfish.svg?color=%231a73e8&size=48