Researchgate Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Researchgate 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/332100.svg" alt="Researchgate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332100.svg" alt="Researchgate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332100.svg" alt="Researchgate icon" :width="24" :height="24" />
CSS background
.icon-researchgate {
background-image: url('https://proicons.com/icon/332100.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><g id="b"><path class="c" d="M11.3597,38.0347v-19.1992h6.2853c3.5533,0,6.4341,2.8868,6.4341,6.4478s-2.8806,6.4478-6.4341,6.4478h-6.2853"/><line class="c" x1="17.6474" y1="31.7326" x2="23.9351" y2="38.0299"/><path class="c" d="M36.6402,13.7813c0-2.1071-1.7081-3.8151-3.8151-3.8151s-3.8151,1.7081-3.8151,3.8151v3.8871c0,2.1071,1.7081,3.8151,3.8151,3.8151s3.8151-1.7081,3.8151-3.8151h-3.8151"/></g></svg>
Copied!