baidu logo
baidu from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- baidu
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
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 24 24"><path fill="currentColor" d="M8.78 16.29c-.55.16-.82.59-.87.77c-.06.18-.21.65-.08 1.06c.24.91 1.03.95 1.03.95H10v-2.78zM5.6 12.54c2.17-.47 1.88-3.07 1.81-3.64c-.11-.88-1.14-2.41-2.54-2.28c-1.76.16-2.02 2.7-2.02 2.7c-.24 1.18.57 3.69 2.74 3.22Zm9.21-4.16c1.61.21 2.64-1.5 2.84-2.8c.21-1.3-.83-2.8-1.96-3.06c-1.14-.26-2.56 1.56-2.69 2.75c-.16 1.46.21 2.91 1.81 3.11m3.93-.31c-1.92 0-2.17 1.77-2.17 3.01s.1 2.85 2.48 2.8s2.12-2.7 2.12-3.32s-.51-2.49-2.43-2.49m-9.1.11c1.2 0 2.17-1.38 2.17-3.09S10.84 2 9.64 2S7.47 3.38 7.47 5.09s.97 3.09 2.17 3.09"/><path fill="currentColor" d="M18.74 16.02s-2.48-1.92-3.93-4c-1.97-3.06-4.76-1.82-5.69-.26s-2.38 2.54-2.58 2.8c-.21.26-3 1.76-2.38 4.52c.62 2.75 2.8 2.7 2.8 2.7s1.6.16 3.46-.26c1.86-.41 3.47.1 3.47.1s4.35 1.46 5.53-1.35c1.19-2.8-.67-4.26-.67-4.26Zm-7.44 4.17H8.47c-1.22-.24-1.71-1.08-1.77-1.22s-.41-.81-.22-1.95c.53-1.71 2.03-1.83 2.03-1.83h1.51v-1.85l1.28.02zm5.27-.02h-3.25c-1.26-.33-1.32-1.22-1.32-1.22v-3.6l1.32-.02v3.23c.08.34.51.41.51.41h1.34v-3.62h1.4z"/></svg>
React
import type { SVGProps } from "react";
export function BxlBaidu(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="M8.78 16.29c-.55.16-.82.59-.87.77c-.06.18-.21.65-.08 1.06c.24.91 1.03.95 1.03.95H10v-2.78zM5.6 12.54c2.17-.47 1.88-3.07 1.81-3.64c-.11-.88-1.14-2.41-2.54-2.28c-1.76.16-2.02 2.7-2.02 2.7c-.24 1.18.57 3.69 2.74 3.22Zm9.21-4.16c1.61.21 2.64-1.5 2.84-2.8c.21-1.3-.83-2.8-1.96-3.06c-1.14-.26-2.56 1.56-2.69 2.75c-.16 1.46.21 2.91 1.81 3.11m3.93-.31c-1.92 0-2.17 1.77-2.17 3.01s.1 2.85 2.48 2.8s2.12-2.7 2.12-3.32s-.51-2.49-2.43-2.49m-9.1.11c1.2 0 2.17-1.38 2.17-3.09S10.84 2 9.64 2S7.47 3.38 7.47 5.09s.97 3.09 2.17 3.09"/><path fill="currentColor" d="M18.74 16.02s-2.48-1.92-3.93-4c-1.97-3.06-4.76-1.82-5.69-.26s-2.38 2.54-2.58 2.8c-.21.26-3 1.76-2.38 4.52c.62 2.75 2.8 2.7 2.8 2.7s1.6.16 3.46-.26c1.86-.41 3.47.1 3.47.1s4.35 1.46 5.53-1.35c1.19-2.8-.67-4.26-.67-4.26Zm-7.44 4.17H8.47c-1.22-.24-1.71-1.08-1.77-1.22s-.41-.81-.22-1.95c.53-1.71 2.03-1.83 2.03-1.83h1.51v-1.85l1.28.02zm5.27-.02h-3.25c-1.26-.33-1.32-1.22-1.32-1.22v-3.6l1.32-.02v3.23c.08.34.51.41.51.41h1.34v-3.62h1.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.78 16.29c-.55.16-.82.59-.87.77c-.06.18-.21.65-.08 1.06c.24.91 1.03.95 1.03.95H10v-2.78zM5.6 12.54c2.17-.47 1.88-3.07 1.81-3.64c-.11-.88-1.14-2.41-2.54-2.28c-1.76.16-2.02 2.7-2.02 2.7c-.24 1.18.57 3.69 2.74 3.22Zm9.21-4.16c1.61.21 2.64-1.5 2.84-2.8c.21-1.3-.83-2.8-1.96-3.06c-1.14-.26-2.56 1.56-2.69 2.75c-.16 1.46.21 2.91 1.81 3.11m3.93-.31c-1.92 0-2.17 1.77-2.17 3.01s.1 2.85 2.48 2.8s2.12-2.7 2.12-3.32s-.51-2.49-2.43-2.49m-9.1.11c1.2 0 2.17-1.38 2.17-3.09S10.84 2 9.64 2S7.47 3.38 7.47 5.09s.97 3.09 2.17 3.09"/><path fill="currentColor" d="M18.74 16.02s-2.48-1.92-3.93-4c-1.97-3.06-4.76-1.82-5.69-.26s-2.38 2.54-2.58 2.8c-.21.26-3 1.76-2.38 4.52c.62 2.75 2.8 2.7 2.8 2.7s1.6.16 3.46-.26c1.86-.41 3.47.1 3.47.1s4.35 1.46 5.53-1.35c1.19-2.8-.67-4.26-.67-4.26Zm-7.44 4.17H8.47c-1.22-.24-1.71-1.08-1.77-1.22s-.41-.81-.22-1.95c.53-1.71 2.03-1.83 2.03-1.83h1.51v-1.85l1.28.02zm5.27-.02h-3.25c-1.26-.33-1.32-1.22-1.32-1.22v-3.6l1.32-.02v3.23c.08.34.51.41.51.41h1.34v-3.62h1.4z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.78%2016.29c-.55.16-.82.59-.87.77c-.06.18-.21.65-.08%201.06c.24.91%201.03.95%201.03.95H10v-2.78zM5.6%2012.54c2.17-.47%201.88-3.07%201.81-3.64c-.11-.88-1.14-2.41-2.54-2.28c-1.76.16-2.02%202.7-2.02%202.7c-.24%201.18.57%203.69%202.74%203.22Zm9.21-4.16c1.61.21%202.64-1.5%202.84-2.8c.21-1.3-.83-2.8-1.96-3.06c-1.14-.26-2.56%201.56-2.69%202.75c-.16%201.46.21%202.91%201.81%203.11m3.93-.31c-1.92%200-2.17%201.77-2.17%203.01s.1%202.85%202.48%202.8s2.12-2.7%202.12-3.32s-.51-2.49-2.43-2.49m-9.1.11c1.2%200%202.17-1.38%202.17-3.09S10.84%202%209.64%202S7.47%203.38%207.47%205.09s.97%203.09%202.17%203.09%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.74%2016.02s-2.48-1.92-3.93-4c-1.97-3.06-4.76-1.82-5.69-.26s-2.38%202.54-2.58%202.8c-.21.26-3%201.76-2.38%204.52c.62%202.75%202.8%202.7%202.8%202.7s1.6.16%203.46-.26c1.86-.41%203.47.1%203.47.1s4.35%201.46%205.53-1.35c1.19-2.8-.67-4.26-.67-4.26Zm-7.44%204.17H8.47c-1.22-.24-1.71-1.08-1.77-1.22s-.41-.81-.22-1.95c.53-1.71%202.03-1.83%202.03-1.83h1.51v-1.85l1.28.02zm5.27-.02h-3.25c-1.26-.33-1.32-1.22-1.32-1.22v-3.6l1.32-.02v3.23c.08.34.51.41.51.41h1.34v-3.62h1.4z%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%22M8.78%2016.29c-.55.16-.82.59-.87.77c-.06.18-.21.65-.08%201.06c.24.91%201.03.95%201.03.95H10v-2.78zM5.6%2012.54c2.17-.47%201.88-3.07%201.81-3.64c-.11-.88-1.14-2.41-2.54-2.28c-1.76.16-2.02%202.7-2.02%202.7c-.24%201.18.57%203.69%202.74%203.22Zm9.21-4.16c1.61.21%202.64-1.5%202.84-2.8c.21-1.3-.83-2.8-1.96-3.06c-1.14-.26-2.56%201.56-2.69%202.75c-.16%201.46.21%202.91%201.81%203.11m3.93-.31c-1.92%200-2.17%201.77-2.17%203.01s.1%202.85%202.48%202.8s2.12-2.7%202.12-3.32s-.51-2.49-2.43-2.49m-9.1.11c1.2%200%202.17-1.38%202.17-3.09S10.84%202%209.64%202S7.47%203.38%207.47%205.09s.97%203.09%202.17%203.09%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.74%2016.02s-2.48-1.92-3.93-4c-1.97-3.06-4.76-1.82-5.69-.26s-2.38%202.54-2.58%202.8c-.21.26-3%201.76-2.38%204.52c.62%202.75%202.8%202.7%202.8%202.7s1.6.16%203.46-.26c1.86-.41%203.47.1%203.47.1s4.35%201.46%205.53-1.35c1.19-2.8-.67-4.26-.67-4.26Zm-7.44%204.17H8.47c-1.22-.24-1.71-1.08-1.77-1.22s-.41-.81-.22-1.95c.53-1.71%202.03-1.83%202.03-1.83h1.51v-1.85l1.28.02zm5.27-.02h-3.25c-1.26-.33-1.32-1.22-1.32-1.22v-3.6l1.32-.02v3.23c.08.34.51.41.51.41h1.34v-3.62h1.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/baidu.svg?color=%231a73e8&size=48