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

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

Use the qordoba logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M128 0C57.308 0 0 57.308 0 128c0 70.693 57.308 128 128 128c70.692 0 128-57.307 128-128C256 57.308 198.692 0 128 0zm38.486 199.647c-11.436 6.072-24.475 9.525-38.326 9.525c-45.21 0-81.859-36.65-81.859-81.859c0-45.21 36.649-81.859 81.859-81.859c45.21 0 81.859 36.649 81.859 81.859c0 15.6-4.367 30.179-11.94 42.586l19.386 49.643l-50.979-19.895zM127.142 90.419c-19.884 0-36.003 16.119-36.003 36.003c0 19.883 16.119 36.002 36.003 36.002s36.003-16.119 36.003-36.002c0-19.884-16.12-36.003-36.003-36.003z" fill="#5656A9"/></svg>

React

import type { SVGProps } from "react";

export function LogosQordoba(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M128 0C57.308 0 0 57.308 0 128c0 70.693 57.308 128 128 128c70.692 0 128-57.307 128-128C256 57.308 198.692 0 128 0zm38.486 199.647c-11.436 6.072-24.475 9.525-38.326 9.525c-45.21 0-81.859-36.65-81.859-81.859c0-45.21 36.649-81.859 81.859-81.859c45.21 0 81.859 36.649 81.859 81.859c0 15.6-4.367 30.179-11.94 42.586l19.386 49.643l-50.979-19.895zM127.142 90.419c-19.884 0-36.003 16.119-36.003 36.003c0 19.883 16.119 36.002 36.003 36.002s36.003-16.119 36.003-36.002c0-19.884-16.12-36.003-36.003-36.003z" fill="#5656A9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M128 0C57.308 0 0 57.308 0 128c0 70.693 57.308 128 128 128c70.692 0 128-57.307 128-128C256 57.308 198.692 0 128 0zm38.486 199.647c-11.436 6.072-24.475 9.525-38.326 9.525c-45.21 0-81.859-36.65-81.859-81.859c0-45.21 36.649-81.859 81.859-81.859c45.21 0 81.859 36.649 81.859 81.859c0 15.6-4.367 30.179-11.94 42.586l19.386 49.643l-50.979-19.895zM127.142 90.419c-19.884 0-36.003 16.119-36.003 36.003c0 19.883 16.119 36.002 36.003 36.002s36.003-16.119 36.003-36.002c0-19.884-16.12-36.003-36.003-36.003z" fill="#5656A9"/></svg>
</template>

CSS

.icon-qordoba {
  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%20d%3D%22M128%200C57.308%200%200%2057.308%200%20128c0%2070.693%2057.308%20128%20128%20128c70.692%200%20128-57.307%20128-128C256%2057.308%20198.692%200%20128%200zm38.486%20199.647c-11.436%206.072-24.475%209.525-38.326%209.525c-45.21%200-81.859-36.65-81.859-81.859c0-45.21%2036.649-81.859%2081.859-81.859c45.21%200%2081.859%2036.649%2081.859%2081.859c0%2015.6-4.367%2030.179-11.94%2042.586l19.386%2049.643l-50.979-19.895zM127.142%2090.419c-19.884%200-36.003%2016.119-36.003%2036.003c0%2019.883%2016.119%2036.002%2036.003%2036.002s36.003-16.119%2036.003-36.002c0-19.884-16.12-36.003-36.003-36.003z%22%20fill%3D%22%235656A9%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%20d%3D%22M128%200C57.308%200%200%2057.308%200%20128c0%2070.693%2057.308%20128%20128%20128c70.692%200%20128-57.307%20128-128C256%2057.308%20198.692%200%20128%200zm38.486%20199.647c-11.436%206.072-24.475%209.525-38.326%209.525c-45.21%200-81.859-36.65-81.859-81.859c0-45.21%2036.649-81.859%2081.859-81.859c45.21%200%2081.859%2036.649%2081.859%2081.859c0%2015.6-4.367%2030.179-11.94%2042.586l19.386%2049.643l-50.979-19.895zM127.142%2090.419c-19.884%200-36.003%2016.119-36.003%2036.003c0%2019.883%2016.119%2036.002%2036.003%2036.002s36.003-16.119%2036.003-36.002c0-19.884-16.12-36.003-36.003-36.003z%22%20fill%3D%22%235656A9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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