Slickdeals Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Slickdeals 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/332892.svg" alt="Slickdeals icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332892.svg" alt="Slickdeals icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332892.svg" alt="Slickdeals icon" :width="24" :height="24" />
CSS background
.icon-slickdeals {
background-image: url('https://proicons.com/icon/332892.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="M10.5,33.1843c.5475,1.2575,1.4761,1.7267,2.9087,1.7267h1.983c1.8457,0,3.7242-1.7644,4.1982-3.9399h0c.473-2.1755-.6394-3.939-2.486-3.939h-2.19c-1.8457,0-2.9581-1.7634-2.4851-3.939h0c.473-2.1755,2.3525-3.939,4.1982-3.939h1.983c1.4326,0,2.3603.4692,2.9087,1.7267"/><line class="b" x1="13.8692" y1="36.8737" x2="18.1515" y2="17.1779"/><line class="b" x1="32.259" y1="35.2273" x2="37.5" y2="11.1263"/><path class="b" d="M34.421,25.2861c.7236-3.3276-1.0708-6.0255-4.0086-6.0255h0c-2.9378,0-5.9065,2.6979-6.6301,6.0255l-.8512,3.9167c-.7236,3.3276,1.0718,6.0245,4.0096,6.0245h0c2.9378,0,5.9055-2.6969,6.6291-6.0245"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!