github alt icon
github-alt from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- github-alt
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the github alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.688 5S5 6.207 5 8.25c0 1.355.309 2.07.531 2.438C3.97 12.312 3 14.515 3 17.343C3 24.586 7.59 27 16 27s13-2.414 13-9.656c0-2.926-.914-5.125-2.406-6.719A7.83 7.83 0 0 0 26.344 5c-3.102 0-5.688 2.383-5.782 2.469A21.5 21.5 0 0 0 16 7c-1.605 0-3.18.195-4.656.563C9.266 5.502 6.758 5 5.688 5m15 10.438c.843-.008 1.625.062 2.312.28c1.832.583 3 2.266 3 4.157C26 25.109 23.191 26 16 26c-5.344 0-9.688-.941-9.688-5.938c0-1.906 1.036-2.984 1.782-3.656c1.64-1.476 4.23-.75 7.906-.75c1.672 0 3.277-.203 4.688-.219zM10.5 18c-.828 0-1.5.895-1.5 2s.672 2 1.5 2s1.5-.895 1.5-2s-.672-2-1.5-2m11 0c-.828 0-1.5.895-1.5 2s.672 2 1.5 2s1.5-.895 1.5-2s-.672-2-1.5-2m-11.156.844c.234 0 .406.199.406.437c0 .239-.172.438-.406.438a.444.444 0 0 1-.438-.438c0-.238.203-.437.438-.437m11 0c.234 0 .406.199.406.437c0 .239-.172.438-.406.438a.444.444 0 0 1-.438-.438c0-.238.203-.437.438-.437"/></svg>
React
import type { SVGProps } from "react";
export function LaGithubAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.688 5S5 6.207 5 8.25c0 1.355.309 2.07.531 2.438C3.97 12.312 3 14.515 3 17.343C3 24.586 7.59 27 16 27s13-2.414 13-9.656c0-2.926-.914-5.125-2.406-6.719A7.83 7.83 0 0 0 26.344 5c-3.102 0-5.688 2.383-5.782 2.469A21.5 21.5 0 0 0 16 7c-1.605 0-3.18.195-4.656.563C9.266 5.502 6.758 5 5.688 5m15 10.438c.843-.008 1.625.062 2.312.28c1.832.583 3 2.266 3 4.157C26 25.109 23.191 26 16 26c-5.344 0-9.688-.941-9.688-5.938c0-1.906 1.036-2.984 1.782-3.656c1.64-1.476 4.23-.75 7.906-.75c1.672 0 3.277-.203 4.688-.219zM10.5 18c-.828 0-1.5.895-1.5 2s.672 2 1.5 2s1.5-.895 1.5-2s-.672-2-1.5-2m11 0c-.828 0-1.5.895-1.5 2s.672 2 1.5 2s1.5-.895 1.5-2s-.672-2-1.5-2m-11.156.844c.234 0 .406.199.406.437c0 .239-.172.438-.406.438a.444.444 0 0 1-.438-.438c0-.238.203-.437.438-.437m11 0c.234 0 .406.199.406.437c0 .239-.172.438-.406.438a.444.444 0 0 1-.438-.438c0-.238.203-.437.438-.437"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.688 5S5 6.207 5 8.25c0 1.355.309 2.07.531 2.438C3.97 12.312 3 14.515 3 17.343C3 24.586 7.59 27 16 27s13-2.414 13-9.656c0-2.926-.914-5.125-2.406-6.719A7.83 7.83 0 0 0 26.344 5c-3.102 0-5.688 2.383-5.782 2.469A21.5 21.5 0 0 0 16 7c-1.605 0-3.18.195-4.656.563C9.266 5.502 6.758 5 5.688 5m15 10.438c.843-.008 1.625.062 2.312.28c1.832.583 3 2.266 3 4.157C26 25.109 23.191 26 16 26c-5.344 0-9.688-.941-9.688-5.938c0-1.906 1.036-2.984 1.782-3.656c1.64-1.476 4.23-.75 7.906-.75c1.672 0 3.277-.203 4.688-.219zM10.5 18c-.828 0-1.5.895-1.5 2s.672 2 1.5 2s1.5-.895 1.5-2s-.672-2-1.5-2m11 0c-.828 0-1.5.895-1.5 2s.672 2 1.5 2s1.5-.895 1.5-2s-.672-2-1.5-2m-11.156.844c.234 0 .406.199.406.437c0 .239-.172.438-.406.438a.444.444 0 0 1-.438-.438c0-.238.203-.437.438-.437m11 0c.234 0 .406.199.406.437c0 .239-.172.438-.406.438a.444.444 0 0 1-.438-.438c0-.238.203-.437.438-.437"/></svg> </template>
CSS
.icon-github-alt {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.688%205S5%206.207%205%208.25c0%201.355.309%202.07.531%202.438C3.97%2012.312%203%2014.515%203%2017.343C3%2024.586%207.59%2027%2016%2027s13-2.414%2013-9.656c0-2.926-.914-5.125-2.406-6.719A7.83%207.83%200%200%200%2026.344%205c-3.102%200-5.688%202.383-5.782%202.469A21.5%2021.5%200%200%200%2016%207c-1.605%200-3.18.195-4.656.563C9.266%205.502%206.758%205%205.688%205m15%2010.438c.843-.008%201.625.062%202.312.28c1.832.583%203%202.266%203%204.157C26%2025.109%2023.191%2026%2016%2026c-5.344%200-9.688-.941-9.688-5.938c0-1.906%201.036-2.984%201.782-3.656c1.64-1.476%204.23-.75%207.906-.75c1.672%200%203.277-.203%204.688-.219zM10.5%2018c-.828%200-1.5.895-1.5%202s.672%202%201.5%202s1.5-.895%201.5-2s-.672-2-1.5-2m11%200c-.828%200-1.5.895-1.5%202s.672%202%201.5%202s1.5-.895%201.5-2s-.672-2-1.5-2m-11.156.844c.234%200%20.406.199.406.437c0%20.239-.172.438-.406.438a.444.444%200%200%201-.438-.438c0-.238.203-.437.438-.437m11%200c.234%200%20.406.199.406.437c0%20.239-.172.438-.406.438a.444.444%200%200%201-.438-.438c0-.238.203-.437.438-.437%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.688%205S5%206.207%205%208.25c0%201.355.309%202.07.531%202.438C3.97%2012.312%203%2014.515%203%2017.343C3%2024.586%207.59%2027%2016%2027s13-2.414%2013-9.656c0-2.926-.914-5.125-2.406-6.719A7.83%207.83%200%200%200%2026.344%205c-3.102%200-5.688%202.383-5.782%202.469A21.5%2021.5%200%200%200%2016%207c-1.605%200-3.18.195-4.656.563C9.266%205.502%206.758%205%205.688%205m15%2010.438c.843-.008%201.625.062%202.312.28c1.832.583%203%202.266%203%204.157C26%2025.109%2023.191%2026%2016%2026c-5.344%200-9.688-.941-9.688-5.938c0-1.906%201.036-2.984%201.782-3.656c1.64-1.476%204.23-.75%207.906-.75c1.672%200%203.277-.203%204.688-.219zM10.5%2018c-.828%200-1.5.895-1.5%202s.672%202%201.5%202s1.5-.895%201.5-2s-.672-2-1.5-2m11%200c-.828%200-1.5.895-1.5%202s.672%202%201.5%202s1.5-.895%201.5-2s-.672-2-1.5-2m-11.156.844c.234%200%20.406.199.406.437c0%20.239-.172.438-.406.438a.444.444%200%200%201-.438-.438c0-.238.203-.437.438-.437m11%200c.234%200%20.406.199.406.437c0%20.239-.172.438-.406.438a.444.444%200%200%201-.438-.438c0-.238.203-.437.438-.437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/github-alt.svg?color=%231a73e8&size=48