ghost icon
ghost-line-duotone from Solar by 480 Design · Line Duotone · UI · CC-BY-4.0 Attribution required.
- Name
- ghost-line-duotone
- Set
- Solar
- Style
- Line 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="none" stroke="currentColor"><path stroke-width="1.5" d="M22 19.723V12.3006C22 6.61173 17.5228 2 12 2C6.47715 2 2 6.61173 2 12.3006V19.723C2 21.0453 3.35098 21.9054 4.4992 21.314C5.42726 20.836 6.5328 20.9069 7.39614 21.4998C8.36736 22.1667 9.63264 22.1667 10.6039 21.4998L10.9565 21.2576C11.5884 20.8237 12.4116 20.8237 13.0435 21.2576L13.3961 21.4998C14.3674 22.1667 15.6326 22.1667 16.6039 21.4998C17.4672 20.9069 18.5727 20.836 19.5008 21.314C20.649 21.9054 22 21.0453 22 19.723Z" opacity=".5"/><path d="M15.5 10.5C15.5 11.0523 15.2761 11.5 15 11.5C14.7239 11.5 14.5 11.0523 14.5 10.5C14.5 9.94772 14.7239 9.5 15 9.5C15.2761 9.5 15.5 9.94772 15.5 10.5Z"/><ellipse cx="9" cy="10.5" rx=".5" ry="1"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarGhostLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path strokeWidth="1.5" d="M22 19.723V12.3006C22 6.61173 17.5228 2 12 2C6.47715 2 2 6.61173 2 12.3006V19.723C2 21.0453 3.35098 21.9054 4.4992 21.314C5.42726 20.836 6.5328 20.9069 7.39614 21.4998C8.36736 22.1667 9.63264 22.1667 10.6039 21.4998L10.9565 21.2576C11.5884 20.8237 12.4116 20.8237 13.0435 21.2576L13.3961 21.4998C14.3674 22.1667 15.6326 22.1667 16.6039 21.4998C17.4672 20.9069 18.5727 20.836 19.5008 21.314C20.649 21.9054 22 21.0453 22 19.723Z" opacity=".5"/><path d="M15.5 10.5C15.5 11.0523 15.2761 11.5 15 11.5C14.7239 11.5 14.5 11.0523 14.5 10.5C14.5 9.94772 14.7239 9.5 15 9.5C15.2761 9.5 15.5 9.94772 15.5 10.5Z"/><ellipse cx="9" cy="10.5" rx=".5" ry="1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path stroke-width="1.5" d="M22 19.723V12.3006C22 6.61173 17.5228 2 12 2C6.47715 2 2 6.61173 2 12.3006V19.723C2 21.0453 3.35098 21.9054 4.4992 21.314C5.42726 20.836 6.5328 20.9069 7.39614 21.4998C8.36736 22.1667 9.63264 22.1667 10.6039 21.4998L10.9565 21.2576C11.5884 20.8237 12.4116 20.8237 13.0435 21.2576L13.3961 21.4998C14.3674 22.1667 15.6326 22.1667 16.6039 21.4998C17.4672 20.9069 18.5727 20.836 19.5008 21.314C20.649 21.9054 22 21.0453 22 19.723Z" opacity=".5"/><path d="M15.5 10.5C15.5 11.0523 15.2761 11.5 15 11.5C14.7239 11.5 14.5 11.0523 14.5 10.5C14.5 9.94772 14.7239 9.5 15 9.5C15.2761 9.5 15.5 9.94772 15.5 10.5Z"/><ellipse cx="9" cy="10.5" rx=".5" ry="1"/></g></svg> </template>
CSS
.icon-ghost-line-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%22none%22%20stroke%3D%22currentColor%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M22%2019.723V12.3006C22%206.61173%2017.5228%202%2012%202C6.47715%202%202%206.61173%202%2012.3006V19.723C2%2021.0453%203.35098%2021.9054%204.4992%2021.314C5.42726%2020.836%206.5328%2020.9069%207.39614%2021.4998C8.36736%2022.1667%209.63264%2022.1667%2010.6039%2021.4998L10.9565%2021.2576C11.5884%2020.8237%2012.4116%2020.8237%2013.0435%2021.2576L13.3961%2021.4998C14.3674%2022.1667%2015.6326%2022.1667%2016.6039%2021.4998C17.4672%2020.9069%2018.5727%2020.836%2019.5008%2021.314C20.649%2021.9054%2022%2021.0453%2022%2019.723Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15.5%2010.5C15.5%2011.0523%2015.2761%2011.5%2015%2011.5C14.7239%2011.5%2014.5%2011.0523%2014.5%2010.5C14.5%209.94772%2014.7239%209.5%2015%209.5C15.2761%209.5%2015.5%209.94772%2015.5%2010.5Z%22%2F%3E%3Cellipse%20cx%3D%229%22%20cy%3D%2210.5%22%20rx%3D%22.5%22%20ry%3D%221%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%22none%22%20stroke%3D%22currentColor%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M22%2019.723V12.3006C22%206.61173%2017.5228%202%2012%202C6.47715%202%202%206.61173%202%2012.3006V19.723C2%2021.0453%203.35098%2021.9054%204.4992%2021.314C5.42726%2020.836%206.5328%2020.9069%207.39614%2021.4998C8.36736%2022.1667%209.63264%2022.1667%2010.6039%2021.4998L10.9565%2021.2576C11.5884%2020.8237%2012.4116%2020.8237%2013.0435%2021.2576L13.3961%2021.4998C14.3674%2022.1667%2015.6326%2022.1667%2016.6039%2021.4998C17.4672%2020.9069%2018.5727%2020.836%2019.5008%2021.314C20.649%2021.9054%2022%2021.0453%2022%2019.723Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15.5%2010.5C15.5%2011.0523%2015.2761%2011.5%2015%2011.5C14.7239%2011.5%2014.5%2011.0523%2014.5%2010.5C14.5%209.94772%2014.7239%209.5%2015%209.5C15.2761%209.5%2015.5%209.94772%2015.5%2010.5Z%22%2F%3E%3Cellipse%20cx%3D%229%22%20cy%3D%2210.5%22%20rx%3D%22.5%22%20ry%3D%221%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-line-duotone.svg?color=%231a73e8&size=48