whale icon
whale from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- whale
- Set
- Lucide Lab
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
The same icon in other sets
Related icons in Lucide Lab
Use the whale icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M18 9.1V5a2 2 0 0 0-4 0m4 0a2 2 0 0 1 4 0"/><path d="M6 9.7L3.9 8.4C2.7 7.7 2 6.4 2 5V3c2 0 4 2 4 2s2-2 4-2v2c0 1.4-.7 2.7-1.9 3.4l-3.8 2.4A5 5 0 0 0 7 20h12c1.7 0 3-1.3 3-3v-3c0-2.8-2.2-5-5-5c-2.7 0-5.1 1.4-6.4 3.6L9.7 14A2 2 0 0 1 6 13Zm9 5.3h.01"/></g></svg>
React
import type { SVGProps } from "react";
export function LucideLabWhale(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M18 9.1V5a2 2 0 0 0-4 0m4 0a2 2 0 0 1 4 0"/><path d="M6 9.7L3.9 8.4C2.7 7.7 2 6.4 2 5V3c2 0 4 2 4 2s2-2 4-2v2c0 1.4-.7 2.7-1.9 3.4l-3.8 2.4A5 5 0 0 0 7 20h12c1.7 0 3-1.3 3-3v-3c0-2.8-2.2-5-5-5c-2.7 0-5.1 1.4-6.4 3.6L9.7 14A2 2 0 0 1 6 13Zm9 5.3h.01"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M18 9.1V5a2 2 0 0 0-4 0m4 0a2 2 0 0 1 4 0"/><path d="M6 9.7L3.9 8.4C2.7 7.7 2 6.4 2 5V3c2 0 4 2 4 2s2-2 4-2v2c0 1.4-.7 2.7-1.9 3.4l-3.8 2.4A5 5 0 0 0 7 20h12c1.7 0 3-1.3 3-3v-3c0-2.8-2.2-5-5-5c-2.7 0-5.1 1.4-6.4 3.6L9.7 14A2 2 0 0 1 6 13Zm9 5.3h.01"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M18%209.1V5a2%202%200%200%200-4%200m4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20d%3D%22M6%209.7L3.9%208.4C2.7%207.7%202%206.4%202%205V3c2%200%204%202%204%202s2-2%204-2v2c0%201.4-.7%202.7-1.9%203.4l-3.8%202.4A5%205%200%200%200%207%2020h12c1.7%200%203-1.3%203-3v-3c0-2.8-2.2-5-5-5c-2.7%200-5.1%201.4-6.4%203.6L9.7%2014A2%202%200%200%201%206%2013Zm9%205.3h.01%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M18%209.1V5a2%202%200%200%200-4%200m4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20d%3D%22M6%209.7L3.9%208.4C2.7%207.7%202%206.4%202%205V3c2%200%204%202%204%202s2-2%204-2v2c0%201.4-.7%202.7-1.9%203.4l-3.8%202.4A5%205%200%200%200%207%2020h12c1.7%200%203-1.3%203-3v-3c0-2.8-2.2-5-5-5c-2.7%200-5.1%201.4-6.4%203.6L9.7%2014A2%202%200%200%201%206%2013Zm9%205.3h.01%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lucide-lab/whale.svg?color=%231a73e8&size=48