baidu-line from Remix Icon by Remix Design · Line · Logos · Apache-2.0 Free for personal and commercial use.

Name
baidu-line
Set
Remix Icon
Style
Line
Category
Logos
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More logos icons from Remix Icon

Use the baidu icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.563 19.28q.257.012.584.006a9.7 9.7 0 0 0 1.912-.223a8.8 8.8 0 0 1 2.98-.131a8 8 0 0 1 1.289.257c1.077.275 2.61.223 3.005-.41c.29-.468.253-.787-.026-1.199c-.06-.09-.126-.17-.188-.235l-.024-.025l-.165-.132q-.265-.215-.579-.486a26 26 0 0 1-1.752-1.66a16 16 0 0 1-1.577-1.893l-.036-.053c-.742-1.139-1.558-1.067-2.002-.318a9.6 9.6 0 0 1-.955 1.332c-.41.482-.83.89-1.306 1.297c-.122.105-.502.42-.411.344c-.004.003-.017.015.05-.071c-.098.12-.95.877-1.2 1.162c-.515.583-.722 1.08-.645 1.48c.073.376.22.587.45.745a1.4 1.4 0 0 0 .48.206zm7.099-7.276c1.375 1.97 3.731 3.793 3.731 3.793s2.064 1.748.638 4.038s-5.253 1.278-5.253 1.278s-1.52-.49-3.286-.098c-1.765.395-3.286.245-3.286.245S5 21.015 4.553 18.701c-.446-2.314 2.06-4.04 2.258-4.284c.196-.247 1.512-1.073 2.452-2.658c.94-1.586 3.584-2.54 5.399.245m5.538-1.42c0 .457.191 2.393-1.552 2.432c-1.743.038-1.816-1.178-1.816-2.05c0-.913.187-2.205 1.59-2.205c1.4 0 1.778 1.369 1.778 1.824m-5.429-2.777c-1.18-.152-1.447-1.222-1.333-2.293c.095-.875 1.142-2.219 1.981-2.026c.837.19 1.6 1.3 1.446 2.254c-.152.957-.912 2.218-2.094 2.065M9.755 7.44c-.861 0-1.56-.993-1.56-2.22S8.892 3 9.754 3s1.56.993 1.56 2.22s-.697 2.22-1.56 2.22m-3.793 4.566c-1.695.365-2.327-1.597-2.14-2.515c0 0 .2-1.987 1.576-2.11c1.093-.095 1.898 1.101 1.98 1.785c.052.444.283 2.475-1.416 2.84"/></svg>

React

import type { SVGProps } from "react";

