ghost-2-line from Remix Icon by Remix Design · Line · User & Faces · Apache-2.0 Free for personal and commercial use.

Name
ghost-2-line
Set
Remix Icon
Style
Line
Category
User & Faces
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More user & faces icons from Remix Icon

Use the ghost 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c3.5 0 6 3 7 6c3 1 4 3.73 4 6l-2.775.793a1 1 0 0 0-.725.961v1.496A1.75 1.75 0 0 1 17.75 19h-.596a2 2 0 0 0-1.668.896Q14.094 22 12 22t-3.486-2.104A2 2 0 0 0 6.846 19H6.25a1.75 1.75 0 0 1-1.75-1.75v-1.496a1 1 0 0 0-.725-.961L1 14c0-2.266 1-5 4-6c1-3 3.5-6 7-6m0 2C9.89 4 7.935 5.788 6.989 8.371l-.092.261l-.316.95l-.949.315c-1.255.419-2.067 1.341-2.424 2.56l-.023.086l1.14.327a3 3 0 0 1 2.17 2.703l.005.181V17h.346a4 4 0 0 1 3.2 1.6l.136.192C10.758 19.664 11.316 20 12 20c.638 0 1.167-.293 1.703-1.04l.115-.168a4 4 0 0 1 3.1-1.785l.236-.007h.346v-1.246a3 3 0 0 1 2.003-2.83l.173-.054l1.139-.327l-.023-.087c-.337-1.151-1.08-2.037-2.22-2.484l-.204-.075l-.95-.316l-.315-.949C16.195 5.91 14.18 4 12 4m0 8c.828 0 1.5 1.12 1.5 2.5S12.828 17 12 17s-1.5-1.12-1.5-2.5s.672-2.5 1.5-2.5M9.5 8a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m5 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>

React

import type { SVGProps } from "react";

