Rtsinfo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rtsinfo 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/332268.svg" alt="Rtsinfo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332268.svg" alt="Rtsinfo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332268.svg" alt="Rtsinfo icon" :width="24" :height="24" />
CSS background
.icon-rtsinfo {
background-image: url('https://proicons.com/icon/332268.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>.w{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="w" d="m38.8999,31.2002h0c-1.9801,0-3.6001-1.62-3.6001-3.6001v-2.3401c0-1.9801,1.62-3.6001,3.6001-3.6001h0c1.9801,0,3.6001,1.62,3.6001,3.6001v2.3401c0,1.9801-1.62,3.6001-3.6001,3.6001Z"/><g id="c"><g id="d"><path id="e" class="w" d="m31.5341,31.2002v-12.9604c0-.72.72-1.44,1.44-1.44h1.62"/></g><line id="f" class="w" x1="29.5541" y1="21.6599" x2="34.5942" y2="21.6599"/></g><g id="g"><path id="h" class="w" d="m28.8485,31.2002v-5.9402c0-1.9801-1.62-3.6001-3.6001-3.6001h0c-1.9801,0-3.6001,1.62-3.6001,3.6001v5.9402"/><line id="i" class="w" x1="21.6483" y1="25.26" x2="21.6483" y2="21.6599"/></g><g id="j"><line id="k" class="w" x1="18.8396" y1="16.7998" x2="18.8396" y2="31.2002"/></g><g id="l"><g id="m"><path id="n" class="w" d="m13.4486,21.0151c.474-.395.711-.869.711-1.5799v-.9479c0-.869-.711-1.5799-1.5799-1.5799h0c-.8689,0-1.5799.711-1.5799,1.5799v1.0269c0,.869-.711,1.5799-1.5799,1.5799h0c-.8689,0-1.5799-.711-1.5799-1.5799v-.9479c0-.711.158-1.1849.711-1.5799"/></g><g id="o"><line id="p" class="w" x1="7.8399" y1="26.0934" x2="7.8399" y2="21.9066"/><line id="q" class="w" x1="14.1595" y1="23.9605" x2="7.8399" y2="23.9605"/></g><g id="r"><g id="s"><path id="t" class="w" d="m14.1595,31.0927h-6.3196v-2.0539c0-1.1849.9479-2.1329,2.1329-2.1329s2.1329.9479,2.1329,2.1329v2.0539"/></g><path id="u" class="w" d="m12.0941,28.8132l2.0655-1.9072"/></g></g><rect id="v" class="w" x="5.5" y="13.0006" width="10.9994" height="21.9988"/></svg>
Copied!