Phantom Icon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Phantom Icon 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/331167.svg" alt="Phantom Icon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331167.svg" alt="Phantom Icon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331167.svg" alt="Phantom Icon icon" :width="24" :height="24" />
CSS background
.icon-phantom-icon {
background-image: url('https://proicons.com/icon/331167.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="m39.8571,21.3571v21.1429c-4.9451-5.039-10.9121-5.039-15.8571,0-4.9451-5.039-10.9121-5.039-15.8571,0v-21.1429C9.4584.2143,38.5298.2143,39.8571,21.3571Z"/><path id="c" class="f" d="m17.3987,17.3987c2.1848,0,3.9584,1.7737,3.9584,3.9584s-1.7737,3.9702-3.9584,3.9702c-2.1965,0-3.9702-1.7854-3.9702-3.9702s1.7736-3.9584,3.9702-3.9584Z"/><path id="d" class="f" d="m30.613,17.3987c2.1848,0,3.9584,1.7737,3.9584,3.9584s-1.7737,3.9702-3.9584,3.9702c-2.1965,0-3.9702-1.7854-3.9702-3.9702s1.7737-3.9584,3.9702-3.9584Z"/><path id="e" class="f" d="m19.3603,32.9857l9.2794-2.1143"/></svg>
Copied!