baidu from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
baidu
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Jam Icons

Use the baidu icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2 24 24"><path fill="currentColor" d="M4.503 7.382c.114 1.681-.774 3.115-1.986 3.202c-1.21.087-2.285-1.205-2.4-2.887s.774-3.115 1.985-3.202s2.286 1.205 2.4 2.887zm8.34-6.97c-1.176-.308-2.458.767-2.862 2.4c-.406 1.633.219 3.207 1.395 3.515c1.177.308 2.46-.767 2.864-2.4C14.767 1.8 13.126.485 12.844.412zm2.76 5.506c-1.238.018-2.22 1.226-2.193 3.096s1.05 2.722 2.29 2.703c1.236-.019 2.22-.901 2.192-2.772c-.036-2.434-1.993-3.032-2.29-3.027zM6.635 0C5.458 0 4.503 1.354 4.503 3.023s.955 3.023 2.132 3.023s2.133-1.353 2.133-3.023S7.813 0 6.635 0m-.272 9.389c-.68 1.002-1.452 1.98-2.95 3.262c-1.497 1.282-2.132 2.167-2.132 3.472c0 1.304.726 3.471 2.79 3.471s3.063-.466 4.697-.466s2.723.652 4.787.652s2.926-2.003 2.926-3.308s-.358-2.043-2.012-3.532c-1.06-.955-1.958-1.733-3.365-3.737c-.695-.99-1.497-1.118-2.336-1.118c-.84 0-1.724.302-2.405 1.304"/></svg>

React

import type { SVGProps } from "react";

export function JamBaidu(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2 24 24"><path fill="currentColor" d="M4.503 7.382c.114 1.681-.774 3.115-1.986 3.202c-1.21.087-2.285-1.205-2.4-2.887s.774-3.115 1.985-3.202s2.286 1.205 2.4 2.887zm8.34-6.97c-1.176-.308-2.458.767-2.862 2.4c-.406 1.633.219 3.207 1.395 3.515c1.177.308 2.46-.767 2.864-2.4C14.767 1.8 13.126.485 12.844.412zm2.76 5.506c-1.238.018-2.22 1.226-2.193 3.096s1.05 2.722 2.29 2.703c1.236-.019 2.22-.901 2.192-2.772c-.036-2.434-1.993-3.032-2.29-3.027zM6.635 0C5.458 0 4.503 1.354 4.503 3.023s.955 3.023 2.132 3.023s2.133-1.353 2.133-3.023S7.813 0 6.635 0m-.272 9.389c-.68 1.002-1.452 1.98-2.95 3.262c-1.497 1.282-2.132 2.167-2.132 3.472c0 1.304.726 3.471 2.79 3.471s3.063-.466 4.697-.466s2.723.652 4.787.652s2.926-2.003 2.926-3.308s-.358-2.043-2.012-3.532c-1.06-.955-1.958-1.733-3.365-3.737c-.695-.99-1.497-1.118-2.336-1.118c-.84 0-1.724.302-2.405 1.304"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2 24 24"><path fill="currentColor" d="M4.503 7.382c.114 1.681-.774 3.115-1.986 3.202c-1.21.087-2.285-1.205-2.4-2.887s.774-3.115 1.985-3.202s2.286 1.205 2.4 2.887zm8.34-6.97c-1.176-.308-2.458.767-2.862 2.4c-.406 1.633.219 3.207 1.395 3.515c1.177.308 2.46-.767 2.864-2.4C14.767 1.8 13.126.485 12.844.412zm2.76 5.506c-1.238.018-2.22 1.226-2.193 3.096s1.05 2.722 2.29 2.703c1.236-.019 2.22-.901 2.192-2.772c-.036-2.434-1.993-3.032-2.29-3.027zM6.635 0C5.458 0 4.503 1.354 4.503 3.023s.955 3.023 2.132 3.023s2.133-1.353 2.133-3.023S7.813 0 6.635 0m-.272 9.389c-.68 1.002-1.452 1.98-2.95 3.262c-1.497 1.282-2.132 2.167-2.132 3.472c0 1.304.726 3.471 2.79 3.471s3.063-.466 4.697-.466s2.723.652 4.787.652s2.926-2.003 2.926-3.308s-.358-2.043-2.012-3.532c-1.06-.955-1.958-1.733-3.365-3.737c-.695-.99-1.497-1.118-2.336-1.118c-.84 0-1.724.302-2.405 1.304"/></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%22-3%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.503%207.382c.114%201.681-.774%203.115-1.986%203.202c-1.21.087-2.285-1.205-2.4-2.887s.774-3.115%201.985-3.202s2.286%201.205%202.4%202.887zm8.34-6.97c-1.176-.308-2.458.767-2.862%202.4c-.406%201.633.219%203.207%201.395%203.515c1.177.308%202.46-.767%202.864-2.4C14.767%201.8%2013.126.485%2012.844.412zm2.76%205.506c-1.238.018-2.22%201.226-2.193%203.096s1.05%202.722%202.29%202.703c1.236-.019%202.22-.901%202.192-2.772c-.036-2.434-1.993-3.032-2.29-3.027zM6.635%200C5.458%200%204.503%201.354%204.503%203.023s.955%203.023%202.132%203.023s2.133-1.353%202.133-3.023S7.813%200%206.635%200m-.272%209.389c-.68%201.002-1.452%201.98-2.95%203.262c-1.497%201.282-2.132%202.167-2.132%203.472c0%201.304.726%203.471%202.79%203.471s3.063-.466%204.697-.466s2.723.652%204.787.652s2.926-2.003%202.926-3.308s-.358-2.043-2.012-3.532c-1.06-.955-1.958-1.733-3.365-3.737c-.695-.99-1.497-1.118-2.336-1.118c-.84%200-1.724.302-2.405%201.304%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%22-3%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.503%207.382c.114%201.681-.774%203.115-1.986%203.202c-1.21.087-2.285-1.205-2.4-2.887s.774-3.115%201.985-3.202s2.286%201.205%202.4%202.887zm8.34-6.97c-1.176-.308-2.458.767-2.862%202.4c-.406%201.633.219%203.207%201.395%203.515c1.177.308%202.46-.767%202.864-2.4C14.767%201.8%2013.126.485%2012.844.412zm2.76%205.506c-1.238.018-2.22%201.226-2.193%203.096s1.05%202.722%202.29%202.703c1.236-.019%202.22-.901%202.192-2.772c-.036-2.434-1.993-3.032-2.29-3.027zM6.635%200C5.458%200%204.503%201.354%204.503%203.023s.955%203.023%202.132%203.023s2.133-1.353%202.133-3.023S7.813%200%206.635%200m-.272%209.389c-.68%201.002-1.452%201.98-2.95%203.262c-1.497%201.282-2.132%202.167-2.132%203.472c0%201.304.726%203.471%202.79%203.471s3.063-.466%204.697-.466s2.723.652%204.787.652s2.926-2.003%202.926-3.308s-.358-2.043-2.012-3.532c-1.06-.955-1.958-1.733-3.365-3.737c-.695-.99-1.497-1.118-2.336-1.118c-.84%200-1.724.302-2.405%201.304%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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