Dl Play Box Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dl Play Box 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/339168.svg" alt="Dl Play Box icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339168.svg" alt="Dl Play Box icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339168.svg" alt="Dl Play Box icon" :width="24" :height="24" />
CSS background
.icon-dl-play-box {
background-image: url('https://proicons.com/icon/339168.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M36.1285,33.655c0,1.7102-1.2007,3.7898-2.6818,4.6449,0,0,0,0,0,0-1.4811.855-2.6819.1618-2.6819-1.5484,0-1.7102,1.2007-3.7898,2.6819-4.6449,1.4811-.855,2.6819-.1618,2.6819,1.5484Z"/><path class="c" d="M41.2365,24.808c0,1.7102-1.2007,3.7898-2.6819,4.6449,0,0,0,0,0,0-1.4811.855-2.6819.1618-2.6819-1.5484,0-1.7102,1.2007-3.7898,2.6819-4.6449h0c1.4811-.855,2.6819-.1618,2.6819,1.5484Z"/><path class="c" d="M43.5775,13.036c1.2376.7145,2,2.035,2,3.4641v17.5c0,1.4291-.7623,2.7496-1.9999,3.4641l-15.156,8.75c-1.2376.7145-2.7624.7145-4,0l-15.155-8.75c-1.2376-.7145-2-2.035-2-3.4641v-17.5c0-1.4291.7625-2.7496,2.0001-3.4641l15.155-8.75c1.2376-.7145,2.7624-.7145,4,0l15.1559,8.75Z"/></svg>
Copied!