ghost icon
ghost-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- ghost-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
ghostBoxIcons v2ghostBoxIcons v2 SolidghostCoreUI BrandsghostDeviconghostEmoji One (Colored)ghostFont Awesome 6 SolidghostFont Awesome SolidghostFluent EmojighostFluent Emoji FlatghostFluent Emoji High ContrastghostFirefox OS Emojighostcss.ggghostHuge IconsghostIconParkghostIconPark OutlineghostIconPark SolidghostIconPark TwoToneghostJam IconsghostLine AwesomeghostSVG LogosghostLucideghostMajesticonsghostMaterial Design Iconsghost-fillMingCute Icon
Use the ghost icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 120v96l-29.33-24l-29.34 24L128 192l-29.33 24l-29.34-24L40 216v-96a88 88 0 0 1 176 0" opacity=".2"/><path d="M112 116a12 12 0 1 1-12-12a12 12 0 0 1 12 12m44-12a12 12 0 1 0 12 12a12 12 0 0 0-12-12m68 16v96a8 8 0 0 1-13.07 6.19l-24.26-19.85l-24.27 19.85a8 8 0 0 1-10.13 0L128 202.34l-24.27 19.85a8 8 0 0 1-10.13 0l-24.27-19.85l-24.26 19.85A8 8 0 0 1 32 216v-96a96 96 0 0 1 192 0m-16 0a80 80 0 0 0-160 0v79.12l16.27-13.31a8 8 0 0 1 10.13 0l24.27 19.85l24.26-19.85a8 8 0 0 1 10.14 0l24.26 19.85l24.27-19.85a8 8 0 0 1 10.13 0L208 199.12Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhGhostDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 120v96l-29.33-24l-29.34 24L128 192l-29.33 24l-29.34-24L40 216v-96a88 88 0 0 1 176 0" opacity=".2"/><path d="M112 116a12 12 0 1 1-12-12a12 12 0 0 1 12 12m44-12a12 12 0 1 0 12 12a12 12 0 0 0-12-12m68 16v96a8 8 0 0 1-13.07 6.19l-24.26-19.85l-24.27 19.85a8 8 0 0 1-10.13 0L128 202.34l-24.27 19.85a8 8 0 0 1-10.13 0l-24.27-19.85l-24.26 19.85A8 8 0 0 1 32 216v-96a96 96 0 0 1 192 0m-16 0a80 80 0 0 0-160 0v79.12l16.27-13.31a8 8 0 0 1 10.13 0l24.27 19.85l24.26-19.85a8 8 0 0 1 10.14 0l24.26 19.85l24.27-19.85a8 8 0 0 1 10.13 0L208 199.12Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 120v96l-29.33-24l-29.34 24L128 192l-29.33 24l-29.34-24L40 216v-96a88 88 0 0 1 176 0" opacity=".2"/><path d="M112 116a12 12 0 1 1-12-12a12 12 0 0 1 12 12m44-12a12 12 0 1 0 12 12a12 12 0 0 0-12-12m68 16v96a8 8 0 0 1-13.07 6.19l-24.26-19.85l-24.27 19.85a8 8 0 0 1-10.13 0L128 202.34l-24.27 19.85a8 8 0 0 1-10.13 0l-24.27-19.85l-24.26 19.85A8 8 0 0 1 32 216v-96a96 96 0 0 1 192 0m-16 0a80 80 0 0 0-160 0v79.12l16.27-13.31a8 8 0 0 1 10.13 0l24.27 19.85l24.26-19.85a8 8 0 0 1 10.14 0l24.26 19.85l24.27-19.85a8 8 0 0 1 10.13 0L208 199.12Z"/></g></svg> </template>
CSS
.icon-ghost-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%20120v96l-29.33-24l-29.34%2024L128%20192l-29.33%2024l-29.34-24L40%20216v-96a88%2088%200%200%201%20176%200%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M112%20116a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m44-12a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12m68%2016v96a8%208%200%200%201-13.07%206.19l-24.26-19.85l-24.27%2019.85a8%208%200%200%201-10.13%200L128%20202.34l-24.27%2019.85a8%208%200%200%201-10.13%200l-24.27-19.85l-24.26%2019.85A8%208%200%200%201%2032%20216v-96a96%2096%200%200%201%20192%200m-16%200a80%2080%200%200%200-160%200v79.12l16.27-13.31a8%208%200%200%201%2010.13%200l24.27%2019.85l24.26-19.85a8%208%200%200%201%2010.14%200l24.26%2019.85l24.27-19.85a8%208%200%200%201%2010.13%200L208%20199.12Z%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%20120v96l-29.33-24l-29.34%2024L128%20192l-29.33%2024l-29.34-24L40%20216v-96a88%2088%200%200%201%20176%200%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M112%20116a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m44-12a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12m68%2016v96a8%208%200%200%201-13.07%206.19l-24.26-19.85l-24.27%2019.85a8%208%200%200%201-10.13%200L128%20202.34l-24.27%2019.85a8%208%200%200%201-10.13%200l-24.27-19.85l-24.26%2019.85A8%208%200%200%201%2032%20216v-96a96%2096%200%200%201%20192%200m-16%200a80%2080%200%200%200-160%200v79.12l16.27-13.31a8%208%200%200%201%2010.13%200l24.27%2019.85l24.26-19.85a8%208%200%200%201%2010.14%200l24.26%2019.85l24.27-19.85a8%208%200%200%201%2010.13%200L208%20199.12Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/ghost-duotone.svg?color=%231a73e8&size=48