bxs ghost icon

bxs-ghost from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxs-ghost
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxs ghost icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M3 11v8h.051c.245 1.692 1.69 3 3.449 3c1.174 0 2.074-.417 2.672-1.174a3.99 3.99 0 0 0 5.668-.014c.601.762 1.504 1.188 2.66 1.188c1.93 0 3.5-1.57 3.5-3.5V11c0-4.962-4.037-9-9-9s-9 4.038-9 9zm6 1c-1.103 0-2-.897-2-2s.897-2 2-2s2 .897 2 2s-.897 2-2 2zm6-4c1.103 0 2 .897 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxsGhost(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M3 11v8h.051c.245 1.692 1.69 3 3.449 3c1.174 0 2.074-.417 2.672-1.174a3.99 3.99 0 0 0 5.668-.014c.601.762 1.504 1.188 2.66 1.188c1.93 0 3.5-1.57 3.5-3.5V11c0-4.962-4.037-9-9-9s-9 4.038-9 9zm6 1c-1.103 0-2-.897-2-2s.897-2 2-2s2 .897 2 2s-.897 2-2 2zm6-4c1.103 0 2 .897 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M3 11v8h.051c.245 1.692 1.69 3 3.449 3c1.174 0 2.074-.417 2.672-1.174a3.99 3.99 0 0 0 5.668-.014c.601.762 1.504 1.188 2.66 1.188c1.93 0 3.5-1.57 3.5-3.5V11c0-4.962-4.037-9-9-9s-9 4.038-9 9zm6 1c-1.103 0-2-.897-2-2s.897-2 2-2s2 .897 2 2s-.897 2-2 2zm6-4c1.103 0 2 .897 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxs-ghost {
  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%20d%3D%22M3%2011v8h.051c.245%201.692%201.69%203%203.449%203c1.174%200%202.074-.417%202.672-1.174a3.99%203.99%200%200%200%205.668-.014c.601.762%201.504%201.188%202.66%201.188c1.93%200%203.5-1.57%203.5-3.5V11c0-4.962-4.037-9-9-9s-9%204.038-9%209zm6%201c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.897%202%202s-.897%202-2%202zm6-4c1.103%200%202%20.897%202%202s-.897%202-2%202s-2-.897-2-2s.897-2%202-2z%22%20fill%3D%22currentColor%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%20d%3D%22M3%2011v8h.051c.245%201.692%201.69%203%203.449%203c1.174%200%202.074-.417%202.672-1.174a3.99%203.99%200%200%200%205.668-.014c.601.762%201.504%201.188%202.66%201.188c1.93%200%203.5-1.57%203.5-3.5V11c0-4.962-4.037-9-9-9s-9%204.038-9%209zm6%201c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.897%202%202s-.897%202-2%202zm6-4c1.103%200%202%20.897%202%202s-.897%202-2%202s-2-.897-2-2s.897-2%202-2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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