baidu from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
baidu
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the baidu logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.749 16.864c3.48-.744 3-4.911 2.901-5.817c-.172-1.401-1.823-3.853-4.057-3.656c-2.812.249-3.224 4.323-3.224 4.323c-.385 1.88.907 5.901 4.38 5.151zm6.459-6.984c1.923 0 3.475-2.213 3.475-4.948C15.683 2.213 14.136 0 12.214 0c-1.916 0-3.479 2.197-3.479 4.932s1.557 4.948 3.479 4.948zm8.281.328c2.573.344 4.213-2.401 4.547-4.479c.333-2.068-1.333-4.484-3.145-4.896c-1.823-.421-4.079 2.5-4.307 4.401c-.24 2.333.333 4.651 2.895 4.979zm10.178 3.505c0-.995-.817-3.995-3.88-3.995c-3.057 0-3.48 2.828-3.48 4.828c0 1.907.157 4.563 3.98 4.48c3.807-.095 3.391-4.319 3.391-5.319zm-3.864 8.714s-3.985-3.077-6.303-6.4c-3.145-4.901-7.62-2.907-9.115-.423c-1.489 2.511-3.812 4.084-4.14 4.505c-.333.412-4.797 2.823-3.803 7.224c1 4.401 4.479 4.323 4.479 4.323s2.557.251 5.548-.416c2.984-.667 5.547.161 5.547.161s6.943 2.333 8.864-2.147c1.896-4.495-1.083-6.812-1.083-6.812z"/></svg>

React

import type { SVGProps } from "react";

export function CibBaidu(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.749 16.864c3.48-.744 3-4.911 2.901-5.817c-.172-1.401-1.823-3.853-4.057-3.656c-2.812.249-3.224 4.323-3.224 4.323c-.385 1.88.907 5.901 4.38 5.151zm6.459-6.984c1.923 0 3.475-2.213 3.475-4.948C15.683 2.213 14.136 0 12.214 0c-1.916 0-3.479 2.197-3.479 4.932s1.557 4.948 3.479 4.948zm8.281.328c2.573.344 4.213-2.401 4.547-4.479c.333-2.068-1.333-4.484-3.145-4.896c-1.823-.421-4.079 2.5-4.307 4.401c-.24 2.333.333 4.651 2.895 4.979zm10.178 3.505c0-.995-.817-3.995-3.88-3.995c-3.057 0-3.48 2.828-3.48 4.828c0 1.907.157 4.563 3.98 4.48c3.807-.095 3.391-4.319 3.391-5.319zm-3.864 8.714s-3.985-3.077-6.303-6.4c-3.145-4.901-7.62-2.907-9.115-.423c-1.489 2.511-3.812 4.084-4.14 4.505c-.333.412-4.797 2.823-3.803 7.224c1 4.401 4.479 4.323 4.479 4.323s2.557.251 5.548-.416c2.984-.667 5.547.161 5.547.161s6.943 2.333 8.864-2.147c1.896-4.495-1.083-6.812-1.083-6.812z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.749 16.864c3.48-.744 3-4.911 2.901-5.817c-.172-1.401-1.823-3.853-4.057-3.656c-2.812.249-3.224 4.323-3.224 4.323c-.385 1.88.907 5.901 4.38 5.151zm6.459-6.984c1.923 0 3.475-2.213 3.475-4.948C15.683 2.213 14.136 0 12.214 0c-1.916 0-3.479 2.197-3.479 4.932s1.557 4.948 3.479 4.948zm8.281.328c2.573.344 4.213-2.401 4.547-4.479c.333-2.068-1.333-4.484-3.145-4.896c-1.823-.421-4.079 2.5-4.307 4.401c-.24 2.333.333 4.651 2.895 4.979zm10.178 3.505c0-.995-.817-3.995-3.88-3.995c-3.057 0-3.48 2.828-3.48 4.828c0 1.907.157 4.563 3.98 4.48c3.807-.095 3.391-4.319 3.391-5.319zm-3.864 8.714s-3.985-3.077-6.303-6.4c-3.145-4.901-7.62-2.907-9.115-.423c-1.489 2.511-3.812 4.084-4.14 4.505c-.333.412-4.797 2.823-3.803 7.224c1 4.401 4.479 4.323 4.479 4.323s2.557.251 5.548-.416c2.984-.667 5.547.161 5.547.161s6.943 2.333 8.864-2.147c1.896-4.495-1.083-6.812-1.083-6.812z"/></svg>
</template>

CSS

.icon-baidu {
  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%22currentColor%22%20d%3D%22M5.749%2016.864c3.48-.744%203-4.911%202.901-5.817c-.172-1.401-1.823-3.853-4.057-3.656c-2.812.249-3.224%204.323-3.224%204.323c-.385%201.88.907%205.901%204.38%205.151zm6.459-6.984c1.923%200%203.475-2.213%203.475-4.948C15.683%202.213%2014.136%200%2012.214%200c-1.916%200-3.479%202.197-3.479%204.932s1.557%204.948%203.479%204.948zm8.281.328c2.573.344%204.213-2.401%204.547-4.479c.333-2.068-1.333-4.484-3.145-4.896c-1.823-.421-4.079%202.5-4.307%204.401c-.24%202.333.333%204.651%202.895%204.979zm10.178%203.505c0-.995-.817-3.995-3.88-3.995c-3.057%200-3.48%202.828-3.48%204.828c0%201.907.157%204.563%203.98%204.48c3.807-.095%203.391-4.319%203.391-5.319zm-3.864%208.714s-3.985-3.077-6.303-6.4c-3.145-4.901-7.62-2.907-9.115-.423c-1.489%202.511-3.812%204.084-4.14%204.505c-.333.412-4.797%202.823-3.803%207.224c1%204.401%204.479%204.323%204.479%204.323s2.557.251%205.548-.416c2.984-.667%205.547.161%205.547.161s6.943%202.333%208.864-2.147c1.896-4.495-1.083-6.812-1.083-6.812z%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%22currentColor%22%20d%3D%22M5.749%2016.864c3.48-.744%203-4.911%202.901-5.817c-.172-1.401-1.823-3.853-4.057-3.656c-2.812.249-3.224%204.323-3.224%204.323c-.385%201.88.907%205.901%204.38%205.151zm6.459-6.984c1.923%200%203.475-2.213%203.475-4.948C15.683%202.213%2014.136%200%2012.214%200c-1.916%200-3.479%202.197-3.479%204.932s1.557%204.948%203.479%204.948zm8.281.328c2.573.344%204.213-2.401%204.547-4.479c.333-2.068-1.333-4.484-3.145-4.896c-1.823-.421-4.079%202.5-4.307%204.401c-.24%202.333.333%204.651%202.895%204.979zm10.178%203.505c0-.995-.817-3.995-3.88-3.995c-3.057%200-3.48%202.828-3.48%204.828c0%201.907.157%204.563%203.98%204.48c3.807-.095%203.391-4.319%203.391-5.319zm-3.864%208.714s-3.985-3.077-6.303-6.4c-3.145-4.901-7.62-2.907-9.115-.423c-1.489%202.511-3.812%204.084-4.14%204.505c-.333.412-4.797%202.823-3.803%207.224c1%204.401%204.479%204.323%204.479%204.323s2.557.251%205.548-.416c2.984-.667%205.547.161%205.547.161s6.943%202.333%208.864-2.147c1.896-4.495-1.083-6.812-1.083-6.812z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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