narwhal emoji
narwhal from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- narwhal
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the narwhal emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" fill-rule="evenodd" d="M37.697 29.799c-3.533-.031-6.538.932-8.636 3.691a32 32 0 0 0-3.659-2.363c-7.698-4.251-13.449 2.927-10.353 8.187c.688 1.17 1.393 2.2 2.121 3.108c-2.888 1.912-4.095 5.092-4.455 8.947c-.121 1.293 1.395 2.18 2.564 1.688c3.387-.86 6.391-5.045 4.891-7.528l-.076-.197c6.632 5.118 15.503 3.039 30.677 2.045c1.359-.089 2.764.048 4.258.934c4.454 3.044 7.648 2.358 10.614-.061c-3.705.026-4.531-2.606-5.705-4.121c-.708-.851-2.356-.874-3.211-1.039c.425-.474.987-1.12 1.136-2.035c.372-2.275-2.593-4.281-1.902-6.754c.262-.522.325-.846.248-1.022a.26.26 0 0 0-.094-.111c-.603-.4-3.26 1.428-4.078 2.176c-2.236 2.042.904 6.506-3.09 6.683c-9.966.443-12.658-2.247-16.543-5.748c2.226 1.731 6.725-.454 8.143-3.578c.691-1.063.085-2.713-1.209-2.822a22 22 0 0 0-1.641-.08"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M15.888 31.573L5.405 20.201m27.398 16.431c3.694 3.336 6.496 5.824 16.144 5.396c3.994-.178.854-4.642 3.09-6.684c.818-.747 3.475-2.576 4.078-2.176q.06.04.093.11c.076.176.013.5-.249 1.022c-.69 2.473 2.274 4.48 1.903 6.754c-.15.915-.71 1.562-1.136 2.036c.856.165 2.503.187 3.21 1.039c1.175 1.514 2 4.147 5.706 4.12c-2.966 2.42-6.16 3.106-10.613.062c-1.495-.886-2.9-1.024-4.258-.935c-14.778.968-23.977 2.78-30.553-1.843m-3.027-3.129a23.6 23.6 0 0 1-2.141-3.089c-3.096-5.26 2.655-12.438 10.354-8.187c1.339.74 2.48 1.487 3.487 2.227"/><path d="M17.281 42.342c-2.972 1.903-4.202 5.12-4.567 9.027c-.12 1.293 1.396 2.18 2.565 1.688c3.387-.86 6.392-5.045 4.891-7.527m8.86-12.01c2.416-3.207 6.05-4.001 10.309-3.641c1.294.109 1.9 1.758 1.209 2.821c-1.444 3.183-6.094 5.402-8.273 3.487"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiNarwhal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" fillRule="evenodd" d="M37.697 29.799c-3.533-.031-6.538.932-8.636 3.691a32 32 0 0 0-3.659-2.363c-7.698-4.251-13.449 2.927-10.353 8.187c.688 1.17 1.393 2.2 2.121 3.108c-2.888 1.912-4.095 5.092-4.455 8.947c-.121 1.293 1.395 2.18 2.564 1.688c3.387-.86 6.391-5.045 4.891-7.528l-.076-.197c6.632 5.118 15.503 3.039 30.677 2.045c1.359-.089 2.764.048 4.258.934c4.454 3.044 7.648 2.358 10.614-.061c-3.705.026-4.531-2.606-5.705-4.121c-.708-.851-2.356-.874-3.211-1.039c.425-.474.987-1.12 1.136-2.035c.372-2.275-2.593-4.281-1.902-6.754c.262-.522.325-.846.248-1.022a.26.26 0 0 0-.094-.111c-.603-.4-3.26 1.428-4.078 2.176c-2.236 2.042.904 6.506-3.09 6.683c-9.966.443-12.658-2.247-16.543-5.748c2.226 1.731 6.725-.454 8.143-3.578c.691-1.063.085-2.713-1.209-2.822a22 22 0 0 0-1.641-.08"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M15.888 31.573L5.405 20.201m27.398 16.431c3.694 3.336 6.496 5.824 16.144 5.396c3.994-.178.854-4.642 3.09-6.684c.818-.747 3.475-2.576 4.078-2.176q.06.04.093.11c.076.176.013.5-.249 1.022c-.69 2.473 2.274 4.48 1.903 6.754c-.15.915-.71 1.562-1.136 2.036c.856.165 2.503.187 3.21 1.039c1.175 1.514 2 4.147 5.706 4.12c-2.966 2.42-6.16 3.106-10.613.062c-1.495-.886-2.9-1.024-4.258-.935c-14.778.968-23.977 2.78-30.553-1.843m-3.027-3.129a23.6 23.6 0 0 1-2.141-3.089c-3.096-5.26 2.655-12.438 10.354-8.187c1.339.74 2.48 1.487 3.487 2.227"/><path d="M17.281 42.342c-2.972 1.903-4.202 5.12-4.567 9.027c-.12 1.293 1.396 2.18 2.565 1.688c3.387-.86 6.392-5.045 4.891-7.527m8.86-12.01c2.416-3.207 6.05-4.001 10.309-3.641c1.294.109 1.9 1.758 1.209 2.821c-1.444 3.183-6.094 5.402-8.273 3.487"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" fill-rule="evenodd" d="M37.697 29.799c-3.533-.031-6.538.932-8.636 3.691a32 32 0 0 0-3.659-2.363c-7.698-4.251-13.449 2.927-10.353 8.187c.688 1.17 1.393 2.2 2.121 3.108c-2.888 1.912-4.095 5.092-4.455 8.947c-.121 1.293 1.395 2.18 2.564 1.688c3.387-.86 6.391-5.045 4.891-7.528l-.076-.197c6.632 5.118 15.503 3.039 30.677 2.045c1.359-.089 2.764.048 4.258.934c4.454 3.044 7.648 2.358 10.614-.061c-3.705.026-4.531-2.606-5.705-4.121c-.708-.851-2.356-.874-3.211-1.039c.425-.474.987-1.12 1.136-2.035c.372-2.275-2.593-4.281-1.902-6.754c.262-.522.325-.846.248-1.022a.26.26 0 0 0-.094-.111c-.603-.4-3.26 1.428-4.078 2.176c-2.236 2.042.904 6.506-3.09 6.683c-9.966.443-12.658-2.247-16.543-5.748c2.226 1.731 6.725-.454 8.143-3.578c.691-1.063.085-2.713-1.209-2.822a22 22 0 0 0-1.641-.08"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M15.888 31.573L5.405 20.201m27.398 16.431c3.694 3.336 6.496 5.824 16.144 5.396c3.994-.178.854-4.642 3.09-6.684c.818-.747 3.475-2.576 4.078-2.176q.06.04.093.11c.076.176.013.5-.249 1.022c-.69 2.473 2.274 4.48 1.903 6.754c-.15.915-.71 1.562-1.136 2.036c.856.165 2.503.187 3.21 1.039c1.175 1.514 2 4.147 5.706 4.12c-2.966 2.42-6.16 3.106-10.613.062c-1.495-.886-2.9-1.024-4.258-.935c-14.778.968-23.977 2.78-30.553-1.843m-3.027-3.129a23.6 23.6 0 0 1-2.141-3.089c-3.096-5.26 2.655-12.438 10.354-8.187c1.339.74 2.48 1.487 3.487 2.227"/><path d="M17.281 42.342c-2.972 1.903-4.202 5.12-4.567 9.027c-.12 1.293 1.396 2.18 2.565 1.688c3.387-.86 6.392-5.045 4.891-7.527m8.86-12.01c2.416-3.207 6.05-4.001 10.309-3.641c1.294.109 1.9 1.758 1.209 2.821c-1.444 3.183-6.094 5.402-8.273 3.487"/></g></svg> </template>
CSS
.icon-narwhal {
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%23d0cfce%22%20fill-rule%3D%22evenodd%22%20d%3D%22M37.697%2029.799c-3.533-.031-6.538.932-8.636%203.691a32%2032%200%200%200-3.659-2.363c-7.698-4.251-13.449%202.927-10.353%208.187c.688%201.17%201.393%202.2%202.121%203.108c-2.888%201.912-4.095%205.092-4.455%208.947c-.121%201.293%201.395%202.18%202.564%201.688c3.387-.86%206.391-5.045%204.891-7.528l-.076-.197c6.632%205.118%2015.503%203.039%2030.677%202.045c1.359-.089%202.764.048%204.258.934c4.454%203.044%207.648%202.358%2010.614-.061c-3.705.026-4.531-2.606-5.705-4.121c-.708-.851-2.356-.874-3.211-1.039c.425-.474.987-1.12%201.136-2.035c.372-2.275-2.593-4.281-1.902-6.754c.262-.522.325-.846.248-1.022a.26.26%200%200%200-.094-.111c-.603-.4-3.26%201.428-4.078%202.176c-2.236%202.042.904%206.506-3.09%206.683c-9.966.443-12.658-2.247-16.543-5.748c2.226%201.731%206.725-.454%208.143-3.578c.691-1.063.085-2.713-1.209-2.822a22%2022%200%200%200-1.641-.08%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M15.888%2031.573L5.405%2020.201m27.398%2016.431c3.694%203.336%206.496%205.824%2016.144%205.396c3.994-.178.854-4.642%203.09-6.684c.818-.747%203.475-2.576%204.078-2.176q.06.04.093.11c.076.176.013.5-.249%201.022c-.69%202.473%202.274%204.48%201.903%206.754c-.15.915-.71%201.562-1.136%202.036c.856.165%202.503.187%203.21%201.039c1.175%201.514%202%204.147%205.706%204.12c-2.966%202.42-6.16%203.106-10.613.062c-1.495-.886-2.9-1.024-4.258-.935c-14.778.968-23.977%202.78-30.553-1.843m-3.027-3.129a23.6%2023.6%200%200%201-2.141-3.089c-3.096-5.26%202.655-12.438%2010.354-8.187c1.339.74%202.48%201.487%203.487%202.227%22%2F%3E%3Cpath%20d%3D%22M17.281%2042.342c-2.972%201.903-4.202%205.12-4.567%209.027c-.12%201.293%201.396%202.18%202.565%201.688c3.387-.86%206.392-5.045%204.891-7.527m8.86-12.01c2.416-3.207%206.05-4.001%2010.309-3.641c1.294.109%201.9%201.758%201.209%202.821c-1.444%203.183-6.094%205.402-8.273%203.487%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%23d0cfce%22%20fill-rule%3D%22evenodd%22%20d%3D%22M37.697%2029.799c-3.533-.031-6.538.932-8.636%203.691a32%2032%200%200%200-3.659-2.363c-7.698-4.251-13.449%202.927-10.353%208.187c.688%201.17%201.393%202.2%202.121%203.108c-2.888%201.912-4.095%205.092-4.455%208.947c-.121%201.293%201.395%202.18%202.564%201.688c3.387-.86%206.391-5.045%204.891-7.528l-.076-.197c6.632%205.118%2015.503%203.039%2030.677%202.045c1.359-.089%202.764.048%204.258.934c4.454%203.044%207.648%202.358%2010.614-.061c-3.705.026-4.531-2.606-5.705-4.121c-.708-.851-2.356-.874-3.211-1.039c.425-.474.987-1.12%201.136-2.035c.372-2.275-2.593-4.281-1.902-6.754c.262-.522.325-.846.248-1.022a.26.26%200%200%200-.094-.111c-.603-.4-3.26%201.428-4.078%202.176c-2.236%202.042.904%206.506-3.09%206.683c-9.966.443-12.658-2.247-16.543-5.748c2.226%201.731%206.725-.454%208.143-3.578c.691-1.063.085-2.713-1.209-2.822a22%2022%200%200%200-1.641-.08%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M15.888%2031.573L5.405%2020.201m27.398%2016.431c3.694%203.336%206.496%205.824%2016.144%205.396c3.994-.178.854-4.642%203.09-6.684c.818-.747%203.475-2.576%204.078-2.176q.06.04.093.11c.076.176.013.5-.249%201.022c-.69%202.473%202.274%204.48%201.903%206.754c-.15.915-.71%201.562-1.136%202.036c.856.165%202.503.187%203.21%201.039c1.175%201.514%202%204.147%205.706%204.12c-2.966%202.42-6.16%203.106-10.613.062c-1.495-.886-2.9-1.024-4.258-.935c-14.778.968-23.977%202.78-30.553-1.843m-3.027-3.129a23.6%2023.6%200%200%201-2.141-3.089c-3.096-5.26%202.655-12.438%2010.354-8.187c1.339.74%202.48%201.487%203.487%202.227%22%2F%3E%3Cpath%20d%3D%22M17.281%2042.342c-2.972%201.903-4.202%205.12-4.567%209.027c-.12%201.293%201.396%202.18%202.565%201.688c3.387-.86%206.392-5.045%204.891-7.527m8.86-12.01c2.416-3.207%206.05-4.001%2010.309-3.641c1.294.109%201.9%201.758%201.209%202.821c-1.444%203.183-6.094%205.402-8.273%203.487%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/narwhal.svg?color=%231a73e8&size=48