dependabot logo
dependabot from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- dependabot
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×274
- License
- CC0
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 256 274"><path fill="#2b64cf" d="M118.84 2.179c5.083-2.902 13.312-2.909 18.406 0l109.551 71.514C251.88 76.595 256 83.68 256 89.542v93.345c0 5.85-4.109 12.94-9.203 15.848l-109.551 72.55c-5.083 2.902-13.312 2.909-18.406 0L9.203 198.736C4.12 195.833 0 188.75 0 182.887V89.542c0-5.851 4.109-12.94 9.203-15.849z"/><path fill="#fff" d="M143.107 59.955c1.056 0 1.913.857 1.913 1.913V94.28h43.227a8.61 8.61 0 0 1 8.61 8.609l-.002 33.9h5a2.87 2.87 0 0 1 2.869 2.87v28.355a2.87 2.87 0 0 1-2.87 2.87h-4.999l.001 16.984a8.61 8.61 0 0 1-8.609 8.609H68.2a8.61 8.61 0 0 1-8.61-8.61v-16.984h-5.443a2.87 2.87 0 0 1-2.87-2.87v-28.355a2.87 2.87 0 0 1 2.87-2.87h5.443v-33.9a8.61 8.61 0 0 1 8.61-8.608h68.921v-9.113l-15.4.001a1.913 1.913 0 0 1-1.913-1.913V61.868c0-1.056.856-1.913 1.913-1.913zm23.66 74.772l-.036.036l-10.685 10.929a3 3 0 0 1-4.242.048l-.036-.036l-3.657-3.7a3 3 0 0 0-4.267 0l-3.718 3.76a3 3 0 0 0 0 4.219l11.646 11.78a3 3 0 0 0 4.274-.008l18.684-19.038a3 3 0 0 0-.008-4.21l-3.713-3.756a3 3 0 0 0-4.242-.024m-56.657 0l-.036.036l-10.685 10.929a3 3 0 0 1-4.242.048l-.037-.036l-3.657-3.7a3 3 0 0 0-4.267 0l-3.717 3.76a3 3 0 0 0 0 4.219l11.645 11.78a3 3 0 0 0 4.243.024l.032-.032l18.684-19.038a3 3 0 0 0-.008-4.21l-3.713-3.756a3 3 0 0 0-4.242-.024"/></svg>
React
import type { SVGProps } from "react";
export function LogosDependabot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 274"><path fill="#2b64cf" d="M118.84 2.179c5.083-2.902 13.312-2.909 18.406 0l109.551 71.514C251.88 76.595 256 83.68 256 89.542v93.345c0 5.85-4.109 12.94-9.203 15.848l-109.551 72.55c-5.083 2.902-13.312 2.909-18.406 0L9.203 198.736C4.12 195.833 0 188.75 0 182.887V89.542c0-5.851 4.109-12.94 9.203-15.849z"/><path fill="#fff" d="M143.107 59.955c1.056 0 1.913.857 1.913 1.913V94.28h43.227a8.61 8.61 0 0 1 8.61 8.609l-.002 33.9h5a2.87 2.87 0 0 1 2.869 2.87v28.355a2.87 2.87 0 0 1-2.87 2.87h-4.999l.001 16.984a8.61 8.61 0 0 1-8.609 8.609H68.2a8.61 8.61 0 0 1-8.61-8.61v-16.984h-5.443a2.87 2.87 0 0 1-2.87-2.87v-28.355a2.87 2.87 0 0 1 2.87-2.87h5.443v-33.9a8.61 8.61 0 0 1 8.61-8.608h68.921v-9.113l-15.4.001a1.913 1.913 0 0 1-1.913-1.913V61.868c0-1.056.856-1.913 1.913-1.913zm23.66 74.772l-.036.036l-10.685 10.929a3 3 0 0 1-4.242.048l-.036-.036l-3.657-3.7a3 3 0 0 0-4.267 0l-3.718 3.76a3 3 0 0 0 0 4.219l11.646 11.78a3 3 0 0 0 4.274-.008l18.684-19.038a3 3 0 0 0-.008-4.21l-3.713-3.756a3 3 0 0 0-4.242-.024m-56.657 0l-.036.036l-10.685 10.929a3 3 0 0 1-4.242.048l-.037-.036l-3.657-3.7a3 3 0 0 0-4.267 0l-3.717 3.76a3 3 0 0 0 0 4.219l11.645 11.78a3 3 0 0 0 4.243.024l.032-.032l18.684-19.038a3 3 0 0 0-.008-4.21l-3.713-3.756a3 3 0 0 0-4.242-.024"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 274"><path fill="#2b64cf" d="M118.84 2.179c5.083-2.902 13.312-2.909 18.406 0l109.551 71.514C251.88 76.595 256 83.68 256 89.542v93.345c0 5.85-4.109 12.94-9.203 15.848l-109.551 72.55c-5.083 2.902-13.312 2.909-18.406 0L9.203 198.736C4.12 195.833 0 188.75 0 182.887V89.542c0-5.851 4.109-12.94 9.203-15.849z"/><path fill="#fff" d="M143.107 59.955c1.056 0 1.913.857 1.913 1.913V94.28h43.227a8.61 8.61 0 0 1 8.61 8.609l-.002 33.9h5a2.87 2.87 0 0 1 2.869 2.87v28.355a2.87 2.87 0 0 1-2.87 2.87h-4.999l.001 16.984a8.61 8.61 0 0 1-8.609 8.609H68.2a8.61 8.61 0 0 1-8.61-8.61v-16.984h-5.443a2.87 2.87 0 0 1-2.87-2.87v-28.355a2.87 2.87 0 0 1 2.87-2.87h5.443v-33.9a8.61 8.61 0 0 1 8.61-8.608h68.921v-9.113l-15.4.001a1.913 1.913 0 0 1-1.913-1.913V61.868c0-1.056.856-1.913 1.913-1.913zm23.66 74.772l-.036.036l-10.685 10.929a3 3 0 0 1-4.242.048l-.036-.036l-3.657-3.7a3 3 0 0 0-4.267 0l-3.718 3.76a3 3 0 0 0 0 4.219l11.646 11.78a3 3 0 0 0 4.274-.008l18.684-19.038a3 3 0 0 0-.008-4.21l-3.713-3.756a3 3 0 0 0-4.242-.024m-56.657 0l-.036.036l-10.685 10.929a3 3 0 0 1-4.242.048l-.037-.036l-3.657-3.7a3 3 0 0 0-4.267 0l-3.717 3.76a3 3 0 0 0 0 4.219l11.645 11.78a3 3 0 0 0 4.243.024l.032-.032l18.684-19.038a3 3 0 0 0-.008-4.21l-3.713-3.756a3 3 0 0 0-4.242-.024"/></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%20256%20274%22%3E%3Cpath%20fill%3D%22%232b64cf%22%20d%3D%22M118.84%202.179c5.083-2.902%2013.312-2.909%2018.406%200l109.551%2071.514C251.88%2076.595%20256%2083.68%20256%2089.542v93.345c0%205.85-4.109%2012.94-9.203%2015.848l-109.551%2072.55c-5.083%202.902-13.312%202.909-18.406%200L9.203%20198.736C4.12%20195.833%200%20188.75%200%20182.887V89.542c0-5.851%204.109-12.94%209.203-15.849z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M143.107%2059.955c1.056%200%201.913.857%201.913%201.913V94.28h43.227a8.61%208.61%200%200%201%208.61%208.609l-.002%2033.9h5a2.87%202.87%200%200%201%202.869%202.87v28.355a2.87%202.87%200%200%201-2.87%202.87h-4.999l.001%2016.984a8.61%208.61%200%200%201-8.609%208.609H68.2a8.61%208.61%200%200%201-8.61-8.61v-16.984h-5.443a2.87%202.87%200%200%201-2.87-2.87v-28.355a2.87%202.87%200%200%201%202.87-2.87h5.443v-33.9a8.61%208.61%200%200%201%208.61-8.608h68.921v-9.113l-15.4.001a1.913%201.913%200%200%201-1.913-1.913V61.868c0-1.056.856-1.913%201.913-1.913zm23.66%2074.772l-.036.036l-10.685%2010.929a3%203%200%200%201-4.242.048l-.036-.036l-3.657-3.7a3%203%200%200%200-4.267%200l-3.718%203.76a3%203%200%200%200%200%204.219l11.646%2011.78a3%203%200%200%200%204.274-.008l18.684-19.038a3%203%200%200%200-.008-4.21l-3.713-3.756a3%203%200%200%200-4.242-.024m-56.657%200l-.036.036l-10.685%2010.929a3%203%200%200%201-4.242.048l-.037-.036l-3.657-3.7a3%203%200%200%200-4.267%200l-3.717%203.76a3%203%200%200%200%200%204.219l11.645%2011.78a3%203%200%200%200%204.243.024l.032-.032l18.684-19.038a3%203%200%200%200-.008-4.21l-3.713-3.756a3%203%200%200%200-4.242-.024%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%20256%20274%22%3E%3Cpath%20fill%3D%22%232b64cf%22%20d%3D%22M118.84%202.179c5.083-2.902%2013.312-2.909%2018.406%200l109.551%2071.514C251.88%2076.595%20256%2083.68%20256%2089.542v93.345c0%205.85-4.109%2012.94-9.203%2015.848l-109.551%2072.55c-5.083%202.902-13.312%202.909-18.406%200L9.203%20198.736C4.12%20195.833%200%20188.75%200%20182.887V89.542c0-5.851%204.109-12.94%209.203-15.849z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M143.107%2059.955c1.056%200%201.913.857%201.913%201.913V94.28h43.227a8.61%208.61%200%200%201%208.61%208.609l-.002%2033.9h5a2.87%202.87%200%200%201%202.869%202.87v28.355a2.87%202.87%200%200%201-2.87%202.87h-4.999l.001%2016.984a8.61%208.61%200%200%201-8.609%208.609H68.2a8.61%208.61%200%200%201-8.61-8.61v-16.984h-5.443a2.87%202.87%200%200%201-2.87-2.87v-28.355a2.87%202.87%200%200%201%202.87-2.87h5.443v-33.9a8.61%208.61%200%200%201%208.61-8.608h68.921v-9.113l-15.4.001a1.913%201.913%200%200%201-1.913-1.913V61.868c0-1.056.856-1.913%201.913-1.913zm23.66%2074.772l-.036.036l-10.685%2010.929a3%203%200%200%201-4.242.048l-.036-.036l-3.657-3.7a3%203%200%200%200-4.267%200l-3.718%203.76a3%203%200%200%200%200%204.219l11.646%2011.78a3%203%200%200%200%204.274-.008l18.684-19.038a3%203%200%200%200-.008-4.21l-3.713-3.756a3%203%200%200%200-4.242-.024m-56.657%200l-.036.036l-10.685%2010.929a3%203%200%200%201-4.242.048l-.037-.036l-3.657-3.7a3%203%200%200%200-4.267%200l-3.717%203.76a3%203%200%200%200%200%204.219l11.645%2011.78a3%203%200%200%200%204.243.024l.032-.032l18.684-19.038a3%203%200%200%200-.008-4.21l-3.713-3.756a3%203%200%200%200-4.242-.024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/dependabot.svg?color=%231a73e8&size=48