deepgram icon logo

deepgram-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
deepgram-icon
Set
SVG Logos
Style
Color
Viewbox
256×282
License
CC0

Related icons in SVG Logos

Use the deepgram icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 282"><path d="M215.5 41.996c26.692 27.09 41.047 62.9 40.484 100.817v-.046c-1.173 76.352-65.392 138.456-143.12 138.456H3.659c-2.064 0-3.096-2.485-1.642-3.984l53.148-53.387c.891-.89 2.064-1.405 3.33-1.405h55.4c44.564 0 81.904-35.622 83.218-79.352c.656-22.31-7.553-43.402-23.127-59.431c-15.573-16.03-36.448-24.842-58.73-24.842H58.87v91.022c0 .797-.61 1.406-1.407 1.406H1.407A1.38 1.38 0 0 1 0 149.844V1.406C0 .609.61 0 1.407 0h113.849c37.95 0 73.554 14.905 100.244 41.996"/></svg>

React

import type { SVGProps } from "react";

export function LogosDeepgramIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 282"><path d="M215.5 41.996c26.692 27.09 41.047 62.9 40.484 100.817v-.046c-1.173 76.352-65.392 138.456-143.12 138.456H3.659c-2.064 0-3.096-2.485-1.642-3.984l53.148-53.387c.891-.89 2.064-1.405 3.33-1.405h55.4c44.564 0 81.904-35.622 83.218-79.352c.656-22.31-7.553-43.402-23.127-59.431c-15.573-16.03-36.448-24.842-58.73-24.842H58.87v91.022c0 .797-.61 1.406-1.407 1.406H1.407A1.38 1.38 0 0 1 0 149.844V1.406C0 .609.61 0 1.407 0h113.849c37.95 0 73.554 14.905 100.244 41.996"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 282"><path d="M215.5 41.996c26.692 27.09 41.047 62.9 40.484 100.817v-.046c-1.173 76.352-65.392 138.456-143.12 138.456H3.659c-2.064 0-3.096-2.485-1.642-3.984l53.148-53.387c.891-.89 2.064-1.405 3.33-1.405h55.4c44.564 0 81.904-35.622 83.218-79.352c.656-22.31-7.553-43.402-23.127-59.431c-15.573-16.03-36.448-24.842-58.73-24.842H58.87v91.022c0 .797-.61 1.406-1.407 1.406H1.407A1.38 1.38 0 0 1 0 149.844V1.406C0 .609.61 0 1.407 0h113.849c37.95 0 73.554 14.905 100.244 41.996"/></svg>
</template>

CSS

.icon-deepgram-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%20282%22%3E%3Cpath%20d%3D%22M215.5%2041.996c26.692%2027.09%2041.047%2062.9%2040.484%20100.817v-.046c-1.173%2076.352-65.392%20138.456-143.12%20138.456H3.659c-2.064%200-3.096-2.485-1.642-3.984l53.148-53.387c.891-.89%202.064-1.405%203.33-1.405h55.4c44.564%200%2081.904-35.622%2083.218-79.352c.656-22.31-7.553-43.402-23.127-59.431c-15.573-16.03-36.448-24.842-58.73-24.842H58.87v91.022c0%20.797-.61%201.406-1.407%201.406H1.407A1.38%201.38%200%200%201%200%20149.844V1.406C0%20.609.61%200%201.407%200h113.849c37.95%200%2073.554%2014.905%20100.244%2041.996%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%20282%22%3E%3Cpath%20d%3D%22M215.5%2041.996c26.692%2027.09%2041.047%2062.9%2040.484%20100.817v-.046c-1.173%2076.352-65.392%20138.456-143.12%20138.456H3.659c-2.064%200-3.096-2.485-1.642-3.984l53.148-53.387c.891-.89%202.064-1.405%203.33-1.405h55.4c44.564%200%2081.904-35.622%2083.218-79.352c.656-22.31-7.553-43.402-23.127-59.431c-15.573-16.03-36.448-24.842-58.73-24.842H58.87v91.022c0%20.797-.61%201.406-1.407%201.406H1.407A1.38%201.38%200%200%201%200%20149.844V1.406C0%20.609.61%200%201.407%200h113.849c37.95%200%2073.554%2014.905%20100.244%2041.996%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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