carp streamer emoji

carp-streamer from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.

Name
carp-streamer
Set
OpenMoji
Style
Default
Category
Activities
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More activities icons from OpenMoji

Use the carp streamer emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" d="M58.692 19.154c2.923 0 7.308-2.462 7.308-2.462v9.846s-2.923-4.923-7.308-2.461S47 26.538 47 26.538L45.538 29h-7.307l-1.462-2.461A20.8 20.8 0 0 1 28 24.077v-3.692s4.385-3.556 8.77-3.556v-2.462s9.042-3 17.538 1.094v2.462a7.1 7.1 0 0 0 4.384 1.23"/><path fill="#d22f27" d="M56.692 40.154c2.923 0 7.308-2.462 7.308-2.462v9.846s-2.923-4.923-7.308-2.461S45 47.539 45 47.539L43.538 50h-7.307l-1.462-2.461A20.8 20.8 0 0 1 26 45.076v-3.692s4.385-3.556 8.77-3.556v-2.462s9.042-3 17.538 1.095v2.461a7.1 7.1 0 0 0 4.384 1.23"/><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" d="M18 67V8"/><circle cx="18" cy="7" r="1"/><circle cx="18" cy="7" r="2"/><circle cx="36" cy="21.367" r="1"/><path fill="none" d="M42 20s3 0 4 2"/><circle cx="34" cy="42.367" r="1"/><path fill="none" d="M40 41s3 0 4 2M28 20.385L18 22l10 2.077m-2 17.308L18 43l8 2.077m32.692-25.923c2.923 0 7.308-2.462 7.308-2.462v9.846s-2.923-4.923-7.308-2.461S47 26.538 47 26.538L45.538 29h-7.307l-1.462-2.461A20.8 20.8 0 0 1 28 24.077v-3.692s4.385-3.556 8.77-3.556v-2.462s9.042-3 17.538 1.094v2.462a7.1 7.1 0 0 0 4.384 1.23"/><path fill="none" d="M56.692 40.154c2.923 0 7.308-2.462 7.308-2.462v9.846s-2.923-4.923-7.308-2.461S45 47.539 45 47.539L43.538 50h-7.307l-1.462-2.461A20.8 20.8 0 0 1 26 45.076v-3.692s4.385-3.556 8.77-3.556v-2.462s9.042-3 17.538 1.095v2.461a7.1 7.1 0 0 0 4.384 1.23"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiCarpStreamer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" d="M58.692 19.154c2.923 0 7.308-2.462 7.308-2.462v9.846s-2.923-4.923-7.308-2.461S47 26.538 47 26.538L45.538 29h-7.307l-1.462-2.461A20.8 20.8 0 0 1 28 24.077v-3.692s4.385-3.556 8.77-3.556v-2.462s9.042-3 17.538 1.094v2.462a7.1 7.1 0 0 0 4.384 1.23"/><path fill="#d22f27" d="M56.692 40.154c2.923 0 7.308-2.462 7.308-2.462v9.846s-2.923-4.923-7.308-2.461S45 47.539 45 47.539L43.538 50h-7.307l-1.462-2.461A20.8 20.8 0 0 1 26 45.076v-3.692s4.385-3.556 8.77-3.556v-2.462s9.042-3 17.538 1.095v2.461a7.1 7.1 0 0 0 4.384 1.23"/><g stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="none" d="M18 67V8"/><circle cx="18" cy="7" r="1"/><circle cx="18" cy="7" r="2"/><circle cx="36" cy="21.367" r="1"/><path fill="none" d="M42 20s3 0 4 2"/><circle cx="34" cy="42.367" r="1"/><path fill="none" d="M40 41s3 0 4 2M28 20.385L18 22l10 2.077m-2 17.308L18 43l8 2.077m32.692-25.923c2.923 0 7.308-2.462 7.308-2.462v9.846s-2.923-4.923-7.308-2.461S47 26.538 47 26.538L45.538 29h-7.307l-1.462-2.461A20.8 20.8 0 0 1 28 24.077v-3.692s4.385-3.556 8.77-3.556v-2.462s9.042-3 17.538 1.094v2.462a7.1 7.1 0 0 0 4.384 1.23"/><path fill="none" d="M56.692 40.154c2.923 0 7.308-2.462 7.308-2.462v9.846s-2.923-4.923-7.308-2.461S45 47.539 45 47.539L43.538 50h-7.307l-1.462-2.461A20.8 20.8 0 0 1 26 45.076v-3.692s4.385-3.556 8.77-3.556v-2.462s9.042-3 17.538 1.095v2.461a7.1 7.1 0 0 0 4.384 1.23"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" d="M58.692 19.154c2.923 0 7.308-2.462 7.308-2.462v9.846s-2.923-4.923-7.308-2.461S47 26.538 47 26.538L45.538 29h-7.307l-1.462-2.461A20.8 20.8 0 0 1 28 24.077v-3.692s4.385-3.556 8.77-3.556v-2.462s9.042-3 17.538 1.094v2.462a7.1 7.1 0 0 0 4.384 1.23"/><path fill="#d22f27" d="M56.692 40.154c2.923 0 7.308-2.462 7.308-2.462v9.846s-2.923-4.923-7.308-2.461S45 47.539 45 47.539L43.538 50h-7.307l-1.462-2.461A20.8 20.8 0 0 1 26 45.076v-3.692s4.385-3.556 8.77-3.556v-2.462s9.042-3 17.538 1.095v2.461a7.1 7.1 0 0 0 4.384 1.23"/><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" d="M18 67V8"/><circle cx="18" cy="7" r="1"/><circle cx="18" cy="7" r="2"/><circle cx="36" cy="21.367" r="1"/><path fill="none" d="M42 20s3 0 4 2"/><circle cx="34" cy="42.367" r="1"/><path fill="none" d="M40 41s3 0 4 2M28 20.385L18 22l10 2.077m-2 17.308L18 43l8 2.077m32.692-25.923c2.923 0 7.308-2.462 7.308-2.462v9.846s-2.923-4.923-7.308-2.461S47 26.538 47 26.538L45.538 29h-7.307l-1.462-2.461A20.8 20.8 0 0 1 28 24.077v-3.692s4.385-3.556 8.77-3.556v-2.462s9.042-3 17.538 1.094v2.462a7.1 7.1 0 0 0 4.384 1.23"/><path fill="none" d="M56.692 40.154c2.923 0 7.308-2.462 7.308-2.462v9.846s-2.923-4.923-7.308-2.461S45 47.539 45 47.539L43.538 50h-7.307l-1.462-2.461A20.8 20.8 0 0 1 26 45.076v-3.692s4.385-3.556 8.77-3.556v-2.462s9.042-3 17.538 1.095v2.461a7.1 7.1 0 0 0 4.384 1.23"/></g></svg>
</template>

