ghost-4-line from Remix Icon by Remix Design · Line · Apache-2.0 Free for personal and commercial use.

Name
ghost-4-line
Set
Remix Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

Related icons in Remix Icon

Use the ghost 4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.5c2.444 0 4.134.688 5.253 1.967c1.072 1.225 1.48 2.844 1.733 4.369c.1.6.286.921.45 1.11c.169.196.38.327.666.456c.171.078.274.116.48.205a3.6 3.6 0 0 1 .58.307c.21.142.433.343.599.634A1.9 1.9 0 0 1 22 12.5c0 .586-.171 1.064-.452 1.459c-.256.36-.586.62-.806.795c-.483.384-.683.557-.762.946c-.048.233-.006.648.173 1.224c.17.545.425 1.112.663 1.584c.549 1.086-.372 2.504-1.696 2.21l-2.297-.511a2 2 0 0 0-1.329.164l-1.705.853a4 4 0 0 1-3.578 0l-1.705-.853a2 2 0 0 0-1.33-.164l-2.32.517c-1.313.291-2.239-1.106-1.698-2.195c.24-.482.5-1.065.676-1.62c.188-.594.228-1.003.187-1.209c-.071-.347-.26-.513-.766-.924C2.78 14.391 2 13.752 2 12.5c0-.332.071-.657.24-.952c.165-.291.388-.492.598-.634c.2-.136.414-.234.581-.307c.205-.089.308-.127.48-.205c.285-.13.496-.26.665-.456c.164-.189.35-.51.45-1.11c.254-1.525.662-3.144 1.733-4.37C7.867 3.189 9.556 2.5 12 2.5m0 2c-2.055 0-3.116.562-3.747 1.283c-.678.775-1.02 1.906-1.267 3.381c-.15.899-.464 1.579-.91 2.093c-.44.508-.948.783-1.35.966c-.171.078-.405.173-.51.218c-.103.045-.17.079-.214.104c.009.218.093.337.514.679c.417.339 1.228.923 1.463 2.076c.15.732-.031 1.556-.239 2.212c-.114.36-.253.718-.396 1.053l1.4-.31a4 4 0 0 1 2.655.327l1.707.853a2 2 0 0 0 1.789 0l1.706-.853a4 4 0 0 1 2.656-.327l1.377.306c-.142-.33-.278-.684-.39-1.041c-.206-.66-.375-1.478-.224-2.22c.243-1.188 1.043-1.766 1.479-2.113c.24-.19.35-.29.419-.387a.43.43 0 0 0 .08-.255a2 2 0 0 0-.214-.104c-.105-.045-.339-.14-.51-.218c-.402-.183-.91-.459-1.35-.966c-.446-.514-.76-1.194-.91-2.093c-.246-1.475-.589-2.606-1.267-3.38C15.117 5.061 14.055 4.5 12 4.5m-2 4c.69 0 1.25.784 1.25 1.75S10.69 12 10 12s-1.25-.784-1.25-1.75S9.31 8.5 10 8.5m4 0c.69 0 1.25.784 1.25 1.75S14.69 12 14 12s-1.25-.784-1.25-1.75S13.31 8.5 14 8.5"/></svg>

React

import type { SVGProps } from "react";

