codeberg logo
codeberg from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- codeberg
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the codeberg logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVG5hsFW4SY" x1="42519.285" x2="42575.336" y1="-7078.789" y2="-6966.931" gradientTransform="translate(-31147.619 5228.94)scale(.73409)" gradientUnits="userSpaceOnUse" href="#SVGB17cveaH"/><linearGradient id="SVGB17cveaH"><stop offset="0" stop-color="#2185d0" stop-opacity="0"/><stop offset=".495" stop-color="#2185d0" stop-opacity=".3"/><stop offset="1" stop-color="#2185d0" stop-opacity=".3"/></linearGradient></defs><path fill="url(#SVG5hsFW4SY)" d="M65.38 32.468a.558.417 0 0 0-.541.496l24.655 92.413a64 64 0 0 0 28.91-24.785L65.867 32.674a.558.417 0 0 0-.487-.206"/><path fill="#2185d0" d="M63.998 2.623C28.652 2.623 0 31.28 0 66.625a64.03 64.03 0 0 0 9.77 33.993L63.133 31.63c.378-.495 1.345-.495 1.73 0l53.36 68.987A64 64 0 0 0 128 66.625c0-35.346-28.652-64.002-64.002-64.002"/></svg>
React
import type { SVGProps } from "react";
export function DeviconCodeberg(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVG5hsFW4SY" x1="42519.285" x2="42575.336" y1="-7078.789" y2="-6966.931" gradientTransform="translate(-31147.619 5228.94)scale(.73409)" gradientUnits="userSpaceOnUse" href="#SVGB17cveaH"/><linearGradient id="SVGB17cveaH"><stop offset="0" stopColor="#2185d0" stopOpacity="0"/><stop offset=".495" stopColor="#2185d0" stopOpacity=".3"/><stop offset="1" stopColor="#2185d0" stopOpacity=".3"/></linearGradient></defs><path fill="url(#SVG5hsFW4SY)" d="M65.38 32.468a.558.417 0 0 0-.541.496l24.655 92.413a64 64 0 0 0 28.91-24.785L65.867 32.674a.558.417 0 0 0-.487-.206"/><path fill="#2185d0" d="M63.998 2.623C28.652 2.623 0 31.28 0 66.625a64.03 64.03 0 0 0 9.77 33.993L63.133 31.63c.378-.495 1.345-.495 1.73 0l53.36 68.987A64 64 0 0 0 128 66.625c0-35.346-28.652-64.002-64.002-64.002"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVG5hsFW4SY" x1="42519.285" x2="42575.336" y1="-7078.789" y2="-6966.931" gradientTransform="translate(-31147.619 5228.94)scale(.73409)" gradientUnits="userSpaceOnUse" href="#SVGB17cveaH"/><linearGradient id="SVGB17cveaH"><stop offset="0" stop-color="#2185d0" stop-opacity="0"/><stop offset=".495" stop-color="#2185d0" stop-opacity=".3"/><stop offset="1" stop-color="#2185d0" stop-opacity=".3"/></linearGradient></defs><path fill="url(#SVG5hsFW4SY)" d="M65.38 32.468a.558.417 0 0 0-.541.496l24.655 92.413a64 64 0 0 0 28.91-24.785L65.867 32.674a.558.417 0 0 0-.487-.206"/><path fill="#2185d0" d="M63.998 2.623C28.652 2.623 0 31.28 0 66.625a64.03 64.03 0 0 0 9.77 33.993L63.133 31.63c.378-.495 1.345-.495 1.73 0l53.36 68.987A64 64 0 0 0 128 66.625c0-35.346-28.652-64.002-64.002-64.002"/></svg> </template>
CSS
.icon-codeberg {
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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG5hsFW4SY%22%20x1%3D%2242519.285%22%20x2%3D%2242575.336%22%20y1%3D%22-7078.789%22%20y2%3D%22-6966.931%22%20gradientTransform%3D%22translate(-31147.619%205228.94)scale(.73409)%22%20gradientUnits%3D%22userSpaceOnUse%22%20href%3D%22%23SVGB17cveaH%22%2F%3E%3ClinearGradient%20id%3D%22SVGB17cveaH%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%232185d0%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.495%22%20stop-color%3D%22%232185d0%22%20stop-opacity%3D%22.3%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232185d0%22%20stop-opacity%3D%22.3%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVG5hsFW4SY)%22%20d%3D%22M65.38%2032.468a.558.417%200%200%200-.541.496l24.655%2092.413a64%2064%200%200%200%2028.91-24.785L65.867%2032.674a.558.417%200%200%200-.487-.206%22%2F%3E%3Cpath%20fill%3D%22%232185d0%22%20d%3D%22M63.998%202.623C28.652%202.623%200%2031.28%200%2066.625a64.03%2064.03%200%200%200%209.77%2033.993L63.133%2031.63c.378-.495%201.345-.495%201.73%200l53.36%2068.987A64%2064%200%200%200%20128%2066.625c0-35.346-28.652-64.002-64.002-64.002%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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG5hsFW4SY%22%20x1%3D%2242519.285%22%20x2%3D%2242575.336%22%20y1%3D%22-7078.789%22%20y2%3D%22-6966.931%22%20gradientTransform%3D%22translate(-31147.619%205228.94)scale(.73409)%22%20gradientUnits%3D%22userSpaceOnUse%22%20href%3D%22%23SVGB17cveaH%22%2F%3E%3ClinearGradient%20id%3D%22SVGB17cveaH%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%232185d0%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.495%22%20stop-color%3D%22%232185d0%22%20stop-opacity%3D%22.3%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232185d0%22%20stop-opacity%3D%22.3%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVG5hsFW4SY)%22%20d%3D%22M65.38%2032.468a.558.417%200%200%200-.541.496l24.655%2092.413a64%2064%200%200%200%2028.91-24.785L65.867%2032.674a.558.417%200%200%200-.487-.206%22%2F%3E%3Cpath%20fill%3D%22%232185d0%22%20d%3D%22M63.998%202.623C28.652%202.623%200%2031.28%200%2066.625a64.03%2064.03%200%200%200%209.77%2033.993L63.133%2031.63c.378-.495%201.345-.495%201.73%200l53.36%2068.987A64%2064%200%200%200%20128%2066.625c0-35.346-28.652-64.002-64.002-64.002%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/codeberg.svg?color=%231a73e8&size=48