Whitehole Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Whitehole 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/349689.svg" alt="Whitehole icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349689.svg" alt="Whitehole icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349689.svg" alt="Whitehole icon" :width="24" :height="24" />
CSS background
.icon-whitehole {
background-image: url('https://proicons.com/icon/349689.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M25.1896,25.1992v9.7957c0,.9632.7808,1.744,1.744,1.744h9.3955c3.6929,0,6.9174-2.7868,7.1559-6.472.2614-4.0382-2.9366-7.3948-6.9185-7.3948-.4808,0-.9501.0492-1.4033.1424.0757-.5016.1274-1.0111.1274-1.5339,0-5.6441-4.5755-10.2195-10.2195-10.2195-4.7543,0-8.7384,3.2512-9.8803,7.6482-1.5989-.305-3.3341-.2291-5.1662.5958-3.2524,1.4644-5.516,4.6477-5.5246,8.2146-.012,4.9791,4.0207,9.0192,8.9971,9.0192h6.4055"/><polyline class="b" points="21.9624 28.4264 25.1896 25.1992 28.4168 28.4264"/></svg>
Copied!