logo chrome icon

logo-chrome from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
logo-chrome
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the logo chrome icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M22.003 12.002c0 5.523-4.477 10-10 10s-10-4.477-10-10s4.478-10 10-10s10 4.477 10 10"/><circle cx="12.001" cy="12.001" r="4.001"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M13 8h7.667m-5.617 6.713l-3.921 6.793M4.203 6.496l3.922 6.794M16.003 12A4.001 4.001 0 1 1 8 12a4.001 4.001 0 0 1 8.002 0Zm6 .002c0 5.523-4.477 10-10 10s-10-4.477-10-10s4.478-10 10-10s10 4.477 10 10Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignLogoChrome(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M22.003 12.002c0 5.523-4.477 10-10 10s-10-4.477-10-10s4.478-10 10-10s10 4.477 10 10"/><circle cx="12.001" cy="12.001" r="4.001"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M13 8h7.667m-5.617 6.713l-3.921 6.793M4.203 6.496l3.922 6.794M16.003 12A4.001 4.001 0 1 1 8 12a4.001 4.001 0 0 1 8.002 0Zm6 .002c0 5.523-4.477 10-10 10s-10-4.477-10-10s4.478-10 10-10s10 4.477 10 10Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M22.003 12.002c0 5.523-4.477 10-10 10s-10-4.477-10-10s4.478-10 10-10s10 4.477 10 10"/><circle cx="12.001" cy="12.001" r="4.001"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M13 8h7.667m-5.617 6.713l-3.921 6.793M4.203 6.496l3.922 6.794M16.003 12A4.001 4.001 0 1 1 8 12a4.001 4.001 0 0 1 8.002 0Zm6 .002c0 5.523-4.477 10-10 10s-10-4.477-10-10s4.478-10 10-10s10 4.477 10 10Z"/></g></svg>
</template>

CSS

.icon-logo-chrome {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M22.003%2012.002c0%205.523-4.477%2010-10%2010s-10-4.477-10-10s4.478-10%2010-10s10%204.477%2010%2010%22%2F%3E%3Ccircle%20cx%3D%2212.001%22%20cy%3D%2212.001%22%20r%3D%224.001%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M13%208h7.667m-5.617%206.713l-3.921%206.793M4.203%206.496l3.922%206.794M16.003%2012A4.001%204.001%200%201%201%208%2012a4.001%204.001%200%200%201%208.002%200Zm6%20.002c0%205.523-4.477%2010-10%2010s-10-4.477-10-10s4.478-10%2010-10s10%204.477%2010%2010Z%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%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M22.003%2012.002c0%205.523-4.477%2010-10%2010s-10-4.477-10-10s4.478-10%2010-10s10%204.477%2010%2010%22%2F%3E%3Ccircle%20cx%3D%2212.001%22%20cy%3D%2212.001%22%20r%3D%224.001%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M13%208h7.667m-5.617%206.713l-3.921%206.793M4.203%206.496l3.922%206.794M16.003%2012A4.001%204.001%200%201%201%208%2012a4.001%204.001%200%200%201%208.002%200Zm6%20.002c0%205.523-4.477%2010-10%2010s-10-4.477-10-10s4.478-10%2010-10s10%204.477%2010%2010Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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