geeksforgeeks logo

geeksforgeeks from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
geeksforgeeks
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the geeksforgeeks logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.45 14.315c-.143.28-.334.532-.565.745a3.7 3.7 0 0 1-1.104.695a4.5 4.5 0 0 1-3.116-.016a3.8 3.8 0 0 1-2.135-2.078a4 4 0 0 1-.13-.353h7.418a4.3 4.3 0 0 1-.368 1.008zm-11.99-.654a3.8 3.8 0 0 1-2.134 2.078a4.5 4.5 0 0 1-3.117.016a3.7 3.7 0 0 1-1.104-.695a2.7 2.7 0 0 1-.564-.745a4.2 4.2 0 0 1-.368-1.006H9.59q-.056.18-.13.352m14.501-1.758a4 4 0 0 0-.082-.475l-9.634-.008a3.93 3.93 0 0 1 1.143-2.348c.363-.35.79-.625 1.26-.809a3.97 3.97 0 0 1 4.484.957l1.521-1.49a5.7 5.7 0 0 0-1.922-1.357a6.3 6.3 0 0 0-2.544-.49a6.4 6.4 0 0 0-2.405.457a6 6 0 0 0-1.963 1.276a6.1 6.1 0 0 0-1.325 1.94a5.9 5.9 0 0 0-.466 1.864h-.063a5.9 5.9 0 0 0-.467-1.865a6.1 6.1 0 0 0-1.325-1.939A6 6 0 0 0 8.21 6.34a6.7 6.7 0 0 0-4.949.031A5.7 5.7 0 0 0 1.34 7.73l1.52 1.49a4.17 4.17 0 0 1 4.484-.958c.47.184.898.46 1.26.81c.368.36.66.792.859 1.268c.146.344.242.708.285 1.08l-9.635.008A4.7 4.7 0 0 0 0 12.457a6.5 6.5 0 0 0 .345 2.127a4.9 4.9 0 0 0 1.08 1.783c.528.56 1.17 1 1.88 1.293a6.5 6.5 0 0 0 2.504.457c.824.005 1.64-.15 2.404-.457a6 6 0 0 0 1.964-1.277a6.1 6.1 0 0 0 1.686-3.076h.273a6.13 6.13 0 0 0 1.686 3.077a6 6 0 0 0 1.964 1.276a6.4 6.4 0 0 0 2.405.457a6.5 6.5 0 0 0 2.502-.457a5.4 5.4 0 0 0 1.882-1.293a4.9 4.9 0 0 0 1.08-1.783A6.5 6.5 0 0 0 24 12.457a5 5 0 0 0-.039-.554"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsGeeksforgeeks(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.45 14.315c-.143.28-.334.532-.565.745a3.7 3.7 0 0 1-1.104.695a4.5 4.5 0 0 1-3.116-.016a3.8 3.8 0 0 1-2.135-2.078a4 4 0 0 1-.13-.353h7.418a4.3 4.3 0 0 1-.368 1.008zm-11.99-.654a3.8 3.8 0 0 1-2.134 2.078a4.5 4.5 0 0 1-3.117.016a3.7 3.7 0 0 1-1.104-.695a2.7 2.7 0 0 1-.564-.745a4.2 4.2 0 0 1-.368-1.006H9.59q-.056.18-.13.352m14.501-1.758a4 4 0 0 0-.082-.475l-9.634-.008a3.93 3.93 0 0 1 1.143-2.348c.363-.35.79-.625 1.26-.809a3.97 3.97 0 0 1 4.484.957l1.521-1.49a5.7 5.7 0 0 0-1.922-1.357a6.3 6.3 0 0 0-2.544-.49a6.4 6.4 0 0 0-2.405.457a6 6 0 0 0-1.963 1.276a6.1 6.1 0 0 0-1.325 1.94a5.9 5.9 0 0 0-.466 1.864h-.063a5.9 5.9 0 0 0-.467-1.865a6.1 6.1 0 0 0-1.325-1.939A6 6 0 0 0 8.21 6.34a6.7 6.7 0 0 0-4.949.031A5.7 5.7 0 0 0 1.34 7.73l1.52 1.49a4.17 4.17 0 0 1 4.484-.958c.47.184.898.46 1.26.81c.368.36.66.792.859 1.268c.146.344.242.708.285 1.08l-9.635.008A4.7 4.7 0 0 0 0 12.457a6.5 6.5 0 0 0 .345 2.127a4.9 4.9 0 0 0 1.08 1.783c.528.56 1.17 1 1.88 1.293a6.5 6.5 0 0 0 2.504.457c.824.005 1.64-.15 2.404-.457a6 6 0 0 0 1.964-1.277a6.1 6.1 0 0 0 1.686-3.076h.273a6.13 6.13 0 0 0 1.686 3.077a6 6 0 0 0 1.964 1.276a6.4 6.4 0 0 0 2.405.457a6.5 6.5 0 0 0 2.502-.457a5.4 5.4 0 0 0 1.882-1.293a4.9 4.9 0 0 0 1.08-1.783A6.5 6.5 0 0 0 24 12.457a5 5 0 0 0-.039-.554"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.45 14.315c-.143.28-.334.532-.565.745a3.7 3.7 0 0 1-1.104.695a4.5 4.5 0 0 1-3.116-.016a3.8 3.8 0 0 1-2.135-2.078a4 4 0 0 1-.13-.353h7.418a4.3 4.3 0 0 1-.368 1.008zm-11.99-.654a3.8 3.8 0 0 1-2.134 2.078a4.5 4.5 0 0 1-3.117.016a3.7 3.7 0 0 1-1.104-.695a2.7 2.7 0 0 1-.564-.745a4.2 4.2 0 0 1-.368-1.006H9.59q-.056.18-.13.352m14.501-1.758a4 4 0 0 0-.082-.475l-9.634-.008a3.93 3.93 0 0 1 1.143-2.348c.363-.35.79-.625 1.26-.809a3.97 3.97 0 0 1 4.484.957l1.521-1.49a5.7 5.7 0 0 0-1.922-1.357a6.3 6.3 0 0 0-2.544-.49a6.4 6.4 0 0 0-2.405.457a6 6 0 0 0-1.963 1.276a6.1 6.1 0 0 0-1.325 1.94a5.9 5.9 0 0 0-.466 1.864h-.063a5.9 5.9 0 0 0-.467-1.865a6.1 6.1 0 0 0-1.325-1.939A6 6 0 0 0 8.21 6.34a6.7 6.7 0 0 0-4.949.031A5.7 5.7 0 0 0 1.34 7.73l1.52 1.49a4.17 4.17 0 0 1 4.484-.958c.47.184.898.46 1.26.81c.368.36.66.792.859 1.268c.146.344.242.708.285 1.08l-9.635.008A4.7 4.7 0 0 0 0 12.457a6.5 6.5 0 0 0 .345 2.127a4.9 4.9 0 0 0 1.08 1.783c.528.56 1.17 1 1.88 1.293a6.5 6.5 0 0 0 2.504.457c.824.005 1.64-.15 2.404-.457a6 6 0 0 0 1.964-1.277a6.1 6.1 0 0 0 1.686-3.076h.273a6.13 6.13 0 0 0 1.686 3.077a6 6 0 0 0 1.964 1.276a6.4 6.4 0 0 0 2.405.457a6.5 6.5 0 0 0 2.502-.457a5.4 5.4 0 0 0 1.882-1.293a4.9 4.9 0 0 0 1.08-1.783A6.5 6.5 0 0 0 24 12.457a5 5 0 0 0-.039-.554"/></svg>
</template>

