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

Name
squid
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 squid emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M43.5 42.5c0 3.866-3.134 4-7 4s-7-.134-7-4a7 7 0 1 1 14 0"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M25.284 62.461C29.19 59.694 32.91 47.287 32 45m0 13s3-7 2-13m3 0s1 9.5-1.745 14.028c0 0 .745 5.073.745 6.312M38 62V47m.741-1.348s5.072 17.583 1.375 22.184m0-22.836l5.032 17m3.16.915c-2.276 0-7.12-14.291-7.6-15.915"/><path fill="#fff" d="M31 44.385h11V56H31z"/><path fill="#f4aa41" stroke="#f4aa41" stroke-miterlimit="10" stroke-width="2" d="M34.378 10c-5.79 12.998-4.555 22.993-4.123 25.429a.94.94 0 0 0 .67.748c1.474.424 5.727 1.367 10.864-.005c.374-.1.65-.42.698-.804c.37-2.934 1.4-15.664-6.192-29.349a.958.958 0 0 0-1.464-.256a186 186 0 0 0-8.708 8.114a1 1 0 0 0-.2.289C25.407 15.331 22.68 22.34 30 26"/><path fill="#e27022" stroke="#e27022" stroke-miterlimit="10" d="M41.47 22s5.515-4.167 2.758-8.334l-1.245-2.115l-.023-.048c-.974-2.37-2.881-6.706-5.626-7.003c-1.497-.162-2.067-.096-1.838.312l.919 1.688"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M32.688 49.688S33 54 31 57m11-2l1.813 7.5M38 48s4 18 1 20m-2-10v4m-1-14s-1 8-2 10s1 8 1 8"/><circle cx="32.222" cy="42" r="1.222"/><circle cx="40.778" cy="42" r="1.222"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M34.378 10c-6.681 15-4.009 26-4.009 26s5.346 2 12.027 0c0 0 2.673-15-6.681-31c0 0-4.715 4-9.715 9c0 0-5.682 6 1 10"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M42 22s6-4 3-8l-4-6m-9.937 29.313s-1.688 4.062-.375 6.874C32 47 25 62 24 62m18-24.687s1.688 4.062.375 6.874S48.063 62 49.063 62"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiSquid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M43.5 42.5c0 3.866-3.134 4-7 4s-7-.134-7-4a7 7 0 1 1 14 0"/><path fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M25.284 62.461C29.19 59.694 32.91 47.287 32 45m0 13s3-7 2-13m3 0s1 9.5-1.745 14.028c0 0 .745 5.073.745 6.312M38 62V47m.741-1.348s5.072 17.583 1.375 22.184m0-22.836l5.032 17m3.16.915c-2.276 0-7.12-14.291-7.6-15.915"/><path fill="#fff" d="M31 44.385h11V56H31z"/><path fill="#f4aa41" stroke="#f4aa41" strokeMiterlimit="10" strokeWidth="2" d="M34.378 10c-5.79 12.998-4.555 22.993-4.123 25.429a.94.94 0 0 0 .67.748c1.474.424 5.727 1.367 10.864-.005c.374-.1.65-.42.698-.804c.37-2.934 1.4-15.664-6.192-29.349a.958.958 0 0 0-1.464-.256a186 186 0 0 0-8.708 8.114a1 1 0 0 0-.2.289C25.407 15.331 22.68 22.34 30 26"/><path fill="#e27022" stroke="#e27022" strokeMiterlimit="10" d="M41.47 22s5.515-4.167 2.758-8.334l-1.245-2.115l-.023-.048c-.974-2.37-2.881-6.706-5.626-7.003c-1.497-.162-2.067-.096-1.838.312l.919 1.688"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M32.688 49.688S33 54 31 57m11-2l1.813 7.5M38 48s4 18 1 20m-2-10v4m-1-14s-1 8-2 10s1 8 1 8"/><circle cx="32.222" cy="42" r="1.222"/><circle cx="40.778" cy="42" r="1.222"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M34.378 10c-6.681 15-4.009 26-4.009 26s5.346 2 12.027 0c0 0 2.673-15-6.681-31c0 0-4.715 4-9.715 9c0 0-5.682 6 1 10"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M42 22s6-4 3-8l-4-6m-9.937 29.313s-1.688 4.062-.375 6.874C32 47 25 62 24 62m18-24.687s1.688 4.062.375 6.874S48.063 62 49.063 62"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M43.5 42.5c0 3.866-3.134 4-7 4s-7-.134-7-4a7 7 0 1 1 14 0"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M25.284 62.461C29.19 59.694 32.91 47.287 32 45m0 13s3-7 2-13m3 0s1 9.5-1.745 14.028c0 0 .745 5.073.745 6.312M38 62V47m.741-1.348s5.072 17.583 1.375 22.184m0-22.836l5.032 17m3.16.915c-2.276 0-7.12-14.291-7.6-15.915"/><path fill="#fff" d="M31 44.385h11V56H31z"/><path fill="#f4aa41" stroke="#f4aa41" stroke-miterlimit="10" stroke-width="2" d="M34.378 10c-5.79 12.998-4.555 22.993-4.123 25.429a.94.94 0 0 0 .67.748c1.474.424 5.727 1.367 10.864-.005c.374-.1.65-.42.698-.804c.37-2.934 1.4-15.664-6.192-29.349a.958.958 0 0 0-1.464-.256a186 186 0 0 0-8.708 8.114a1 1 0 0 0-.2.289C25.407 15.331 22.68 22.34 30 26"/><path fill="#e27022" stroke="#e27022" stroke-miterlimit="10" d="M41.47 22s5.515-4.167 2.758-8.334l-1.245-2.115l-.023-.048c-.974-2.37-2.881-6.706-5.626-7.003c-1.497-.162-2.067-.096-1.838.312l.919 1.688"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M32.688 49.688S33 54 31 57m11-2l1.813 7.5M38 48s4 18 1 20m-2-10v4m-1-14s-1 8-2 10s1 8 1 8"/><circle cx="32.222" cy="42" r="1.222"/><circle cx="40.778" cy="42" r="1.222"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M34.378 10c-6.681 15-4.009 26-4.009 26s5.346 2 12.027 0c0 0 2.673-15-6.681-31c0 0-4.715 4-9.715 9c0 0-5.682 6 1 10"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M42 22s6-4 3-8l-4-6m-9.937 29.313s-1.688 4.062-.375 6.874C32 47 25 62 24 62m18-24.687s1.688 4.062.375 6.874S48.063 62 49.063 62"/></svg>
</template>

