Ghostfolio Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Ghostfolio 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/314445.svg" alt="Ghostfolio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314445.svg" alt="Ghostfolio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314445.svg" alt="Ghostfolio icon" :width="24" :height="24" />
CSS background
.icon-ghostfolio {
background-image: url('https://proicons.com/icon/314445.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>Ghostfolio</title><path d="M11.983 0a9.375 9.375 0 0 0-9.358 9.375v13.062a.781.781 0 0 0 1.334.553l1.791-1.844 2.573 2.625c.305.305.8.305 1.105 0L12 21.146l2.573 2.625c.305.305.8.305 1.105 0l2.572-2.625 1.792 1.844a.781.781 0 0 0 1.333-.553V9.455c0-5.166-4.226-9.464-9.392-9.455m-3.89 12.5a2.346 2.346 0 0 1-2.343-2.344 2.346 2.346 0 0 1 2.344-2.344 2.346 2.346 0 0 1 2.344 2.344A2.346 2.346 0 0 1 8.094 12.5m7.814 0a2.346 2.346 0 0 1-2.344-2.344 2.346 2.346 0 0 1 2.344-2.344 2.346 2.346 0 0 1 2.343 2.344 2.346 2.346 0 0 1-2.343 2.344"/></svg>
Copied!