logo gist icon

logo-gist-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
logo-gist-24
Set
Octicons
Style
24
Viewbox
38×24
License
MIT

1 other variant in Octicons

Related icons in Octicons

Use the logo gist icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 38 24"><path fill="currentColor" d="M7.05 13.095v-1.5h5.28v8.535c-1.17.555-2.925.96-5.385.96C1.665 21.09 0 17.055 0 12.045S1.695 3 6.945 3c2.43 0 3.96.495 4.92.99v1.575c-1.83-.75-3-1.095-4.92-1.095c-3.855 0-5.22 3.315-5.22 7.59s1.365 7.575 5.205 7.575c1.335 0 2.97-.105 3.795-.51v-6.03zm16.47 1.035h.045c3.33.3 4.125 1.425 4.125 3.345c0 1.815-1.14 3.615-4.71 3.615c-1.125 0-2.745-.285-3.495-.585v-1.41c.705.255 1.83.54 3.495.54c2.43 0 3.09-1.035 3.09-2.13c0-1.065-.33-1.815-2.655-2.01c-3.39-.3-4.095-1.5-4.095-3.12c0-1.665 1.08-3.465 4.38-3.465c1.095 0 2.34.135 3.375.585v1.41c-.915-.3-1.83-.54-3.405-.54c-2.325 0-2.82.855-2.82 2.01c0 1.035.42 1.56 2.67 1.755m12.87-4.995v1.275h-3.63v7.305c0 1.425.795 2.01 2.25 2.01c.3 0 .63 0 .915-.045v1.335c-.255.045-.75.075-1.035.075c-1.965 0-3.75-.9-3.75-3.195v-7.5H28.8v-.72l2.34-.66V5.85l1.62-.465v3.75zM16.635 9.09v9.615c0 .81.285 1.05 1.005 1.05v1.335c-1.71 0-2.58-.705-2.58-2.58V9.09zm.375-3.495c0 .66-.51 1.17-1.17 1.17a1.14 1.14 0 0 1-1.155-1.17c0-.66.48-1.17 1.155-1.17s1.17.51 1.17 1.17"/></svg>

React

import type { SVGProps } from "react";

export function OcticonLogoGist24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 38 24"><path fill="currentColor" d="M7.05 13.095v-1.5h5.28v8.535c-1.17.555-2.925.96-5.385.96C1.665 21.09 0 17.055 0 12.045S1.695 3 6.945 3c2.43 0 3.96.495 4.92.99v1.575c-1.83-.75-3-1.095-4.92-1.095c-3.855 0-5.22 3.315-5.22 7.59s1.365 7.575 5.205 7.575c1.335 0 2.97-.105 3.795-.51v-6.03zm16.47 1.035h.045c3.33.3 4.125 1.425 4.125 3.345c0 1.815-1.14 3.615-4.71 3.615c-1.125 0-2.745-.285-3.495-.585v-1.41c.705.255 1.83.54 3.495.54c2.43 0 3.09-1.035 3.09-2.13c0-1.065-.33-1.815-2.655-2.01c-3.39-.3-4.095-1.5-4.095-3.12c0-1.665 1.08-3.465 4.38-3.465c1.095 0 2.34.135 3.375.585v1.41c-.915-.3-1.83-.54-3.405-.54c-2.325 0-2.82.855-2.82 2.01c0 1.035.42 1.56 2.67 1.755m12.87-4.995v1.275h-3.63v7.305c0 1.425.795 2.01 2.25 2.01c.3 0 .63 0 .915-.045v1.335c-.255.045-.75.075-1.035.075c-1.965 0-3.75-.9-3.75-3.195v-7.5H28.8v-.72l2.34-.66V5.85l1.62-.465v3.75zM16.635 9.09v9.615c0 .81.285 1.05 1.005 1.05v1.335c-1.71 0-2.58-.705-2.58-2.58V9.09zm.375-3.495c0 .66-.51 1.17-1.17 1.17a1.14 1.14 0 0 1-1.155-1.17c0-.66.48-1.17 1.155-1.17s1.17.51 1.17 1.17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 38 24"><path fill="currentColor" d="M7.05 13.095v-1.5h5.28v8.535c-1.17.555-2.925.96-5.385.96C1.665 21.09 0 17.055 0 12.045S1.695 3 6.945 3c2.43 0 3.96.495 4.92.99v1.575c-1.83-.75-3-1.095-4.92-1.095c-3.855 0-5.22 3.315-5.22 7.59s1.365 7.575 5.205 7.575c1.335 0 2.97-.105 3.795-.51v-6.03zm16.47 1.035h.045c3.33.3 4.125 1.425 4.125 3.345c0 1.815-1.14 3.615-4.71 3.615c-1.125 0-2.745-.285-3.495-.585v-1.41c.705.255 1.83.54 3.495.54c2.43 0 3.09-1.035 3.09-2.13c0-1.065-.33-1.815-2.655-2.01c-3.39-.3-4.095-1.5-4.095-3.12c0-1.665 1.08-3.465 4.38-3.465c1.095 0 2.34.135 3.375.585v1.41c-.915-.3-1.83-.54-3.405-.54c-2.325 0-2.82.855-2.82 2.01c0 1.035.42 1.56 2.67 1.755m12.87-4.995v1.275h-3.63v7.305c0 1.425.795 2.01 2.25 2.01c.3 0 .63 0 .915-.045v1.335c-.255.045-.75.075-1.035.075c-1.965 0-3.75-.9-3.75-3.195v-7.5H28.8v-.72l2.34-.66V5.85l1.62-.465v3.75zM16.635 9.09v9.615c0 .81.285 1.05 1.005 1.05v1.335c-1.71 0-2.58-.705-2.58-2.58V9.09zm.375-3.495c0 .66-.51 1.17-1.17 1.17a1.14 1.14 0 0 1-1.155-1.17c0-.66.48-1.17 1.155-1.17s1.17.51 1.17 1.17"/></svg>
</template>

