parsehub logo

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

Name
parsehub
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Use the parsehub logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#21bbd1" d="M64.046 126.72c0-36.7 29.858-66.56 66.56-66.56c36.7 0 66.56 29.86 66.56 66.56s-29.86 66.56-66.56 66.56c-36.702 0-66.56-29.859-66.56-66.56"/><path fill="#20222d" d="M256 20.48C256 9.216 246.12 0 234.856 0h-104.25C59.915 0 0 56.027 0 126.72V256h31.086V126.72c0-53.64 44.761-97.28 98.4-97.28s97.838 43.639 97.838 97.28S183.027 224 129.388 224c-25.735 0-52.588-10.06-67.217-26.432V256h68.435C201.298 256 256 197.413 256 126.72z"/></svg>

React

import type { SVGProps } from "react";

export function LogosParsehub(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#21bbd1" d="M64.046 126.72c0-36.7 29.858-66.56 66.56-66.56c36.7 0 66.56 29.86 66.56 66.56s-29.86 66.56-66.56 66.56c-36.702 0-66.56-29.859-66.56-66.56"/><path fill="#20222d" d="M256 20.48C256 9.216 246.12 0 234.856 0h-104.25C59.915 0 0 56.027 0 126.72V256h31.086V126.72c0-53.64 44.761-97.28 98.4-97.28s97.838 43.639 97.838 97.28S183.027 224 129.388 224c-25.735 0-52.588-10.06-67.217-26.432V256h68.435C201.298 256 256 197.413 256 126.72z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#21bbd1" d="M64.046 126.72c0-36.7 29.858-66.56 66.56-66.56c36.7 0 66.56 29.86 66.56 66.56s-29.86 66.56-66.56 66.56c-36.702 0-66.56-29.859-66.56-66.56"/><path fill="#20222d" d="M256 20.48C256 9.216 246.12 0 234.856 0h-104.25C59.915 0 0 56.027 0 126.72V256h31.086V126.72c0-53.64 44.761-97.28 98.4-97.28s97.838 43.639 97.838 97.28S183.027 224 129.388 224c-25.735 0-52.588-10.06-67.217-26.432V256h68.435C201.298 256 256 197.413 256 126.72z"/></svg>
</template>

CSS

.icon-parsehub {
  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%20256%22%3E%3Cpath%20fill%3D%22%2321bbd1%22%20d%3D%22M64.046%20126.72c0-36.7%2029.858-66.56%2066.56-66.56c36.7%200%2066.56%2029.86%2066.56%2066.56s-29.86%2066.56-66.56%2066.56c-36.702%200-66.56-29.859-66.56-66.56%22%2F%3E%3Cpath%20fill%3D%22%2320222d%22%20d%3D%22M256%2020.48C256%209.216%20246.12%200%20234.856%200h-104.25C59.915%200%200%2056.027%200%20126.72V256h31.086V126.72c0-53.64%2044.761-97.28%2098.4-97.28s97.838%2043.639%2097.838%2097.28S183.027%20224%20129.388%20224c-25.735%200-52.588-10.06-67.217-26.432V256h68.435C201.298%20256%20256%20197.413%20256%20126.72z%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%20256%22%3E%3Cpath%20fill%3D%22%2321bbd1%22%20d%3D%22M64.046%20126.72c0-36.7%2029.858-66.56%2066.56-66.56c36.7%200%2066.56%2029.86%2066.56%2066.56s-29.86%2066.56-66.56%2066.56c-36.702%200-66.56-29.859-66.56-66.56%22%2F%3E%3Cpath%20fill%3D%22%2320222d%22%20d%3D%22M256%2020.48C256%209.216%20246.12%200%20234.856%200h-104.25C59.915%200%200%2056.027%200%20126.72V256h31.086V126.72c0-53.64%2044.761-97.28%2098.4-97.28s97.838%2043.639%2097.838%2097.28S183.027%20224%20129.388%20224c-25.735%200-52.588-10.06-67.217-26.432V256h68.435C201.298%20256%20256%20197.413%20256%20126.72z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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