Dramawave Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dramawave 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/324731.svg" alt="Dramawave icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324731.svg" alt="Dramawave icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324731.svg" alt="Dramawave icon" :width="24" :height="24" />
CSS background
.icon-dramawave {
background-image: url('https://proicons.com/icon/324731.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M30.4686,23.2425l-7.2376-4.3891c-.762-.4621-1.7362.0865-1.7362.9776v8.7781c0,.8911.9743,1.4397,1.7362.9776l7.2376-4.3891c.734-.4451.734-1.5102,0-1.9553Z"/><path class="b" d="M31.4817,8.0492l-10.7952-3.2395c-4.6367-1.3914-9.3034,2.0805-9.3034,6.9215v24.3889c0,4.9393,4.7606,8.4826,9.4921,7.0648l9.5917-2.874c3.65-1.0937,6.1501-4.4527,6.1501-8.2631V14.9517c0-3.1823-2.0872-5.9878-5.1352-6.9025Z"/></svg>
Copied!