orca from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.

Name
orca
Set
OpenMoji
Style
Default
Category
Animals Nature
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More animals nature icons from OpenMoji

Use the orca emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M27 25s1-5-2-8s6.333-.833 8.667 6.083C33.667 23.083 53 21 60 34c0 0 2 4-16 4c0 0-2 5-9 5c0 0-2 0 1-5c0 0-10-.5-15.5 9.75a7.8 7.8 0 0 0-.628 1.737c-1.048 4.047 5.547 2.433 6.65 5.253c.402 1.032 1.153 4.169.563 4.587a.25.25 0 0 1-.136.047c-.191.01-.47-.167-.863-.599c-2.06-1.533-4.999.511-6.987-.653c-.8-.468-1.202-1.224-1.492-1.791c-.461.74-1.075 2.268-2.123 2.622c-1.836.551-4.59.375-5.897 3.842c-1.192-3.637-2.383-6.231 2.06-9.292c1.56-1.057 3.95-2.688 4.008-4.125c.013-.227-.646-16.38 11.347-24.376z"/><path fill="#fff" d="M48.984 33.613c-1.018-.046-2.23.05-3.799.414C41 35 42 35 42 35l2.986 2.986c9.887-.088 13.355-1.431 14.508-2.54L59 35s-3.5-.167-5.75-.584c-1.406-.26-2.569-.726-4.266-.803"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M59 35s-3.5-.167-5.75-.583c-2.25-.417-3.879-1.364-8.064-.39C41 35 42 35 42 35l3 3"/><path d="M27 25s1-5-2-8s6.333-.833 8.667 6.083C33.667 23.083 53 21 60 34c0 0 2 4-16 4c0 0-2 5-9 5c0 0-2 0 1-5c0 0-10-.5-15.5 9.75a7.8 7.8 0 0 0-.628 1.737c-1.048 4.047 5.547 2.433 6.65 5.253c.402 1.032 1.153 4.169.563 4.587a.25.25 0 0 1-.136.047c-.191.01-.47-.167-.863-.599c-2.06-1.533-4.999.511-6.987-.653c-.8-.468-1.202-1.224-1.492-1.791c-.461.74-1.075 2.268-2.123 2.622c-1.836.551-4.59.375-5.897 3.842c-1.192-3.637-2.383-6.231 2.06-9.292c1.56-1.057 3.95-2.688 4.008-4.125c.013-.227-.646-16.38 11.347-24.376z"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiOrca(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M27 25s1-5-2-8s6.333-.833 8.667 6.083C33.667 23.083 53 21 60 34c0 0 2 4-16 4c0 0-2 5-9 5c0 0-2 0 1-5c0 0-10-.5-15.5 9.75a7.8 7.8 0 0 0-.628 1.737c-1.048 4.047 5.547 2.433 6.65 5.253c.402 1.032 1.153 4.169.563 4.587a.25.25 0 0 1-.136.047c-.191.01-.47-.167-.863-.599c-2.06-1.533-4.999.511-6.987-.653c-.8-.468-1.202-1.224-1.492-1.791c-.461.74-1.075 2.268-2.123 2.622c-1.836.551-4.59.375-5.897 3.842c-1.192-3.637-2.383-6.231 2.06-9.292c1.56-1.057 3.95-2.688 4.008-4.125c.013-.227-.646-16.38 11.347-24.376z"/><path fill="#fff" d="M48.984 33.613c-1.018-.046-2.23.05-3.799.414C41 35 42 35 42 35l2.986 2.986c9.887-.088 13.355-1.431 14.508-2.54L59 35s-3.5-.167-5.75-.584c-1.406-.26-2.569-.726-4.266-.803"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M59 35s-3.5-.167-5.75-.583c-2.25-.417-3.879-1.364-8.064-.39C41 35 42 35 42 35l3 3"/><path d="M27 25s1-5-2-8s6.333-.833 8.667 6.083C33.667 23.083 53 21 60 34c0 0 2 4-16 4c0 0-2 5-9 5c0 0-2 0 1-5c0 0-10-.5-15.5 9.75a7.8 7.8 0 0 0-.628 1.737c-1.048 4.047 5.547 2.433 6.65 5.253c.402 1.032 1.153 4.169.563 4.587a.25.25 0 0 1-.136.047c-.191.01-.47-.167-.863-.599c-2.06-1.533-4.999.511-6.987-.653c-.8-.468-1.202-1.224-1.492-1.791c-.461.74-1.075 2.268-2.123 2.622c-1.836.551-4.59.375-5.897 3.842c-1.192-3.637-2.383-6.231 2.06-9.292c1.56-1.057 3.95-2.688 4.008-4.125c.013-.227-.646-16.38 11.347-24.376z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M27 25s1-5-2-8s6.333-.833 8.667 6.083C33.667 23.083 53 21 60 34c0 0 2 4-16 4c0 0-2 5-9 5c0 0-2 0 1-5c0 0-10-.5-15.5 9.75a7.8 7.8 0 0 0-.628 1.737c-1.048 4.047 5.547 2.433 6.65 5.253c.402 1.032 1.153 4.169.563 4.587a.25.25 0 0 1-.136.047c-.191.01-.47-.167-.863-.599c-2.06-1.533-4.999.511-6.987-.653c-.8-.468-1.202-1.224-1.492-1.791c-.461.74-1.075 2.268-2.123 2.622c-1.836.551-4.59.375-5.897 3.842c-1.192-3.637-2.383-6.231 2.06-9.292c1.56-1.057 3.95-2.688 4.008-4.125c.013-.227-.646-16.38 11.347-24.376z"/><path fill="#fff" d="M48.984 33.613c-1.018-.046-2.23.05-3.799.414C41 35 42 35 42 35l2.986 2.986c9.887-.088 13.355-1.431 14.508-2.54L59 35s-3.5-.167-5.75-.584c-1.406-.26-2.569-.726-4.266-.803"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M59 35s-3.5-.167-5.75-.583c-2.25-.417-3.879-1.364-8.064-.39C41 35 42 35 42 35l3 3"/><path d="M27 25s1-5-2-8s6.333-.833 8.667 6.083C33.667 23.083 53 21 60 34c0 0 2 4-16 4c0 0-2 5-9 5c0 0-2 0 1-5c0 0-10-.5-15.5 9.75a7.8 7.8 0 0 0-.628 1.737c-1.048 4.047 5.547 2.433 6.65 5.253c.402 1.032 1.153 4.169.563 4.587a.25.25 0 0 1-.136.047c-.191.01-.47-.167-.863-.599c-2.06-1.533-4.999.511-6.987-.653c-.8-.468-1.202-1.224-1.492-1.791c-.461.74-1.075 2.268-2.123 2.622c-1.836.551-4.59.375-5.897 3.842c-1.192-3.637-2.383-6.231 2.06-9.292c1.56-1.057 3.95-2.688 4.008-4.125c.013-.227-.646-16.38 11.347-24.376z"/></g></svg>
</template>

