jellyfish icon
jellyfish from Material Design Icons by Pictogrammers · Filled · Animal · Apache-2.0 Free for personal and commercial use.
- Name
- jellyfish
- Set
- Material Design Icons
- Style
- Filled
- 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="M19.5 14.5a.898.898 0 0 0-1 1c0 .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 2s-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.394 2.394 0 0 0 6 18c1.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 1A2.4 2.4 0 0 0 9 22c1.41.06 2.56-1.09 2.5-2.5V14h1v5.5A2.394 2.394 0 0 0 15 22c1.41.06 2.56-1.09 2.5-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.4c1.41.06 2.56-1.09 2.5-2.5a.898.898 0 0 0-1-1m-8.9-9.8A5.57 5.57 0 0 0 7 7.3c-.17.2-.5.27-.7.1a.507.507 0 0 1-.1-.7a6.9 6.9 0 0 1 4.2-3c.27-.02.51.15.6.4c.06.27-.12.55-.4.6"/></svg>
React
import type { SVGProps } from "react";
export function MdiJellyfish(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="M19.5 14.5a.898.898 0 0 0-1 1c0 .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 2s-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.394 2.394 0 0 0 6 18c1.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 1A2.4 2.4 0 0 0 9 22c1.41.06 2.56-1.09 2.5-2.5V14h1v5.5A2.394 2.394 0 0 0 15 22c1.41.06 2.56-1.09 2.5-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.4c1.41.06 2.56-1.09 2.5-2.5a.898.898 0 0 0-1-1m-8.9-9.8A5.57 5.57 0 0 0 7 7.3c-.17.2-.5.27-.7.1a.507.507 0 0 1-.1-.7a6.9 6.9 0 0 1 4.2-3c.27-.02.51.15.6.4c.06.27-.12.55-.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="M19.5 14.5a.898.898 0 0 0-1 1c0 .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 2s-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.394 2.394 0 0 0 6 18c1.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 1A2.4 2.4 0 0 0 9 22c1.41.06 2.56-1.09 2.5-2.5V14h1v5.5A2.394 2.394 0 0 0 15 22c1.41.06 2.56-1.09 2.5-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.4c1.41.06 2.56-1.09 2.5-2.5a.898.898 0 0 0-1-1m-8.9-9.8A5.57 5.57 0 0 0 7 7.3c-.17.2-.5.27-.7.1a.507.507 0 0 1-.1-.7a6.9 6.9 0 0 1 4.2-3c.27-.02.51.15.6.4c.06.27-.12.55-.4.6"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.5%2014.5a.898.898%200%200%200-1%201c0%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%202s-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.394%202.394%200%200%200%206%2018c1.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%201A2.4%202.4%200%200%200%209%2022c1.41.06%202.56-1.09%202.5-2.5V14h1v5.5A2.394%202.394%200%200%200%2015%2022c1.41.06%202.56-1.09%202.5-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.4c1.41.06%202.56-1.09%202.5-2.5a.898.898%200%200%200-1-1m-8.9-9.8A5.57%205.57%200%200%200%207%207.3c-.17.2-.5.27-.7.1a.507.507%200%200%201-.1-.7a6.9%206.9%200%200%201%204.2-3c.27-.02.51.15.6.4c.06.27-.12.55-.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%22M19.5%2014.5a.898.898%200%200%200-1%201c0%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%202s-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.394%202.394%200%200%200%206%2018c1.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%201A2.4%202.4%200%200%200%209%2022c1.41.06%202.56-1.09%202.5-2.5V14h1v5.5A2.394%202.394%200%200%200%2015%2022c1.41.06%202.56-1.09%202.5-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.4c1.41.06%202.56-1.09%202.5-2.5a.898.898%200%200%200-1-1m-8.9-9.8A5.57%205.57%200%200%200%207%207.3c-.17.2-.5.27-.7.1a.507.507%200%200%201-.1-.7a6.9%206.9%200%200%201%204.2-3c.27-.02.51.15.6.4c.06.27-.12.55-.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.svg?color=%231a73e8&size=48