Deluge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Deluge 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/338973.svg" alt="Deluge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338973.svg" alt="Deluge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338973.svg" alt="Deluge icon" :width="24" :height="24" />
CSS background
.icon-deluge {
background-image: url('https://proicons.com/icon/338973.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,4.5,35,22.82a14.43,14.43,0,0,1,2.29,7.44,13.24,13.24,0,0,1-26.48,0,14.43,14.43,0,0,1,2.29-7.44L24,4.5ZM30.1,42a4.71,4.71,0,0,0,1.19-4.36c-.84-3.67-4.41-4.31-8-4.31-3.26,0-5.11-2.42-5.11-5.53,0-6.57,6.82-10.31,6.82-10.31h0s-9.51,1.31-12.85,6.9"/></svg>
Deluge in other icon packs
Copied!