Medal Tv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Medal Tv 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/343547.svg" alt="Medal Tv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343547.svg" alt="Medal Tv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343547.svg" alt="Medal Tv icon" :width="24" :height="24" />
CSS background
.icon-medal-tv {
background-image: url('https://proicons.com/icon/343547.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="11.0612" y1="27.1879" x2="16.9172" y2="23.714"/><polygon class="c" points="24 27.758 36.9388 20.3704 36.9388 35.4335 43.5 31.3324 43.5 16.476 36.9388 12.5665 24 20.1463 11.0612 12.5665 4.5 16.476 4.5 31.3324 11.0612 35.4335 11.0612 20.3704 24 27.758"/><polyline class="c" points="36.9388 35.4335 24 27.758 11.0612 35.4335"/><line class="c" x1="36.9388" y1="27.1879" x2="31.0828" y2="23.714"/></svg>
Copied!