export function RiBaiduLine(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="M7.563 19.28q.257.012.584.006a9.7 9.7 0 0 0 1.912-.223a8.8 8.8 0 0 1 2.98-.131a8 8 0 0 1 1.289.257c1.077.275 2.61.223 3.005-.41c.29-.468.253-.787-.026-1.199c-.06-.09-.126-.17-.188-.235l-.024-.025l-.165-.132q-.265-.215-.579-.486a26 26 0 0 1-1.752-1.66a16 16 0 0 1-1.577-1.893l-.036-.053c-.742-1.139-1.558-1.067-2.002-.318a9.6 9.6 0 0 1-.955 1.332c-.41.482-.83.89-1.306 1.297c-.122.105-.502.42-.411.344c-.004.003-.017.015.05-.071c-.098.12-.95.877-1.2 1.162c-.515.583-.722 1.08-.645 1.48c.073.376.22.587.45.745a1.4 1.4 0 0 0 .48.206zm7.099-7.276c1.375 1.97 3.731 3.793 3.731 3.793s2.064 1.748.638 4.038s-5.253 1.278-5.253 1.278s-1.52-.49-3.286-.098c-1.765.395-3.286.245-3.286.245S5 21.015 4.553 18.701c-.446-2.314 2.06-4.04 2.258-4.284c.196-.247 1.512-1.073 2.452-2.658c.94-1.586 3.584-2.54 5.399.245m5.538-1.42c0 .457.191 2.393-1.552 2.432c-1.743.038-1.816-1.178-1.816-2.05c0-.913.187-2.205 1.59-2.205c1.4 0 1.778 1.369 1.778 1.824m-5.429-2.777c-1.18-.152-1.447-1.222-1.333-2.293c.095-.875 1.142-2.219 1.981-2.026c.837.19 1.6 1.3 1.446 2.254c-.152.957-.912 2.218-2.094 2.065M9.755 7.44c-.861 0-1.56-.993-1.56-2.22S8.892 3 9.754 3s1.56.993 1.56 2.22s-.697 2.22-1.56 2.22m-3.793 4.566c-1.695.365-2.327-1.597-2.14-2.515c0 0 .2-1.987 1.576-2.11c1.093-.095 1.898 1.101 1.98 1.785c.052.444.283 2.475-1.416 2.84"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.563 19.28q.257.012.584.006a9.7 9.7 0 0 0 1.912-.223a8.8 8.8 0 0 1 2.98-.131a8 8 0 0 1 1.289.257c1.077.275 2.61.223 3.005-.41c.29-.468.253-.787-.026-1.199c-.06-.09-.126-.17-.188-.235l-.024-.025l-.165-.132q-.265-.215-.579-.486a26 26 0 0 1-1.752-1.66a16 16 0 0 1-1.577-1.893l-.036-.053c-.742-1.139-1.558-1.067-2.002-.318a9.6 9.6 0 0 1-.955 1.332c-.41.482-.83.89-1.306 1.297c-.122.105-.502.42-.411.344c-.004.003-.017.015.05-.071c-.098.12-.95.877-1.2 1.162c-.515.583-.722 1.08-.645 1.48c.073.376.22.587.45.745a1.4 1.4 0 0 0 .48.206zm7.099-7.276c1.375 1.97 3.731 3.793 3.731 3.793s2.064 1.748.638 4.038s-5.253 1.278-5.253 1.278s-1.52-.49-3.286-.098c-1.765.395-3.286.245-3.286.245S5 21.015 4.553 18.701c-.446-2.314 2.06-4.04 2.258-4.284c.196-.247 1.512-1.073 2.452-2.658c.94-1.586 3.584-2.54 5.399.245m5.538-1.42c0 .457.191 2.393-1.552 2.432c-1.743.038-1.816-1.178-1.816-2.05c0-.913.187-2.205 1.59-2.205c1.4 0 1.778 1.369 1.778 1.824m-5.429-2.777c-1.18-.152-1.447-1.222-1.333-2.293c.095-.875 1.142-2.219 1.981-2.026c.837.19 1.6 1.3 1.446 2.254c-.152.957-.912 2.218-2.094 2.065M9.755 7.44c-.861 0-1.56-.993-1.56-2.22S8.892 3 9.754 3s1.56.993 1.56 2.22s-.697 2.22-1.56 2.22m-3.793 4.566c-1.695.365-2.327-1.597-2.14-2.515c0 0 .2-1.987 1.576-2.11c1.093-.095 1.898 1.101 1.98 1.785c.052.444.283 2.475-1.416 2.84"/></svg>
</template>

CSS

.icon-baidu-line {
  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%22M7.563%2019.28q.257.012.584.006a9.7%209.7%200%200%200%201.912-.223a8.8%208.8%200%200%201%202.98-.131a8%208%200%200%201%201.289.257c1.077.275%202.61.223%203.005-.41c.29-.468.253-.787-.026-1.199c-.06-.09-.126-.17-.188-.235l-.024-.025l-.165-.132q-.265-.215-.579-.486a26%2026%200%200%201-1.752-1.66a16%2016%200%200%201-1.577-1.893l-.036-.053c-.742-1.139-1.558-1.067-2.002-.318a9.6%209.6%200%200%201-.955%201.332c-.41.482-.83.89-1.306%201.297c-.122.105-.502.42-.411.344c-.004.003-.017.015.05-.071c-.098.12-.95.877-1.2%201.162c-.515.583-.722%201.08-.645%201.48c.073.376.22.587.45.745a1.4%201.4%200%200%200%20.48.206zm7.099-7.276c1.375%201.97%203.731%203.793%203.731%203.793s2.064%201.748.638%204.038s-5.253%201.278-5.253%201.278s-1.52-.49-3.286-.098c-1.765.395-3.286.245-3.286.245S5%2021.015%204.553%2018.701c-.446-2.314%202.06-4.04%202.258-4.284c.196-.247%201.512-1.073%202.452-2.658c.94-1.586%203.584-2.54%205.399.245m5.538-1.42c0%20.457.191%202.393-1.552%202.432c-1.743.038-1.816-1.178-1.816-2.05c0-.913.187-2.205%201.59-2.205c1.4%200%201.778%201.369%201.778%201.824m-5.429-2.777c-1.18-.152-1.447-1.222-1.333-2.293c.095-.875%201.142-2.219%201.981-2.026c.837.19%201.6%201.3%201.446%202.254c-.152.957-.912%202.218-2.094%202.065M9.755%207.44c-.861%200-1.56-.993-1.56-2.22S8.892%203%209.754%203s1.56.993%201.56%202.22s-.697%202.22-1.56%202.22m-3.793%204.566c-1.695.365-2.327-1.597-2.14-2.515c0%200%20.2-1.987%201.576-2.11c1.093-.095%201.898%201.101%201.98%201.785c.052.444.283%202.475-1.416%202.84%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%22M7.563%2019.28q.257.012.584.006a9.7%209.7%200%200%200%201.912-.223a8.8%208.8%200%200%201%202.98-.131a8%208%200%200%201%201.289.257c1.077.275%202.61.223%203.005-.41c.29-.468.253-.787-.026-1.199c-.06-.09-.126-.17-.188-.235l-.024-.025l-.165-.132q-.265-.215-.579-.486a26%2026%200%200%201-1.752-1.66a16%2016%200%200%201-1.577-1.893l-.036-.053c-.742-1.139-1.558-1.067-2.002-.318a9.6%209.6%200%200%201-.955%201.332c-.41.482-.83.89-1.306%201.297c-.122.105-.502.42-.411.344c-.004.003-.017.015.05-.071c-.098.12-.95.877-1.2%201.162c-.515.583-.722%201.08-.645%201.48c.073.376.22.587.45.745a1.4%201.4%200%200%200%20.48.206zm7.099-7.276c1.375%201.97%203.731%203.793%203.731%203.793s2.064%201.748.638%204.038s-5.253%201.278-5.253%201.278s-1.52-.49-3.286-.098c-1.765.395-3.286.245-3.286.245S5%2021.015%204.553%2018.701c-.446-2.314%202.06-4.04%202.258-4.284c.196-.247%201.512-1.073%202.452-2.658c.94-1.586%203.584-2.54%205.399.245m5.538-1.42c0%20.457.191%202.393-1.552%202.432c-1.743.038-1.816-1.178-1.816-2.05c0-.913.187-2.205%201.59-2.205c1.4%200%201.778%201.369%201.778%201.824m-5.429-2.777c-1.18-.152-1.447-1.222-1.333-2.293c.095-.875%201.142-2.219%201.981-2.026c.837.19%201.6%201.3%201.446%202.254c-.152.957-.912%202.218-2.094%202.065M9.755%207.44c-.861%200-1.56-.993-1.56-2.22S8.892%203%209.754%203s1.56.993%201.56%202.22s-.697%202.22-1.56%202.22m-3.793%204.566c-1.695.365-2.327-1.597-2.14-2.515c0%200%20.2-1.987%201.576-2.11c1.093-.095%201.898%201.101%201.98%201.785c.052.444.283%202.475-1.416%202.84%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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