The official D3 logo is available is several forms in the d3-logo repository.
Last active
October 24, 2019 17:00
-
-
Save mbostock/e787e283b8cf9d5a8f8a to your computer and use it in GitHub Desktop.
D3 Logo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 | |
redirect: https://observablehq.com/@d3/logo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="-10 -10 116 111"> | |
<clipPath id="clip"> | |
<path d="M0,0h7.75a45.5,45.5 0 1 1 0,91h-7.75v-20h7.75a25.5,25.5 0 1 0 0,-51h-7.75zm36.2510,0h32a27.75,27.75 0 0 1 21.331,45.5a27.75,27.75 0 0 1 -21.331,45.5h-32a53.6895,53.6895 0 0 0 18.7464,-20h13.2526a7.75,7.75 0 1 0 0,-15.5h-7.75a53.6895,53.6895 0 0 0 0,-20h7.75a7.75,7.75 0 1 0 0,-15.5h-13.2526a53.6895,53.6895 0 0 0 -18.7464,-20z"/> | |
</clipPath> | |
<linearGradient id="gradient-1" gradientUnits="userSpaceOnUse" x1="7" y1="64" x2="50" y2="107"> | |
<stop offset="0" stop-color="#f9a03c"/> | |
<stop offset="1" stop-color="#f7974e"/> | |
</linearGradient> | |
<linearGradient id="gradient-2" gradientUnits="userSpaceOnUse" x1="2" y1="-2" x2="87" y2="84"> | |
<stop offset="0" stop-color="#f26d58"/> | |
<stop offset="1" stop-color="#f9a03c"/> | |
</linearGradient> | |
<linearGradient id="gradient-3" gradientUnits="userSpaceOnUse" x1="45" y1="-10" x2="108" y2="53"> | |
<stop offset="0" stop-color="#b84e51"/> | |
<stop offset="1" stop-color="#f68e48"/> | |
</linearGradient> | |
<g clip-path="url(#clip)"> | |
<path d="M-100,-102m-28,0v300h300z" fill="url(#gradient-1)"/> | |
<path d="M-100,-102m28,0h300v300z" fill="url(#gradient-3)"/> | |
<path d="M-100,-102l300,300" fill="none" stroke="url(#gradient-2)" stroke-width="40"/> | |
</g> | |
</svg> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<img width="960" height="500" src="d3.svg"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment