ghost icon
ghost-bold from Solar by 480 Design · Bold · UI · CC-BY-4.0 Attribution required.
- Name
- ghost-bold
- Set
- Solar
- Style
- Bold
- 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"><path fill="currentColor" fill-rule="evenodd" 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.2058ZM16 10.5C16 11.3284 15.5523 12 15 12C14.4477 12 14 11.3284 14 10.5C14 9.67157 14.4477 9 15 9C15.5523 9 16 9.67157 16 10.5ZM9 12C9.55228 12 10 11.3284 10 10.5C10 9.67157 9.55228 9 9 9C8.44772 9 8 9.67157 8 10.5C8 11.3284 8.44772 12 9 12Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarGhostBold(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" fillRule="evenodd" 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.2058ZM16 10.5C16 11.3284 15.5523 12 15 12C14.4477 12 14 11.3284 14 10.5C14 9.67157 14.4477 9 15 9C15.5523 9 16 9.67157 16 10.5ZM9 12C9.55228 12 10 11.3284 10 10.5C10 9.67157 9.55228 9 9 9C8.44772 9 8 9.67157 8 10.5C8 11.3284 8.44772 12 9 12Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" 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.2058ZM16 10.5C16 11.3284 15.5523 12 15 12C14.4477 12 14 11.3284 14 10.5C14 9.67157 14.4477 9 15 9C15.5523 9 16 9.67157 16 10.5ZM9 12C9.55228 12 10 11.3284 10 10.5C10 9.67157 9.55228 9 9 9C8.44772 9 8 9.67157 8 10.5C8 11.3284 8.44772 12 9 12Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-ghost-bold {
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%20fill-rule%3D%22evenodd%22%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.2058ZM16%2010.5C16%2011.3284%2015.5523%2012%2015%2012C14.4477%2012%2014%2011.3284%2014%2010.5C14%209.67157%2014.4477%209%2015%209C15.5523%209%2016%209.67157%2016%2010.5ZM9%2012C9.55228%2012%2010%2011.3284%2010%2010.5C10%209.67157%209.55228%209%209%209C8.44772%209%208%209.67157%208%2010.5C8%2011.3284%208.44772%2012%209%2012Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%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.2058ZM16%2010.5C16%2011.3284%2015.5523%2012%2015%2012C14.4477%2012%2014%2011.3284%2014%2010.5C14%209.67157%2014.4477%209%2015%209C15.5523%209%2016%209.67157%2016%2010.5ZM9%2012C9.55228%2012%2010%2011.3284%2010%2010.5C10%209.67157%209.55228%209%209%209C8.44772%209%208%209.67157%208%2010.5C8%2011.3284%208.44772%2012%209%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/ghost-bold.svg?color=%231a73e8&size=48