Stealthreddit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stealthreddit 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/347878.svg" alt="Stealthreddit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347878.svg" alt="Stealthreddit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347878.svg" alt="Stealthreddit icon" :width="24" :height="24" />
CSS background
.icon-stealthreddit {
background-image: url('https://proicons.com/icon/347878.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.855,31.9231l9.3892-18.2214L16.076,23.1439"/><path class="a" d="M27.8206,41.0473,42.5,5.5,6.9528,20.1787,5.5319,21.628,5.5,23.6063l10.5763-.4619-1.1077,1.5785-.0425,4.7L10.41,31.7587l-2.69,2.7747,7.4054-1.6616-1.66,7.4075,2.7745-2.69,2.334-4.5177,4.7015-.0407,1.5784-1.1078L24.393,42.5l1.9782-.0319,1.4493-1.4209Z"/><path class="a" d="M14.9266,29.4233l.2,3.4489,3.4488.2"/></svg>
Copied!