jetbrains space icon logo
jetbrains-space-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- jetbrains-space-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Related icons in SVG Logos
Use the jetbrains space icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGgp555bPJ" x1="45.082%" x2="55.522%" y1="-1.343%" y2="97.61%"><stop offset="0%" stop-color="#fcf84a"/><stop offset="32%" stop-color="#abe682"/><stop offset="79%" stop-color="#36cdd2"/><stop offset="100%" stop-color="#07c3f2"/></linearGradient><linearGradient id="SVGBKBSTcCW" x1="-2.942%" x2="100.445%" y1="38.992%" y2="62.105%"><stop offset="0%" stop-color="#3bea62"/><stop offset="100%" stop-color="#087cfa"/></linearGradient><linearGradient id="SVGpCKRwebu" x1="-3.308%" x2="111.745%" y1="71.807%" y2="15.462%"><stop offset="0%" stop-color="#009ae5"/><stop offset="18%" stop-color="#0490dd"/><stop offset="49%" stop-color="#1073c6"/><stop offset="89%" stop-color="#2346a1"/><stop offset="100%" stop-color="#293896"/></linearGradient></defs><path fill="url(#SVGgp555bPJ)" d="M46.36 255.991c91.075-7.978 170.982-63.92 209.64-146.768C208.12 40.799 129.873.033 46.36 0Q35.2 0 23.936.99c-38.612 82.903-30.064 180.109 22.424 255"/><path fill="url(#SVGBKBSTcCW)" d="M24.209 1.024a301.4 301.4 0 0 1 134.685 108.199H256C208.263 40.76 130.062-.03 46.6 0Q35.437 0 24.208 1.024"/><path fill="url(#SVGpCKRwebu)" d="M158.894 109.223C147.187 186.6 46.258 255.99 46.258 255.99c91.781-8.67 172.23-63.622 209.742-146.768z"/></svg>
React
import type { SVGProps } from "react";
export function LogosJetbrainsSpaceIcon(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="SVGgp555bPJ" x1="45.082%" x2="55.522%" y1="-1.343%" y2="97.61%"><stop offset="0%" stopColor="#fcf84a"/><stop offset="32%" stopColor="#abe682"/><stop offset="79%" stopColor="#36cdd2"/><stop offset="100%" stopColor="#07c3f2"/></linearGradient><linearGradient id="SVGBKBSTcCW" x1="-2.942%" x2="100.445%" y1="38.992%" y2="62.105%"><stop offset="0%" stopColor="#3bea62"/><stop offset="100%" stopColor="#087cfa"/></linearGradient><linearGradient id="SVGpCKRwebu" x1="-3.308%" x2="111.745%" y1="71.807%" y2="15.462%"><stop offset="0%" stopColor="#009ae5"/><stop offset="18%" stopColor="#0490dd"/><stop offset="49%" stopColor="#1073c6"/><stop offset="89%" stopColor="#2346a1"/><stop offset="100%" stopColor="#293896"/></linearGradient></defs><path fill="url(#SVGgp555bPJ)" d="M46.36 255.991c91.075-7.978 170.982-63.92 209.64-146.768C208.12 40.799 129.873.033 46.36 0Q35.2 0 23.936.99c-38.612 82.903-30.064 180.109 22.424 255"/><path fill="url(#SVGBKBSTcCW)" d="M24.209 1.024a301.4 301.4 0 0 1 134.685 108.199H256C208.263 40.76 130.062-.03 46.6 0Q35.437 0 24.208 1.024"/><path fill="url(#SVGpCKRwebu)" d="M158.894 109.223C147.187 186.6 46.258 255.99 46.258 255.99c91.781-8.67 172.23-63.622 209.742-146.768z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGgp555bPJ" x1="45.082%" x2="55.522%" y1="-1.343%" y2="97.61%"><stop offset="0%" stop-color="#fcf84a"/><stop offset="32%" stop-color="#abe682"/><stop offset="79%" stop-color="#36cdd2"/><stop offset="100%" stop-color="#07c3f2"/></linearGradient><linearGradient id="SVGBKBSTcCW" x1="-2.942%" x2="100.445%" y1="38.992%" y2="62.105%"><stop offset="0%" stop-color="#3bea62"/><stop offset="100%" stop-color="#087cfa"/></linearGradient><linearGradient id="SVGpCKRwebu" x1="-3.308%" x2="111.745%" y1="71.807%" y2="15.462%"><stop offset="0%" stop-color="#009ae5"/><stop offset="18%" stop-color="#0490dd"/><stop offset="49%" stop-color="#1073c6"/><stop offset="89%" stop-color="#2346a1"/><stop offset="100%" stop-color="#293896"/></linearGradient></defs><path fill="url(#SVGgp555bPJ)" d="M46.36 255.991c91.075-7.978 170.982-63.92 209.64-146.768C208.12 40.799 129.873.033 46.36 0Q35.2 0 23.936.99c-38.612 82.903-30.064 180.109 22.424 255"/><path fill="url(#SVGBKBSTcCW)" d="M24.209 1.024a301.4 301.4 0 0 1 134.685 108.199H256C208.263 40.76 130.062-.03 46.6 0Q35.437 0 24.208 1.024"/><path fill="url(#SVGpCKRwebu)" d="M158.894 109.223C147.187 186.6 46.258 255.99 46.258 255.99c91.781-8.67 172.23-63.622 209.742-146.768z"/></svg> </template>
CSS
.icon-jetbrains-space-icon {
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%22SVGgp555bPJ%22%20x1%3D%2245.082%25%22%20x2%3D%2255.522%25%22%20y1%3D%22-1.343%25%22%20y2%3D%2297.61%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fcf84a%22%2F%3E%3Cstop%20offset%3D%2232%25%22%20stop-color%3D%22%23abe682%22%2F%3E%3Cstop%20offset%3D%2279%25%22%20stop-color%3D%22%2336cdd2%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2307c3f2%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGBKBSTcCW%22%20x1%3D%22-2.942%25%22%20x2%3D%22100.445%25%22%20y1%3D%2238.992%25%22%20y2%3D%2262.105%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%233bea62%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23087cfa%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGpCKRwebu%22%20x1%3D%22-3.308%25%22%20x2%3D%22111.745%25%22%20y1%3D%2271.807%25%22%20y2%3D%2215.462%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23009ae5%22%2F%3E%3Cstop%20offset%3D%2218%25%22%20stop-color%3D%22%230490dd%22%2F%3E%3Cstop%20offset%3D%2249%25%22%20stop-color%3D%22%231073c6%22%2F%3E%3Cstop%20offset%3D%2289%25%22%20stop-color%3D%22%232346a1%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23293896%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGgp555bPJ)%22%20d%3D%22M46.36%20255.991c91.075-7.978%20170.982-63.92%20209.64-146.768C208.12%2040.799%20129.873.033%2046.36%200Q35.2%200%2023.936.99c-38.612%2082.903-30.064%20180.109%2022.424%20255%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGBKBSTcCW)%22%20d%3D%22M24.209%201.024a301.4%20301.4%200%200%201%20134.685%20108.199H256C208.263%2040.76%20130.062-.03%2046.6%200Q35.437%200%2024.208%201.024%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGpCKRwebu)%22%20d%3D%22M158.894%20109.223C147.187%20186.6%2046.258%20255.99%2046.258%20255.99c91.781-8.67%20172.23-63.622%20209.742-146.768z%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%22SVGgp555bPJ%22%20x1%3D%2245.082%25%22%20x2%3D%2255.522%25%22%20y1%3D%22-1.343%25%22%20y2%3D%2297.61%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fcf84a%22%2F%3E%3Cstop%20offset%3D%2232%25%22%20stop-color%3D%22%23abe682%22%2F%3E%3Cstop%20offset%3D%2279%25%22%20stop-color%3D%22%2336cdd2%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2307c3f2%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGBKBSTcCW%22%20x1%3D%22-2.942%25%22%20x2%3D%22100.445%25%22%20y1%3D%2238.992%25%22%20y2%3D%2262.105%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%233bea62%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23087cfa%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGpCKRwebu%22%20x1%3D%22-3.308%25%22%20x2%3D%22111.745%25%22%20y1%3D%2271.807%25%22%20y2%3D%2215.462%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23009ae5%22%2F%3E%3Cstop%20offset%3D%2218%25%22%20stop-color%3D%22%230490dd%22%2F%3E%3Cstop%20offset%3D%2249%25%22%20stop-color%3D%22%231073c6%22%2F%3E%3Cstop%20offset%3D%2289%25%22%20stop-color%3D%22%232346a1%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23293896%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGgp555bPJ)%22%20d%3D%22M46.36%20255.991c91.075-7.978%20170.982-63.92%20209.64-146.768C208.12%2040.799%20129.873.033%2046.36%200Q35.2%200%2023.936.99c-38.612%2082.903-30.064%20180.109%2022.424%20255%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGBKBSTcCW)%22%20d%3D%22M24.209%201.024a301.4%20301.4%200%200%201%20134.685%20108.199H256C208.263%2040.76%20130.062-.03%2046.6%200Q35.437%200%2024.208%201.024%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGpCKRwebu)%22%20d%3D%22M158.894%20109.223C147.187%20186.6%2046.258%20255.99%2046.258%20255.99c91.781-8.67%20172.23-63.622%20209.742-146.768z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/jetbrains-space-icon.svg?color=%231a73e8&size=48