Gloom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gloom 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/341101.svg" alt="Gloom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341101.svg" alt="Gloom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341101.svg" alt="Gloom icon" :width="24" :height="24" />
CSS background
.icon-gloom {
background-image: url('https://proicons.com/icon/341101.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="M35.6906,23.2507c3.2755,5.6733,2.0049,12.8791-3.0135,17.0908s-12.3361,4.2109-17.3538,0-6.2904-11.4182-3.0135-17.0908L22.2511,6.0409c.4146-.7181.8031-1.5409,1.7493-1.5409s1.3197.7973,1.7493,1.5409l9.9409,17.2098Z"/><path class="b" d="M15.79,17.2371l3.7768,3.8864"/><path class="b" d="M23.0715,24.7316l3.2374,3.3236"/><path class="b" d="M21.2536,25.4625v8.4804"/><path class="b" d="M23.7534,36.4428c0,1.3806-1.1192,2.4998-2.4998,2.4998s-2.4998-1.1192-2.4998-2.4998,1.1192-2.4998,2.4998-2.4998,2.4998,1.1192,2.4998,2.4998Z"/><path class="b" d="M30.547,29.8442c0,1.3806-1.1192,2.4998-2.4998,2.4998s-2.4998-1.1192-2.4998-2.4998,1.1192-2.4998,2.4998-2.4998,2.4998,1.1192,2.4998,2.4998Z"/><path class="b" d="M23.7534,22.9617c0,1.3806-1.1192,2.4998-2.4998,2.4998s-2.4998-1.1192-2.4998-2.4998,1.1192-2.4998,2.4998-2.4998,2.4998,1.1192,2.4998,2.4998Z"/></svg>
Copied!