Slopes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Slopes 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/332903.svg" alt="Slopes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332903.svg" alt="Slopes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332903.svg" alt="Slopes icon" :width="24" :height="24" />
CSS background
.icon-slopes {
background-image: url('https://proicons.com/icon/332903.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="M5.5,22.7689l.7896.7267,3.4335-3.7451.5785.7967,4.1216-5.2471,5.7648,5.2471,11.7772-10.7927,7.8677,11.5356,2.6672,2.7839"/><path class="b" d="M23.2926,38.2454c8.6573-3.738,13.193-7.2344,3.7928-10.746-4.3489-1.8604-12.2389-3.5512-6.8974-6.9522-6.53,2.8225-1.1814,5.4745,1.97,6.4214,11.9812,3.6283,5.3486,6.2956-3.6679,9.2906"/></svg>
Copied!