Invisible Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Invisible 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/305909.svg" alt="Invisible icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305909.svg" alt="Invisible icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305909.svg" alt="Invisible icon" :width="24" :height="24" />
CSS background
.icon-invisible {
background-image: url('https://proicons.com/icon/305909.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M665 88c-12-27-46-34-67-15l-70 66c-16 15-40 15-56 0l-71-65c-21-20-55-12-66 15l-58 141h445L665 88zM154 400h690c22 0 29-30 10-40l-85-45H230l-85 45c-20 10-12 40 9 40zm745 253c-88-36-181-55-255-66-18-3-36 8-43 25l-70 161c-13 29-52 29-64 0l-68-161c-8-17-26-28-44-25-74 10-167 30-255 65-18 8-30 27-25 48l36 203c4 21 21 34 41 34h695c21 0 38-14 41-34l37-203c4-20-7-40-26-47z"/></svg>
Invisible in other icon packs
Copied!