goldfish emoji

goldfish from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
goldfish
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the goldfish emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f1b31c" d="M7 24c0 4.504 1.489 8.66 4 12.002l-.005.003A19.9 19.9 0 0 0 7 48c5.746-.96 10.297-4.596 11.614-9.243l.006-.006C21.055 44.053 30.375 48 41.5 48C54.479 48 65 42.627 65 36S54.479 24 41.5 24c-11.127 0-20.448 3.949-22.88 9.252l.008.004c-1.281-4.612-5.746-8.238-11.41-9.256"/><path fill="#e27022" d="M33.574 47.3c2.476.453 5.145.7 7.926.7C54.479 48 65 42.627 65 36c0-5.454-7.125-10.058-16.882-11.517z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M7 24c0 4.504 1.489 8.66 4 12.002l-.005.003A19.9 19.9 0 0 0 7 48c5.746-.96 10.297-4.596 11.614-9.243l.006-.006C21.055 44.053 30.375 48 41.5 48C54.479 48 65 42.627 65 36S54.479 24 41.5 24c-11.127 0-20.448 3.949-22.88 9.252l.008.004c-1.281-4.612-5.746-8.238-11.41-9.256z"/><circle cx="53" cy="34" r="2"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiGoldfish(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f1b31c" d="M7 24c0 4.504 1.489 8.66 4 12.002l-.005.003A19.9 19.9 0 0 0 7 48c5.746-.96 10.297-4.596 11.614-9.243l.006-.006C21.055 44.053 30.375 48 41.5 48C54.479 48 65 42.627 65 36S54.479 24 41.5 24c-11.127 0-20.448 3.949-22.88 9.252l.008.004c-1.281-4.612-5.746-8.238-11.41-9.256"/><path fill="#e27022" d="M33.574 47.3c2.476.453 5.145.7 7.926.7C54.479 48 65 42.627 65 36c0-5.454-7.125-10.058-16.882-11.517z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M7 24c0 4.504 1.489 8.66 4 12.002l-.005.003A19.9 19.9 0 0 0 7 48c5.746-.96 10.297-4.596 11.614-9.243l.006-.006C21.055 44.053 30.375 48 41.5 48C54.479 48 65 42.627 65 36S54.479 24 41.5 24c-11.127 0-20.448 3.949-22.88 9.252l.008.004c-1.281-4.612-5.746-8.238-11.41-9.256z"/><circle cx="53" cy="34" r="2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f1b31c" d="M7 24c0 4.504 1.489 8.66 4 12.002l-.005.003A19.9 19.9 0 0 0 7 48c5.746-.96 10.297-4.596 11.614-9.243l.006-.006C21.055 44.053 30.375 48 41.5 48C54.479 48 65 42.627 65 36S54.479 24 41.5 24c-11.127 0-20.448 3.949-22.88 9.252l.008.004c-1.281-4.612-5.746-8.238-11.41-9.256"/><path fill="#e27022" d="M33.574 47.3c2.476.453 5.145.7 7.926.7C54.479 48 65 42.627 65 36c0-5.454-7.125-10.058-16.882-11.517z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M7 24c0 4.504 1.489 8.66 4 12.002l-.005.003A19.9 19.9 0 0 0 7 48c5.746-.96 10.297-4.596 11.614-9.243l.006-.006C21.055 44.053 30.375 48 41.5 48C54.479 48 65 42.627 65 36S54.479 24 41.5 24c-11.127 0-20.448 3.949-22.88 9.252l.008.004c-1.281-4.612-5.746-8.238-11.41-9.256z"/><circle cx="53" cy="34" r="2"/></svg>
</template>

CSS

.icon-goldfish {
  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%23f1b31c%22%20d%3D%22M7%2024c0%204.504%201.489%208.66%204%2012.002l-.005.003A19.9%2019.9%200%200%200%207%2048c5.746-.96%2010.297-4.596%2011.614-9.243l.006-.006C21.055%2044.053%2030.375%2048%2041.5%2048C54.479%2048%2065%2042.627%2065%2036S54.479%2024%2041.5%2024c-11.127%200-20.448%203.949-22.88%209.252l.008.004c-1.281-4.612-5.746-8.238-11.41-9.256%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M33.574%2047.3c2.476.453%205.145.7%207.926.7C54.479%2048%2065%2042.627%2065%2036c0-5.454-7.125-10.058-16.882-11.517z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M7%2024c0%204.504%201.489%208.66%204%2012.002l-.005.003A19.9%2019.9%200%200%200%207%2048c5.746-.96%2010.297-4.596%2011.614-9.243l.006-.006C21.055%2044.053%2030.375%2048%2041.5%2048C54.479%2048%2065%2042.627%2065%2036S54.479%2024%2041.5%2024c-11.127%200-20.448%203.949-22.88%209.252l.008.004c-1.281-4.612-5.746-8.238-11.41-9.256z%22%2F%3E%3Ccircle%20cx%3D%2253%22%20cy%3D%2234%22%20r%3D%222%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M7%2024c0%204.504%201.489%208.66%204%2012.002l-.005.003A19.9%2019.9%200%200%200%207%2048c5.746-.96%2010.297-4.596%2011.614-9.243l.006-.006C21.055%2044.053%2030.375%2048%2041.5%2048C54.479%2048%2065%2042.627%2065%2036S54.479%2024%2041.5%2024c-11.127%200-20.448%203.949-22.88%209.252l.008.004c-1.281-4.612-5.746-8.238-11.41-9.256%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M33.574%2047.3c2.476.453%205.145.7%207.926.7C54.479%2048%2065%2042.627%2065%2036c0-5.454-7.125-10.058-16.882-11.517z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M7%2024c0%204.504%201.489%208.66%204%2012.002l-.005.003A19.9%2019.9%200%200%200%207%2048c5.746-.96%2010.297-4.596%2011.614-9.243l.006-.006C21.055%2044.053%2030.375%2048%2041.5%2048C54.479%2048%2065%2042.627%2065%2036S54.479%2024%2041.5%2024c-11.127%200-20.448%203.949-22.88%209.252l.008.004c-1.281-4.612-5.746-8.238-11.41-9.256z%22%2F%3E%3Ccircle%20cx%3D%2253%22%20cy%3D%2234%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Goldfish emoji — OpenMoji · IconsDB