Dramaplay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dramaplay 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/339289.svg" alt="Dramaplay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339289.svg" alt="Dramaplay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339289.svg" alt="Dramaplay icon" :width="24" :height="24" />
CSS background
.icon-dramaplay {
background-image: url('https://proicons.com/icon/339289.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="M18.75,24h-4.7499c-3.438-.0001-6.5374,2.0708-7.853,5.247-1.3156,3.1762-.5884,6.8322,1.8426,9.2632,2.431,2.431,6.087,3.1582,9.2632,1.8426s5.2472-4.415,5.2472-7.853V6.9998"/><path class="c" d="M29.25,24l4.7499-.0002c3.438-.0002,6.5374-2.0711,7.853-5.2474s.5884-6.8322-1.8426-9.2632c-2.431-2.431-6.087-3.1582-9.2632-1.8426s-5.2472,4.415-5.2472,7.853v25.501"/></svg>
Copied!