ghost 3 icon
ghost-3-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- ghost-3-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
Use the ghost 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a8 8 0 0 1 8 8v6.954l.009.103a2.78 2.78 0 0 1-1.468 2.618l-.163.08c-1.111.502-2.42.22-3.266-.74a.65.65 0 0 0-1.024 0a2.65 2.65 0 0 1-4.176 0a.65.65 0 0 0-.512-.249c-.2 0-.389.092-.55.296a2.78 2.78 0 0 1-4.859-2.005l.01-.104l.007-.077L4 17.95V11l.004-.25a8 8 0 0 1 7.747-7.746zm-1.99 6H10a1 1 0 1 0 0 2h.01a1 1 0 0 0 0-2m4 0H14a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2"/></svg>
React
import type { SVGProps } from "react";
export function TablerGhost3Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a8 8 0 0 1 8 8v6.954l.009.103a2.78 2.78 0 0 1-1.468 2.618l-.163.08c-1.111.502-2.42.22-3.266-.74a.65.65 0 0 0-1.024 0a2.65 2.65 0 0 1-4.176 0a.65.65 0 0 0-.512-.249c-.2 0-.389.092-.55.296a2.78 2.78 0 0 1-4.859-2.005l.01-.104l.007-.077L4 17.95V11l.004-.25a8 8 0 0 1 7.747-7.746zm-1.99 6H10a1 1 0 1 0 0 2h.01a1 1 0 0 0 0-2m4 0H14a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a8 8 0 0 1 8 8v6.954l.009.103a2.78 2.78 0 0 1-1.468 2.618l-.163.08c-1.111.502-2.42.22-3.266-.74a.65.65 0 0 0-1.024 0a2.65 2.65 0 0 1-4.176 0a.65.65 0 0 0-.512-.249c-.2 0-.389.092-.55.296a2.78 2.78 0 0 1-4.859-2.005l.01-.104l.007-.077L4 17.95V11l.004-.25a8 8 0 0 1 7.747-7.746zm-1.99 6H10a1 1 0 1 0 0 2h.01a1 1 0 0 0 0-2m4 0H14a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2"/></svg> </template>
CSS
.icon-ghost-3-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203a8%208%200%200%201%208%208v6.954l.009.103a2.78%202.78%200%200%201-1.468%202.618l-.163.08c-1.111.502-2.42.22-3.266-.74a.65.65%200%200%200-1.024%200a2.65%202.65%200%200%201-4.176%200a.65.65%200%200%200-.512-.249c-.2%200-.389.092-.55.296a2.78%202.78%200%200%201-4.859-2.005l.01-.104l.007-.077L4%2017.95V11l.004-.25a8%208%200%200%201%207.747-7.746zm-1.99%206H10a1%201%200%201%200%200%202h.01a1%201%200%200%200%200-2m4%200H14a1%201%200%200%200%200%202h.01a1%201%200%200%200%200-2%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203a8%208%200%200%201%208%208v6.954l.009.103a2.78%202.78%200%200%201-1.468%202.618l-.163.08c-1.111.502-2.42.22-3.266-.74a.65.65%200%200%200-1.024%200a2.65%202.65%200%200%201-4.176%200a.65.65%200%200%200-.512-.249c-.2%200-.389.092-.55.296a2.78%202.78%200%200%201-4.859-2.005l.01-.104l.007-.077L4%2017.95V11l.004-.25a8%208%200%200%201%207.747-7.746zm-1.99%206H10a1%201%200%201%200%200%202h.01a1%201%200%200%200%200-2m4%200H14a1%201%200%200%200%200%202h.01a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/ghost-3-filled.svg?color=%231a73e8&size=48