dependabot logo
dependabot from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- dependabot
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the dependabot logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.949.314a1.92 1.92 0 0 1 2.102 0l9.333 6.118c.541.354.866.957.866 1.604v7.928c0 .647-.326 1.25-.866 1.604l-9.333 6.118a1.92 1.92 0 0 1-2.102 0l-9.333-6.118a1.92 1.92 0 0 1-.866-1.604V8.036c0-.647.326-1.25.866-1.604zM12.75 7.5v.75h-6A.75.75 0 0 0 6 9v3h-.5a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25H6v1.5c0 .415.336.75.75.75h10.5a.75.75 0 0 0 .75-.75V15h.5a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25H18V9a.75.75 0 0 0-.75-.75H13.5V5.5a.25.25 0 0 0-.25-.25H11.5a.25.25 0 0 0-.25.25v1.75c0 .138.112.25.25.25zm3.286 5.089l-1.572 1.572a.303.303 0 0 1-.428 0l-.947-.947a.303.303 0 0 1 0-.428l.322-.322a.303.303 0 0 1 .428 0l.41.411l1.037-1.036a.303.303 0 0 1 .428 0l.322.322a.303.303 0 0 1 0 .428M9.464 14.16a.303.303 0 0 1-.428 0l-.948-.947a.3.3 0 0 1 0-.428l.323-.322a.303.303 0 0 1 .427 0l.412.411l1.036-1.037a.303.303 0 0 1 .427 0l.323.322a.303.303 0 0 1 0 .428z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsDependabot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.949.314a1.92 1.92 0 0 1 2.102 0l9.333 6.118c.541.354.866.957.866 1.604v7.928c0 .647-.326 1.25-.866 1.604l-9.333 6.118a1.92 1.92 0 0 1-2.102 0l-9.333-6.118a1.92 1.92 0 0 1-.866-1.604V8.036c0-.647.326-1.25.866-1.604zM12.75 7.5v.75h-6A.75.75 0 0 0 6 9v3h-.5a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25H6v1.5c0 .415.336.75.75.75h10.5a.75.75 0 0 0 .75-.75V15h.5a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25H18V9a.75.75 0 0 0-.75-.75H13.5V5.5a.25.25 0 0 0-.25-.25H11.5a.25.25 0 0 0-.25.25v1.75c0 .138.112.25.25.25zm3.286 5.089l-1.572 1.572a.303.303 0 0 1-.428 0l-.947-.947a.303.303 0 0 1 0-.428l.322-.322a.303.303 0 0 1 .428 0l.41.411l1.037-1.036a.303.303 0 0 1 .428 0l.322.322a.303.303 0 0 1 0 .428M9.464 14.16a.303.303 0 0 1-.428 0l-.948-.947a.3.3 0 0 1 0-.428l.323-.322a.303.303 0 0 1 .427 0l.412.411l1.036-1.037a.303.303 0 0 1 .427 0l.323.322a.303.303 0 0 1 0 .428z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.949.314a1.92 1.92 0 0 1 2.102 0l9.333 6.118c.541.354.866.957.866 1.604v7.928c0 .647-.326 1.25-.866 1.604l-9.333 6.118a1.92 1.92 0 0 1-2.102 0l-9.333-6.118a1.92 1.92 0 0 1-.866-1.604V8.036c0-.647.326-1.25.866-1.604zM12.75 7.5v.75h-6A.75.75 0 0 0 6 9v3h-.5a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25H6v1.5c0 .415.336.75.75.75h10.5a.75.75 0 0 0 .75-.75V15h.5a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25H18V9a.75.75 0 0 0-.75-.75H13.5V5.5a.25.25 0 0 0-.25-.25H11.5a.25.25 0 0 0-.25.25v1.75c0 .138.112.25.25.25zm3.286 5.089l-1.572 1.572a.303.303 0 0 1-.428 0l-.947-.947a.303.303 0 0 1 0-.428l.322-.322a.303.303 0 0 1 .428 0l.41.411l1.037-1.036a.303.303 0 0 1 .428 0l.322.322a.303.303 0 0 1 0 .428M9.464 14.16a.303.303 0 0 1-.428 0l-.948-.947a.3.3 0 0 1 0-.428l.323-.322a.303.303 0 0 1 .427 0l.412.411l1.036-1.037a.303.303 0 0 1 .427 0l.323.322a.303.303 0 0 1 0 .428z"/></svg> </template>
CSS
.icon-dependabot {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.949.314a1.92%201.92%200%200%201%202.102%200l9.333%206.118c.541.354.866.957.866%201.604v7.928c0%20.647-.326%201.25-.866%201.604l-9.333%206.118a1.92%201.92%200%200%201-2.102%200l-9.333-6.118a1.92%201.92%200%200%201-.866-1.604V8.036c0-.647.326-1.25.866-1.604zM12.75%207.5v.75h-6A.75.75%200%200%200%206%209v3h-.5a.25.25%200%200%200-.25.25v2.5c0%20.138.112.25.25.25H6v1.5c0%20.415.336.75.75.75h10.5a.75.75%200%200%200%20.75-.75V15h.5a.25.25%200%200%200%20.25-.25v-2.5a.25.25%200%200%200-.25-.25H18V9a.75.75%200%200%200-.75-.75H13.5V5.5a.25.25%200%200%200-.25-.25H11.5a.25.25%200%200%200-.25.25v1.75c0%20.138.112.25.25.25zm3.286%205.089l-1.572%201.572a.303.303%200%200%201-.428%200l-.947-.947a.303.303%200%200%201%200-.428l.322-.322a.303.303%200%200%201%20.428%200l.41.411l1.037-1.036a.303.303%200%200%201%20.428%200l.322.322a.303.303%200%200%201%200%20.428M9.464%2014.16a.303.303%200%200%201-.428%200l-.948-.947a.3.3%200%200%201%200-.428l.323-.322a.303.303%200%200%201%20.427%200l.412.411l1.036-1.037a.303.303%200%200%201%20.427%200l.323.322a.303.303%200%200%201%200%20.428z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.949.314a1.92%201.92%200%200%201%202.102%200l9.333%206.118c.541.354.866.957.866%201.604v7.928c0%20.647-.326%201.25-.866%201.604l-9.333%206.118a1.92%201.92%200%200%201-2.102%200l-9.333-6.118a1.92%201.92%200%200%201-.866-1.604V8.036c0-.647.326-1.25.866-1.604zM12.75%207.5v.75h-6A.75.75%200%200%200%206%209v3h-.5a.25.25%200%200%200-.25.25v2.5c0%20.138.112.25.25.25H6v1.5c0%20.415.336.75.75.75h10.5a.75.75%200%200%200%20.75-.75V15h.5a.25.25%200%200%200%20.25-.25v-2.5a.25.25%200%200%200-.25-.25H18V9a.75.75%200%200%200-.75-.75H13.5V5.5a.25.25%200%200%200-.25-.25H11.5a.25.25%200%200%200-.25.25v1.75c0%20.138.112.25.25.25zm3.286%205.089l-1.572%201.572a.303.303%200%200%201-.428%200l-.947-.947a.303.303%200%200%201%200-.428l.322-.322a.303.303%200%200%201%20.428%200l.41.411l1.037-1.036a.303.303%200%200%201%20.428%200l.322.322a.303.303%200%200%201%200%20.428M9.464%2014.16a.303.303%200%200%201-.428%200l-.948-.947a.3.3%200%200%201%200-.428l.323-.322a.303.303%200%200%201%20.427%200l.412.411l1.036-1.037a.303.303%200%200%201%20.427%200l.323.322a.303.303%200%200%201%200%20.428z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/dependabot.svg?color=%231a73e8&size=48