The Ghost Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/333879.svg" alt="The Ghost icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333879.svg" alt="The Ghost icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333879.svg" alt="The Ghost icon" :width="24" :height="24" />
CSS background
.icon-the-ghost {
background-image: url('https://proicons.com/icon/333879.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="15.25575435" y1="14.41385706" x2="19.95396857" y2="14.41385706"/><line class="b" x1="17.60486146" y1="21.64186198" x2="17.60486146" y2="14.41385706"/><line class="b" x1="22.14948223" y1="14.41385706" x2="22.14948223" y2="21.64186198"/><line class="b" x1="26.93803825" y1="14.41385706" x2="26.93803825" y2="21.64186198"/><line class="b" x1="22.14948223" y1="17.93750739" x2="26.93803825" y2="17.93750739"/><line class="b" x1="29.13715014" y1="18.02785952" x2="31.57659905" y2="18.02785952"/><polyline class="b" points="32.7511526 21.64186198 29.13715014 21.64186198 29.13715014 14.41385706 32.7511526 14.41385706"/><line class="b" x1="34.80178577" y1="26.35813629" x2="39.5" y2="26.35813629"/><line class="b" x1="37.15089289" y1="33.58614121" x2="37.15089289" y2="26.35813629"/><line class="b" x1="15.14343715" y1="26.35813629" x2="15.14343715" y2="33.58614121"/><line class="b" x1="19.93199317" y1="26.35813629" x2="19.93199317" y2="33.58614121"/><line class="b" x1="15.14343715" y1="29.88178662" x2="19.93199317" y2="29.88178662"/><path class="b" d="M28.34086578,32.772991c.45175031.54210071.9938493.81315021,1.80700123.81315021h1.08419798c.9938493,0,1.80700123-.81315021,1.80700123-1.80700123s-.81315193-1.80700123-1.80700123-1.80700123h-1.17455356c-.9938493,0-1.80700123-.81315193-1.80700123-1.80700123s.81315193-1.80700123,1.80700123-1.80700123h1.08419798c.81315193,0,1.35525092.18070081,1.80700123.81315193"/><path class="b" d="M24.04652885,33.58614121c-1.35525092,0-2.34910022-1.08420143-2.34910022-2.34910194v-2.43945063c0-1.35525092,1.08419798-2.43945235,2.34910022-2.43945235,1.35525092,0,2.4394489,1.08420143,2.4394489,2.43945235v2.34910194c0,1.35525092-1.08419798,2.43945235-2.4394489,2.43945063Z"/><path class="b" d="M13.37889781,28.79758864c0-1.35525092-1.08419798-2.43945235-2.4394489-2.43945235s-2.4394489,1.08420143-2.4394489,2.43945235v2.43945235c0,1.35525092,1.08419798,2.34910194,2.4394489,2.34910194s2.4394489-1.08420143,2.4394489-2.34910194h-2.4394489"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!