baidu circle icon
baidu-circle from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- baidu-circle
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in Jam Icons
Use the baidu circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/><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"/></g></svg>
React
import type { SVGProps } from "react";
export function JamBaiduCircle(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="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/><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"/></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="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/><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"/></g></svg> </template>
CSS
.icon-baidu-circle {
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%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%22%2F%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%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%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%22%2F%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%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/baidu-circle.svg?color=%231a73e8&size=48