Rakuten Tv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rakuten 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/346483.svg" alt="Rakuten Tv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346483.svg" alt="Rakuten Tv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346483.svg" alt="Rakuten Tv icon" :width="24" :height="24" />
CSS background
.icon-rakuten-tv {
background-image: url('https://proicons.com/icon/346483.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M5,18.179l23.4217-7.961c4.5714-1.9392,6.3426.2565,2.7147,5.1585"/><path class="b" d="M17.6423,13.8821s1.1299,18.8286.5344,21.7156"/><path class="b" d="M26.1251,19.4876c1.3118,1.3326,6.8565,18.9961,6.8565,18.9961.011-3.9168,7.6517-23.5659,10.0184-25.35"/></svg>
Copied!