baidu square icon

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

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

Related icons in Jam Icons

Use the baidu square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M7.731 8.74c.058.85-.39 1.575-1.003 1.619s-1.156-.61-1.214-1.46s.391-1.575 1.004-1.619c.612-.044 1.156.61 1.213 1.46m4.217-3.524c-.595-.156-1.243.388-1.447 1.213c-.206.826.11 1.622.705 1.777c.595.156 1.244-.387 1.448-1.213c.267-1.075-.563-1.74-.706-1.777M13.343 8c-.626.01-1.122.62-1.108 1.566c.013.945.53 1.376 1.157 1.367c.625-.01 1.122-.456 1.109-1.402c-.019-1.23-1.008-1.533-1.158-1.53zM8.81 5.008c-.596 0-1.078.684-1.078 1.528s.482 1.528 1.078 1.528c.595 0 1.078-.684 1.078-1.528S9.405 5.008 8.81 5.008m-.138 4.746c-.344.507-.734 1.002-1.491 1.65s-1.078 1.095-1.078 1.755s.367 1.755 1.41 1.755c1.044 0 1.549-.236 2.375-.236c.825 0 1.376.33 2.42.33c1.043 0 1.48-1.013 1.48-1.673s-.182-1.033-1.018-1.785c-.536-.483-.99-.877-1.701-1.89c-.352-.5-.757-.565-1.181-.565s-.872.153-1.216.66z"/><path d="M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4"/></g></svg>

React

import type { SVGProps } from "react";

export function JamBaiduSquare(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M7.731 8.74c.058.85-.39 1.575-1.003 1.619s-1.156-.61-1.214-1.46s.391-1.575 1.004-1.619c.612-.044 1.156.61 1.213 1.46m4.217-3.524c-.595-.156-1.243.388-1.447 1.213c-.206.826.11 1.622.705 1.777c.595.156 1.244-.387 1.448-1.213c.267-1.075-.563-1.74-.706-1.777M13.343 8c-.626.01-1.122.62-1.108 1.566c.013.945.53 1.376 1.157 1.367c.625-.01 1.122-.456 1.109-1.402c-.019-1.23-1.008-1.533-1.158-1.53zM8.81 5.008c-.596 0-1.078.684-1.078 1.528s.482 1.528 1.078 1.528c.595 0 1.078-.684 1.078-1.528S9.405 5.008 8.81 5.008m-.138 4.746c-.344.507-.734 1.002-1.491 1.65s-1.078 1.095-1.078 1.755s.367 1.755 1.41 1.755c1.044 0 1.549-.236 2.375-.236c.825 0 1.376.33 2.42.33c1.043 0 1.48-1.013 1.48-1.673s-.182-1.033-1.018-1.785c-.536-.483-.99-.877-1.701-1.89c-.352-.5-.757-.565-1.181-.565s-.872.153-1.216.66z"/><path d="M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M7.731 8.74c.058.85-.39 1.575-1.003 1.619s-1.156-.61-1.214-1.46s.391-1.575 1.004-1.619c.612-.044 1.156.61 1.213 1.46m4.217-3.524c-.595-.156-1.243.388-1.447 1.213c-.206.826.11 1.622.705 1.777c.595.156 1.244-.387 1.448-1.213c.267-1.075-.563-1.74-.706-1.777M13.343 8c-.626.01-1.122.62-1.108 1.566c.013.945.53 1.376 1.157 1.367c.625-.01 1.122-.456 1.109-1.402c-.019-1.23-1.008-1.533-1.158-1.53zM8.81 5.008c-.596 0-1.078.684-1.078 1.528s.482 1.528 1.078 1.528c.595 0 1.078-.684 1.078-1.528S9.405 5.008 8.81 5.008m-.138 4.746c-.344.507-.734 1.002-1.491 1.65s-1.078 1.095-1.078 1.755s.367 1.755 1.41 1.755c1.044 0 1.549-.236 2.375-.236c.825 0 1.376.33 2.42.33c1.043 0 1.48-1.013 1.48-1.673s-.182-1.033-1.018-1.785c-.536-.483-.99-.877-1.701-1.89c-.352-.5-.757-.565-1.181-.565s-.872.153-1.216.66z"/><path d="M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4"/></g></svg>
</template>

CSS

.icon-baidu-square {
  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-2%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.731%208.74c.058.85-.39%201.575-1.003%201.619s-1.156-.61-1.214-1.46s.391-1.575%201.004-1.619c.612-.044%201.156.61%201.213%201.46m4.217-3.524c-.595-.156-1.243.388-1.447%201.213c-.206.826.11%201.622.705%201.777c.595.156%201.244-.387%201.448-1.213c.267-1.075-.563-1.74-.706-1.777M13.343%208c-.626.01-1.122.62-1.108%201.566c.013.945.53%201.376%201.157%201.367c.625-.01%201.122-.456%201.109-1.402c-.019-1.23-1.008-1.533-1.158-1.53zM8.81%205.008c-.596%200-1.078.684-1.078%201.528s.482%201.528%201.078%201.528c.595%200%201.078-.684%201.078-1.528S9.405%205.008%208.81%205.008m-.138%204.746c-.344.507-.734%201.002-1.491%201.65s-1.078%201.095-1.078%201.755s.367%201.755%201.41%201.755c1.044%200%201.549-.236%202.375-.236c.825%200%201.376.33%202.42.33c1.043%200%201.48-1.013%201.48-1.673s-.182-1.033-1.018-1.785c-.536-.483-.99-.877-1.701-1.89c-.352-.5-.757-.565-1.181-.565s-.872.153-1.216.66z%22%2F%3E%3Cpath%20d%3D%22M4%202a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2zm0-2h12a4%204%200%200%201%204%204v12a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4%22%2F%3E%3C%2Fg%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-2%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.731%208.74c.058.85-.39%201.575-1.003%201.619s-1.156-.61-1.214-1.46s.391-1.575%201.004-1.619c.612-.044%201.156.61%201.213%201.46m4.217-3.524c-.595-.156-1.243.388-1.447%201.213c-.206.826.11%201.622.705%201.777c.595.156%201.244-.387%201.448-1.213c.267-1.075-.563-1.74-.706-1.777M13.343%208c-.626.01-1.122.62-1.108%201.566c.013.945.53%201.376%201.157%201.367c.625-.01%201.122-.456%201.109-1.402c-.019-1.23-1.008-1.533-1.158-1.53zM8.81%205.008c-.596%200-1.078.684-1.078%201.528s.482%201.528%201.078%201.528c.595%200%201.078-.684%201.078-1.528S9.405%205.008%208.81%205.008m-.138%204.746c-.344.507-.734%201.002-1.491%201.65s-1.078%201.095-1.078%201.755s.367%201.755%201.41%201.755c1.044%200%201.549-.236%202.375-.236c.825%200%201.376.33%202.42.33c1.043%200%201.48-1.013%201.48-1.673s-.182-1.033-1.018-1.785c-.536-.483-.99-.877-1.701-1.89c-.352-.5-.757-.565-1.181-.565s-.872.153-1.216.66z%22%2F%3E%3Cpath%20d%3D%22M4%202a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2zm0-2h12a4%204%200%200%201%204%204v12a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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