Drm Info Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Drm Info icon is commonly used in tooltips, help sections and onboarding flows. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/324758.svg" alt="Drm Info icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324758.svg" alt="Drm Info icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324758.svg" alt="Drm Info icon" :width="24" :height="24" />
CSS background
.icon-drm-info {
background-image: url('https://proicons.com/icon/324758.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M10.1709,19.2607H37.8291A1.8993,1.8993,0,0,1,39.7284,21.16V41.6007A1.8993,1.8993,0,0,1,37.8291,43.5H10.1709a1.8994,1.8994,0,0,1-1.8994-1.8994V21.16A1.8993,1.8993,0,0,1,10.1709,19.2607Z"/><path class="a" d="M13.59,19.2607v-4.36a10.4013,10.4013,0,0,1,20.8025,0v4.36"/><circle class="a" cx="23.991" cy="31.3803" r="4.0339"/></svg>
Copied!