fox face tail icon
fox-face-tail from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- fox-face-tail
- Set
- Lucide Lab
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
Use the fox face tail 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="M19.9 8.3C20.6 7 21 5.6 21 4c0-.6-.4-1-1-1c-2.3 0-4.3.8-5.9 2.2a15 15 0 0 0-4.2 0A8.78 8.78 0 0 0 4 3c-.6 0-1 .4-1 1c0 1.6.4 3 1.1 4.3c-.6.7-1.1 1.4-1.4 2.2C4 13 11 16 12 16s8-3 9.3-5.5c-.3-.8-.8-1.5-1.4-2.2M9 9v.5m4 3.5h-2m1 3v-3m3-4v.5"/><path d="M6.3 20.5A6.87 6.87 0 0 0 9 15H2.2c.8 4 4.9 7 9.8 7c5.5 0 10-3.8 10-8.5c0-1.1-.2-2.1-.7-3"/></g></svg>
React
import type { SVGProps } from "react";
export function LucideLabFoxFaceTail(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="M19.9 8.3C20.6 7 21 5.6 21 4c0-.6-.4-1-1-1c-2.3 0-4.3.8-5.9 2.2a15 15 0 0 0-4.2 0A8.78 8.78 0 0 0 4 3c-.6 0-1 .4-1 1c0 1.6.4 3 1.1 4.3c-.6.7-1.1 1.4-1.4 2.2C4 13 11 16 12 16s8-3 9.3-5.5c-.3-.8-.8-1.5-1.4-2.2M9 9v.5m4 3.5h-2m1 3v-3m3-4v.5"/><path d="M6.3 20.5A6.87 6.87 0 0 0 9 15H2.2c.8 4 4.9 7 9.8 7c5.5 0 10-3.8 10-8.5c0-1.1-.2-2.1-.7-3"/></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="M19.9 8.3C20.6 7 21 5.6 21 4c0-.6-.4-1-1-1c-2.3 0-4.3.8-5.9 2.2a15 15 0 0 0-4.2 0A8.78 8.78 0 0 0 4 3c-.6 0-1 .4-1 1c0 1.6.4 3 1.1 4.3c-.6.7-1.1 1.4-1.4 2.2C4 13 11 16 12 16s8-3 9.3-5.5c-.3-.8-.8-1.5-1.4-2.2M9 9v.5m4 3.5h-2m1 3v-3m3-4v.5"/><path d="M6.3 20.5A6.87 6.87 0 0 0 9 15H2.2c.8 4 4.9 7 9.8 7c5.5 0 10-3.8 10-8.5c0-1.1-.2-2.1-.7-3"/></g></svg> </template>
CSS
.icon-fox-face-tail {
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%22M19.9%208.3C20.6%207%2021%205.6%2021%204c0-.6-.4-1-1-1c-2.3%200-4.3.8-5.9%202.2a15%2015%200%200%200-4.2%200A8.78%208.78%200%200%200%204%203c-.6%200-1%20.4-1%201c0%201.6.4%203%201.1%204.3c-.6.7-1.1%201.4-1.4%202.2C4%2013%2011%2016%2012%2016s8-3%209.3-5.5c-.3-.8-.8-1.5-1.4-2.2M9%209v.5m4%203.5h-2m1%203v-3m3-4v.5%22%2F%3E%3Cpath%20d%3D%22M6.3%2020.5A6.87%206.87%200%200%200%209%2015H2.2c.8%204%204.9%207%209.8%207c5.5%200%2010-3.8%2010-8.5c0-1.1-.2-2.1-.7-3%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%22M19.9%208.3C20.6%207%2021%205.6%2021%204c0-.6-.4-1-1-1c-2.3%200-4.3.8-5.9%202.2a15%2015%200%200%200-4.2%200A8.78%208.78%200%200%200%204%203c-.6%200-1%20.4-1%201c0%201.6.4%203%201.1%204.3c-.6.7-1.1%201.4-1.4%202.2C4%2013%2011%2016%2012%2016s8-3%209.3-5.5c-.3-.8-.8-1.5-1.4-2.2M9%209v.5m4%203.5h-2m1%203v-3m3-4v.5%22%2F%3E%3Cpath%20d%3D%22M6.3%2020.5A6.87%206.87%200%200%200%209%2015H2.2c.8%204%204.9%207%209.8%207c5.5%200%2010-3.8%2010-8.5c0-1.1-.2-2.1-.7-3%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/fox-face-tail.svg?color=%231a73e8&size=48