export function RiGhost4Line(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 2.5c2.444 0 4.134.688 5.253 1.967c1.072 1.225 1.48 2.844 1.733 4.369c.1.6.286.921.45 1.11c.169.196.38.327.666.456c.171.078.274.116.48.205a3.6 3.6 0 0 1 .58.307c.21.142.433.343.599.634A1.9 1.9 0 0 1 22 12.5c0 .586-.171 1.064-.452 1.459c-.256.36-.586.62-.806.795c-.483.384-.683.557-.762.946c-.048.233-.006.648.173 1.224c.17.545.425 1.112.663 1.584c.549 1.086-.372 2.504-1.696 2.21l-2.297-.511a2 2 0 0 0-1.329.164l-1.705.853a4 4 0 0 1-3.578 0l-1.705-.853a2 2 0 0 0-1.33-.164l-2.32.517c-1.313.291-2.239-1.106-1.698-2.195c.24-.482.5-1.065.676-1.62c.188-.594.228-1.003.187-1.209c-.071-.347-.26-.513-.766-.924C2.78 14.391 2 13.752 2 12.5c0-.332.071-.657.24-.952c.165-.291.388-.492.598-.634c.2-.136.414-.234.581-.307c.205-.089.308-.127.48-.205c.285-.13.496-.26.665-.456c.164-.189.35-.51.45-1.11c.254-1.525.662-3.144 1.733-4.37C7.867 3.189 9.556 2.5 12 2.5m0 2c-2.055 0-3.116.562-3.747 1.283c-.678.775-1.02 1.906-1.267 3.381c-.15.899-.464 1.579-.91 2.093c-.44.508-.948.783-1.35.966c-.171.078-.405.173-.51.218c-.103.045-.17.079-.214.104c.009.218.093.337.514.679c.417.339 1.228.923 1.463 2.076c.15.732-.031 1.556-.239 2.212c-.114.36-.253.718-.396 1.053l1.4-.31a4 4 0 0 1 2.655.327l1.707.853a2 2 0 0 0 1.789 0l1.706-.853a4 4 0 0 1 2.656-.327l1.377.306c-.142-.33-.278-.684-.39-1.041c-.206-.66-.375-1.478-.224-2.22c.243-1.188 1.043-1.766 1.479-2.113c.24-.19.35-.29.419-.387a.43.43 0 0 0 .08-.255a2 2 0 0 0-.214-.104c-.105-.045-.339-.14-.51-.218c-.402-.183-.91-.459-1.35-.966c-.446-.514-.76-1.194-.91-2.093c-.246-1.475-.589-2.606-1.267-3.38C15.117 5.061 14.055 4.5 12 4.5m-2 4c.69 0 1.25.784 1.25 1.75S10.69 12 10 12s-1.25-.784-1.25-1.75S9.31 8.5 10 8.5m4 0c.69 0 1.25.784 1.25 1.75S14.69 12 14 12s-1.25-.784-1.25-1.75S13.31 8.5 14 8.5"/></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 2.5c2.444 0 4.134.688 5.253 1.967c1.072 1.225 1.48 2.844 1.733 4.369c.1.6.286.921.45 1.11c.169.196.38.327.666.456c.171.078.274.116.48.205a3.6 3.6 0 0 1 .58.307c.21.142.433.343.599.634A1.9 1.9 0 0 1 22 12.5c0 .586-.171 1.064-.452 1.459c-.256.36-.586.62-.806.795c-.483.384-.683.557-.762.946c-.048.233-.006.648.173 1.224c.17.545.425 1.112.663 1.584c.549 1.086-.372 2.504-1.696 2.21l-2.297-.511a2 2 0 0 0-1.329.164l-1.705.853a4 4 0 0 1-3.578 0l-1.705-.853a2 2 0 0 0-1.33-.164l-2.32.517c-1.313.291-2.239-1.106-1.698-2.195c.24-.482.5-1.065.676-1.62c.188-.594.228-1.003.187-1.209c-.071-.347-.26-.513-.766-.924C2.78 14.391 2 13.752 2 12.5c0-.332.071-.657.24-.952c.165-.291.388-.492.598-.634c.2-.136.414-.234.581-.307c.205-.089.308-.127.48-.205c.285-.13.496-.26.665-.456c.164-.189.35-.51.45-1.11c.254-1.525.662-3.144 1.733-4.37C7.867 3.189 9.556 2.5 12 2.5m0 2c-2.055 0-3.116.562-3.747 1.283c-.678.775-1.02 1.906-1.267 3.381c-.15.899-.464 1.579-.91 2.093c-.44.508-.948.783-1.35.966c-.171.078-.405.173-.51.218c-.103.045-.17.079-.214.104c.009.218.093.337.514.679c.417.339 1.228.923 1.463 2.076c.15.732-.031 1.556-.239 2.212c-.114.36-.253.718-.396 1.053l1.4-.31a4 4 0 0 1 2.655.327l1.707.853a2 2 0 0 0 1.789 0l1.706-.853a4 4 0 0 1 2.656-.327l1.377.306c-.142-.33-.278-.684-.39-1.041c-.206-.66-.375-1.478-.224-2.22c.243-1.188 1.043-1.766 1.479-2.113c.24-.19.35-.29.419-.387a.43.43 0 0 0 .08-.255a2 2 0 0 0-.214-.104c-.105-.045-.339-.14-.51-.218c-.402-.183-.91-.459-1.35-.966c-.446-.514-.76-1.194-.91-2.093c-.246-1.475-.589-2.606-1.267-3.38C15.117 5.061 14.055 4.5 12 4.5m-2 4c.69 0 1.25.784 1.25 1.75S10.69 12 10 12s-1.25-.784-1.25-1.75S9.31 8.5 10 8.5m4 0c.69 0 1.25.784 1.25 1.75S14.69 12 14 12s-1.25-.784-1.25-1.75S13.31 8.5 14 8.5"/></svg>
</template>

CSS

.icon-ghost-4-line {
  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%202.5c2.444%200%204.134.688%205.253%201.967c1.072%201.225%201.48%202.844%201.733%204.369c.1.6.286.921.45%201.11c.169.196.38.327.666.456c.171.078.274.116.48.205a3.6%203.6%200%200%201%20.58.307c.21.142.433.343.599.634A1.9%201.9%200%200%201%2022%2012.5c0%20.586-.171%201.064-.452%201.459c-.256.36-.586.62-.806.795c-.483.384-.683.557-.762.946c-.048.233-.006.648.173%201.224c.17.545.425%201.112.663%201.584c.549%201.086-.372%202.504-1.696%202.21l-2.297-.511a2%202%200%200%200-1.329.164l-1.705.853a4%204%200%200%201-3.578%200l-1.705-.853a2%202%200%200%200-1.33-.164l-2.32.517c-1.313.291-2.239-1.106-1.698-2.195c.24-.482.5-1.065.676-1.62c.188-.594.228-1.003.187-1.209c-.071-.347-.26-.513-.766-.924C2.78%2014.391%202%2013.752%202%2012.5c0-.332.071-.657.24-.952c.165-.291.388-.492.598-.634c.2-.136.414-.234.581-.307c.205-.089.308-.127.48-.205c.285-.13.496-.26.665-.456c.164-.189.35-.51.45-1.11c.254-1.525.662-3.144%201.733-4.37C7.867%203.189%209.556%202.5%2012%202.5m0%202c-2.055%200-3.116.562-3.747%201.283c-.678.775-1.02%201.906-1.267%203.381c-.15.899-.464%201.579-.91%202.093c-.44.508-.948.783-1.35.966c-.171.078-.405.173-.51.218c-.103.045-.17.079-.214.104c.009.218.093.337.514.679c.417.339%201.228.923%201.463%202.076c.15.732-.031%201.556-.239%202.212c-.114.36-.253.718-.396%201.053l1.4-.31a4%204%200%200%201%202.655.327l1.707.853a2%202%200%200%200%201.789%200l1.706-.853a4%204%200%200%201%202.656-.327l1.377.306c-.142-.33-.278-.684-.39-1.041c-.206-.66-.375-1.478-.224-2.22c.243-1.188%201.043-1.766%201.479-2.113c.24-.19.35-.29.419-.387a.43.43%200%200%200%20.08-.255a2%202%200%200%200-.214-.104c-.105-.045-.339-.14-.51-.218c-.402-.183-.91-.459-1.35-.966c-.446-.514-.76-1.194-.91-2.093c-.246-1.475-.589-2.606-1.267-3.38C15.117%205.061%2014.055%204.5%2012%204.5m-2%204c.69%200%201.25.784%201.25%201.75S10.69%2012%2010%2012s-1.25-.784-1.25-1.75S9.31%208.5%2010%208.5m4%200c.69%200%201.25.784%201.25%201.75S14.69%2012%2014%2012s-1.25-.784-1.25-1.75S13.31%208.5%2014%208.5%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%202.5c2.444%200%204.134.688%205.253%201.967c1.072%201.225%201.48%202.844%201.733%204.369c.1.6.286.921.45%201.11c.169.196.38.327.666.456c.171.078.274.116.48.205a3.6%203.6%200%200%201%20.58.307c.21.142.433.343.599.634A1.9%201.9%200%200%201%2022%2012.5c0%20.586-.171%201.064-.452%201.459c-.256.36-.586.62-.806.795c-.483.384-.683.557-.762.946c-.048.233-.006.648.173%201.224c.17.545.425%201.112.663%201.584c.549%201.086-.372%202.504-1.696%202.21l-2.297-.511a2%202%200%200%200-1.329.164l-1.705.853a4%204%200%200%201-3.578%200l-1.705-.853a2%202%200%200%200-1.33-.164l-2.32.517c-1.313.291-2.239-1.106-1.698-2.195c.24-.482.5-1.065.676-1.62c.188-.594.228-1.003.187-1.209c-.071-.347-.26-.513-.766-.924C2.78%2014.391%202%2013.752%202%2012.5c0-.332.071-.657.24-.952c.165-.291.388-.492.598-.634c.2-.136.414-.234.581-.307c.205-.089.308-.127.48-.205c.285-.13.496-.26.665-.456c.164-.189.35-.51.45-1.11c.254-1.525.662-3.144%201.733-4.37C7.867%203.189%209.556%202.5%2012%202.5m0%202c-2.055%200-3.116.562-3.747%201.283c-.678.775-1.02%201.906-1.267%203.381c-.15.899-.464%201.579-.91%202.093c-.44.508-.948.783-1.35.966c-.171.078-.405.173-.51.218c-.103.045-.17.079-.214.104c.009.218.093.337.514.679c.417.339%201.228.923%201.463%202.076c.15.732-.031%201.556-.239%202.212c-.114.36-.253.718-.396%201.053l1.4-.31a4%204%200%200%201%202.655.327l1.707.853a2%202%200%200%200%201.789%200l1.706-.853a4%204%200%200%201%202.656-.327l1.377.306c-.142-.33-.278-.684-.39-1.041c-.206-.66-.375-1.478-.224-2.22c.243-1.188%201.043-1.766%201.479-2.113c.24-.19.35-.29.419-.387a.43.43%200%200%200%20.08-.255a2%202%200%200%200-.214-.104c-.105-.045-.339-.14-.51-.218c-.402-.183-.91-.459-1.35-.966c-.446-.514-.76-1.194-.91-2.093c-.246-1.475-.589-2.606-1.267-3.38C15.117%205.061%2014.055%204.5%2012%204.5m-2%204c.69%200%201.25.784%201.25%201.75S10.69%2012%2010%2012s-1.25-.784-1.25-1.75S9.31%208.5%2010%208.5m4%200c.69%200%201.25.784%201.25%201.75S14.69%2012%2014%2012s-1.25-.784-1.25-1.75S13.31%208.5%2014%208.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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