Play Deals Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Play Deals icon is commonly used in media players, video thumbnails and tutorial listings. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/345923.svg" alt="Play Deals icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345923.svg" alt="Play Deals icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345923.svg" alt="Play Deals icon" :width="24" :height="24" />
CSS background
.icon-play-deals {
background-image: url('https://proicons.com/icon/345923.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="f" cx="34.7961" cy="35.969" r="5.8184"/><circle id="d" class="f" cx="13.0146" cy="12.4708" r="5.8184"/><path id="e" class="f" d="m6.6974,41.1511c1.6037,1.5979,4.1972,1.5993,5.8026.0032l28.7907-28.5195c1.6017-1.5866,1.6139-4.1711.0273-5.7728-.0045-.0046-.0091-.0091-.0136-.0137-1.5975-1.5975-4.1952-1.5984-5.803-.0028C26.4624,15.8153,15.7563,26.4019,6.7104,35.3646c-1.6089,1.5941-1.6144,4.185-.0129,5.7865Z"/></svg>
Copied!