Ptv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ptv 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/346253.svg" alt="Ptv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346253.svg" alt="Ptv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346253.svg" alt="Ptv icon" :width="24" :height="24" />
CSS background
.icon-ptv {
background-image: url('https://proicons.com/icon/346253.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><g><path class="c" d="m4.5,34.0728v-15.3185h5.3005c2.9965,0,5.426,2.3033,5.426,5.1445s-2.4292,5.1445-5.426,5.1445h-5.3005"/><g><line class="c" x1="16.8963" y1="18.4829" x2="27.642" y2="18.4829"/><line class="c" x1="22.2691" y1="34.3495" x2="22.2691" y2="18.4829"/></g></g><polyline class="c" points="27.6334 13.6505 43.5 19.0233 27.6334 24.3961"/></svg>
Copied!