ghost icon
ghost-bold-duotone from Solar by 480 Design · Bold Duotone · UI · CC-BY-4.0 Attribution required.
- Name
- ghost-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
Use the ghost icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22 19.2058V12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12V19.2058C2 20.4896 3.35098 21.3245 4.4992 20.7504C5.42726 20.2864 6.5328 20.3552 7.39614 20.9308C8.36736 21.5782 9.63264 21.5782 10.6039 20.9308L10.9565 20.6957C11.5884 20.2744 12.4116 20.2744 13.0435 20.6957L13.3961 20.9308C14.3674 21.5782 15.6326 21.5782 16.6039 20.9308C17.4672 20.3552 18.5727 20.2864 19.5008 20.7504C20.649 21.3245 22 20.4896 22 19.2058Z" opacity=".5"/><path d="M15 12C15.5523 12 16 11.3284 16 10.5C16 9.67157 15.5523 9 15 9C14.4477 9 14 9.67157 14 10.5C14 11.3284 14.4477 12 15 12Z"/><path d="M10 10.5C10 11.3284 9.55228 12 9 12C8.44772 12 8 11.3284 8 10.5C8 9.67157 8.44772 9 9 9C9.55228 9 10 9.67157 10 10.5Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarGhostBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22 19.2058V12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12V19.2058C2 20.4896 3.35098 21.3245 4.4992 20.7504C5.42726 20.2864 6.5328 20.3552 7.39614 20.9308C8.36736 21.5782 9.63264 21.5782 10.6039 20.9308L10.9565 20.6957C11.5884 20.2744 12.4116 20.2744 13.0435 20.6957L13.3961 20.9308C14.3674 21.5782 15.6326 21.5782 16.6039 20.9308C17.4672 20.3552 18.5727 20.2864 19.5008 20.7504C20.649 21.3245 22 20.4896 22 19.2058Z" opacity=".5"/><path d="M15 12C15.5523 12 16 11.3284 16 10.5C16 9.67157 15.5523 9 15 9C14.4477 9 14 9.67157 14 10.5C14 11.3284 14.4477 12 15 12Z"/><path d="M10 10.5C10 11.3284 9.55228 12 9 12C8.44772 12 8 11.3284 8 10.5C8 9.67157 8.44772 9 9 9C9.55228 9 10 9.67157 10 10.5Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22 19.2058V12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12V19.2058C2 20.4896 3.35098 21.3245 4.4992 20.7504C5.42726 20.2864 6.5328 20.3552 7.39614 20.9308C8.36736 21.5782 9.63264 21.5782 10.6039 20.9308L10.9565 20.6957C11.5884 20.2744 12.4116 20.2744 13.0435 20.6957L13.3961 20.9308C14.3674 21.5782 15.6326 21.5782 16.6039 20.9308C17.4672 20.3552 18.5727 20.2864 19.5008 20.7504C20.649 21.3245 22 20.4896 22 19.2058Z" opacity=".5"/><path d="M15 12C15.5523 12 16 11.3284 16 10.5C16 9.67157 15.5523 9 15 9C14.4477 9 14 9.67157 14 10.5C14 11.3284 14.4477 12 15 12Z"/><path d="M10 10.5C10 11.3284 9.55228 12 9 12C8.44772 12 8 11.3284 8 10.5C8 9.67157 8.44772 9 9 9C9.55228 9 10 9.67157 10 10.5Z"/></g></svg> </template>
CSS
.icon-ghost-bold-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M22%2019.2058V12C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012V19.2058C2%2020.4896%203.35098%2021.3245%204.4992%2020.7504C5.42726%2020.2864%206.5328%2020.3552%207.39614%2020.9308C8.36736%2021.5782%209.63264%2021.5782%2010.6039%2020.9308L10.9565%2020.6957C11.5884%2020.2744%2012.4116%2020.2744%2013.0435%2020.6957L13.3961%2020.9308C14.3674%2021.5782%2015.6326%2021.5782%2016.6039%2020.9308C17.4672%2020.3552%2018.5727%2020.2864%2019.5008%2020.7504C20.649%2021.3245%2022%2020.4896%2022%2019.2058Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15%2012C15.5523%2012%2016%2011.3284%2016%2010.5C16%209.67157%2015.5523%209%2015%209C14.4477%209%2014%209.67157%2014%2010.5C14%2011.3284%2014.4477%2012%2015%2012Z%22%2F%3E%3Cpath%20d%3D%22M10%2010.5C10%2011.3284%209.55228%2012%209%2012C8.44772%2012%208%2011.3284%208%2010.5C8%209.67157%208.44772%209%209%209C9.55228%209%2010%209.67157%2010%2010.5Z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M22%2019.2058V12C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012V19.2058C2%2020.4896%203.35098%2021.3245%204.4992%2020.7504C5.42726%2020.2864%206.5328%2020.3552%207.39614%2020.9308C8.36736%2021.5782%209.63264%2021.5782%2010.6039%2020.9308L10.9565%2020.6957C11.5884%2020.2744%2012.4116%2020.2744%2013.0435%2020.6957L13.3961%2020.9308C14.3674%2021.5782%2015.6326%2021.5782%2016.6039%2020.9308C17.4672%2020.3552%2018.5727%2020.2864%2019.5008%2020.7504C20.649%2021.3245%2022%2020.4896%2022%2019.2058Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15%2012C15.5523%2012%2016%2011.3284%2016%2010.5C16%209.67157%2015.5523%209%2015%209C14.4477%209%2014%209.67157%2014%2010.5C14%2011.3284%2014.4477%2012%2015%2012Z%22%2F%3E%3Cpath%20d%3D%22M10%2010.5C10%2011.3284%209.55228%2012%209%2012C8.44772%2012%208%2011.3284%208%2010.5C8%209.67157%208.44772%209%209%209C9.55228%209%2010%209.67157%2010%2010.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/ghost-bold-duotone.svg?color=%231a73e8&size=48