Nrk Tv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nrk 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/330422.svg" alt="Nrk Tv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330422.svg" alt="Nrk Tv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330422.svg" alt="Nrk Tv icon" :width="24" :height="24" />
CSS background
.icon-nrk-tv {
background-image: url('https://proicons.com/icon/330422.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="11.9032" width="4.6788" height="12.8983"/><rect class="b" x="18.9674" y="11.9032" width="4.6788" height="12.8983"/><rect class="b" x="28.4636" y="11.9032" width="4.6788" height="12.8983"/><polygon class="b" points="42.5 11.9032 37.8213 11.9032 33.1424 18.3523 37.8213 24.8014 42.5 24.8014 37.8213 18.3523 42.5 11.9032"/><path class="b" d="M18.9674,24.8015h-4.6788l-4.1098-12.8983h2.0601c1.5597,0,2.9403,1.009,3.4138,2.4952l3.3147,10.4032Z"/><circle class="b" cx="25.9856" cy="14.2426" r="2.3394"/><line class="b" x1="5.5" y1="28.0968" x2="10.8" y2="28.0968"/><line class="b" x1="8.15" y1="36.0968" x2="8.15" y2="28.0968"/><polyline class="b" points="18.1265 28.0968 15.4765 36.0968 12.8265 28.0968"/></svg>
Copied!