Vradio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vradio 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/349458.svg" alt="Vradio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349458.svg" alt="Vradio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349458.svg" alt="Vradio icon" :width="24" :height="24" />
CSS background
.icon-vradio {
background-image: url('https://proicons.com/icon/349458.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="4.5 11.804 8.286 11.804 17.024 36.196"/><line class="a" x1="24.3394" y1="15.7739" x2="17.0239" y2="36.1963"/><line class="a" x1="35.4741" y1="15.7739" x2="28.1586" y2="36.1963"/><line class="a" x1="36.7564" y1="11.8037" x2="25.7616" y2="11.8037"/><path class="a" d="M39.669,11.8037c3.313,0,4.4388,4.2477,3.5262,7.1358-.9049,2.864-2.8466,5.8736-7.41,6.1163l4.2232,11.1405"/></svg>
Copied!