jellyfish-outline from Material Design Icons by Pictogrammers · Outline · Animal · Apache-2.0 Free for personal and commercial use.

Name
jellyfish-outline
Set
Material Design Icons
Style
Outline
Category
Animal
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More animal icons from Material Design Icons

Use the jellyfish icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c3.8 0 6.5 2.8 6.5 6.8a18.3 18.3 0 0 1-13 0C5.5 6.8 8.2 4 12 4m0-2c-4.7 0-8.5 3.5-8.5 8.9c.06.8.56 1.5 1.3 1.8l1.7.5v2.3a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5a.898.898 0 0 0-1-1a.898.898 0 0 0-1 1A2.405 2.405 0 0 0 5.9 18H6c1.41.06 2.56-1.09 2.5-2.5v-1.8h1v5.7c0 .67-1 .67-1 0a.898.898 0 0 0-1-1a.898.898 0 0 0-1 1c-.11 1.4 1 2.6 2.4 2.6H9c1.41.06 2.56-1.09 2.5-2.5V14h1v5.5A2.394 2.394 0 0 0 15 22h.1c1.37 0 2.46-1.14 2.4-2.5c0-1.33-2-1.33-2 0c0 .67-1 .67-1 0v-5.7h1v1.8c0 1.36 1.13 2.46 2.5 2.4h.1c1.37 0 2.46-1.14 2.4-2.5c0-1.33-2-1.33-2 0c0 .67-1 .67-1 0v-2.3l1.7-.5c.72-.34 1.21-1.02 1.3-1.8C20.5 5.5 16.7 2 12 2m0 4.2c-1.47.4-2.76 1.33-3.6 2.6c-.4.53-1.2-.07-.8-.6a7.47 7.47 0 0 1 4.2-3a.5.5 0 0 1 .6.4c.1.3-.1.5-.4.6"/></svg>

React

import type { SVGProps } from "react";

export function MdiJellyfishOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c3.8 0 6.5 2.8 6.5 6.8a18.3 18.3 0 0 1-13 0C5.5 6.8 8.2 4 12 4m0-2c-4.7 0-8.5 3.5-8.5 8.9c.06.8.56 1.5 1.3 1.8l1.7.5v2.3a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5a.898.898 0 0 0-1-1a.898.898 0 0 0-1 1A2.405 2.405 0 0 0 5.9 18H6c1.41.06 2.56-1.09 2.5-2.5v-1.8h1v5.7c0 .67-1 .67-1 0a.898.898 0 0 0-1-1a.898.898 0 0 0-1 1c-.11 1.4 1 2.6 2.4 2.6H9c1.41.06 2.56-1.09 2.5-2.5V14h1v5.5A2.394 2.394 0 0 0 15 22h.1c1.37 0 2.46-1.14 2.4-2.5c0-1.33-2-1.33-2 0c0 .67-1 .67-1 0v-5.7h1v1.8c0 1.36 1.13 2.46 2.5 2.4h.1c1.37 0 2.46-1.14 2.4-2.5c0-1.33-2-1.33-2 0c0 .67-1 .67-1 0v-2.3l1.7-.5c.72-.34 1.21-1.02 1.3-1.8C20.5 5.5 16.7 2 12 2m0 4.2c-1.47.4-2.76 1.33-3.6 2.6c-.4.53-1.2-.07-.8-.6a7.47 7.47 0 0 1 4.2-3a.5.5 0 0 1 .6.4c.1.3-.1.5-.4.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c3.8 0 6.5 2.8 6.5 6.8a18.3 18.3 0 0 1-13 0C5.5 6.8 8.2 4 12 4m0-2c-4.7 0-8.5 3.5-8.5 8.9c.06.8.56 1.5 1.3 1.8l1.7.5v2.3a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5a.898.898 0 0 0-1-1a.898.898 0 0 0-1 1A2.405 2.405 0 0 0 5.9 18H6c1.41.06 2.56-1.09 2.5-2.5v-1.8h1v5.7c0 .67-1 .67-1 0a.898.898 0 0 0-1-1a.898.898 0 0 0-1 1c-.11 1.4 1 2.6 2.4 2.6H9c1.41.06 2.56-1.09 2.5-2.5V14h1v5.5A2.394 2.394 0 0 0 15 22h.1c1.37 0 2.46-1.14 2.4-2.5c0-1.33-2-1.33-2 0c0 .67-1 .67-1 0v-5.7h1v1.8c0 1.36 1.13 2.46 2.5 2.4h.1c1.37 0 2.46-1.14 2.4-2.5c0-1.33-2-1.33-2 0c0 .67-1 .67-1 0v-2.3l1.7-.5c.72-.34 1.21-1.02 1.3-1.8C20.5 5.5 16.7 2 12 2m0 4.2c-1.47.4-2.76 1.33-3.6 2.6c-.4.53-1.2-.07-.8-.6a7.47 7.47 0 0 1 4.2-3a.5.5 0 0 1 .6.4c.1.3-.1.5-.4.6"/></svg>
</template>

