Mradio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mradio 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/329626.svg" alt="Mradio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329626.svg" alt="Mradio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329626.svg" alt="Mradio icon" :width="24" :height="24" />
CSS background
.icon-mradio {
background-image: url('https://proicons.com/icon/329626.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="M28.7991,25.8883c4.4465-1.1691,7.7308-5.2047,7.7308-10.0182,0-5.7272-4.643-10.3701-10.3703-10.3701H9.0377v37h29.9256l-10.1641-16.6117Z"/><line class="c" x1="36.4731" y1="14.7522" x2="9.0368" y2="14.7522"/><line class="c" x1="32.5704" y1="24.0041" x2="9.0368" y2="24.0041"/><line class="c" x1="33.3022" y1="33.2477" x2="9.0368" y2="33.2477"/></svg>
Copied!