google-scholar from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
google-scholar
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome 6 Brands

Use the google scholar logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M390.9 298.5s0 .1.1.1c9.2 19.4 14.4 41.1 14.4 64C405.3 445.1 338.5 512 256 512s-149.3-66.9-149.3-149.3c0-22.9 5.2-44.6 14.4-64c1.7-3.6 3.6-7.2 5.6-10.7q6.6-11.4 15-21.3c27.4-32.6 68.5-53.3 114.4-53.3c33.6 0 64.6 11.1 89.6 29.9c9.1 6.9 17.4 14.7 24.8 23.5c5.6 6.6 10.6 13.8 15 21.3c2 3.4 3.8 7 5.5 10.5zm26.4-18.8c-30.1-58.4-91-98.4-161.3-98.4s-131.2 40-161.3 98.4L0 202.7L256 0l256 202.7l-94.7 77.1z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsGoogleScholar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M390.9 298.5s0 .1.1.1c9.2 19.4 14.4 41.1 14.4 64C405.3 445.1 338.5 512 256 512s-149.3-66.9-149.3-149.3c0-22.9 5.2-44.6 14.4-64c1.7-3.6 3.6-7.2 5.6-10.7q6.6-11.4 15-21.3c27.4-32.6 68.5-53.3 114.4-53.3c33.6 0 64.6 11.1 89.6 29.9c9.1 6.9 17.4 14.7 24.8 23.5c5.6 6.6 10.6 13.8 15 21.3c2 3.4 3.8 7 5.5 10.5zm26.4-18.8c-30.1-58.4-91-98.4-161.3-98.4s-131.2 40-161.3 98.4L0 202.7L256 0l256 202.7l-94.7 77.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M390.9 298.5s0 .1.1.1c9.2 19.4 14.4 41.1 14.4 64C405.3 445.1 338.5 512 256 512s-149.3-66.9-149.3-149.3c0-22.9 5.2-44.6 14.4-64c1.7-3.6 3.6-7.2 5.6-10.7q6.6-11.4 15-21.3c27.4-32.6 68.5-53.3 114.4-53.3c33.6 0 64.6 11.1 89.6 29.9c9.1 6.9 17.4 14.7 24.8 23.5c5.6 6.6 10.6 13.8 15 21.3c2 3.4 3.8 7 5.5 10.5zm26.4-18.8c-30.1-58.4-91-98.4-161.3-98.4s-131.2 40-161.3 98.4L0 202.7L256 0l256 202.7l-94.7 77.1z"/></svg>
</template>

CSS

.icon-google-scholar {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M390.9%20298.5s0%20.1.1.1c9.2%2019.4%2014.4%2041.1%2014.4%2064C405.3%20445.1%20338.5%20512%20256%20512s-149.3-66.9-149.3-149.3c0-22.9%205.2-44.6%2014.4-64c1.7-3.6%203.6-7.2%205.6-10.7q6.6-11.4%2015-21.3c27.4-32.6%2068.5-53.3%20114.4-53.3c33.6%200%2064.6%2011.1%2089.6%2029.9c9.1%206.9%2017.4%2014.7%2024.8%2023.5c5.6%206.6%2010.6%2013.8%2015%2021.3c2%203.4%203.8%207%205.5%2010.5zm26.4-18.8c-30.1-58.4-91-98.4-161.3-98.4s-131.2%2040-161.3%2098.4L0%20202.7L256%200l256%20202.7l-94.7%2077.1z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M390.9%20298.5s0%20.1.1.1c9.2%2019.4%2014.4%2041.1%2014.4%2064C405.3%20445.1%20338.5%20512%20256%20512s-149.3-66.9-149.3-149.3c0-22.9%205.2-44.6%2014.4-64c1.7-3.6%203.6-7.2%205.6-10.7q6.6-11.4%2015-21.3c27.4-32.6%2068.5-53.3%20114.4-53.3c33.6%200%2064.6%2011.1%2089.6%2029.9c9.1%206.9%2017.4%2014.7%2024.8%2023.5c5.6%206.6%2010.6%2013.8%2015%2021.3c2%203.4%203.8%207%205.5%2010.5zm26.4-18.8c-30.1-58.4-91-98.4-161.3-98.4s-131.2%2040-161.3%2098.4L0%20202.7L256%200l256%20202.7l-94.7%2077.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/google-scholar.svg?color=%231a73e8&size=48