dolphin from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.

Name
dolphin
Set
Twitter Emoji
Style
Default
Category
Animals & Nature
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More animals & nature icons from Twitter Emoji

Use the dolphin emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#4292e0" d="M30.584 7.854A10.44 10.44 0 0 1 33.559 2c.704-.704.25-2-1-2c0 0-6.061.007-9.893 3.327A15 15 0 0 0 19.559 3c-8 0-12 4-14 12c-.444 1.778-.865 1.399-3 3c-1.195.896-2.117 3 1 3c3 0 5 .954 9 1c3.629.042 9.504-3.229 11.087-1.292c2.211 2.706 1.396 5.438.597 6.666c-2.904 3.396-5.939.541-8.685-.374c-3-1-1 1 0 2s1.312 4 0 6s3 0 5-3c.011-.017.022-.028.032-.045C28.392 31.5 34.559 25.936 34.559 18c0-3.918-1.515-7.474-3.975-10.146"/><circle cx="13.117" cy="14" r="2" fill="#1f2326"/><path fill="#77bcf7" d="M10.396 21.896s4-.876 7.167-2.688c4.625-2.646 7.26-2.594 8.885-.823s1.99 6.594-2.885 9.677c2.604-2.75 1.146-8.349-2.014-7.588c-8.153 1.964-8.903 1.547-11.153 1.422"/><path fill="#4292e0" d="m19.383 17.744l-2.922 1.285a.54.54 0 0 0-.412.561c.122 1.504.756 3.625 2.263 4.629c2.354 1.569 2.367 1.897 3 0c.768-2.303-.182-4.462-1.333-6.24a.55.55 0 0 0-.596-.235"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiDolphin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#4292e0" d="M30.584 7.854A10.44 10.44 0 0 1 33.559 2c.704-.704.25-2-1-2c0 0-6.061.007-9.893 3.327A15 15 0 0 0 19.559 3c-8 0-12 4-14 12c-.444 1.778-.865 1.399-3 3c-1.195.896-2.117 3 1 3c3 0 5 .954 9 1c3.629.042 9.504-3.229 11.087-1.292c2.211 2.706 1.396 5.438.597 6.666c-2.904 3.396-5.939.541-8.685-.374c-3-1-1 1 0 2s1.312 4 0 6s3 0 5-3c.011-.017.022-.028.032-.045C28.392 31.5 34.559 25.936 34.559 18c0-3.918-1.515-7.474-3.975-10.146"/><circle cx="13.117" cy="14" r="2" fill="#1f2326"/><path fill="#77bcf7" d="M10.396 21.896s4-.876 7.167-2.688c4.625-2.646 7.26-2.594 8.885-.823s1.99 6.594-2.885 9.677c2.604-2.75 1.146-8.349-2.014-7.588c-8.153 1.964-8.903 1.547-11.153 1.422"/><path fill="#4292e0" d="m19.383 17.744l-2.922 1.285a.54.54 0 0 0-.412.561c.122 1.504.756 3.625 2.263 4.629c2.354 1.569 2.367 1.897 3 0c.768-2.303-.182-4.462-1.333-6.24a.55.55 0 0 0-.596-.235"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#4292e0" d="M30.584 7.854A10.44 10.44 0 0 1 33.559 2c.704-.704.25-2-1-2c0 0-6.061.007-9.893 3.327A15 15 0 0 0 19.559 3c-8 0-12 4-14 12c-.444 1.778-.865 1.399-3 3c-1.195.896-2.117 3 1 3c3 0 5 .954 9 1c3.629.042 9.504-3.229 11.087-1.292c2.211 2.706 1.396 5.438.597 6.666c-2.904 3.396-5.939.541-8.685-.374c-3-1-1 1 0 2s1.312 4 0 6s3 0 5-3c.011-.017.022-.028.032-.045C28.392 31.5 34.559 25.936 34.559 18c0-3.918-1.515-7.474-3.975-10.146"/><circle cx="13.117" cy="14" r="2" fill="#1f2326"/><path fill="#77bcf7" d="M10.396 21.896s4-.876 7.167-2.688c4.625-2.646 7.26-2.594 8.885-.823s1.99 6.594-2.885 9.677c2.604-2.75 1.146-8.349-2.014-7.588c-8.153 1.964-8.903 1.547-11.153 1.422"/><path fill="#4292e0" d="m19.383 17.744l-2.922 1.285a.54.54 0 0 0-.412.561c.122 1.504.756 3.625 2.263 4.629c2.354 1.569 2.367 1.897 3 0c.768-2.303-.182-4.462-1.333-6.24a.55.55 0 0 0-.596-.235"/></svg>
</template>

