goland from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
goland
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

The same logo in other sets

Use the goland logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGR5DOvb6y" x1="63.101%" x2="28.874%" y1="29.811%" y2="83.71%"><stop offset="0%" stop-color="#087cfa"/><stop offset="2%" stop-color="#0d7bfa"/><stop offset="37%" stop-color="#5566f9"/><stop offset="66%" stop-color="#8a57f8"/><stop offset="88%" stop-color="#ab4ef7"/><stop offset="100%" stop-color="#b74af7"/></linearGradient><linearGradient id="SVG2hUKVc6x" x1="49.124%" x2="74.872%" y1="38.465%" y2="4.95%"><stop offset="0%" stop-color="#087cfa"/><stop offset="2%" stop-color="#0d7bfa"/><stop offset="37%" stop-color="#5566f9"/><stop offset="66%" stop-color="#8a57f8"/><stop offset="88%" stop-color="#ab4ef7"/><stop offset="100%" stop-color="#b74af7"/></linearGradient><linearGradient id="SVGuvNPzdRR" x1="13.896%" x2="86.031%" y1="71.063%" y2="34.549%"><stop offset="0%" stop-color="#087cfa"/><stop offset="10%" stop-color="#1598d3"/><stop offset="22%" stop-color="#23b6aa"/><stop offset="35%" stop-color="#2dcc8b"/><stop offset="46%" stop-color="#35dd74"/><stop offset="57%" stop-color="#39e767"/><stop offset="67%" stop-color="#3bea62"/></linearGradient></defs><path fill="url(#SVGR5DOvb6y)" d="M225.493 99.013L256 166.667L203.787 256l-32.16-78.08z"/><path fill="#b74af7" d="m171.627 177.92l32.16 78.08l-80.907-27.813z"/><path fill="url(#SVG2hUKVc6x)" d="M180.347 72.293L163.76 0H71.787L0 109.813l20.773 50.454L0 206.32L148.667 79.84z"/><path fill="url(#SVGuvNPzdRR)" d="M256 54.347L148.667 79.84L0 206.32L95.893 256l75.734-78.08z"/><path d="M48 48h160v160H48z"/><path fill="#fff" d="M63.013 178h60v10h-60zm-4.507-75.84v-.187A33.87 33.87 0 0 1 93.093 68a36.32 36.32 0 0 1 25.947 9.04l-9.147 11.04a24.35 24.35 0 0 0-17.253-6.747c-10.453 0-18.627 8.964-18.95 19.864l-.01.856c0 11.848 7.977 20.592 19.328 20.924l.672.01a23.12 23.12 0 0 0 13.653-3.974v-9.493H92.72V96.987h28.613v28.64a42.86 42.86 0 0 1-28.186 10.48c-20.507 0-34.64-14.427-34.64-33.947m68.96 0v-.187A34.107 34.107 0 0 1 162.64 68c20.052 0 34.535 14.737 34.95 33.107l.01 1a34.107 34.107 0 0 1-34.159 34.149l-.988-.016c-20.373-.133-34.986-15.307-34.986-34.08m54.96 0v-.187a20.027 20.027 0 0 0-19.973-20.64a19.734 19.734 0 0 0-19.8 19.65l.014.99a20.053 20.053 0 0 0 20 20.747a19.734 19.734 0 0 0 19.76-20.56"/></svg>

React

import type { SVGProps } from "react";

