googledataproc logo

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

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

Use the googledataproc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.373 20.364a4.682 4.682 0 0 1-8.1 0a4.7 4.7 0 0 1 0-4.669c.326-.564.778-.995 1.272-1.358c.472.198 3.394 1.421 3.917 1.717a2.29 2.29 0 0 0-3.109.842a2.3 2.3 0 0 0 0 2.267a2.27 2.27 0 0 0 2.564 1.053a2.25 2.25 0 0 0 1.375-1.053a2.33 2.33 0 0 0 0-2.279a2.5 2.5 0 0 0-.83-.83l-3.53-2.045l-5.727-3.317a5.02 5.02 0 0 0 4.139-.36l6.32 3.641a4.68 4.68 0 0 1 1.709 6.391m-14-2.01v.004l-3.558 2a2.27 2.27 0 0 1-3.102-.823a2.267 2.267 0 0 1 2.551-3.332c.591.161 1.089.56 1.375 1.102v-.05a2.27 2.27 0 0 1-.824 3.103c.559-.303 3.352-2.62 3.465-2.714c-.304-1.744-1.573-3.24-3.396-3.72a4.6 4.6 0 0 0-3.558.479a4.67 4.67 0 0 0-1.694 6.383a4.68 4.68 0 0 0 2.865 2.192a4.66 4.66 0 0 0 3.66-.56l6.877-3.973c-.019-1.303.512-2.604 1.375-3.58l-6.036 3.49zm-2.4-4.703v-8.1h.012c.002-1.617.821-3.189 2.321-4.055a4.682 4.682 0 1 1 2.337 8.737a4.7 4.7 0 0 1-1.55-.28c-.016-.085-.733-3.796-.733-4.188L9.29 9.59v6.761a4.08 4.08 0 0 0-2.317-2.7m2.403-8.1a2.279 2.279 0 1 0 4.546 0a2.23 2.23 0 0 0-.297-1.127a2.28 2.28 0 0 0-1.97-1.14a2.267 2.267 0 0 0-2.279 2.254z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsGoogledataproc(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="M23.373 20.364a4.682 4.682 0 0 1-8.1 0a4.7 4.7 0 0 1 0-4.669c.326-.564.778-.995 1.272-1.358c.472.198 3.394 1.421 3.917 1.717a2.29 2.29 0 0 0-3.109.842a2.3 2.3 0 0 0 0 2.267a2.27 2.27 0 0 0 2.564 1.053a2.25 2.25 0 0 0 1.375-1.053a2.33 2.33 0 0 0 0-2.279a2.5 2.5 0 0 0-.83-.83l-3.53-2.045l-5.727-3.317a5.02 5.02 0 0 0 4.139-.36l6.32 3.641a4.68 4.68 0 0 1 1.709 6.391m-14-2.01v.004l-3.558 2a2.27 2.27 0 0 1-3.102-.823a2.267 2.267 0 0 1 2.551-3.332c.591.161 1.089.56 1.375 1.102v-.05a2.27 2.27 0 0 1-.824 3.103c.559-.303 3.352-2.62 3.465-2.714c-.304-1.744-1.573-3.24-3.396-3.72a4.6 4.6 0 0 0-3.558.479a4.67 4.67 0 0 0-1.694 6.383a4.68 4.68 0 0 0 2.865 2.192a4.66 4.66 0 0 0 3.66-.56l6.877-3.973c-.019-1.303.512-2.604 1.375-3.58l-6.036 3.49zm-2.4-4.703v-8.1h.012c.002-1.617.821-3.189 2.321-4.055a4.682 4.682 0 1 1 2.337 8.737a4.7 4.7 0 0 1-1.55-.28c-.016-.085-.733-3.796-.733-4.188L9.29 9.59v6.761a4.08 4.08 0 0 0-2.317-2.7m2.403-8.1a2.279 2.279 0 1 0 4.546 0a2.23 2.23 0 0 0-.297-1.127a2.28 2.28 0 0 0-1.97-1.14a2.267 2.267 0 0 0-2.279 2.254z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.373 20.364a4.682 4.682 0 0 1-8.1 0a4.7 4.7 0 0 1 0-4.669c.326-.564.778-.995 1.272-1.358c.472.198 3.394 1.421 3.917 1.717a2.29 2.29 0 0 0-3.109.842a2.3 2.3 0 0 0 0 2.267a2.27 2.27 0 0 0 2.564 1.053a2.25 2.25 0 0 0 1.375-1.053a2.33 2.33 0 0 0 0-2.279a2.5 2.5 0 0 0-.83-.83l-3.53-2.045l-5.727-3.317a5.02 5.02 0 0 0 4.139-.36l6.32 3.641a4.68 4.68 0 0 1 1.709 6.391m-14-2.01v.004l-3.558 2a2.27 2.27 0 0 1-3.102-.823a2.267 2.267 0 0 1 2.551-3.332c.591.161 1.089.56 1.375 1.102v-.05a2.27 2.27 0 0 1-.824 3.103c.559-.303 3.352-2.62 3.465-2.714c-.304-1.744-1.573-3.24-3.396-3.72a4.6 4.6 0 0 0-3.558.479a4.67 4.67 0 0 0-1.694 6.383a4.68 4.68 0 0 0 2.865 2.192a4.66 4.66 0 0 0 3.66-.56l6.877-3.973c-.019-1.303.512-2.604 1.375-3.58l-6.036 3.49zm-2.4-4.703v-8.1h.012c.002-1.617.821-3.189 2.321-4.055a4.682 4.682 0 1 1 2.337 8.737a4.7 4.7 0 0 1-1.55-.28c-.016-.085-.733-3.796-.733-4.188L9.29 9.59v6.761a4.08 4.08 0 0 0-2.317-2.7m2.403-8.1a2.279 2.279 0 1 0 4.546 0a2.23 2.23 0 0 0-.297-1.127a2.28 2.28 0 0 0-1.97-1.14a2.267 2.267 0 0 0-2.279 2.254z"/></svg>
</template>

CSS

.icon-googledataproc {
  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%22M23.373%2020.364a4.682%204.682%200%200%201-8.1%200a4.7%204.7%200%200%201%200-4.669c.326-.564.778-.995%201.272-1.358c.472.198%203.394%201.421%203.917%201.717a2.29%202.29%200%200%200-3.109.842a2.3%202.3%200%200%200%200%202.267a2.27%202.27%200%200%200%202.564%201.053a2.25%202.25%200%200%200%201.375-1.053a2.33%202.33%200%200%200%200-2.279a2.5%202.5%200%200%200-.83-.83l-3.53-2.045l-5.727-3.317a5.02%205.02%200%200%200%204.139-.36l6.32%203.641a4.68%204.68%200%200%201%201.709%206.391m-14-2.01v.004l-3.558%202a2.27%202.27%200%200%201-3.102-.823a2.267%202.267%200%200%201%202.551-3.332c.591.161%201.089.56%201.375%201.102v-.05a2.27%202.27%200%200%201-.824%203.103c.559-.303%203.352-2.62%203.465-2.714c-.304-1.744-1.573-3.24-3.396-3.72a4.6%204.6%200%200%200-3.558.479a4.67%204.67%200%200%200-1.694%206.383a4.68%204.68%200%200%200%202.865%202.192a4.66%204.66%200%200%200%203.66-.56l6.877-3.973c-.019-1.303.512-2.604%201.375-3.58l-6.036%203.49zm-2.4-4.703v-8.1h.012c.002-1.617.821-3.189%202.321-4.055a4.682%204.682%200%201%201%202.337%208.737a4.7%204.7%200%200%201-1.55-.28c-.016-.085-.733-3.796-.733-4.188L9.29%209.59v6.761a4.08%204.08%200%200%200-2.317-2.7m2.403-8.1a2.279%202.279%200%201%200%204.546%200a2.23%202.23%200%200%200-.297-1.127a2.28%202.28%200%200%200-1.97-1.14a2.267%202.267%200%200%200-2.279%202.254z%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%22M23.373%2020.364a4.682%204.682%200%200%201-8.1%200a4.7%204.7%200%200%201%200-4.669c.326-.564.778-.995%201.272-1.358c.472.198%203.394%201.421%203.917%201.717a2.29%202.29%200%200%200-3.109.842a2.3%202.3%200%200%200%200%202.267a2.27%202.27%200%200%200%202.564%201.053a2.25%202.25%200%200%200%201.375-1.053a2.33%202.33%200%200%200%200-2.279a2.5%202.5%200%200%200-.83-.83l-3.53-2.045l-5.727-3.317a5.02%205.02%200%200%200%204.139-.36l6.32%203.641a4.68%204.68%200%200%201%201.709%206.391m-14-2.01v.004l-3.558%202a2.27%202.27%200%200%201-3.102-.823a2.267%202.267%200%200%201%202.551-3.332c.591.161%201.089.56%201.375%201.102v-.05a2.27%202.27%200%200%201-.824%203.103c.559-.303%203.352-2.62%203.465-2.714c-.304-1.744-1.573-3.24-3.396-3.72a4.6%204.6%200%200%200-3.558.479a4.67%204.67%200%200%200-1.694%206.383a4.68%204.68%200%200%200%202.865%202.192a4.66%204.66%200%200%200%203.66-.56l6.877-3.973c-.019-1.303.512-2.604%201.375-3.58l-6.036%203.49zm-2.4-4.703v-8.1h.012c.002-1.617.821-3.189%202.321-4.055a4.682%204.682%200%201%201%202.337%208.737a4.7%204.7%200%200%201-1.55-.28c-.016-.085-.733-3.796-.733-4.188L9.29%209.59v6.761a4.08%204.08%200%200%200-2.317-2.7m2.403-8.1a2.279%202.279%200%201%200%204.546%200a2.23%202.23%200%200%200-.297-1.127a2.28%202.28%200%200%200-1.97-1.14a2.267%202.267%200%200%200-2.279%202.254z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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