Ghost Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ghost Icon Pack 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/341048.svg" alt="Ghost Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341048.svg" alt="Ghost Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341048.svg" alt="Ghost Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-ghost-icon-pack {
background-image: url('https://proicons.com/icon/341048.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m39.6,37.5056c0,3.3106-2.6838,5.9944-5.9944,5.9944-1.9742,0-3.7106-.9668-4.8028-2.4394-1.0922,1.4725-2.8285,2.4394-4.8027,2.4394s-3.7105-.9668-4.8027-2.4394c-1.0922,1.4725-2.8287,2.4394-4.8028,2.4394-3.3106,0-5.9944-2.6838-5.9944-5.9944v-17.4056c0-8.6157,6.9843-15.6,15.6-15.6s15.6,6.9844,15.6,15.6v17.4056Z"/><rect class="c" x="15.0444" y="15.5809" width="4.9524" height="7.1311" rx="2.4762" ry="2.4762"/><rect class="c" x="28.0032" y="15.5809" width="4.9524" height="7.1311" rx="2.4762" ry="2.4762"/><path class="c" d="m24,27.8832c-1.9936,0-3.8207-.7086-5.2451-1.8872-1.1726-.9703-2.9951-.1626-2.9961,1.3594-.0004.5206.048,1.0526.1495,1.5922.612,3.2518,3.2214,5.8817,6.472,6.5004,5.2625,1.0016,9.861-3.0056,9.861-8.0869,0-.014,0-.0279-.0001-.0418-.0075-1.5062-1.833-2.2864-2.9931-1.3256-1.4248,1.1801-3.2531,1.8896-5.2481,1.8896Z"/><path class="c" d="m17.2427,32.0962c2.6046-1.4156,8.1906.1857,9.5143,3.0323"/><line class="c" x1="27.8618" y1="26.9211" x2="27.8618" y2="29.0917"/></svg>
Copied!