CSS

.icon-logo-gist-24 {
  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%2038%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.05%2013.095v-1.5h5.28v8.535c-1.17.555-2.925.96-5.385.96C1.665%2021.09%200%2017.055%200%2012.045S1.695%203%206.945%203c2.43%200%203.96.495%204.92.99v1.575c-1.83-.75-3-1.095-4.92-1.095c-3.855%200-5.22%203.315-5.22%207.59s1.365%207.575%205.205%207.575c1.335%200%202.97-.105%203.795-.51v-6.03zm16.47%201.035h.045c3.33.3%204.125%201.425%204.125%203.345c0%201.815-1.14%203.615-4.71%203.615c-1.125%200-2.745-.285-3.495-.585v-1.41c.705.255%201.83.54%203.495.54c2.43%200%203.09-1.035%203.09-2.13c0-1.065-.33-1.815-2.655-2.01c-3.39-.3-4.095-1.5-4.095-3.12c0-1.665%201.08-3.465%204.38-3.465c1.095%200%202.34.135%203.375.585v1.41c-.915-.3-1.83-.54-3.405-.54c-2.325%200-2.82.855-2.82%202.01c0%201.035.42%201.56%202.67%201.755m12.87-4.995v1.275h-3.63v7.305c0%201.425.795%202.01%202.25%202.01c.3%200%20.63%200%20.915-.045v1.335c-.255.045-.75.075-1.035.075c-1.965%200-3.75-.9-3.75-3.195v-7.5H28.8v-.72l2.34-.66V5.85l1.62-.465v3.75zM16.635%209.09v9.615c0%20.81.285%201.05%201.005%201.05v1.335c-1.71%200-2.58-.705-2.58-2.58V9.09zm.375-3.495c0%20.66-.51%201.17-1.17%201.17a1.14%201.14%200%200%201-1.155-1.17c0-.66.48-1.17%201.155-1.17s1.17.51%201.17%201.17%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%2038%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.05%2013.095v-1.5h5.28v8.535c-1.17.555-2.925.96-5.385.96C1.665%2021.09%200%2017.055%200%2012.045S1.695%203%206.945%203c2.43%200%203.96.495%204.92.99v1.575c-1.83-.75-3-1.095-4.92-1.095c-3.855%200-5.22%203.315-5.22%207.59s1.365%207.575%205.205%207.575c1.335%200%202.97-.105%203.795-.51v-6.03zm16.47%201.035h.045c3.33.3%204.125%201.425%204.125%203.345c0%201.815-1.14%203.615-4.71%203.615c-1.125%200-2.745-.285-3.495-.585v-1.41c.705.255%201.83.54%203.495.54c2.43%200%203.09-1.035%203.09-2.13c0-1.065-.33-1.815-2.655-2.01c-3.39-.3-4.095-1.5-4.095-3.12c0-1.665%201.08-3.465%204.38-3.465c1.095%200%202.34.135%203.375.585v1.41c-.915-.3-1.83-.54-3.405-.54c-2.325%200-2.82.855-2.82%202.01c0%201.035.42%201.56%202.67%201.755m12.87-4.995v1.275h-3.63v7.305c0%201.425.795%202.01%202.25%202.01c.3%200%20.63%200%20.915-.045v1.335c-.255.045-.75.075-1.035.075c-1.965%200-3.75-.9-3.75-3.195v-7.5H28.8v-.72l2.34-.66V5.85l1.62-.465v3.75zM16.635%209.09v9.615c0%20.81.285%201.05%201.005%201.05v1.335c-1.71%200-2.58-.705-2.58-2.58V9.09zm.375-3.495c0%20.66-.51%201.17-1.17%201.17a1.14%201.14%200%200%201-1.155-1.17c0-.66.48-1.17%201.155-1.17s1.17.51%201.17%201.17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/logo-gist-24.svg?color=%231a73e8&size=48