CSS

.icon-geeksforgeeks {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.45%2014.315c-.143.28-.334.532-.565.745a3.7%203.7%200%200%201-1.104.695a4.5%204.5%200%200%201-3.116-.016a3.8%203.8%200%200%201-2.135-2.078a4%204%200%200%201-.13-.353h7.418a4.3%204.3%200%200%201-.368%201.008zm-11.99-.654a3.8%203.8%200%200%201-2.134%202.078a4.5%204.5%200%200%201-3.117.016a3.7%203.7%200%200%201-1.104-.695a2.7%202.7%200%200%201-.564-.745a4.2%204.2%200%200%201-.368-1.006H9.59q-.056.18-.13.352m14.501-1.758a4%204%200%200%200-.082-.475l-9.634-.008a3.93%203.93%200%200%201%201.143-2.348c.363-.35.79-.625%201.26-.809a3.97%203.97%200%200%201%204.484.957l1.521-1.49a5.7%205.7%200%200%200-1.922-1.357a6.3%206.3%200%200%200-2.544-.49a6.4%206.4%200%200%200-2.405.457a6%206%200%200%200-1.963%201.276a6.1%206.1%200%200%200-1.325%201.94a5.9%205.9%200%200%200-.466%201.864h-.063a5.9%205.9%200%200%200-.467-1.865a6.1%206.1%200%200%200-1.325-1.939A6%206%200%200%200%208.21%206.34a6.7%206.7%200%200%200-4.949.031A5.7%205.7%200%200%200%201.34%207.73l1.52%201.49a4.17%204.17%200%200%201%204.484-.958c.47.184.898.46%201.26.81c.368.36.66.792.859%201.268c.146.344.242.708.285%201.08l-9.635.008A4.7%204.7%200%200%200%200%2012.457a6.5%206.5%200%200%200%20.345%202.127a4.9%204.9%200%200%200%201.08%201.783c.528.56%201.17%201%201.88%201.293a6.5%206.5%200%200%200%202.504.457c.824.005%201.64-.15%202.404-.457a6%206%200%200%200%201.964-1.277a6.1%206.1%200%200%200%201.686-3.076h.273a6.13%206.13%200%200%200%201.686%203.077a6%206%200%200%200%201.964%201.276a6.4%206.4%200%200%200%202.405.457a6.5%206.5%200%200%200%202.502-.457a5.4%205.4%200%200%200%201.882-1.293a4.9%204.9%200%200%200%201.08-1.783A6.5%206.5%200%200%200%2024%2012.457a5%205%200%200%200-.039-.554%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.45%2014.315c-.143.28-.334.532-.565.745a3.7%203.7%200%200%201-1.104.695a4.5%204.5%200%200%201-3.116-.016a3.8%203.8%200%200%201-2.135-2.078a4%204%200%200%201-.13-.353h7.418a4.3%204.3%200%200%201-.368%201.008zm-11.99-.654a3.8%203.8%200%200%201-2.134%202.078a4.5%204.5%200%200%201-3.117.016a3.7%203.7%200%200%201-1.104-.695a2.7%202.7%200%200%201-.564-.745a4.2%204.2%200%200%201-.368-1.006H9.59q-.056.18-.13.352m14.501-1.758a4%204%200%200%200-.082-.475l-9.634-.008a3.93%203.93%200%200%201%201.143-2.348c.363-.35.79-.625%201.26-.809a3.97%203.97%200%200%201%204.484.957l1.521-1.49a5.7%205.7%200%200%200-1.922-1.357a6.3%206.3%200%200%200-2.544-.49a6.4%206.4%200%200%200-2.405.457a6%206%200%200%200-1.963%201.276a6.1%206.1%200%200%200-1.325%201.94a5.9%205.9%200%200%200-.466%201.864h-.063a5.9%205.9%200%200%200-.467-1.865a6.1%206.1%200%200%200-1.325-1.939A6%206%200%200%200%208.21%206.34a6.7%206.7%200%200%200-4.949.031A5.7%205.7%200%200%200%201.34%207.73l1.52%201.49a4.17%204.17%200%200%201%204.484-.958c.47.184.898.46%201.26.81c.368.36.66.792.859%201.268c.146.344.242.708.285%201.08l-9.635.008A4.7%204.7%200%200%200%200%2012.457a6.5%206.5%200%200%200%20.345%202.127a4.9%204.9%200%200%200%201.08%201.783c.528.56%201.17%201%201.88%201.293a6.5%206.5%200%200%200%202.504.457c.824.005%201.64-.15%202.404-.457a6%206%200%200%200%201.964-1.277a6.1%206.1%200%200%200%201.686-3.076h.273a6.13%206.13%200%200%200%201.686%203.077a6%206%200%200%200%201.964%201.276a6.4%206.4%200%200%200%202.405.457a6.5%206.5%200%200%200%202.502-.457a5.4%205.4%200%200%200%201.882-1.293a4.9%204.9%200%200%200%201.08-1.783A6.5%206.5%200%200%200%2024%2012.457a5%205%200%200%200-.039-.554%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/geeksforgeeks.svg?color=%231a73e8&size=48