ghost-off-outline from Material Design Icons by Pictogrammers · Outline · Gaming / RPG · Apache-2.0 Free for personal and commercial use.

Name
ghost-off-outline
Set
Material Design Icons
Style
Outline
Category
Gaming / RPG
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More gaming / rpg icons from Material Design Icons

Use the ghost off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.29 5.09L6.84 3.64A8.93 8.93 0 0 1 12 2a9 9 0 0 1 9 9v6.8l-2-2V11c0-3.86-3.14-7-7-7c-1.37 0-2.64.4-3.71 1.09m13.82 16.37l-1.27 1.27l-3.28-3.28L15 22l-3-3l-3 3l-3-3l-3 3V11c0-1.74.5-3.37 1.36-4.75L1.11 3l1.28-1.27l4.5 4.5l1.8 1.8l2.28 2.28l6.44 6.45h.01L21 20.34v.01zm-5.97-3.43l-6.25-6.25c-.27.14-.57.22-.89.22a2 2 0 0 1-2-2c0-.32.08-.62.22-.89l-1.4-1.4C5.3 8.69 5 9.81 5 11v6.17l1-1l1.41 1.42L9 19.17l1.59-1.58L12 16.17l1.41 1.42L15 19.17zM15 8c-1.04 0-1.89.8-2 1.82L15.18 12c1.02-.11 1.82-.96 1.82-2a2 2 0 0 0-2-2"/></svg>

React

import type { SVGProps } from "react";

export function MdiGhostOffOutline(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="M8.29 5.09L6.84 3.64A8.93 8.93 0 0 1 12 2a9 9 0 0 1 9 9v6.8l-2-2V11c0-3.86-3.14-7-7-7c-1.37 0-2.64.4-3.71 1.09m13.82 16.37l-1.27 1.27l-3.28-3.28L15 22l-3-3l-3 3l-3-3l-3 3V11c0-1.74.5-3.37 1.36-4.75L1.11 3l1.28-1.27l4.5 4.5l1.8 1.8l2.28 2.28l6.44 6.45h.01L21 20.34v.01zm-5.97-3.43l-6.25-6.25c-.27.14-.57.22-.89.22a2 2 0 0 1-2-2c0-.32.08-.62.22-.89l-1.4-1.4C5.3 8.69 5 9.81 5 11v6.17l1-1l1.41 1.42L9 19.17l1.59-1.58L12 16.17l1.41 1.42L15 19.17zM15 8c-1.04 0-1.89.8-2 1.82L15.18 12c1.02-.11 1.82-.96 1.82-2a2 2 0 0 0-2-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="M8.29 5.09L6.84 3.64A8.93 8.93 0 0 1 12 2a9 9 0 0 1 9 9v6.8l-2-2V11c0-3.86-3.14-7-7-7c-1.37 0-2.64.4-3.71 1.09m13.82 16.37l-1.27 1.27l-3.28-3.28L15 22l-3-3l-3 3l-3-3l-3 3V11c0-1.74.5-3.37 1.36-4.75L1.11 3l1.28-1.27l4.5 4.5l1.8 1.8l2.28 2.28l6.44 6.45h.01L21 20.34v.01zm-5.97-3.43l-6.25-6.25c-.27.14-.57.22-.89.22a2 2 0 0 1-2-2c0-.32.08-.62.22-.89l-1.4-1.4C5.3 8.69 5 9.81 5 11v6.17l1-1l1.41 1.42L9 19.17l1.59-1.58L12 16.17l1.41 1.42L15 19.17zM15 8c-1.04 0-1.89.8-2 1.82L15.18 12c1.02-.11 1.82-.96 1.82-2a2 2 0 0 0-2-2"/></svg>
</template>

CSS

.icon-ghost-off-outline {
  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%22M8.29%205.09L6.84%203.64A8.93%208.93%200%200%201%2012%202a9%209%200%200%201%209%209v6.8l-2-2V11c0-3.86-3.14-7-7-7c-1.37%200-2.64.4-3.71%201.09m13.82%2016.37l-1.27%201.27l-3.28-3.28L15%2022l-3-3l-3%203l-3-3l-3%203V11c0-1.74.5-3.37%201.36-4.75L1.11%203l1.28-1.27l4.5%204.5l1.8%201.8l2.28%202.28l6.44%206.45h.01L21%2020.34v.01zm-5.97-3.43l-6.25-6.25c-.27.14-.57.22-.89.22a2%202%200%200%201-2-2c0-.32.08-.62.22-.89l-1.4-1.4C5.3%208.69%205%209.81%205%2011v6.17l1-1l1.41%201.42L9%2019.17l1.59-1.58L12%2016.17l1.41%201.42L15%2019.17zM15%208c-1.04%200-1.89.8-2%201.82L15.18%2012c1.02-.11%201.82-.96%201.82-2a2%202%200%200%200-2-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%22M8.29%205.09L6.84%203.64A8.93%208.93%200%200%201%2012%202a9%209%200%200%201%209%209v6.8l-2-2V11c0-3.86-3.14-7-7-7c-1.37%200-2.64.4-3.71%201.09m13.82%2016.37l-1.27%201.27l-3.28-3.28L15%2022l-3-3l-3%203l-3-3l-3%203V11c0-1.74.5-3.37%201.36-4.75L1.11%203l1.28-1.27l4.5%204.5l1.8%201.8l2.28%202.28l6.44%206.45h.01L21%2020.34v.01zm-5.97-3.43l-6.25-6.25c-.27.14-.57.22-.89.22a2%202%200%200%201-2-2c0-.32.08-.62.22-.89l-1.4-1.4C5.3%208.69%205%209.81%205%2011v6.17l1-1l1.41%201.42L9%2019.17l1.59-1.58L12%2016.17l1.41%201.42L15%2019.17zM15%208c-1.04%200-1.89.8-2%201.82L15.18%2012c1.02-.11%201.82-.96%201.82-2a2%202%200%200%200-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/ghost-off-outline.svg?color=%231a73e8&size=48