Social Deal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Social Deal 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/333027.svg" alt="Social Deal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333027.svg" alt="Social Deal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333027.svg" alt="Social Deal icon" :width="24" :height="24" />
CSS background
.icon-social-deal {
background-image: url('https://proicons.com/icon/333027.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M22.81759581,28.46506884c0,.69343364-.59603782,1.25177766-1.28593934,1.18187698-6.35799324-.64419062-11.31992593-6.01317485-11.31992593-12.54108055s4.96193269-11.89688993,11.31992593-12.54108055c.68990152-.06990069,1.28593934.48844334,1.28593934,1.18187698v22.71840714Z"/><path class="e" d="M25.18240419,19.53493116c0-.69343364.59603782-1.25177766,1.28593934-1.18187698,6.35799324.64419062,11.31992593,6.01317485,11.31992593,12.54108055s-4.96193269,11.89688993-11.31992593,12.54108055c-.68990152.06990069-1.28593934-.48844334-1.28593934-1.18187698v-22.71840714Z"/><circle class="e" cx="16.51466317" cy="37.19706737" r="6.30293263"/><circle class="e" cx="31.48533683" cy="10.80293263" r="6.30293263"/></svg>
Copied!