Slide Reddit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Slide Reddit 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/332895.svg" alt="Slide Reddit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332895.svg" alt="Slide Reddit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332895.svg" alt="Slide Reddit icon" :width="24" :height="24" />
CSS background
.icon-slide-reddit {
background-image: url('https://proicons.com/icon/332895.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M42.4994,15.5765v-6.0763c0-2.2091-1.7909-4-4-4H9.5c-2.2091-.0001-4,1.7907-4,3.9999v28.9998c0,2.2091,1.7909,4,4,4h6.1628c-.3812-1.9141-.4925-3.6965-.3518-5.3572.4178-4.933,3.1418-8.5473,6.3175-10.8244,1.323-.9487,2.7261-1.7017,4.1232-2.3089l-.004-.0093c0-6.1889,5.3578-11.1265,11.6882-10.4273,4.8001.5301,8.7024,4.4325,9.2326,9.2326.6992,6.3303-4.2384,11.6882-10.4273,11.6882-4.0262,0-7.5228-2.2675-9.2825-5.5952-.8611.4054-1.6969.8736-2.4605,1.4212-2.3398,1.6778-3.9891,3.816-4.2788,7.238-.117,1.3811.0302,3.0296.5135,4.9426h17.7666c2.2091,0,4-1.7909,4-4v-6.0763"/><path class="b" d="M26.9586,28.8983c-.7732-1.4622-1.211-3.1291-1.211-4.8982"/></svg>
Copied!