Unitv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Unitv 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/334523.svg" alt="Unitv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334523.svg" alt="Unitv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334523.svg" alt="Unitv icon" :width="24" :height="24" />
CSS background
.icon-unitv {
background-image: url('https://proicons.com/icon/334523.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M42.857,34.3231L18.6942,10.8772v27.1026l13.4802-14.0224"/><path id="c" class="d" d="M32.949,43.5464c-9.5926,4.3919-20.9546,1.1741-26.8198-7.5956C.264,27.1811,1.629,15.4514,9.3512,8.2629c7.7222-7.1885,19.5195-7.7113,27.8473-1.2341,8.3278,6.4772,10.725,18.0402,5.6586,27.2943"/></svg>
Copied!