CSS

.icon-squid {
  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%23fff%22%20d%3D%22M43.5%2042.5c0%203.866-3.134%204-7%204s-7-.134-7-4a7%207%200%201%201%2014%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M25.284%2062.461C29.19%2059.694%2032.91%2047.287%2032%2045m0%2013s3-7%202-13m3%200s1%209.5-1.745%2014.028c0%200%20.745%205.073.745%206.312M38%2062V47m.741-1.348s5.072%2017.583%201.375%2022.184m0-22.836l5.032%2017m3.16.915c-2.276%200-7.12-14.291-7.6-15.915%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31%2044.385h11V56H31z%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20stroke%3D%22%23f4aa41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M34.378%2010c-5.79%2012.998-4.555%2022.993-4.123%2025.429a.94.94%200%200%200%20.67.748c1.474.424%205.727%201.367%2010.864-.005c.374-.1.65-.42.698-.804c.37-2.934%201.4-15.664-6.192-29.349a.958.958%200%200%200-1.464-.256a186%20186%200%200%200-8.708%208.114a1%201%200%200%200-.2.289C25.407%2015.331%2022.68%2022.34%2030%2026%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20stroke%3D%22%23e27022%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M41.47%2022s5.515-4.167%202.758-8.334l-1.245-2.115l-.023-.048c-.974-2.37-2.881-6.706-5.626-7.003c-1.497-.162-2.067-.096-1.838.312l.919%201.688%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%22M32.688%2049.688S33%2054%2031%2057m11-2l1.813%207.5M38%2048s4%2018%201%2020m-2-10v4m-1-14s-1%208-2%2010s1%208%201%208%22%2F%3E%3Ccircle%20cx%3D%2232.222%22%20cy%3D%2242%22%20r%3D%221.222%22%2F%3E%3Ccircle%20cx%3D%2240.778%22%20cy%3D%2242%22%20r%3D%221.222%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%22M34.378%2010c-6.681%2015-4.009%2026-4.009%2026s5.346%202%2012.027%200c0%200%202.673-15-6.681-31c0%200-4.715%204-9.715%209c0%200-5.682%206%201%2010%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%22M42%2022s6-4%203-8l-4-6m-9.937%2029.313s-1.688%204.062-.375%206.874C32%2047%2025%2062%2024%2062m18-24.687s1.688%204.062.375%206.874S48.063%2062%2049.063%2062%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%23fff%22%20d%3D%22M43.5%2042.5c0%203.866-3.134%204-7%204s-7-.134-7-4a7%207%200%201%201%2014%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M25.284%2062.461C29.19%2059.694%2032.91%2047.287%2032%2045m0%2013s3-7%202-13m3%200s1%209.5-1.745%2014.028c0%200%20.745%205.073.745%206.312M38%2062V47m.741-1.348s5.072%2017.583%201.375%2022.184m0-22.836l5.032%2017m3.16.915c-2.276%200-7.12-14.291-7.6-15.915%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31%2044.385h11V56H31z%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20stroke%3D%22%23f4aa41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M34.378%2010c-5.79%2012.998-4.555%2022.993-4.123%2025.429a.94.94%200%200%200%20.67.748c1.474.424%205.727%201.367%2010.864-.005c.374-.1.65-.42.698-.804c.37-2.934%201.4-15.664-6.192-29.349a.958.958%200%200%200-1.464-.256a186%20186%200%200%200-8.708%208.114a1%201%200%200%200-.2.289C25.407%2015.331%2022.68%2022.34%2030%2026%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20stroke%3D%22%23e27022%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M41.47%2022s5.515-4.167%202.758-8.334l-1.245-2.115l-.023-.048c-.974-2.37-2.881-6.706-5.626-7.003c-1.497-.162-2.067-.096-1.838.312l.919%201.688%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%22M32.688%2049.688S33%2054%2031%2057m11-2l1.813%207.5M38%2048s4%2018%201%2020m-2-10v4m-1-14s-1%208-2%2010s1%208%201%208%22%2F%3E%3Ccircle%20cx%3D%2232.222%22%20cy%3D%2242%22%20r%3D%221.222%22%2F%3E%3Ccircle%20cx%3D%2240.778%22%20cy%3D%2242%22%20r%3D%221.222%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%22M34.378%2010c-6.681%2015-4.009%2026-4.009%2026s5.346%202%2012.027%200c0%200%202.673-15-6.681-31c0%200-4.715%204-9.715%209c0%200-5.682%206%201%2010%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%22M42%2022s6-4%203-8l-4-6m-9.937%2029.313s-1.688%204.062-.375%206.874C32%2047%2025%2062%2024%2062m18-24.687s1.688%204.062.375%206.874S48.063%2062%2049.063%2062%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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