pig head icon
pig-head from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- pig-head
- Set
- Lucide Lab
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
Use the pig head 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 17.9c1.8-.9 3-2.5 3-5.1c0-1.8-.5-3.4-1.5-4.9c1.5-.3 2.5-1.5 2.5-3V3h-3c-1.3 0-2.4.8-2.8 2a10 10 0 0 0-8.4 0C7.4 3.8 6.3 3 5 3H2v2a3 3 0 0 0 2.5 2.9C3.5 9.3 3 11 3 12.8c0 2.6 1.2 4.2 3 5.1m4-3.9v-2m4 2v-2"/><path d="M14 22a4 4 0 1 0-2-7.45A4 4 0 1 0 10 22Zm-4-4h.01M14 18h.01"/></g></svg>
React
import type { SVGProps } from "react";
export function LucideLabPigHead(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 17.9c1.8-.9 3-2.5 3-5.1c0-1.8-.5-3.4-1.5-4.9c1.5-.3 2.5-1.5 2.5-3V3h-3c-1.3 0-2.4.8-2.8 2a10 10 0 0 0-8.4 0C7.4 3.8 6.3 3 5 3H2v2a3 3 0 0 0 2.5 2.9C3.5 9.3 3 11 3 12.8c0 2.6 1.2 4.2 3 5.1m4-3.9v-2m4 2v-2"/><path d="M14 22a4 4 0 1 0-2-7.45A4 4 0 1 0 10 22Zm-4-4h.01M14 18h.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 17.9c1.8-.9 3-2.5 3-5.1c0-1.8-.5-3.4-1.5-4.9c1.5-.3 2.5-1.5 2.5-3V3h-3c-1.3 0-2.4.8-2.8 2a10 10 0 0 0-8.4 0C7.4 3.8 6.3 3 5 3H2v2a3 3 0 0 0 2.5 2.9C3.5 9.3 3 11 3 12.8c0 2.6 1.2 4.2 3 5.1m4-3.9v-2m4 2v-2"/><path d="M14 22a4 4 0 1 0-2-7.45A4 4 0 1 0 10 22Zm-4-4h.01M14 18h.01"/></g></svg> </template>
CSS
.icon-pig-head {
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%2017.9c1.8-.9%203-2.5%203-5.1c0-1.8-.5-3.4-1.5-4.9c1.5-.3%202.5-1.5%202.5-3V3h-3c-1.3%200-2.4.8-2.8%202a10%2010%200%200%200-8.4%200C7.4%203.8%206.3%203%205%203H2v2a3%203%200%200%200%202.5%202.9C3.5%209.3%203%2011%203%2012.8c0%202.6%201.2%204.2%203%205.1m4-3.9v-2m4%202v-2%22%2F%3E%3Cpath%20d%3D%22M14%2022a4%204%200%201%200-2-7.45A4%204%200%201%200%2010%2022Zm-4-4h.01M14%2018h.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%2017.9c1.8-.9%203-2.5%203-5.1c0-1.8-.5-3.4-1.5-4.9c1.5-.3%202.5-1.5%202.5-3V3h-3c-1.3%200-2.4.8-2.8%202a10%2010%200%200%200-8.4%200C7.4%203.8%206.3%203%205%203H2v2a3%203%200%200%200%202.5%202.9C3.5%209.3%203%2011%203%2012.8c0%202.6%201.2%204.2%203%205.1m4-3.9v-2m4%202v-2%22%2F%3E%3Cpath%20d%3D%22M14%2022a4%204%200%201%200-2-7.45A4%204%200%201%200%2010%2022Zm-4-4h.01M14%2018h.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/pig-head.svg?color=%231a73e8&size=48