export function RiGhost2Line(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 2c3.5 0 6 3 7 6c3 1 4 3.73 4 6l-2.775.793a1 1 0 0 0-.725.961v1.496A1.75 1.75 0 0 1 17.75 19h-.596a2 2 0 0 0-1.668.896Q14.094 22 12 22t-3.486-2.104A2 2 0 0 0 6.846 19H6.25a1.75 1.75 0 0 1-1.75-1.75v-1.496a1 1 0 0 0-.725-.961L1 14c0-2.266 1-5 4-6c1-3 3.5-6 7-6m0 2C9.89 4 7.935 5.788 6.989 8.371l-.092.261l-.316.95l-.949.315c-1.255.419-2.067 1.341-2.424 2.56l-.023.086l1.14.327a3 3 0 0 1 2.17 2.703l.005.181V17h.346a4 4 0 0 1 3.2 1.6l.136.192C10.758 19.664 11.316 20 12 20c.638 0 1.167-.293 1.703-1.04l.115-.168a4 4 0 0 1 3.1-1.785l.236-.007h.346v-1.246a3 3 0 0 1 2.003-2.83l.173-.054l1.139-.327l-.023-.087c-.337-1.151-1.08-2.037-2.22-2.484l-.204-.075l-.95-.316l-.315-.949C16.195 5.91 14.18 4 12 4m0 8c.828 0 1.5 1.12 1.5 2.5S12.828 17 12 17s-1.5-1.12-1.5-2.5s.672-2.5 1.5-2.5M9.5 8a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m5 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></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 2c3.5 0 6 3 7 6c3 1 4 3.73 4 6l-2.775.793a1 1 0 0 0-.725.961v1.496A1.75 1.75 0 0 1 17.75 19h-.596a2 2 0 0 0-1.668.896Q14.094 22 12 22t-3.486-2.104A2 2 0 0 0 6.846 19H6.25a1.75 1.75 0 0 1-1.75-1.75v-1.496a1 1 0 0 0-.725-.961L1 14c0-2.266 1-5 4-6c1-3 3.5-6 7-6m0 2C9.89 4 7.935 5.788 6.989 8.371l-.092.261l-.316.95l-.949.315c-1.255.419-2.067 1.341-2.424 2.56l-.023.086l1.14.327a3 3 0 0 1 2.17 2.703l.005.181V17h.346a4 4 0 0 1 3.2 1.6l.136.192C10.758 19.664 11.316 20 12 20c.638 0 1.167-.293 1.703-1.04l.115-.168a4 4 0 0 1 3.1-1.785l.236-.007h.346v-1.246a3 3 0 0 1 2.003-2.83l.173-.054l1.139-.327l-.023-.087c-.337-1.151-1.08-2.037-2.22-2.484l-.204-.075l-.95-.316l-.315-.949C16.195 5.91 14.18 4 12 4m0 8c.828 0 1.5 1.12 1.5 2.5S12.828 17 12 17s-1.5-1.12-1.5-2.5s.672-2.5 1.5-2.5M9.5 8a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m5 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
</template>

CSS

.icon-ghost-2-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%202c3.5%200%206%203%207%206c3%201%204%203.73%204%206l-2.775.793a1%201%200%200%200-.725.961v1.496A1.75%201.75%200%200%201%2017.75%2019h-.596a2%202%200%200%200-1.668.896Q14.094%2022%2012%2022t-3.486-2.104A2%202%200%200%200%206.846%2019H6.25a1.75%201.75%200%200%201-1.75-1.75v-1.496a1%201%200%200%200-.725-.961L1%2014c0-2.266%201-5%204-6c1-3%203.5-6%207-6m0%202C9.89%204%207.935%205.788%206.989%208.371l-.092.261l-.316.95l-.949.315c-1.255.419-2.067%201.341-2.424%202.56l-.023.086l1.14.327a3%203%200%200%201%202.17%202.703l.005.181V17h.346a4%204%200%200%201%203.2%201.6l.136.192C10.758%2019.664%2011.316%2020%2012%2020c.638%200%201.167-.293%201.703-1.04l.115-.168a4%204%200%200%201%203.1-1.785l.236-.007h.346v-1.246a3%203%200%200%201%202.003-2.83l.173-.054l1.139-.327l-.023-.087c-.337-1.151-1.08-2.037-2.22-2.484l-.204-.075l-.95-.316l-.315-.949C16.195%205.91%2014.18%204%2012%204m0%208c.828%200%201.5%201.12%201.5%202.5S12.828%2017%2012%2017s-1.5-1.12-1.5-2.5s.672-2.5%201.5-2.5M9.5%208a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m5%200a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%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%202c3.5%200%206%203%207%206c3%201%204%203.73%204%206l-2.775.793a1%201%200%200%200-.725.961v1.496A1.75%201.75%200%200%201%2017.75%2019h-.596a2%202%200%200%200-1.668.896Q14.094%2022%2012%2022t-3.486-2.104A2%202%200%200%200%206.846%2019H6.25a1.75%201.75%200%200%201-1.75-1.75v-1.496a1%201%200%200%200-.725-.961L1%2014c0-2.266%201-5%204-6c1-3%203.5-6%207-6m0%202C9.89%204%207.935%205.788%206.989%208.371l-.092.261l-.316.95l-.949.315c-1.255.419-2.067%201.341-2.424%202.56l-.023.086l1.14.327a3%203%200%200%201%202.17%202.703l.005.181V17h.346a4%204%200%200%201%203.2%201.6l.136.192C10.758%2019.664%2011.316%2020%2012%2020c.638%200%201.167-.293%201.703-1.04l.115-.168a4%204%200%200%201%203.1-1.785l.236-.007h.346v-1.246a3%203%200%200%201%202.003-2.83l.173-.054l1.139-.327l-.023-.087c-.337-1.151-1.08-2.037-2.22-2.484l-.204-.075l-.95-.316l-.315-.949C16.195%205.91%2014.18%204%2012%204m0%208c.828%200%201.5%201.12%201.5%202.5S12.828%2017%2012%2017s-1.5-1.12-1.5-2.5s.672-2.5%201.5-2.5M9.5%208a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m5%200a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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