d from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
d
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

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 32 32"><path fill="#f44336" d="M21.805 8.063a5 5 0 0 0-3.502.727A10.95 10.95 0 0 0 11 6H2.5a.5.5 0 0 0-.5.5v21a.5.5 0 0 0 .5.5H11a10.995 10.995 0 0 0 10.954-10.096a4.998 4.998 0 0 0-.149-9.841M11 24H6V10h5a7 7 0 0 1 0 14"/><circle cx="28" cy="7" r="1.5" fill="#f44336"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeD(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f44336" d="M21.805 8.063a5 5 0 0 0-3.502.727A10.95 10.95 0 0 0 11 6H2.5a.5.5 0 0 0-.5.5v21a.5.5 0 0 0 .5.5H11a10.995 10.995 0 0 0 10.954-10.096a4.998 4.998 0 0 0-.149-9.841M11 24H6V10h5a7 7 0 0 1 0 14"/><circle cx="28" cy="7" r="1.5" fill="#f44336"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f44336" d="M21.805 8.063a5 5 0 0 0-3.502.727A10.95 10.95 0 0 0 11 6H2.5a.5.5 0 0 0-.5.5v21a.5.5 0 0 0 .5.5H11a10.995 10.995 0 0 0 10.954-10.096a4.998 4.998 0 0 0-.149-9.841M11 24H6V10h5a7 7 0 0 1 0 14"/><circle cx="28" cy="7" r="1.5" fill="#f44336"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M21.805%208.063a5%205%200%200%200-3.502.727A10.95%2010.95%200%200%200%2011%206H2.5a.5.5%200%200%200-.5.5v21a.5.5%200%200%200%20.5.5H11a10.995%2010.995%200%200%200%2010.954-10.096a4.998%204.998%200%200%200-.149-9.841M11%2024H6V10h5a7%207%200%200%201%200%2014%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%227%22%20r%3D%221.5%22%20fill%3D%22%23f44336%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M21.805%208.063a5%205%200%200%200-3.502.727A10.95%2010.95%200%200%200%2011%206H2.5a.5.5%200%200%200-.5.5v21a.5.5%200%200%200%20.5.5H11a10.995%2010.995%200%200%200%2010.954-10.096a4.998%204.998%200%200%200-.149-9.841M11%2024H6V10h5a7%207%200%200%201%200%2014%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%227%22%20r%3D%221.5%22%20fill%3D%22%23f44336%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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