logo gist icon

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

Name
logo-gist-16
Set
Octicons
Style
16
Viewbox
25×16
License
MIT
Aliases
logo-gist

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 25 16"><path fill="currentColor" d="M4.7 8.73v-1h3.52v5.69c-.78.37-1.95.64-3.59.64C1.11 14.06 0 11.37 0 8.03S1.13 2 4.63 2c1.62 0 2.64.33 3.28.66v1.05c-1.22-.5-2-.73-3.28-.73c-2.57 0-3.48 2.21-3.48 5.06s.91 5.05 3.47 5.05c.89 0 1.98-.07 2.53-.34V8.73Zm10.98.69h.03c2.22.2 2.75.95 2.75 2.23c0 1.21-.76 2.41-3.14 2.41c-.75 0-1.83-.19-2.33-.39v-.94c.47.17 1.22.36 2.33.36c1.62 0 2.06-.69 2.06-1.42c0-.71-.22-1.21-1.77-1.34c-2.26-.2-2.73-1-2.73-2.08c0-1.11.72-2.31 2.92-2.31c.73 0 1.56.09 2.25.39v.94c-.61-.2-1.22-.36-2.27-.36c-1.55 0-1.88.57-1.88 1.34c0 .69.28 1.04 1.78 1.17m8.58-3.33v.85h-2.42v4.87c0 .95.53 1.34 1.5 1.34c.2 0 .42 0 .61-.03v.89c-.17.03-.5.05-.69.05c-1.31 0-2.5-.6-2.5-2.13v-5H19.2v-.48l1.56-.44V3.9l1.08-.31v2.5zm-13.17-.03v6.41c0 .54.19.7.67.7v.89c-1.14 0-1.72-.47-1.72-1.72V6.06zm.25-2.33c0 .44-.34.78-.78.78a.76.76 0 0 1-.77-.78c0-.44.32-.78.77-.78s.78.34.78.78"/></svg>

React

import type { SVGProps } from "react";

export function OcticonLogoGist16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 25 16"><path fill="currentColor" d="M4.7 8.73v-1h3.52v5.69c-.78.37-1.95.64-3.59.64C1.11 14.06 0 11.37 0 8.03S1.13 2 4.63 2c1.62 0 2.64.33 3.28.66v1.05c-1.22-.5-2-.73-3.28-.73c-2.57 0-3.48 2.21-3.48 5.06s.91 5.05 3.47 5.05c.89 0 1.98-.07 2.53-.34V8.73Zm10.98.69h.03c2.22.2 2.75.95 2.75 2.23c0 1.21-.76 2.41-3.14 2.41c-.75 0-1.83-.19-2.33-.39v-.94c.47.17 1.22.36 2.33.36c1.62 0 2.06-.69 2.06-1.42c0-.71-.22-1.21-1.77-1.34c-2.26-.2-2.73-1-2.73-2.08c0-1.11.72-2.31 2.92-2.31c.73 0 1.56.09 2.25.39v.94c-.61-.2-1.22-.36-2.27-.36c-1.55 0-1.88.57-1.88 1.34c0 .69.28 1.04 1.78 1.17m8.58-3.33v.85h-2.42v4.87c0 .95.53 1.34 1.5 1.34c.2 0 .42 0 .61-.03v.89c-.17.03-.5.05-.69.05c-1.31 0-2.5-.6-2.5-2.13v-5H19.2v-.48l1.56-.44V3.9l1.08-.31v2.5zm-13.17-.03v6.41c0 .54.19.7.67.7v.89c-1.14 0-1.72-.47-1.72-1.72V6.06zm.25-2.33c0 .44-.34.78-.78.78a.76.76 0 0 1-.77-.78c0-.44.32-.78.77-.78s.78.34.78.78"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 25 16"><path fill="currentColor" d="M4.7 8.73v-1h3.52v5.69c-.78.37-1.95.64-3.59.64C1.11 14.06 0 11.37 0 8.03S1.13 2 4.63 2c1.62 0 2.64.33 3.28.66v1.05c-1.22-.5-2-.73-3.28-.73c-2.57 0-3.48 2.21-3.48 5.06s.91 5.05 3.47 5.05c.89 0 1.98-.07 2.53-.34V8.73Zm10.98.69h.03c2.22.2 2.75.95 2.75 2.23c0 1.21-.76 2.41-3.14 2.41c-.75 0-1.83-.19-2.33-.39v-.94c.47.17 1.22.36 2.33.36c1.62 0 2.06-.69 2.06-1.42c0-.71-.22-1.21-1.77-1.34c-2.26-.2-2.73-1-2.73-2.08c0-1.11.72-2.31 2.92-2.31c.73 0 1.56.09 2.25.39v.94c-.61-.2-1.22-.36-2.27-.36c-1.55 0-1.88.57-1.88 1.34c0 .69.28 1.04 1.78 1.17m8.58-3.33v.85h-2.42v4.87c0 .95.53 1.34 1.5 1.34c.2 0 .42 0 .61-.03v.89c-.17.03-.5.05-.69.05c-1.31 0-2.5-.6-2.5-2.13v-5H19.2v-.48l1.56-.44V3.9l1.08-.31v2.5zm-13.17-.03v6.41c0 .54.19.7.67.7v.89c-1.14 0-1.72-.47-1.72-1.72V6.06zm.25-2.33c0 .44-.34.78-.78.78a.76.76 0 0 1-.77-.78c0-.44.32-.78.77-.78s.78.34.78.78"/></svg>
</template>

