researchgate icon
researchgate from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- researchgate
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the researchgate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm12.164 3.002c-1.283 0-1.723.917-1.723 1.533v1.635c0 .83.453 1.623 1.622 1.623c1.962-.002 1.724-1.487 1.724-2.518h-1.533v.541h.904c0 .805-.377 1.346-1.094 1.346c-.566 0-.892-.49-.892-1.17v-1.357c0-.63.59-.992.992-.992c.717 0 .992.628.992.628l.541-.365s-.263-.904-1.533-.904m-5.58 3.09c-.905 0-2.287.087-3.582.037v.402c.78.151 1.105.075 1.105 1.207v5.532c0 1.144-.326 1.056-1.105 1.207v.416c.377-.013 1.03-.051 1.695-.051c.63 0 1.447.026 1.8.05v-.415c-1.007-.138-1.31-.025-1.31-1.207v-2.338c.34.025.63.023 1.083.023c.855 1.534 1.671 2.68 2.136 3.22c.842 1.019 2.189.869 2.516.718v-.377c-.503-.001-1.007-.34-1.371-.743a16.3 16.3 0 0 1-2.125-2.966c1.132-.277 1.974-1.346 1.974-2.403c0-1.584-1.22-2.312-2.816-2.312m-.264.638c1.182 0 1.885.617 1.885 1.749c0 1.108-.755 1.847-2.012 1.847c-.465 0-.678-.012-1.005-.037v-3.521c.326-.038.754-.038 1.132-.038"/></svg>
React
import type { SVGProps } from "react";
export function LaResearchgate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm12.164 3.002c-1.283 0-1.723.917-1.723 1.533v1.635c0 .83.453 1.623 1.622 1.623c1.962-.002 1.724-1.487 1.724-2.518h-1.533v.541h.904c0 .805-.377 1.346-1.094 1.346c-.566 0-.892-.49-.892-1.17v-1.357c0-.63.59-.992.992-.992c.717 0 .992.628.992.628l.541-.365s-.263-.904-1.533-.904m-5.58 3.09c-.905 0-2.287.087-3.582.037v.402c.78.151 1.105.075 1.105 1.207v5.532c0 1.144-.326 1.056-1.105 1.207v.416c.377-.013 1.03-.051 1.695-.051c.63 0 1.447.026 1.8.05v-.415c-1.007-.138-1.31-.025-1.31-1.207v-2.338c.34.025.63.023 1.083.023c.855 1.534 1.671 2.68 2.136 3.22c.842 1.019 2.189.869 2.516.718v-.377c-.503-.001-1.007-.34-1.371-.743a16.3 16.3 0 0 1-2.125-2.966c1.132-.277 1.974-1.346 1.974-2.403c0-1.584-1.22-2.312-2.816-2.312m-.264.638c1.182 0 1.885.617 1.885 1.749c0 1.108-.755 1.847-2.012 1.847c-.465 0-.678-.012-1.005-.037v-3.521c.326-.038.754-.038 1.132-.038"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm12.164 3.002c-1.283 0-1.723.917-1.723 1.533v1.635c0 .83.453 1.623 1.622 1.623c1.962-.002 1.724-1.487 1.724-2.518h-1.533v.541h.904c0 .805-.377 1.346-1.094 1.346c-.566 0-.892-.49-.892-1.17v-1.357c0-.63.59-.992.992-.992c.717 0 .992.628.992.628l.541-.365s-.263-.904-1.533-.904m-5.58 3.09c-.905 0-2.287.087-3.582.037v.402c.78.151 1.105.075 1.105 1.207v5.532c0 1.144-.326 1.056-1.105 1.207v.416c.377-.013 1.03-.051 1.695-.051c.63 0 1.447.026 1.8.05v-.415c-1.007-.138-1.31-.025-1.31-1.207v-2.338c.34.025.63.023 1.083.023c.855 1.534 1.671 2.68 2.136 3.22c.842 1.019 2.189.869 2.516.718v-.377c-.503-.001-1.007-.34-1.371-.743a16.3 16.3 0 0 1-2.125-2.966c1.132-.277 1.974-1.346 1.974-2.403c0-1.584-1.22-2.312-2.816-2.312m-.264.638c1.182 0 1.885.617 1.885 1.749c0 1.108-.755 1.847-2.012 1.847c-.465 0-.678-.012-1.005-.037v-3.521c.326-.038.754-.038 1.132-.038"/></svg> </template>
CSS
.icon-researchgate {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm12.164%203.002c-1.283%200-1.723.917-1.723%201.533v1.635c0%20.83.453%201.623%201.622%201.623c1.962-.002%201.724-1.487%201.724-2.518h-1.533v.541h.904c0%20.805-.377%201.346-1.094%201.346c-.566%200-.892-.49-.892-1.17v-1.357c0-.63.59-.992.992-.992c.717%200%20.992.628.992.628l.541-.365s-.263-.904-1.533-.904m-5.58%203.09c-.905%200-2.287.087-3.582.037v.402c.78.151%201.105.075%201.105%201.207v5.532c0%201.144-.326%201.056-1.105%201.207v.416c.377-.013%201.03-.051%201.695-.051c.63%200%201.447.026%201.8.05v-.415c-1.007-.138-1.31-.025-1.31-1.207v-2.338c.34.025.63.023%201.083.023c.855%201.534%201.671%202.68%202.136%203.22c.842%201.019%202.189.869%202.516.718v-.377c-.503-.001-1.007-.34-1.371-.743a16.3%2016.3%200%200%201-2.125-2.966c1.132-.277%201.974-1.346%201.974-2.403c0-1.584-1.22-2.312-2.816-2.312m-.264.638c1.182%200%201.885.617%201.885%201.749c0%201.108-.755%201.847-2.012%201.847c-.465%200-.678-.012-1.005-.037v-3.521c.326-.038.754-.038%201.132-.038%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm12.164%203.002c-1.283%200-1.723.917-1.723%201.533v1.635c0%20.83.453%201.623%201.622%201.623c1.962-.002%201.724-1.487%201.724-2.518h-1.533v.541h.904c0%20.805-.377%201.346-1.094%201.346c-.566%200-.892-.49-.892-1.17v-1.357c0-.63.59-.992.992-.992c.717%200%20.992.628.992.628l.541-.365s-.263-.904-1.533-.904m-5.58%203.09c-.905%200-2.287.087-3.582.037v.402c.78.151%201.105.075%201.105%201.207v5.532c0%201.144-.326%201.056-1.105%201.207v.416c.377-.013%201.03-.051%201.695-.051c.63%200%201.447.026%201.8.05v-.415c-1.007-.138-1.31-.025-1.31-1.207v-2.338c.34.025.63.023%201.083.023c.855%201.534%201.671%202.68%202.136%203.22c.842%201.019%202.189.869%202.516.718v-.377c-.503-.001-1.007-.34-1.371-.743a16.3%2016.3%200%200%201-2.125-2.966c1.132-.277%201.974-1.346%201.974-2.403c0-1.584-1.22-2.312-2.816-2.312m-.264.638c1.182%200%201.885.617%201.885%201.749c0%201.108-.755%201.847-2.012%201.847c-.465%200-.678-.012-1.005-.037v-3.521c.326-.038.754-.038%201.132-.038%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/researchgate.svg?color=%231a73e8&size=48