flippers icon
flippers from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- flippers
- Set
- Lucide Lab
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
Use the flippers 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="M20 17c0-4 2-7 2-13.5c0-.3-.2-.5-.5-.5C19 3 17 4 17 4s-2-1-4.5-1h-1C9 3 7 4 7 4S5 3 2.5 3c-.3 0-.5.2-.5.5C2 10 4 13 4 17"/><path d="M12 3v.5C12 10 10 13 10 17"/><rect width="6" height="7" x="4" y="14" rx="3"/><path d="M12 3.5C12 10 14 13 14 17"/><rect width="6" height="7" x="14" y="14" rx="3"/><path d="M7 4v6m10-6v6"/></g></svg>
React
import type { SVGProps } from "react";
export function LucideLabFlippers(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="M20 17c0-4 2-7 2-13.5c0-.3-.2-.5-.5-.5C19 3 17 4 17 4s-2-1-4.5-1h-1C9 3 7 4 7 4S5 3 2.5 3c-.3 0-.5.2-.5.5C2 10 4 13 4 17"/><path d="M12 3v.5C12 10 10 13 10 17"/><rect width="6" height="7" x="4" y="14" rx="3"/><path d="M12 3.5C12 10 14 13 14 17"/><rect width="6" height="7" x="14" y="14" rx="3"/><path d="M7 4v6m10-6v6"/></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="M20 17c0-4 2-7 2-13.5c0-.3-.2-.5-.5-.5C19 3 17 4 17 4s-2-1-4.5-1h-1C9 3 7 4 7 4S5 3 2.5 3c-.3 0-.5.2-.5.5C2 10 4 13 4 17"/><path d="M12 3v.5C12 10 10 13 10 17"/><rect width="6" height="7" x="4" y="14" rx="3"/><path d="M12 3.5C12 10 14 13 14 17"/><rect width="6" height="7" x="14" y="14" rx="3"/><path d="M7 4v6m10-6v6"/></g></svg> </template>
CSS
.icon-flippers {
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%22M20%2017c0-4%202-7%202-13.5c0-.3-.2-.5-.5-.5C19%203%2017%204%2017%204s-2-1-4.5-1h-1C9%203%207%204%207%204S5%203%202.5%203c-.3%200-.5.2-.5.5C2%2010%204%2013%204%2017%22%2F%3E%3Cpath%20d%3D%22M12%203v.5C12%2010%2010%2013%2010%2017%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%227%22%20x%3D%224%22%20y%3D%2214%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M12%203.5C12%2010%2014%2013%2014%2017%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%227%22%20x%3D%2214%22%20y%3D%2214%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M7%204v6m10-6v6%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%22M20%2017c0-4%202-7%202-13.5c0-.3-.2-.5-.5-.5C19%203%2017%204%2017%204s-2-1-4.5-1h-1C9%203%207%204%207%204S5%203%202.5%203c-.3%200-.5.2-.5.5C2%2010%204%2013%204%2017%22%2F%3E%3Cpath%20d%3D%22M12%203v.5C12%2010%2010%2013%2010%2017%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%227%22%20x%3D%224%22%20y%3D%2214%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M12%203.5C12%2010%2014%2013%2014%2017%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%227%22%20x%3D%2214%22%20y%3D%2214%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M7%204v6m10-6v6%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/flippers.svg?color=%231a73e8&size=48