Drama Player Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Drama Player 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/324728.svg" alt="Drama Player icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324728.svg" alt="Drama Player icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324728.svg" alt="Drama Player icon" :width="24" :height="24" />
CSS background
.icon-drama-player {
background-image: url('https://proicons.com/icon/324728.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M43.1561,14.2401c4.7209,9.2651,2.1344,20.5809-6.1428,26.875-8.2772,6.2941-19.8725,5.7625-27.539-1.2626C1.8079,32.8275.2677,21.3227,5.8163,12.5285,11.365,3.7344,22.4121.1716,32.0533,4.0668"/><path class="c" d="M36.9381,6.8304c1.0997.8287,2.1172,1.7611,3.0386,2.7844"/><path class="c" d="M17.5471,38.0011l15.132-10.595c1.1108-.7778,1.7723-2.0486,1.7723-3.4046s-.6615-2.6268-1.7723-3.4046l-15.132-10.595v21"/></svg>
Copied!