CSS

.icon-carp-streamer {
  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%2361b2e4%22%20d%3D%22M58.692%2019.154c2.923%200%207.308-2.462%207.308-2.462v9.846s-2.923-4.923-7.308-2.461S47%2026.538%2047%2026.538L45.538%2029h-7.307l-1.462-2.461A20.8%2020.8%200%200%201%2028%2024.077v-3.692s4.385-3.556%208.77-3.556v-2.462s9.042-3%2017.538%201.094v2.462a7.1%207.1%200%200%200%204.384%201.23%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M56.692%2040.154c2.923%200%207.308-2.462%207.308-2.462v9.846s-2.923-4.923-7.308-2.461S45%2047.539%2045%2047.539L43.538%2050h-7.307l-1.462-2.461A20.8%2020.8%200%200%201%2026%2045.076v-3.692s4.385-3.556%208.77-3.556v-2.462s9.042-3%2017.538%201.095v2.461a7.1%207.1%200%200%200%204.384%201.23%22%2F%3E%3Cg%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M18%2067V8%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%227%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%227%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2221.367%22%20r%3D%221%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M42%2020s3%200%204%202%22%2F%3E%3Ccircle%20cx%3D%2234%22%20cy%3D%2242.367%22%20r%3D%221%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M40%2041s3%200%204%202M28%2020.385L18%2022l10%202.077m-2%2017.308L18%2043l8%202.077m32.692-25.923c2.923%200%207.308-2.462%207.308-2.462v9.846s-2.923-4.923-7.308-2.461S47%2026.538%2047%2026.538L45.538%2029h-7.307l-1.462-2.461A20.8%2020.8%200%200%201%2028%2024.077v-3.692s4.385-3.556%208.77-3.556v-2.462s9.042-3%2017.538%201.094v2.462a7.1%207.1%200%200%200%204.384%201.23%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M56.692%2040.154c2.923%200%207.308-2.462%207.308-2.462v9.846s-2.923-4.923-7.308-2.461S45%2047.539%2045%2047.539L43.538%2050h-7.307l-1.462-2.461A20.8%2020.8%200%200%201%2026%2045.076v-3.692s4.385-3.556%208.77-3.556v-2.462s9.042-3%2017.538%201.095v2.461a7.1%207.1%200%200%200%204.384%201.23%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%2361b2e4%22%20d%3D%22M58.692%2019.154c2.923%200%207.308-2.462%207.308-2.462v9.846s-2.923-4.923-7.308-2.461S47%2026.538%2047%2026.538L45.538%2029h-7.307l-1.462-2.461A20.8%2020.8%200%200%201%2028%2024.077v-3.692s4.385-3.556%208.77-3.556v-2.462s9.042-3%2017.538%201.094v2.462a7.1%207.1%200%200%200%204.384%201.23%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M56.692%2040.154c2.923%200%207.308-2.462%207.308-2.462v9.846s-2.923-4.923-7.308-2.461S45%2047.539%2045%2047.539L43.538%2050h-7.307l-1.462-2.461A20.8%2020.8%200%200%201%2026%2045.076v-3.692s4.385-3.556%208.77-3.556v-2.462s9.042-3%2017.538%201.095v2.461a7.1%207.1%200%200%200%204.384%201.23%22%2F%3E%3Cg%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M18%2067V8%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%227%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%227%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2221.367%22%20r%3D%221%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M42%2020s3%200%204%202%22%2F%3E%3Ccircle%20cx%3D%2234%22%20cy%3D%2242.367%22%20r%3D%221%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M40%2041s3%200%204%202M28%2020.385L18%2022l10%202.077m-2%2017.308L18%2043l8%202.077m32.692-25.923c2.923%200%207.308-2.462%207.308-2.462v9.846s-2.923-4.923-7.308-2.461S47%2026.538%2047%2026.538L45.538%2029h-7.307l-1.462-2.461A20.8%2020.8%200%200%201%2028%2024.077v-3.692s4.385-3.556%208.77-3.556v-2.462s9.042-3%2017.538%201.094v2.462a7.1%207.1%200%200%200%204.384%201.23%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M56.692%2040.154c2.923%200%207.308-2.462%207.308-2.462v9.846s-2.923-4.923-7.308-2.461S45%2047.539%2045%2047.539L43.538%2050h-7.307l-1.462-2.461A20.8%2020.8%200%200%201%2026%2045.076v-3.692s4.385-3.556%208.77-3.556v-2.462s9.042-3%2017.538%201.095v2.461a7.1%207.1%200%200%200%204.384%201.23%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/carp-streamer.svg?color=%231a73e8&size=48