Emoji Ghost Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji 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/325311.svg" alt="Emoji Ghost icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325311.svg" alt="Emoji Ghost icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325311.svg" alt="Emoji Ghost icon" :width="24" :height="24" />
CSS background
.icon-emoji-ghost {
background-image: url('https://proicons.com/icon/325311.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M7.0405,35.4225c-.7252-1.5588,2.5644-4.6891,4.5345-9.1027.8492-1.9024.9266-3.5462.5562-4.8097-.9666-1.936-1.7758-2.7273-2.5754-4.6127-.6361-1.5,6.1601-.2183,6.3249-.2837.6672-.5922,2.4601-7.198,4.0897-9.2218.7441-.9241,2.5593-1.9901,4.3565-1.8845,1.521.0894,3.0907.9804,3.7382,1.7891,1.6361,2.0436,3.5525,9.1962,4.0928,9.3078,1.4546.3005,6.0051-1.4295,6.2709.3103.0581.3807-1.447,4.3506-1.691,4.6068-.429,1.0156-.8782,2.5408-.2384,4.1286.9145,2.2695,4.5632,6.4684,4.5627,10.5656,0,.145-.6981,4.1583-5.7959,2.7479-.1139-.0315-3.7537-1.4892-5.9369-.844-2.5749.7609-2.1186,2.2437-5.2407,3.5587-.8165.3439-2.3447.9668-4.3507.7908-.539-.0473-2.0942-.2015-3.626-1.2099-2.1973-1.4464-1.7791-2.96-3.6083-4.2952-2.4232-1.7688-4.938-.4129-5.4631-1.5415h0"/><path id="c" class="f" d="M25.2745,14.2031c-.0004,1.3262.5753,2.4019,1.286,2.4027.7106.0008,1.2871-1.0736,1.2875-2.3998v-.0029c.0004-1.3262-.5753-2.4019-1.286-2.4027s-1.2871,1.0736-1.2875,2.3998v.0029"/><path id="d" class="f" d="M22.678,19.574c0,.8844.5986,1.6013,1.3371,1.6013s1.3371-.7169,1.3371-1.6013-.5986-1.6013-1.3371-1.6013-1.3371.7169-1.3371,1.6013"/><path id="e" class="f" d="M20.1519,14.2031c0,1.3262.5761,2.4012,1.2867,2.4012s1.2867-1.0751,1.2867-2.4012-.5761-2.4012-1.2867-2.4012-1.2867,1.0751-1.2867,2.4012"/></svg>
Copied!