Uts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Uts 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/349172.svg" alt="Uts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349172.svg" alt="Uts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349172.svg" alt="Uts icon" :width="24" :height="24" />
CSS background
.icon-uts {
background-image: url('https://proicons.com/icon/349172.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><rect class="c" x="14.3253" y="12.9192" width="19.3495" height="7.8541"/><line class="c" x1="22.3487" y1="8.3263" x2="25.6513" y2="8.3263"/><path class="c" d="m31.1094,6.4191h-1.6852l-.3181-.8029c-.2939-.7415-1.0106-1.2284-1.8082-1.2284h-6.5957c-.7976,0-1.5143.4869-1.8082,1.2284l-.3181.8029h-1.6853c-3.7352,0-6.7632,3.028-6.7632,6.7632h0v16.1901c0,3.2782,2.6575,5.9357,5.9357,5.9357h15.8738c3.2782,0,5.9357-2.6575,5.9357-5.9357h0V13.1824c0-3.7352-3.0279-6.7632-6.7631-6.7633h-.0001Z"/><line class="c" x1="18.8241" y1="35.308" x2="11.647" y2="43.3878"/><line class="c" x1="33.6747" y1="40.4538" x2="14.3253" y2="40.4538"/><line class="c" x1="31.3691" y1="37.7906" x2="16.6309" y2="37.7906"/><line class="c" x1="29.1759" y1="35.308" x2="36.353" y2="43.3878"/><g><line class="c" x1="21.881" y1="23.4824" x2="26.5185" y2="23.4824"/><line class="c" x1="24.1998" y1="30.4824" x2="24.1998" y2="23.4824"/></g><path class="c" d="m29.1759,29.7154c.4292.5588.9675.767,1.7163.767h1.0363c.9644,0,1.7462-.7818,1.7462-1.7462v-.0075c0-.9644-.7818-1.7462-1.7462-1.7462h-1.1432c-.9655,0-1.7481-.7827-1.7481-1.7481h0c0-.9675.7843-1.7519,1.7519-1.7519h1.0307c.7488,0,1.2871.2082,1.7163.767"/><path class="c" d="m14.3253,23.4824v4.6812c0,1.2806,1.0381,2.3188,2.3188,2.3188s2.3188-1.0381,2.3188-2.3188v-4.6812"/></svg>
Copied!