mermaid from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
mermaid
Set
Material Icon Theme
Style
Color
Viewbox
64×64
License
MIT

The same logo in other sets

Use the mermaid logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ff4081" d="M56.954 11.425C45.907 10.952 35.763 17.749 32 28.146C28.236 17.749 18.093 10.952 7.046 11.425a25.46 25.46 0 0 0 11.073 22.072a13.66 13.66 0 0 1 5.92 11.286v7.815h15.924v-7.815a13.66 13.66 0 0 1 5.92-11.286a25.44 25.44 0 0 0 11.072-22.072z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeMermaid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ff4081" d="M56.954 11.425C45.907 10.952 35.763 17.749 32 28.146C28.236 17.749 18.093 10.952 7.046 11.425a25.46 25.46 0 0 0 11.073 22.072a13.66 13.66 0 0 1 5.92 11.286v7.815h15.924v-7.815a13.66 13.66 0 0 1 5.92-11.286a25.44 25.44 0 0 0 11.072-22.072z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ff4081" d="M56.954 11.425C45.907 10.952 35.763 17.749 32 28.146C28.236 17.749 18.093 10.952 7.046 11.425a25.46 25.46 0 0 0 11.073 22.072a13.66 13.66 0 0 1 5.92 11.286v7.815h15.924v-7.815a13.66 13.66 0 0 1 5.92-11.286a25.44 25.44 0 0 0 11.072-22.072z"/></svg>
</template>

CSS

.icon-mermaid {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ff4081%22%20d%3D%22M56.954%2011.425C45.907%2010.952%2035.763%2017.749%2032%2028.146C28.236%2017.749%2018.093%2010.952%207.046%2011.425a25.46%2025.46%200%200%200%2011.073%2022.072a13.66%2013.66%200%200%201%205.92%2011.286v7.815h15.924v-7.815a13.66%2013.66%200%200%201%205.92-11.286a25.44%2025.44%200%200%200%2011.072-22.072z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ff4081%22%20d%3D%22M56.954%2011.425C45.907%2010.952%2035.763%2017.749%2032%2028.146C28.236%2017.749%2018.093%2010.952%207.046%2011.425a25.46%2025.46%200%200%200%2011.073%2022.072a13.66%2013.66%200%200%201%205.92%2011.286v7.815h15.924v-7.815a13.66%2013.66%200%200%201%205.92-11.286a25.44%2025.44%200%200%200%2011.072-22.072z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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