Ghost Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Ghost icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/314443.svg" alt="Ghost icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314443.svg" alt="Ghost icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314443.svg" alt="Ghost icon" :width="24" :height="24" />
CSS background
.icon-ghost {
background-image: url('https://proicons.com/icon/314443.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Ghost</title><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm.256 2.313c2.47.005 5.116 2.008 5.898 2.962l.244.3c1.64 1.994 3.569 4.34 3.569 6.966 0 3.719-2.98 5.808-6.158 7.508-1.433.766-2.98 1.508-4.748 1.508-4.543 0-8.366-3.569-8.366-8.112 0-.706.17-1.425.342-2.15.122-.515.244-1.033.307-1.549.548-4.539 2.967-6.795 8.422-7.408a4.29 4.29 0 01.49-.026Z"/></svg>
Ghost in other icon packs
Copied!