Dramabox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dramabox 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/324729.svg" alt="Dramabox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324729.svg" alt="Dramabox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324729.svg" alt="Dramabox icon" :width="24" :height="24" />
CSS background
.icon-dramabox {
background-image: url('https://proicons.com/icon/324729.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="M6.6121,23.7477c0,3.6281.0922,6.6704.2217,9.1538.2514,4.8234,4.2514,8.5939,9.0813,8.5939h7.5475c9.8018,0,17.7476-7.9459,17.7476-17.7476h0c0-9.8018-7.9459-17.7477-17.7476-17.7477h-7.5475c-4.8299,0-8.8299,3.7705-9.0813,8.5939-.1295,2.4834-.2217,5.5257-.2217,9.1538Z"/><path class="c" d="M31.4545,25.8622l-10.866,6.2735c-1.2299.7101-2.7944.0304-3.1063-1.3551-.3622-1.6093-.7065-3.9499-.7065-7.0329s.3443-5.4235.7065-7.0329c.3119-1.3855,1.8764-2.0652,3.1063-1.3551l10.866,6.2735c1.6278.9398,1.6278,3.2893,0,4.229Z"/></svg>
Copied!