Send Files To Tv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Send Files To Tv icon is commonly used in chat applications, email composers and form submit buttons. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/332567.svg" alt="Send Files To Tv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332567.svg" alt="Send Files To Tv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332567.svg" alt="Send Files To Tv icon" :width="24" :height="24" />
CSS background
.icon-send-files-to-tv {
background-image: url('https://proicons.com/icon/332567.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0012c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0012c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4993c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><line class="c" x1="5.5" y1="24" x2="42.5" y2="24"/><polyline class="c" points="17.9446 11.913 22.701 9.6355 24.9785 14.3919"/><line class="c" x1="22.701" y1="9.6355" x2="17.6386" y2="24"/><polyline class="c" points="30.0554 36.087 25.299 38.3645 23.0215 33.6081"/><line class="c" x1="25.299" y1="38.3645" x2="30.3614" y2="24"/></svg>
Copied!