Rwthapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rwthapp 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/332300.svg" alt="Rwthapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332300.svg" alt="Rwthapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332300.svg" alt="Rwthapp icon" :width="24" :height="24" />
CSS background
.icon-rwthapp {
background-image: url('https://proicons.com/icon/332300.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>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="k" d="M38.4994,42.4991H9.5006c-2.209,0-3.9998-1.7908-3.9998-3.9998V9.5006c0-2.209,1.7908-3.9998,3.9998-3.9998h28.9987c2.209,0,3.9998,1.7908,3.9998,3.9998v28.9987c0,2.209-1.7908,3.9998-3.9998,3.9998Z"/><path id="c" class="k" d="M9.5,27.7762v-7.866h2.5751c1.4559,0,2.6361,1.1827,2.6361,2.6417s-1.1802,2.6417-2.6361,2.6417h-2.5751"/><polyline id="d" class="k" points="24.0854 20.1446 22.1189 28.0106 20.1524 20.1446 18.1859 28.0106 16.2194 20.1446"/><line id="e" class="k" x1="26.097" y1="20.2238" x2="31.3082" y2="20.2238"/><line id="f" class="k" x1="28.7026" y1="28.0898" x2="28.7026" y2="20.2238"/><line id="g" class="k" x1="33.2888" y1="20.1399" x2="33.2888" y2="28.0059"/><line id="h" class="k" x1="38.5" y1="20.1399" x2="38.5" y2="28.0059"/><line id="i" class="k" x1="33.2888" y1="24.0581" x2="38.5" y2="24.0581"/><line id="j" class="k" x1="11.6693" y1="25.2306" x2="14.2443" y2="27.8112"/></svg>
Copied!