d from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
d
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the d logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.635 3.883a1.364 1.25 0 0 0-1.363 1.25a1.364 1.25 0 0 0 1.363 1.25A1.364 1.25 0 0 0 24 5.133a1.364 1.25 0 0 0-1.365-1.25m-16.004.418l-6.027.008c-.026 0-.051-.003-.076 0c-.296.036-.527.273-.528.558l.018 14.574c0 .22.06.676.682.676l5.58-.021c1.595-.003 2.664-.031 3.3-.112h.016a11.4 11.4 0 0 0 1.955-.469c1.22-.38 2.3-.944 3.23-1.697a7.85 7.85 0 0 0 2.114-2.562a6.7 6.7 0 0 0 .646-1.987a4.244 3.89 0 0 0 .26.028a4.244 3.89 0 0 0 4.244-3.89a4.244 3.89 0 0 0-4.244-3.89a4.244 3.89 0 0 0-2.9 1.082a8.8 8.8 0 0 0-2.25-1.355c-1.536-.65-3.536-.948-6.02-.943m-.262 3.004c1.215-.003 2.079.034 2.569.101a7.3 7.3 0 0 1 1.617.436c.57.218 1.068.483 1.496.814c1.177.915 1.732 1.999 1.734 3.432c.003 1.468-.534 2.611-1.68 3.57a5.6 5.6 0 0 1-1.177.742c-.409.19-.942.355-1.615.496c-.636.128-1.6.2-2.856.202l-2.673.004l-.012-9.793l2.598-.004z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsD(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="M22.635 3.883a1.364 1.25 0 0 0-1.363 1.25a1.364 1.25 0 0 0 1.363 1.25A1.364 1.25 0 0 0 24 5.133a1.364 1.25 0 0 0-1.365-1.25m-16.004.418l-6.027.008c-.026 0-.051-.003-.076 0c-.296.036-.527.273-.528.558l.018 14.574c0 .22.06.676.682.676l5.58-.021c1.595-.003 2.664-.031 3.3-.112h.016a11.4 11.4 0 0 0 1.955-.469c1.22-.38 2.3-.944 3.23-1.697a7.85 7.85 0 0 0 2.114-2.562a6.7 6.7 0 0 0 .646-1.987a4.244 3.89 0 0 0 .26.028a4.244 3.89 0 0 0 4.244-3.89a4.244 3.89 0 0 0-4.244-3.89a4.244 3.89 0 0 0-2.9 1.082a8.8 8.8 0 0 0-2.25-1.355c-1.536-.65-3.536-.948-6.02-.943m-.262 3.004c1.215-.003 2.079.034 2.569.101a7.3 7.3 0 0 1 1.617.436c.57.218 1.068.483 1.496.814c1.177.915 1.732 1.999 1.734 3.432c.003 1.468-.534 2.611-1.68 3.57a5.6 5.6 0 0 1-1.177.742c-.409.19-.942.355-1.615.496c-.636.128-1.6.2-2.856.202l-2.673.004l-.012-9.793l2.598-.004z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.635 3.883a1.364 1.25 0 0 0-1.363 1.25a1.364 1.25 0 0 0 1.363 1.25A1.364 1.25 0 0 0 24 5.133a1.364 1.25 0 0 0-1.365-1.25m-16.004.418l-6.027.008c-.026 0-.051-.003-.076 0c-.296.036-.527.273-.528.558l.018 14.574c0 .22.06.676.682.676l5.58-.021c1.595-.003 2.664-.031 3.3-.112h.016a11.4 11.4 0 0 0 1.955-.469c1.22-.38 2.3-.944 3.23-1.697a7.85 7.85 0 0 0 2.114-2.562a6.7 6.7 0 0 0 .646-1.987a4.244 3.89 0 0 0 .26.028a4.244 3.89 0 0 0 4.244-3.89a4.244 3.89 0 0 0-4.244-3.89a4.244 3.89 0 0 0-2.9 1.082a8.8 8.8 0 0 0-2.25-1.355c-1.536-.65-3.536-.948-6.02-.943m-.262 3.004c1.215-.003 2.079.034 2.569.101a7.3 7.3 0 0 1 1.617.436c.57.218 1.068.483 1.496.814c1.177.915 1.732 1.999 1.734 3.432c.003 1.468-.534 2.611-1.68 3.57a5.6 5.6 0 0 1-1.177.742c-.409.19-.942.355-1.615.496c-.636.128-1.6.2-2.856.202l-2.673.004l-.012-9.793l2.598-.004z"/></svg>
</template>

CSS

.icon-d {
  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%22M22.635%203.883a1.364%201.25%200%200%200-1.363%201.25a1.364%201.25%200%200%200%201.363%201.25A1.364%201.25%200%200%200%2024%205.133a1.364%201.25%200%200%200-1.365-1.25m-16.004.418l-6.027.008c-.026%200-.051-.003-.076%200c-.296.036-.527.273-.528.558l.018%2014.574c0%20.22.06.676.682.676l5.58-.021c1.595-.003%202.664-.031%203.3-.112h.016a11.4%2011.4%200%200%200%201.955-.469c1.22-.38%202.3-.944%203.23-1.697a7.85%207.85%200%200%200%202.114-2.562a6.7%206.7%200%200%200%20.646-1.987a4.244%203.89%200%200%200%20.26.028a4.244%203.89%200%200%200%204.244-3.89a4.244%203.89%200%200%200-4.244-3.89a4.244%203.89%200%200%200-2.9%201.082a8.8%208.8%200%200%200-2.25-1.355c-1.536-.65-3.536-.948-6.02-.943m-.262%203.004c1.215-.003%202.079.034%202.569.101a7.3%207.3%200%200%201%201.617.436c.57.218%201.068.483%201.496.814c1.177.915%201.732%201.999%201.734%203.432c.003%201.468-.534%202.611-1.68%203.57a5.6%205.6%200%200%201-1.177.742c-.409.19-.942.355-1.615.496c-.636.128-1.6.2-2.856.202l-2.673.004l-.012-9.793l2.598-.004z%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%22M22.635%203.883a1.364%201.25%200%200%200-1.363%201.25a1.364%201.25%200%200%200%201.363%201.25A1.364%201.25%200%200%200%2024%205.133a1.364%201.25%200%200%200-1.365-1.25m-16.004.418l-6.027.008c-.026%200-.051-.003-.076%200c-.296.036-.527.273-.528.558l.018%2014.574c0%20.22.06.676.682.676l5.58-.021c1.595-.003%202.664-.031%203.3-.112h.016a11.4%2011.4%200%200%200%201.955-.469c1.22-.38%202.3-.944%203.23-1.697a7.85%207.85%200%200%200%202.114-2.562a6.7%206.7%200%200%200%20.646-1.987a4.244%203.89%200%200%200%20.26.028a4.244%203.89%200%200%200%204.244-3.89a4.244%203.89%200%200%200-4.244-3.89a4.244%203.89%200%200%200-2.9%201.082a8.8%208.8%200%200%200-2.25-1.355c-1.536-.65-3.536-.948-6.02-.943m-.262%203.004c1.215-.003%202.079.034%202.569.101a7.3%207.3%200%200%201%201.617.436c.57.218%201.068.483%201.496.814c1.177.915%201.732%201.999%201.734%203.432c.003%201.468-.534%202.611-1.68%203.57a5.6%205.6%200%200%201-1.177.742c-.409.19-.942.355-1.615.496c-.636.128-1.6.2-2.856.202l-2.673.004l-.012-9.793l2.598-.004z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/d.svg?color=%231a73e8&size=48