dgraph icon logo
dgraph-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- dgraph-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×305
- License
- CC0
Use the dgraph icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 305"><defs><linearGradient id="SVGfLRx2bhb" x1="0%" x2="100%" y1="50%" y2="50%"><stop offset="0%" stop-color="#ff1800"/><stop offset="100%" stop-color="#ff009b"/></linearGradient></defs><path fill="url(#SVGfLRx2bhb)" d="M206.721 54.81a36.94 36.94 0 0 0 4.55-17.758C211.239 16.602 194.67.033 174.22 0c-17.029.02-31.859 11.628-35.97 28.153l-10.244-.404C57.319 27.76.017 85.057 0 155.744a127.6 127.6 0 0 0 36.385 89.374a36.76 36.76 0 0 0-7.453 22.248c.034 20.45 16.603 37.019 37.053 37.052c15.654 0 29.154-9.829 34.534-23.663a128.5 128.5 0 0 0 27.476 2.973c70.69-.011 127.994-57.314 128.005-128.005A127.62 127.62 0 0 0 206.72 54.83zm-32.512 4.986c-1.937 0-3.867-.244-5.744-.729l-15.37 44.597l22.45-3.66l-31.623 51.533l26.313-6.391L81.63 250.79c8.423 8.077 9.37 21.215 2.194 30.417c-7.176 9.201-20.15 11.482-30.034 5.28c-9.855-6.281-13.348-19.008-8.08-29.44c5.266-10.433 17.58-15.179 28.487-10.98l25.11-54.779l-24.503 6.634l39.843-57.035l-24.492 5.926l69.443-92.459A22.753 22.753 0 0 1 174.2 14.187c12.563 0 22.748 10.18 22.753 22.743c0 12.562-10.18 22.748-22.743 22.753z"/></svg>
React
import type { SVGProps } from "react";
export function LogosDgraphIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 305"><defs><linearGradient id="SVGfLRx2bhb" x1="0%" x2="100%" y1="50%" y2="50%"><stop offset="0%" stopColor="#ff1800"/><stop offset="100%" stopColor="#ff009b"/></linearGradient></defs><path fill="url(#SVGfLRx2bhb)" d="M206.721 54.81a36.94 36.94 0 0 0 4.55-17.758C211.239 16.602 194.67.033 174.22 0c-17.029.02-31.859 11.628-35.97 28.153l-10.244-.404C57.319 27.76.017 85.057 0 155.744a127.6 127.6 0 0 0 36.385 89.374a36.76 36.76 0 0 0-7.453 22.248c.034 20.45 16.603 37.019 37.053 37.052c15.654 0 29.154-9.829 34.534-23.663a128.5 128.5 0 0 0 27.476 2.973c70.69-.011 127.994-57.314 128.005-128.005A127.62 127.62 0 0 0 206.72 54.83zm-32.512 4.986c-1.937 0-3.867-.244-5.744-.729l-15.37 44.597l22.45-3.66l-31.623 51.533l26.313-6.391L81.63 250.79c8.423 8.077 9.37 21.215 2.194 30.417c-7.176 9.201-20.15 11.482-30.034 5.28c-9.855-6.281-13.348-19.008-8.08-29.44c5.266-10.433 17.58-15.179 28.487-10.98l25.11-54.779l-24.503 6.634l39.843-57.035l-24.492 5.926l69.443-92.459A22.753 22.753 0 0 1 174.2 14.187c12.563 0 22.748 10.18 22.753 22.743c0 12.562-10.18 22.748-22.743 22.753z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 305"><defs><linearGradient id="SVGfLRx2bhb" x1="0%" x2="100%" y1="50%" y2="50%"><stop offset="0%" stop-color="#ff1800"/><stop offset="100%" stop-color="#ff009b"/></linearGradient></defs><path fill="url(#SVGfLRx2bhb)" d="M206.721 54.81a36.94 36.94 0 0 0 4.55-17.758C211.239 16.602 194.67.033 174.22 0c-17.029.02-31.859 11.628-35.97 28.153l-10.244-.404C57.319 27.76.017 85.057 0 155.744a127.6 127.6 0 0 0 36.385 89.374a36.76 36.76 0 0 0-7.453 22.248c.034 20.45 16.603 37.019 37.053 37.052c15.654 0 29.154-9.829 34.534-23.663a128.5 128.5 0 0 0 27.476 2.973c70.69-.011 127.994-57.314 128.005-128.005A127.62 127.62 0 0 0 206.72 54.83zm-32.512 4.986c-1.937 0-3.867-.244-5.744-.729l-15.37 44.597l22.45-3.66l-31.623 51.533l26.313-6.391L81.63 250.79c8.423 8.077 9.37 21.215 2.194 30.417c-7.176 9.201-20.15 11.482-30.034 5.28c-9.855-6.281-13.348-19.008-8.08-29.44c5.266-10.433 17.58-15.179 28.487-10.98l25.11-54.779l-24.503 6.634l39.843-57.035l-24.492 5.926l69.443-92.459A22.753 22.753 0 0 1 174.2 14.187c12.563 0 22.748 10.18 22.753 22.743c0 12.562-10.18 22.748-22.743 22.753z"/></svg> </template>
CSS
.icon-dgraph-icon {
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%20305%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGfLRx2bhb%22%20x1%3D%220%25%22%20x2%3D%22100%25%22%20y1%3D%2250%25%22%20y2%3D%2250%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23ff1800%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23ff009b%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGfLRx2bhb)%22%20d%3D%22M206.721%2054.81a36.94%2036.94%200%200%200%204.55-17.758C211.239%2016.602%20194.67.033%20174.22%200c-17.029.02-31.859%2011.628-35.97%2028.153l-10.244-.404C57.319%2027.76.017%2085.057%200%20155.744a127.6%20127.6%200%200%200%2036.385%2089.374a36.76%2036.76%200%200%200-7.453%2022.248c.034%2020.45%2016.603%2037.019%2037.053%2037.052c15.654%200%2029.154-9.829%2034.534-23.663a128.5%20128.5%200%200%200%2027.476%202.973c70.69-.011%20127.994-57.314%20128.005-128.005A127.62%20127.62%200%200%200%20206.72%2054.83zm-32.512%204.986c-1.937%200-3.867-.244-5.744-.729l-15.37%2044.597l22.45-3.66l-31.623%2051.533l26.313-6.391L81.63%20250.79c8.423%208.077%209.37%2021.215%202.194%2030.417c-7.176%209.201-20.15%2011.482-30.034%205.28c-9.855-6.281-13.348-19.008-8.08-29.44c5.266-10.433%2017.58-15.179%2028.487-10.98l25.11-54.779l-24.503%206.634l39.843-57.035l-24.492%205.926l69.443-92.459A22.753%2022.753%200%200%201%20174.2%2014.187c12.563%200%2022.748%2010.18%2022.753%2022.743c0%2012.562-10.18%2022.748-22.743%2022.753z%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%20305%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGfLRx2bhb%22%20x1%3D%220%25%22%20x2%3D%22100%25%22%20y1%3D%2250%25%22%20y2%3D%2250%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23ff1800%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23ff009b%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGfLRx2bhb)%22%20d%3D%22M206.721%2054.81a36.94%2036.94%200%200%200%204.55-17.758C211.239%2016.602%20194.67.033%20174.22%200c-17.029.02-31.859%2011.628-35.97%2028.153l-10.244-.404C57.319%2027.76.017%2085.057%200%20155.744a127.6%20127.6%200%200%200%2036.385%2089.374a36.76%2036.76%200%200%200-7.453%2022.248c.034%2020.45%2016.603%2037.019%2037.053%2037.052c15.654%200%2029.154-9.829%2034.534-23.663a128.5%20128.5%200%200%200%2027.476%202.973c70.69-.011%20127.994-57.314%20128.005-128.005A127.62%20127.62%200%200%200%20206.72%2054.83zm-32.512%204.986c-1.937%200-3.867-.244-5.744-.729l-15.37%2044.597l22.45-3.66l-31.623%2051.533l26.313-6.391L81.63%20250.79c8.423%208.077%209.37%2021.215%202.194%2030.417c-7.176%209.201-20.15%2011.482-30.034%205.28c-9.855-6.281-13.348-19.008-8.08-29.44c5.266-10.433%2017.58-15.179%2028.487-10.98l25.11-54.779l-24.503%206.634l39.843-57.035l-24.492%205.926l69.443-92.459A22.753%2022.753%200%200%201%20174.2%2014.187c12.563%200%2022.748%2010.18%2022.753%2022.743c0%2012.562-10.18%2022.748-22.743%2022.753z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/dgraph-icon.svg?color=%231a73e8&size=48