export function LogosGoland(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGR5DOvb6y" x1="63.101%" x2="28.874%" y1="29.811%" y2="83.71%"><stop offset="0%" stopColor="#087cfa"/><stop offset="2%" stopColor="#0d7bfa"/><stop offset="37%" stopColor="#5566f9"/><stop offset="66%" stopColor="#8a57f8"/><stop offset="88%" stopColor="#ab4ef7"/><stop offset="100%" stopColor="#b74af7"/></linearGradient><linearGradient id="SVG2hUKVc6x" x1="49.124%" x2="74.872%" y1="38.465%" y2="4.95%"><stop offset="0%" stopColor="#087cfa"/><stop offset="2%" stopColor="#0d7bfa"/><stop offset="37%" stopColor="#5566f9"/><stop offset="66%" stopColor="#8a57f8"/><stop offset="88%" stopColor="#ab4ef7"/><stop offset="100%" stopColor="#b74af7"/></linearGradient><linearGradient id="SVGuvNPzdRR" x1="13.896%" x2="86.031%" y1="71.063%" y2="34.549%"><stop offset="0%" stopColor="#087cfa"/><stop offset="10%" stopColor="#1598d3"/><stop offset="22%" stopColor="#23b6aa"/><stop offset="35%" stopColor="#2dcc8b"/><stop offset="46%" stopColor="#35dd74"/><stop offset="57%" stopColor="#39e767"/><stop offset="67%" stopColor="#3bea62"/></linearGradient></defs><path fill="url(#SVGR5DOvb6y)" d="M225.493 99.013L256 166.667L203.787 256l-32.16-78.08z"/><path fill="#b74af7" d="m171.627 177.92l32.16 78.08l-80.907-27.813z"/><path fill="url(#SVG2hUKVc6x)" d="M180.347 72.293L163.76 0H71.787L0 109.813l20.773 50.454L0 206.32L148.667 79.84z"/><path fill="url(#SVGuvNPzdRR)" d="M256 54.347L148.667 79.84L0 206.32L95.893 256l75.734-78.08z"/><path d="M48 48h160v160H48z"/><path fill="#fff" d="M63.013 178h60v10h-60zm-4.507-75.84v-.187A33.87 33.87 0 0 1 93.093 68a36.32 36.32 0 0 1 25.947 9.04l-9.147 11.04a24.35 24.35 0 0 0-17.253-6.747c-10.453 0-18.627 8.964-18.95 19.864l-.01.856c0 11.848 7.977 20.592 19.328 20.924l.672.01a23.12 23.12 0 0 0 13.653-3.974v-9.493H92.72V96.987h28.613v28.64a42.86 42.86 0 0 1-28.186 10.48c-20.507 0-34.64-14.427-34.64-33.947m68.96 0v-.187A34.107 34.107 0 0 1 162.64 68c20.052 0 34.535 14.737 34.95 33.107l.01 1a34.107 34.107 0 0 1-34.159 34.149l-.988-.016c-20.373-.133-34.986-15.307-34.986-34.08m54.96 0v-.187a20.027 20.027 0 0 0-19.973-20.64a19.734 19.734 0 0 0-19.8 19.65l.014.99a20.053 20.053 0 0 0 20 20.747a19.734 19.734 0 0 0 19.76-20.56"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGR5DOvb6y" x1="63.101%" x2="28.874%" y1="29.811%" y2="83.71%"><stop offset="0%" stop-color="#087cfa"/><stop offset="2%" stop-color="#0d7bfa"/><stop offset="37%" stop-color="#5566f9"/><stop offset="66%" stop-color="#8a57f8"/><stop offset="88%" stop-color="#ab4ef7"/><stop offset="100%" stop-color="#b74af7"/></linearGradient><linearGradient id="SVG2hUKVc6x" x1="49.124%" x2="74.872%" y1="38.465%" y2="4.95%"><stop offset="0%" stop-color="#087cfa"/><stop offset="2%" stop-color="#0d7bfa"/><stop offset="37%" stop-color="#5566f9"/><stop offset="66%" stop-color="#8a57f8"/><stop offset="88%" stop-color="#ab4ef7"/><stop offset="100%" stop-color="#b74af7"/></linearGradient><linearGradient id="SVGuvNPzdRR" x1="13.896%" x2="86.031%" y1="71.063%" y2="34.549%"><stop offset="0%" stop-color="#087cfa"/><stop offset="10%" stop-color="#1598d3"/><stop offset="22%" stop-color="#23b6aa"/><stop offset="35%" stop-color="#2dcc8b"/><stop offset="46%" stop-color="#35dd74"/><stop offset="57%" stop-color="#39e767"/><stop offset="67%" stop-color="#3bea62"/></linearGradient></defs><path fill="url(#SVGR5DOvb6y)" d="M225.493 99.013L256 166.667L203.787 256l-32.16-78.08z"/><path fill="#b74af7" d="m171.627 177.92l32.16 78.08l-80.907-27.813z"/><path fill="url(#SVG2hUKVc6x)" d="M180.347 72.293L163.76 0H71.787L0 109.813l20.773 50.454L0 206.32L148.667 79.84z"/><path fill="url(#SVGuvNPzdRR)" d="M256 54.347L148.667 79.84L0 206.32L95.893 256l75.734-78.08z"/><path d="M48 48h160v160H48z"/><path fill="#fff" d="M63.013 178h60v10h-60zm-4.507-75.84v-.187A33.87 33.87 0 0 1 93.093 68a36.32 36.32 0 0 1 25.947 9.04l-9.147 11.04a24.35 24.35 0 0 0-17.253-6.747c-10.453 0-18.627 8.964-18.95 19.864l-.01.856c0 11.848 7.977 20.592 19.328 20.924l.672.01a23.12 23.12 0 0 0 13.653-3.974v-9.493H92.72V96.987h28.613v28.64a42.86 42.86 0 0 1-28.186 10.48c-20.507 0-34.64-14.427-34.64-33.947m68.96 0v-.187A34.107 34.107 0 0 1 162.64 68c20.052 0 34.535 14.737 34.95 33.107l.01 1a34.107 34.107 0 0 1-34.159 34.149l-.988-.016c-20.373-.133-34.986-15.307-34.986-34.08m54.96 0v-.187a20.027 20.027 0 0 0-19.973-20.64a19.734 19.734 0 0 0-19.8 19.65l.014.99a20.053 20.053 0 0 0 20 20.747a19.734 19.734 0 0 0 19.76-20.56"/></svg>
</template>

CSS

.icon-goland {
  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%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGR5DOvb6y%22%20x1%3D%2263.101%25%22%20x2%3D%2228.874%25%22%20y1%3D%2229.811%25%22%20y2%3D%2283.71%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23087cfa%22%2F%3E%3Cstop%20offset%3D%222%25%22%20stop-color%3D%22%230d7bfa%22%2F%3E%3Cstop%20offset%3D%2237%25%22%20stop-color%3D%22%235566f9%22%2F%3E%3Cstop%20offset%3D%2266%25%22%20stop-color%3D%22%238a57f8%22%2F%3E%3Cstop%20offset%3D%2288%25%22%20stop-color%3D%22%23ab4ef7%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23b74af7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG2hUKVc6x%22%20x1%3D%2249.124%25%22%20x2%3D%2274.872%25%22%20y1%3D%2238.465%25%22%20y2%3D%224.95%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23087cfa%22%2F%3E%3Cstop%20offset%3D%222%25%22%20stop-color%3D%22%230d7bfa%22%2F%3E%3Cstop%20offset%3D%2237%25%22%20stop-color%3D%22%235566f9%22%2F%3E%3Cstop%20offset%3D%2266%25%22%20stop-color%3D%22%238a57f8%22%2F%3E%3Cstop%20offset%3D%2288%25%22%20stop-color%3D%22%23ab4ef7%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23b74af7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGuvNPzdRR%22%20x1%3D%2213.896%25%22%20x2%3D%2286.031%25%22%20y1%3D%2271.063%25%22%20y2%3D%2234.549%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23087cfa%22%2F%3E%3Cstop%20offset%3D%2210%25%22%20stop-color%3D%22%231598d3%22%2F%3E%3Cstop%20offset%3D%2222%25%22%20stop-color%3D%22%2323b6aa%22%2F%3E%3Cstop%20offset%3D%2235%25%22%20stop-color%3D%22%232dcc8b%22%2F%3E%3Cstop%20offset%3D%2246%25%22%20stop-color%3D%22%2335dd74%22%2F%3E%3Cstop%20offset%3D%2257%25%22%20stop-color%3D%22%2339e767%22%2F%3E%3Cstop%20offset%3D%2267%25%22%20stop-color%3D%22%233bea62%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGR5DOvb6y)%22%20d%3D%22M225.493%2099.013L256%20166.667L203.787%20256l-32.16-78.08z%22%2F%3E%3Cpath%20fill%3D%22%23b74af7%22%20d%3D%22m171.627%20177.92l32.16%2078.08l-80.907-27.813z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2hUKVc6x)%22%20d%3D%22M180.347%2072.293L163.76%200H71.787L0%20109.813l20.773%2050.454L0%20206.32L148.667%2079.84z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGuvNPzdRR)%22%20d%3D%22M256%2054.347L148.667%2079.84L0%20206.32L95.893%20256l75.734-78.08z%22%2F%3E%3Cpath%20d%3D%22M48%2048h160v160H48z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M63.013%20178h60v10h-60zm-4.507-75.84v-.187A33.87%2033.87%200%200%201%2093.093%2068a36.32%2036.32%200%200%201%2025.947%209.04l-9.147%2011.04a24.35%2024.35%200%200%200-17.253-6.747c-10.453%200-18.627%208.964-18.95%2019.864l-.01.856c0%2011.848%207.977%2020.592%2019.328%2020.924l.672.01a23.12%2023.12%200%200%200%2013.653-3.974v-9.493H92.72V96.987h28.613v28.64a42.86%2042.86%200%200%201-28.186%2010.48c-20.507%200-34.64-14.427-34.64-33.947m68.96%200v-.187A34.107%2034.107%200%200%201%20162.64%2068c20.052%200%2034.535%2014.737%2034.95%2033.107l.01%201a34.107%2034.107%200%200%201-34.159%2034.149l-.988-.016c-20.373-.133-34.986-15.307-34.986-34.08m54.96%200v-.187a20.027%2020.027%200%200%200-19.973-20.64a19.734%2019.734%200%200%200-19.8%2019.65l.014.99a20.053%2020.053%200%200%200%2020%2020.747a19.734%2019.734%200%200%200%2019.76-20.56%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%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGR5DOvb6y%22%20x1%3D%2263.101%25%22%20x2%3D%2228.874%25%22%20y1%3D%2229.811%25%22%20y2%3D%2283.71%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23087cfa%22%2F%3E%3Cstop%20offset%3D%222%25%22%20stop-color%3D%22%230d7bfa%22%2F%3E%3Cstop%20offset%3D%2237%25%22%20stop-color%3D%22%235566f9%22%2F%3E%3Cstop%20offset%3D%2266%25%22%20stop-color%3D%22%238a57f8%22%2F%3E%3Cstop%20offset%3D%2288%25%22%20stop-color%3D%22%23ab4ef7%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23b74af7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG2hUKVc6x%22%20x1%3D%2249.124%25%22%20x2%3D%2274.872%25%22%20y1%3D%2238.465%25%22%20y2%3D%224.95%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23087cfa%22%2F%3E%3Cstop%20offset%3D%222%25%22%20stop-color%3D%22%230d7bfa%22%2F%3E%3Cstop%20offset%3D%2237%25%22%20stop-color%3D%22%235566f9%22%2F%3E%3Cstop%20offset%3D%2266%25%22%20stop-color%3D%22%238a57f8%22%2F%3E%3Cstop%20offset%3D%2288%25%22%20stop-color%3D%22%23ab4ef7%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23b74af7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGuvNPzdRR%22%20x1%3D%2213.896%25%22%20x2%3D%2286.031%25%22%20y1%3D%2271.063%25%22%20y2%3D%2234.549%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23087cfa%22%2F%3E%3Cstop%20offset%3D%2210%25%22%20stop-color%3D%22%231598d3%22%2F%3E%3Cstop%20offset%3D%2222%25%22%20stop-color%3D%22%2323b6aa%22%2F%3E%3Cstop%20offset%3D%2235%25%22%20stop-color%3D%22%232dcc8b%22%2F%3E%3Cstop%20offset%3D%2246%25%22%20stop-color%3D%22%2335dd74%22%2F%3E%3Cstop%20offset%3D%2257%25%22%20stop-color%3D%22%2339e767%22%2F%3E%3Cstop%20offset%3D%2267%25%22%20stop-color%3D%22%233bea62%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGR5DOvb6y)%22%20d%3D%22M225.493%2099.013L256%20166.667L203.787%20256l-32.16-78.08z%22%2F%3E%3Cpath%20fill%3D%22%23b74af7%22%20d%3D%22m171.627%20177.92l32.16%2078.08l-80.907-27.813z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2hUKVc6x)%22%20d%3D%22M180.347%2072.293L163.76%200H71.787L0%20109.813l20.773%2050.454L0%20206.32L148.667%2079.84z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGuvNPzdRR)%22%20d%3D%22M256%2054.347L148.667%2079.84L0%20206.32L95.893%20256l75.734-78.08z%22%2F%3E%3Cpath%20d%3D%22M48%2048h160v160H48z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M63.013%20178h60v10h-60zm-4.507-75.84v-.187A33.87%2033.87%200%200%201%2093.093%2068a36.32%2036.32%200%200%201%2025.947%209.04l-9.147%2011.04a24.35%2024.35%200%200%200-17.253-6.747c-10.453%200-18.627%208.964-18.95%2019.864l-.01.856c0%2011.848%207.977%2020.592%2019.328%2020.924l.672.01a23.12%2023.12%200%200%200%2013.653-3.974v-9.493H92.72V96.987h28.613v28.64a42.86%2042.86%200%200%201-28.186%2010.48c-20.507%200-34.64-14.427-34.64-33.947m68.96%200v-.187A34.107%2034.107%200%200%201%20162.64%2068c20.052%200%2034.535%2014.737%2034.95%2033.107l.01%201a34.107%2034.107%200%200%201-34.159%2034.149l-.988-.016c-20.373-.133-34.986-15.307-34.986-34.08m54.96%200v-.187a20.027%2020.027%200%200%200-19.973-20.64a19.734%2019.734%200%200%200-19.8%2019.65l.014.99a20.053%2020.053%200%200%200%2020%2020.747a19.734%2019.734%200%200%200%2019.76-20.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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