CSS

.icon-dolphin {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%234292e0%22%20d%3D%22M30.584%207.854A10.44%2010.44%200%200%201%2033.559%202c.704-.704.25-2-1-2c0%200-6.061.007-9.893%203.327A15%2015%200%200%200%2019.559%203c-8%200-12%204-14%2012c-.444%201.778-.865%201.399-3%203c-1.195.896-2.117%203%201%203c3%200%205%20.954%209%201c3.629.042%209.504-3.229%2011.087-1.292c2.211%202.706%201.396%205.438.597%206.666c-2.904%203.396-5.939.541-8.685-.374c-3-1-1%201%200%202s1.312%204%200%206s3%200%205-3c.011-.017.022-.028.032-.045C28.392%2031.5%2034.559%2025.936%2034.559%2018c0-3.918-1.515-7.474-3.975-10.146%22%2F%3E%3Ccircle%20cx%3D%2213.117%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22%231f2326%22%2F%3E%3Cpath%20fill%3D%22%2377bcf7%22%20d%3D%22M10.396%2021.896s4-.876%207.167-2.688c4.625-2.646%207.26-2.594%208.885-.823s1.99%206.594-2.885%209.677c2.604-2.75%201.146-8.349-2.014-7.588c-8.153%201.964-8.903%201.547-11.153%201.422%22%2F%3E%3Cpath%20fill%3D%22%234292e0%22%20d%3D%22m19.383%2017.744l-2.922%201.285a.54.54%200%200%200-.412.561c.122%201.504.756%203.625%202.263%204.629c2.354%201.569%202.367%201.897%203%200c.768-2.303-.182-4.462-1.333-6.24a.55.55%200%200%200-.596-.235%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%2036%2036%22%3E%3Cpath%20fill%3D%22%234292e0%22%20d%3D%22M30.584%207.854A10.44%2010.44%200%200%201%2033.559%202c.704-.704.25-2-1-2c0%200-6.061.007-9.893%203.327A15%2015%200%200%200%2019.559%203c-8%200-12%204-14%2012c-.444%201.778-.865%201.399-3%203c-1.195.896-2.117%203%201%203c3%200%205%20.954%209%201c3.629.042%209.504-3.229%2011.087-1.292c2.211%202.706%201.396%205.438.597%206.666c-2.904%203.396-5.939.541-8.685-.374c-3-1-1%201%200%202s1.312%204%200%206s3%200%205-3c.011-.017.022-.028.032-.045C28.392%2031.5%2034.559%2025.936%2034.559%2018c0-3.918-1.515-7.474-3.975-10.146%22%2F%3E%3Ccircle%20cx%3D%2213.117%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22%231f2326%22%2F%3E%3Cpath%20fill%3D%22%2377bcf7%22%20d%3D%22M10.396%2021.896s4-.876%207.167-2.688c4.625-2.646%207.26-2.594%208.885-.823s1.99%206.594-2.885%209.677c2.604-2.75%201.146-8.349-2.014-7.588c-8.153%201.964-8.903%201.547-11.153%201.422%22%2F%3E%3Cpath%20fill%3D%22%234292e0%22%20d%3D%22m19.383%2017.744l-2.922%201.285a.54.54%200%200%200-.412.561c.122%201.504.756%203.625%202.263%204.629c2.354%201.569%202.367%201.897%203%200c.768-2.303-.182-4.462-1.333-6.24a.55.55%200%200%200-.596-.235%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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