Tvis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tvis 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/348955.svg" alt="Tvis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348955.svg" alt="Tvis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348955.svg" alt="Tvis icon" :width="24" :height="24" />
CSS background
.icon-tvis {
background-image: url('https://proicons.com/icon/348955.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="M15.892,21.9915l13.455-2.912.703,3.314-4.619,1.255,2.36,11.396-4.117.903-2.51-11.446-4.619.904-.653-3.414ZM21.264,42.2735l7.079-5.823M28.343,36.4505l7.882-4.418M36.225,32.0325l6.275-5.573M42.5,26.4595L27.339,5.7265M13.382,16.7705l-7.882,4.619,15.764,20.884M20.159,10.1445l-6.777,6.627,3.762,4.949M19.506,24.8265l2.428,3.195M27.348,35.1415l.995,1.309M27.338,5.7265l-7.179,4.418,6.92,9.427M29.3,22.5985l6.924,9.434"/></svg>
Copied!