Samsung Tv Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Tv Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/346948.svg" alt="Samsung Tv Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346948.svg" alt="Samsung Tv Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346948.svg" alt="Samsung Tv Plus icon" :width="24" :height="24" />
CSS background
.icon-samsung-tv-plus {
background-image: url('https://proicons.com/icon/346948.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><path class="c" d="m30.5,31.9773h4.7273c1.1794,0,2.3636-1.1779,2.3636-2.3636,0,0-.0027-2.1666,0-13.5909H12.7727c-1.3054,0-2.3636,1.0582-2.3636,2.3636v13.5909h7.6818"/><g><path class="c" d="m37.5909,16.0227v-3.5455c0-1.1855-1.1832-2.3636-2.3636-2.3636H6.8636c-1.1843,0-2.3636,1.1776-2.3636,2.3636v17.1364c0,1.1849,1.071,2.3636,2.3636,2.3636h3.5455"/><path class="c" d="m10.4091,31.9773v3.5455c0,1.1855,1.1832,2.3636,2.3636,2.3636h28.3636c1.1843,0,2.3636-1.1776,2.3636-2.3636v-17.1364c0-1.1849-1.071-2.3636-2.3636-2.3636h-3.5455"/><g><path class="c" d="m18.0909,33.1591c0,1.1816.593,1.7727,1.7727,1.7727h8.8636c1.1763,0,1.7727-.5906,1.7727-1.7727"/><path class="c" d="m18.0909,33.1591v-1.1818"/><path class="c" d="m30.5,33.1591v-1.1818"/></g></g></svg>
Copied!