ghost 4 icon
ghost-4-fill from Remix Icon by Remix Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- ghost-4-fill
- Set
- Remix Icon
- Style
- Fill
- 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.5m-2 6c-.69 0-1.25.784-1.25 1.75S9.31 12 10 12s1.25-.784 1.25-1.75S10.69 8.5 10 8.5m4 0c-.69 0-1.25.784-1.25 1.75S13.31 12 14 12s1.25-.784 1.25-1.75S14.69 8.5 14 8.5"/></svg>
React
import type { SVGProps } from "react";
export function RiGhost4Fill(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.5m-2 6c-.69 0-1.25.784-1.25 1.75S9.31 12 10 12s1.25-.784 1.25-1.75S10.69 8.5 10 8.5m4 0c-.69 0-1.25.784-1.25 1.75S13.31 12 14 12s1.25-.784 1.25-1.75S14.69 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.5m-2 6c-.69 0-1.25.784-1.25 1.75S9.31 12 10 12s1.25-.784 1.25-1.75S10.69 8.5 10 8.5m4 0c-.69 0-1.25.784-1.25 1.75S13.31 12 14 12s1.25-.784 1.25-1.75S14.69 8.5 14 8.5"/></svg> </template>
CSS
.icon-ghost-4-fill {
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.5m-2%206c-.69%200-1.25.784-1.25%201.75S9.31%2012%2010%2012s1.25-.784%201.25-1.75S10.69%208.5%2010%208.5m4%200c-.69%200-1.25.784-1.25%201.75S13.31%2012%2014%2012s1.25-.784%201.25-1.75S14.69%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.5m-2%206c-.69%200-1.25.784-1.25%201.75S9.31%2012%2010%2012s1.25-.784%201.25-1.75S10.69%208.5%2010%208.5m4%200c-.69%200-1.25.784-1.25%201.75S13.31%2012%2014%2012s1.25-.784%201.25-1.75S14.69%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-fill.svg?color=%231a73e8&size=48