CSS

.icon-orca {
  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%233f3f3f%22%20d%3D%22M27%2025s1-5-2-8s6.333-.833%208.667%206.083C33.667%2023.083%2053%2021%2060%2034c0%200%202%204-16%204c0%200-2%205-9%205c0%200-2%200%201-5c0%200-10-.5-15.5%209.75a7.8%207.8%200%200%200-.628%201.737c-1.048%204.047%205.547%202.433%206.65%205.253c.402%201.032%201.153%204.169.563%204.587a.25.25%200%200%201-.136.047c-.191.01-.47-.167-.863-.599c-2.06-1.533-4.999.511-6.987-.653c-.8-.468-1.202-1.224-1.492-1.791c-.461.74-1.075%202.268-2.123%202.622c-1.836.551-4.59.375-5.897%203.842c-1.192-3.637-2.383-6.231%202.06-9.292c1.56-1.057%203.95-2.688%204.008-4.125c.013-.227-.646-16.38%2011.347-24.376z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M48.984%2033.613c-1.018-.046-2.23.05-3.799.414C41%2035%2042%2035%2042%2035l2.986%202.986c9.887-.088%2013.355-1.431%2014.508-2.54L59%2035s-3.5-.167-5.75-.584c-1.406-.26-2.569-.726-4.266-.803%22%2F%3E%3Cg%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%3E%3Cpath%20d%3D%22M59%2035s-3.5-.167-5.75-.583c-2.25-.417-3.879-1.364-8.064-.39C41%2035%2042%2035%2042%2035l3%203%22%2F%3E%3Cpath%20d%3D%22M27%2025s1-5-2-8s6.333-.833%208.667%206.083C33.667%2023.083%2053%2021%2060%2034c0%200%202%204-16%204c0%200-2%205-9%205c0%200-2%200%201-5c0%200-10-.5-15.5%209.75a7.8%207.8%200%200%200-.628%201.737c-1.048%204.047%205.547%202.433%206.65%205.253c.402%201.032%201.153%204.169.563%204.587a.25.25%200%200%201-.136.047c-.191.01-.47-.167-.863-.599c-2.06-1.533-4.999.511-6.987-.653c-.8-.468-1.202-1.224-1.492-1.791c-.461.74-1.075%202.268-2.123%202.622c-1.836.551-4.59.375-5.897%203.842c-1.192-3.637-2.383-6.231%202.06-9.292c1.56-1.057%203.95-2.688%204.008-4.125c.013-.227-.646-16.38%2011.347-24.376z%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%233f3f3f%22%20d%3D%22M27%2025s1-5-2-8s6.333-.833%208.667%206.083C33.667%2023.083%2053%2021%2060%2034c0%200%202%204-16%204c0%200-2%205-9%205c0%200-2%200%201-5c0%200-10-.5-15.5%209.75a7.8%207.8%200%200%200-.628%201.737c-1.048%204.047%205.547%202.433%206.65%205.253c.402%201.032%201.153%204.169.563%204.587a.25.25%200%200%201-.136.047c-.191.01-.47-.167-.863-.599c-2.06-1.533-4.999.511-6.987-.653c-.8-.468-1.202-1.224-1.492-1.791c-.461.74-1.075%202.268-2.123%202.622c-1.836.551-4.59.375-5.897%203.842c-1.192-3.637-2.383-6.231%202.06-9.292c1.56-1.057%203.95-2.688%204.008-4.125c.013-.227-.646-16.38%2011.347-24.376z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M48.984%2033.613c-1.018-.046-2.23.05-3.799.414C41%2035%2042%2035%2042%2035l2.986%202.986c9.887-.088%2013.355-1.431%2014.508-2.54L59%2035s-3.5-.167-5.75-.584c-1.406-.26-2.569-.726-4.266-.803%22%2F%3E%3Cg%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%3E%3Cpath%20d%3D%22M59%2035s-3.5-.167-5.75-.583c-2.25-.417-3.879-1.364-8.064-.39C41%2035%2042%2035%2042%2035l3%203%22%2F%3E%3Cpath%20d%3D%22M27%2025s1-5-2-8s6.333-.833%208.667%206.083C33.667%2023.083%2053%2021%2060%2034c0%200%202%204-16%204c0%200-2%205-9%205c0%200-2%200%201-5c0%200-10-.5-15.5%209.75a7.8%207.8%200%200%200-.628%201.737c-1.048%204.047%205.547%202.433%206.65%205.253c.402%201.032%201.153%204.169.563%204.587a.25.25%200%200%201-.136.047c-.191.01-.47-.167-.863-.599c-2.06-1.533-4.999.511-6.987-.653c-.8-.468-1.202-1.224-1.492-1.791c-.461.74-1.075%202.268-2.123%202.622c-1.836.551-4.59.375-5.897%203.842c-1.192-3.637-2.383-6.231%202.06-9.292c1.56-1.057%203.95-2.688%204.008-4.125c.013-.227-.646-16.38%2011.347-24.376z%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/orca.svg?color=%231a73e8&size=48