ghost icon
ghost from Line Awesome by Icons8 · Line · Halloween · Apache-2.0 Free for personal and commercial use.
- Name
- ghost
- Set
- Line Awesome
- Style
- Line
- Category
- Halloween
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- ghost-solid
The same icon in other sets
ghostBoxIcons v2ghostBoxIcons v2 SolidghostDeviconghostEmoji One (Colored)ghostFont Awesome 6 SolidghostFluent EmojighostFluent Emoji FlatghostFluent Emoji High Contrastghostcss.ggghostHuge IconsghostJam IconsghostSVG LogosghostLucideghostMajesticonsghostMaterial Design Iconsghost-fillMingCute IconghostNoto EmojighostOpenMojighostPhosphorghost-fillRemix IconghostSimple Iconsghost-boldSolarghostStreamline EmojisghostTabler Icons
More halloween icons from Line Awesome
Use the ghost icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-1.938 0-3.43.508-4.5 1.344s-1.688 1.96-2.125 3c-.438 1.039-.719 2.035-1 2.75s-.516.992-.719 1.062C4.828 12.16 3 14.863 3 18v1h1c1.348 0 2.004.281 2.313.531c.308.25.43.535.5 1.032c.07.496.035 1.101.125 1.78c.046.34.117.723.343 1.095c.227.37.637.69 1.094.843c1.059.352 1.738.574 2.156.813c.418.238.668.453 1 1.156c.317.668.742 1.398 1.5 1.938c.758.539 1.778.828 3.063.812c2.101-.027 3.355-1.113 4-2.063c.324-.476.55-.886.75-1.156s.32-.375.531-.437c1.355-.407 2.23-1.094 2.719-1.875c.488-.782.582-1.547.718-2.063c.137-.515.235-.718.563-.937S26.453 20 28 20h1v-1c0-1.379.047-2.984-.563-4.5c-.609-1.516-1.996-2.855-4.28-3.375c-.024-.004-.052.008-.157-.125a3.2 3.2 0 0 1-.406-.75c-.282-.7-.551-1.723-1-2.781c-.45-1.059-1.09-2.2-2.157-3.063C19.372 3.543 17.907 3 16 3m0 2c1.54 0 2.48.395 3.188.969c.707.574 1.18 1.379 1.562 2.281s.652 1.879 1 2.75c.172.434.36.84.656 1.219s.73.75 1.282.875c1.8.41 2.468 1.148 2.875 2.156c.308.766.316 1.816.343 2.844c-1.11.093-2.02.293-2.656.718c-.844.567-1.2 1.438-1.375 2.094c-.176.657-.242 1.137-.469 1.5c-.226.364-.597.723-1.625 1.032c-.71.214-1.222.703-1.562 1.156s-.543.867-.782 1.218c-.476.704-.82 1.168-2.375 1.188c-.984.012-1.511-.18-1.875-.438c-.363-.257-.628-.632-.874-1.156c-.446-.945-1.043-1.64-1.782-2.062c-.738-.422-1.508-.63-2.531-.969c-.008-.016-.066-.09-.094-.281c-.05-.383-.02-1.059-.125-1.813s-.414-1.668-1.219-2.312c-.562-.453-1.367-.68-2.312-.813c.293-1.926 1.305-3.5 3.063-4.125c1.062-.375 1.585-1.3 1.937-2.187s.602-1.875.969-2.75s.8-1.614 1.5-2.156C13.418 5.394 14.402 5 16 5m-3 4c-.55 0-1 .672-1 1.5s.45 1.5 1 1.5s1-.672 1-1.5S13.55 9 13 9m4 0c-.55 0-1 .672-1 1.5s.45 1.5 1 1.5s1-.672 1-1.5S17.55 9 17 9"/></svg>
React
import type { SVGProps } from "react";
export function LaGhost(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-1.938 0-3.43.508-4.5 1.344s-1.688 1.96-2.125 3c-.438 1.039-.719 2.035-1 2.75s-.516.992-.719 1.062C4.828 12.16 3 14.863 3 18v1h1c1.348 0 2.004.281 2.313.531c.308.25.43.535.5 1.032c.07.496.035 1.101.125 1.78c.046.34.117.723.343 1.095c.227.37.637.69 1.094.843c1.059.352 1.738.574 2.156.813c.418.238.668.453 1 1.156c.317.668.742 1.398 1.5 1.938c.758.539 1.778.828 3.063.812c2.101-.027 3.355-1.113 4-2.063c.324-.476.55-.886.75-1.156s.32-.375.531-.437c1.355-.407 2.23-1.094 2.719-1.875c.488-.782.582-1.547.718-2.063c.137-.515.235-.718.563-.937S26.453 20 28 20h1v-1c0-1.379.047-2.984-.563-4.5c-.609-1.516-1.996-2.855-4.28-3.375c-.024-.004-.052.008-.157-.125a3.2 3.2 0 0 1-.406-.75c-.282-.7-.551-1.723-1-2.781c-.45-1.059-1.09-2.2-2.157-3.063C19.372 3.543 17.907 3 16 3m0 2c1.54 0 2.48.395 3.188.969c.707.574 1.18 1.379 1.562 2.281s.652 1.879 1 2.75c.172.434.36.84.656 1.219s.73.75 1.282.875c1.8.41 2.468 1.148 2.875 2.156c.308.766.316 1.816.343 2.844c-1.11.093-2.02.293-2.656.718c-.844.567-1.2 1.438-1.375 2.094c-.176.657-.242 1.137-.469 1.5c-.226.364-.597.723-1.625 1.032c-.71.214-1.222.703-1.562 1.156s-.543.867-.782 1.218c-.476.704-.82 1.168-2.375 1.188c-.984.012-1.511-.18-1.875-.438c-.363-.257-.628-.632-.874-1.156c-.446-.945-1.043-1.64-1.782-2.062c-.738-.422-1.508-.63-2.531-.969c-.008-.016-.066-.09-.094-.281c-.05-.383-.02-1.059-.125-1.813s-.414-1.668-1.219-2.312c-.562-.453-1.367-.68-2.312-.813c.293-1.926 1.305-3.5 3.063-4.125c1.062-.375 1.585-1.3 1.937-2.187s.602-1.875.969-2.75s.8-1.614 1.5-2.156C13.418 5.394 14.402 5 16 5m-3 4c-.55 0-1 .672-1 1.5s.45 1.5 1 1.5s1-.672 1-1.5S13.55 9 13 9m4 0c-.55 0-1 .672-1 1.5s.45 1.5 1 1.5s1-.672 1-1.5S17.55 9 17 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-1.938 0-3.43.508-4.5 1.344s-1.688 1.96-2.125 3c-.438 1.039-.719 2.035-1 2.75s-.516.992-.719 1.062C4.828 12.16 3 14.863 3 18v1h1c1.348 0 2.004.281 2.313.531c.308.25.43.535.5 1.032c.07.496.035 1.101.125 1.78c.046.34.117.723.343 1.095c.227.37.637.69 1.094.843c1.059.352 1.738.574 2.156.813c.418.238.668.453 1 1.156c.317.668.742 1.398 1.5 1.938c.758.539 1.778.828 3.063.812c2.101-.027 3.355-1.113 4-2.063c.324-.476.55-.886.75-1.156s.32-.375.531-.437c1.355-.407 2.23-1.094 2.719-1.875c.488-.782.582-1.547.718-2.063c.137-.515.235-.718.563-.937S26.453 20 28 20h1v-1c0-1.379.047-2.984-.563-4.5c-.609-1.516-1.996-2.855-4.28-3.375c-.024-.004-.052.008-.157-.125a3.2 3.2 0 0 1-.406-.75c-.282-.7-.551-1.723-1-2.781c-.45-1.059-1.09-2.2-2.157-3.063C19.372 3.543 17.907 3 16 3m0 2c1.54 0 2.48.395 3.188.969c.707.574 1.18 1.379 1.562 2.281s.652 1.879 1 2.75c.172.434.36.84.656 1.219s.73.75 1.282.875c1.8.41 2.468 1.148 2.875 2.156c.308.766.316 1.816.343 2.844c-1.11.093-2.02.293-2.656.718c-.844.567-1.2 1.438-1.375 2.094c-.176.657-.242 1.137-.469 1.5c-.226.364-.597.723-1.625 1.032c-.71.214-1.222.703-1.562 1.156s-.543.867-.782 1.218c-.476.704-.82 1.168-2.375 1.188c-.984.012-1.511-.18-1.875-.438c-.363-.257-.628-.632-.874-1.156c-.446-.945-1.043-1.64-1.782-2.062c-.738-.422-1.508-.63-2.531-.969c-.008-.016-.066-.09-.094-.281c-.05-.383-.02-1.059-.125-1.813s-.414-1.668-1.219-2.312c-.562-.453-1.367-.68-2.312-.813c.293-1.926 1.305-3.5 3.063-4.125c1.062-.375 1.585-1.3 1.937-2.187s.602-1.875.969-2.75s.8-1.614 1.5-2.156C13.418 5.394 14.402 5 16 5m-3 4c-.55 0-1 .672-1 1.5s.45 1.5 1 1.5s1-.672 1-1.5S13.55 9 13 9m4 0c-.55 0-1 .672-1 1.5s.45 1.5 1 1.5s1-.672 1-1.5S17.55 9 17 9"/></svg> </template>
CSS
.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-1.938%200-3.43.508-4.5%201.344s-1.688%201.96-2.125%203c-.438%201.039-.719%202.035-1%202.75s-.516.992-.719%201.062C4.828%2012.16%203%2014.863%203%2018v1h1c1.348%200%202.004.281%202.313.531c.308.25.43.535.5%201.032c.07.496.035%201.101.125%201.78c.046.34.117.723.343%201.095c.227.37.637.69%201.094.843c1.059.352%201.738.574%202.156.813c.418.238.668.453%201%201.156c.317.668.742%201.398%201.5%201.938c.758.539%201.778.828%203.063.812c2.101-.027%203.355-1.113%204-2.063c.324-.476.55-.886.75-1.156s.32-.375.531-.437c1.355-.407%202.23-1.094%202.719-1.875c.488-.782.582-1.547.718-2.063c.137-.515.235-.718.563-.937S26.453%2020%2028%2020h1v-1c0-1.379.047-2.984-.563-4.5c-.609-1.516-1.996-2.855-4.28-3.375c-.024-.004-.052.008-.157-.125a3.2%203.2%200%200%201-.406-.75c-.282-.7-.551-1.723-1-2.781c-.45-1.059-1.09-2.2-2.157-3.063C19.372%203.543%2017.907%203%2016%203m0%202c1.54%200%202.48.395%203.188.969c.707.574%201.18%201.379%201.562%202.281s.652%201.879%201%202.75c.172.434.36.84.656%201.219s.73.75%201.282.875c1.8.41%202.468%201.148%202.875%202.156c.308.766.316%201.816.343%202.844c-1.11.093-2.02.293-2.656.718c-.844.567-1.2%201.438-1.375%202.094c-.176.657-.242%201.137-.469%201.5c-.226.364-.597.723-1.625%201.032c-.71.214-1.222.703-1.562%201.156s-.543.867-.782%201.218c-.476.704-.82%201.168-2.375%201.188c-.984.012-1.511-.18-1.875-.438c-.363-.257-.628-.632-.874-1.156c-.446-.945-1.043-1.64-1.782-2.062c-.738-.422-1.508-.63-2.531-.969c-.008-.016-.066-.09-.094-.281c-.05-.383-.02-1.059-.125-1.813s-.414-1.668-1.219-2.312c-.562-.453-1.367-.68-2.312-.813c.293-1.926%201.305-3.5%203.063-4.125c1.062-.375%201.585-1.3%201.937-2.187s.602-1.875.969-2.75s.8-1.614%201.5-2.156C13.418%205.394%2014.402%205%2016%205m-3%204c-.55%200-1%20.672-1%201.5s.45%201.5%201%201.5s1-.672%201-1.5S13.55%209%2013%209m4%200c-.55%200-1%20.672-1%201.5s.45%201.5%201%201.5s1-.672%201-1.5S17.55%209%2017%209%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-1.938%200-3.43.508-4.5%201.344s-1.688%201.96-2.125%203c-.438%201.039-.719%202.035-1%202.75s-.516.992-.719%201.062C4.828%2012.16%203%2014.863%203%2018v1h1c1.348%200%202.004.281%202.313.531c.308.25.43.535.5%201.032c.07.496.035%201.101.125%201.78c.046.34.117.723.343%201.095c.227.37.637.69%201.094.843c1.059.352%201.738.574%202.156.813c.418.238.668.453%201%201.156c.317.668.742%201.398%201.5%201.938c.758.539%201.778.828%203.063.812c2.101-.027%203.355-1.113%204-2.063c.324-.476.55-.886.75-1.156s.32-.375.531-.437c1.355-.407%202.23-1.094%202.719-1.875c.488-.782.582-1.547.718-2.063c.137-.515.235-.718.563-.937S26.453%2020%2028%2020h1v-1c0-1.379.047-2.984-.563-4.5c-.609-1.516-1.996-2.855-4.28-3.375c-.024-.004-.052.008-.157-.125a3.2%203.2%200%200%201-.406-.75c-.282-.7-.551-1.723-1-2.781c-.45-1.059-1.09-2.2-2.157-3.063C19.372%203.543%2017.907%203%2016%203m0%202c1.54%200%202.48.395%203.188.969c.707.574%201.18%201.379%201.562%202.281s.652%201.879%201%202.75c.172.434.36.84.656%201.219s.73.75%201.282.875c1.8.41%202.468%201.148%202.875%202.156c.308.766.316%201.816.343%202.844c-1.11.093-2.02.293-2.656.718c-.844.567-1.2%201.438-1.375%202.094c-.176.657-.242%201.137-.469%201.5c-.226.364-.597.723-1.625%201.032c-.71.214-1.222.703-1.562%201.156s-.543.867-.782%201.218c-.476.704-.82%201.168-2.375%201.188c-.984.012-1.511-.18-1.875-.438c-.363-.257-.628-.632-.874-1.156c-.446-.945-1.043-1.64-1.782-2.062c-.738-.422-1.508-.63-2.531-.969c-.008-.016-.066-.09-.094-.281c-.05-.383-.02-1.059-.125-1.813s-.414-1.668-1.219-2.312c-.562-.453-1.367-.68-2.312-.813c.293-1.926%201.305-3.5%203.063-4.125c1.062-.375%201.585-1.3%201.937-2.187s.602-1.875.969-2.75s.8-1.614%201.5-2.156C13.418%205.394%2014.402%205%2016%205m-3%204c-.55%200-1%20.672-1%201.5s.45%201.5%201%201.5s1-.672%201-1.5S13.55%209%2013%209m4%200c-.55%200-1%20.672-1%201.5s.45%201.5%201%201.5s1-.672%201-1.5S17.55%209%2017%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/ghost.svg?color=%231a73e8&size=48