whale emoji
whale from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.
- Name
- whale
- 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 whale emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 7.001c-2 3-2-1-5 2c-3-2-3 3-6 0c.899 2.699 3.419 4.574 6.1 4.926c-.277 1.789.202 3.946-2.1 6.073c-2.008 1.857-3.023.312-8-2.999c-3-1.996-5-4-10-3C5.117 15.178 0 20 0 22s3 13.969 21 13.969c2 0 5.243-.664 8-2.969c5.955-4.978 5.882-15.349 4.58-19.456C35.36 12.417 36 9.394 36 7.001"/><path fill="#55acee" d="M30.214 31.812c.149-.165.289-.338.429-.511c1.879-2.351 2.902-5.349 3.355-8.29C31.999 28.008 30.992 33 20 33C9 33 5 20 0 22c0 2 3 13.969 21 13.969c2 0 5.243-.664 8-2.969a12 12 0 0 0 1.214-1.188"/><circle cx="6.5" cy="21.5" r="1.5" fill="#292f33"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiWhale(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 7.001c-2 3-2-1-5 2c-3-2-3 3-6 0c.899 2.699 3.419 4.574 6.1 4.926c-.277 1.789.202 3.946-2.1 6.073c-2.008 1.857-3.023.312-8-2.999c-3-1.996-5-4-10-3C5.117 15.178 0 20 0 22s3 13.969 21 13.969c2 0 5.243-.664 8-2.969c5.955-4.978 5.882-15.349 4.58-19.456C35.36 12.417 36 9.394 36 7.001"/><path fill="#55acee" d="M30.214 31.812c.149-.165.289-.338.429-.511c1.879-2.351 2.902-5.349 3.355-8.29C31.999 28.008 30.992 33 20 33C9 33 5 20 0 22c0 2 3 13.969 21 13.969c2 0 5.243-.664 8-2.969a12 12 0 0 0 1.214-1.188"/><circle cx="6.5" cy="21.5" r="1.5" fill="#292f33"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 7.001c-2 3-2-1-5 2c-3-2-3 3-6 0c.899 2.699 3.419 4.574 6.1 4.926c-.277 1.789.202 3.946-2.1 6.073c-2.008 1.857-3.023.312-8-2.999c-3-1.996-5-4-10-3C5.117 15.178 0 20 0 22s3 13.969 21 13.969c2 0 5.243-.664 8-2.969c5.955-4.978 5.882-15.349 4.58-19.456C35.36 12.417 36 9.394 36 7.001"/><path fill="#55acee" d="M30.214 31.812c.149-.165.289-.338.429-.511c1.879-2.351 2.902-5.349 3.355-8.29C31.999 28.008 30.992 33 20 33C9 33 5 20 0 22c0 2 3 13.969 21 13.969c2 0 5.243-.664 8-2.969a12 12 0 0 0 1.214-1.188"/><circle cx="6.5" cy="21.5" r="1.5" fill="#292f33"/></svg> </template>
CSS
.icon-whale {
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%233b88c3%22%20d%3D%22M36%207.001c-2%203-2-1-5%202c-3-2-3%203-6%200c.899%202.699%203.419%204.574%206.1%204.926c-.277%201.789.202%203.946-2.1%206.073c-2.008%201.857-3.023.312-8-2.999c-3-1.996-5-4-10-3C5.117%2015.178%200%2020%200%2022s3%2013.969%2021%2013.969c2%200%205.243-.664%208-2.969c5.955-4.978%205.882-15.349%204.58-19.456C35.36%2012.417%2036%209.394%2036%207.001%22%2F%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M30.214%2031.812c.149-.165.289-.338.429-.511c1.879-2.351%202.902-5.349%203.355-8.29C31.999%2028.008%2030.992%2033%2020%2033C9%2033%205%2020%200%2022c0%202%203%2013.969%2021%2013.969c2%200%205.243-.664%208-2.969a12%2012%200%200%200%201.214-1.188%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2221.5%22%20r%3D%221.5%22%20fill%3D%22%23292f33%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%233b88c3%22%20d%3D%22M36%207.001c-2%203-2-1-5%202c-3-2-3%203-6%200c.899%202.699%203.419%204.574%206.1%204.926c-.277%201.789.202%203.946-2.1%206.073c-2.008%201.857-3.023.312-8-2.999c-3-1.996-5-4-10-3C5.117%2015.178%200%2020%200%2022s3%2013.969%2021%2013.969c2%200%205.243-.664%208-2.969c5.955-4.978%205.882-15.349%204.58-19.456C35.36%2012.417%2036%209.394%2036%207.001%22%2F%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M30.214%2031.812c.149-.165.289-.338.429-.511c1.879-2.351%202.902-5.349%203.355-8.29C31.999%2028.008%2030.992%2033%2020%2033C9%2033%205%2020%200%2022c0%202%203%2013.969%2021%2013.969c2%200%205.243-.664%208-2.969a12%2012%200%200%200%201.214-1.188%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2221.5%22%20r%3D%221.5%22%20fill%3D%22%23292f33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/whale.svg?color=%231a73e8&size=48