CSS

.icon-logo-gist-16 {
  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%2025%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.7%208.73v-1h3.52v5.69c-.78.37-1.95.64-3.59.64C1.11%2014.06%200%2011.37%200%208.03S1.13%202%204.63%202c1.62%200%202.64.33%203.28.66v1.05c-1.22-.5-2-.73-3.28-.73c-2.57%200-3.48%202.21-3.48%205.06s.91%205.05%203.47%205.05c.89%200%201.98-.07%202.53-.34V8.73Zm10.98.69h.03c2.22.2%202.75.95%202.75%202.23c0%201.21-.76%202.41-3.14%202.41c-.75%200-1.83-.19-2.33-.39v-.94c.47.17%201.22.36%202.33.36c1.62%200%202.06-.69%202.06-1.42c0-.71-.22-1.21-1.77-1.34c-2.26-.2-2.73-1-2.73-2.08c0-1.11.72-2.31%202.92-2.31c.73%200%201.56.09%202.25.39v.94c-.61-.2-1.22-.36-2.27-.36c-1.55%200-1.88.57-1.88%201.34c0%20.69.28%201.04%201.78%201.17m8.58-3.33v.85h-2.42v4.87c0%20.95.53%201.34%201.5%201.34c.2%200%20.42%200%20.61-.03v.89c-.17.03-.5.05-.69.05c-1.31%200-2.5-.6-2.5-2.13v-5H19.2v-.48l1.56-.44V3.9l1.08-.31v2.5zm-13.17-.03v6.41c0%20.54.19.7.67.7v.89c-1.14%200-1.72-.47-1.72-1.72V6.06zm.25-2.33c0%20.44-.34.78-.78.78a.76.76%200%200%201-.77-.78c0-.44.32-.78.77-.78s.78.34.78.78%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%2025%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.7%208.73v-1h3.52v5.69c-.78.37-1.95.64-3.59.64C1.11%2014.06%200%2011.37%200%208.03S1.13%202%204.63%202c1.62%200%202.64.33%203.28.66v1.05c-1.22-.5-2-.73-3.28-.73c-2.57%200-3.48%202.21-3.48%205.06s.91%205.05%203.47%205.05c.89%200%201.98-.07%202.53-.34V8.73Zm10.98.69h.03c2.22.2%202.75.95%202.75%202.23c0%201.21-.76%202.41-3.14%202.41c-.75%200-1.83-.19-2.33-.39v-.94c.47.17%201.22.36%202.33.36c1.62%200%202.06-.69%202.06-1.42c0-.71-.22-1.21-1.77-1.34c-2.26-.2-2.73-1-2.73-2.08c0-1.11.72-2.31%202.92-2.31c.73%200%201.56.09%202.25.39v.94c-.61-.2-1.22-.36-2.27-.36c-1.55%200-1.88.57-1.88%201.34c0%20.69.28%201.04%201.78%201.17m8.58-3.33v.85h-2.42v4.87c0%20.95.53%201.34%201.5%201.34c.2%200%20.42%200%20.61-.03v.89c-.17.03-.5.05-.69.05c-1.31%200-2.5-.6-2.5-2.13v-5H19.2v-.48l1.56-.44V3.9l1.08-.31v2.5zm-13.17-.03v6.41c0%20.54.19.7.67.7v.89c-1.14%200-1.72-.47-1.72-1.72V6.06zm.25-2.33c0%20.44-.34.78-.78.78a.76.76%200%200%201-.77-.78c0-.44.32-.78.77-.78s.78.34.78.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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