CSS

.icon-jellyfish-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204c3.8%200%206.5%202.8%206.5%206.8a18.3%2018.3%200%200%201-13%200C5.5%206.8%208.2%204%2012%204m0-2c-4.7%200-8.5%203.5-8.5%208.9c.06.8.56%201.5%201.3%201.8l1.7.5v2.3a.5.5%200%200%201-.5.5a.5.5%200%200%201-.5-.5a.898.898%200%200%200-1-1a.898.898%200%200%200-1%201A2.405%202.405%200%200%200%205.9%2018H6c1.41.06%202.56-1.09%202.5-2.5v-1.8h1v5.7c0%20.67-1%20.67-1%200a.898.898%200%200%200-1-1a.898.898%200%200%200-1%201c-.11%201.4%201%202.6%202.4%202.6H9c1.41.06%202.56-1.09%202.5-2.5V14h1v5.5A2.394%202.394%200%200%200%2015%2022h.1c1.37%200%202.46-1.14%202.4-2.5c0-1.33-2-1.33-2%200c0%20.67-1%20.67-1%200v-5.7h1v1.8c0%201.36%201.13%202.46%202.5%202.4h.1c1.37%200%202.46-1.14%202.4-2.5c0-1.33-2-1.33-2%200c0%20.67-1%20.67-1%200v-2.3l1.7-.5c.72-.34%201.21-1.02%201.3-1.8C20.5%205.5%2016.7%202%2012%202m0%204.2c-1.47.4-2.76%201.33-3.6%202.6c-.4.53-1.2-.07-.8-.6a7.47%207.47%200%200%201%204.2-3a.5.5%200%200%201%20.6.4c.1.3-.1.5-.4.6%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204c3.8%200%206.5%202.8%206.5%206.8a18.3%2018.3%200%200%201-13%200C5.5%206.8%208.2%204%2012%204m0-2c-4.7%200-8.5%203.5-8.5%208.9c.06.8.56%201.5%201.3%201.8l1.7.5v2.3a.5.5%200%200%201-.5.5a.5.5%200%200%201-.5-.5a.898.898%200%200%200-1-1a.898.898%200%200%200-1%201A2.405%202.405%200%200%200%205.9%2018H6c1.41.06%202.56-1.09%202.5-2.5v-1.8h1v5.7c0%20.67-1%20.67-1%200a.898.898%200%200%200-1-1a.898.898%200%200%200-1%201c-.11%201.4%201%202.6%202.4%202.6H9c1.41.06%202.56-1.09%202.5-2.5V14h1v5.5A2.394%202.394%200%200%200%2015%2022h.1c1.37%200%202.46-1.14%202.4-2.5c0-1.33-2-1.33-2%200c0%20.67-1%20.67-1%200v-5.7h1v1.8c0%201.36%201.13%202.46%202.5%202.4h.1c1.37%200%202.46-1.14%202.4-2.5c0-1.33-2-1.33-2%200c0%20.67-1%20.67-1%200v-2.3l1.7-.5c.72-.34%201.21-1.02%201.3-1.8C20.5%205.5%2016.7%202%2012%202m0%204.2c-1.47.4-2.76%201.33-3.6%202.6c-.4.53-1.2-.07-.8-.6a7.47%207.47%200%200%201%204.2-3a.5.5%200%200%201%20.6.4c.1.3-.1.5-.4.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/jellyfish-outline.svg?color=%231a73e8&size=48