google chrome logo icon
google-chrome-logo-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- google-chrome-logo-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the google chrome logo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m0 24a83.89 83.89 0 0 1 65.9 32H128a52.05 52.05 0 0 0-46.15 28.07l-17.67-30.6A83.82 83.82 0 0 1 128 44m28 84a28 28 0 1 1-28-28a28 28 0 0 1 28 28m-112 0a83.4 83.4 0 0 1 6-31.11L83 154c.06.11.14.2.2.3A52 52 0 0 0 128 180q1.19 0 2.34-.06l-17.68 30.63A84.12 84.12 0 0 1 44 128m96.05 83.12L173 154c.09-.15.16-.3.24-.46a51.81 51.81 0 0 0-1.46-53.54h35.4a83.95 83.95 0 0 1-67.13 111.12"/></svg>
React
import type { SVGProps } from "react";
export function PhGoogleChromeLogoBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m0 24a83.89 83.89 0 0 1 65.9 32H128a52.05 52.05 0 0 0-46.15 28.07l-17.67-30.6A83.82 83.82 0 0 1 128 44m28 84a28 28 0 1 1-28-28a28 28 0 0 1 28 28m-112 0a83.4 83.4 0 0 1 6-31.11L83 154c.06.11.14.2.2.3A52 52 0 0 0 128 180q1.19 0 2.34-.06l-17.68 30.63A84.12 84.12 0 0 1 44 128m96.05 83.12L173 154c.09-.15.16-.3.24-.46a51.81 51.81 0 0 0-1.46-53.54h35.4a83.95 83.95 0 0 1-67.13 111.12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m0 24a83.89 83.89 0 0 1 65.9 32H128a52.05 52.05 0 0 0-46.15 28.07l-17.67-30.6A83.82 83.82 0 0 1 128 44m28 84a28 28 0 1 1-28-28a28 28 0 0 1 28 28m-112 0a83.4 83.4 0 0 1 6-31.11L83 154c.06.11.14.2.2.3A52 52 0 0 0 128 180q1.19 0 2.34-.06l-17.68 30.63A84.12 84.12 0 0 1 44 128m96.05 83.12L173 154c.09-.15.16-.3.24-.46a51.81 51.81 0 0 0-1.46-53.54h35.4a83.95 83.95 0 0 1-67.13 111.12"/></svg> </template>
CSS
.icon-google-chrome-logo-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2020a108%20108%200%201%200%20108%20108A108.12%20108.12%200%200%200%20128%2020m0%2024a83.89%2083.89%200%200%201%2065.9%2032H128a52.05%2052.05%200%200%200-46.15%2028.07l-17.67-30.6A83.82%2083.82%200%200%201%20128%2044m28%2084a28%2028%200%201%201-28-28a28%2028%200%200%201%2028%2028m-112%200a83.4%2083.4%200%200%201%206-31.11L83%20154c.06.11.14.2.2.3A52%2052%200%200%200%20128%20180q1.19%200%202.34-.06l-17.68%2030.63A84.12%2084.12%200%200%201%2044%20128m96.05%2083.12L173%20154c.09-.15.16-.3.24-.46a51.81%2051.81%200%200%200-1.46-53.54h35.4a83.95%2083.95%200%200%201-67.13%20111.12%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2020a108%20108%200%201%200%20108%20108A108.12%20108.12%200%200%200%20128%2020m0%2024a83.89%2083.89%200%200%201%2065.9%2032H128a52.05%2052.05%200%200%200-46.15%2028.07l-17.67-30.6A83.82%2083.82%200%200%201%20128%2044m28%2084a28%2028%200%201%201-28-28a28%2028%200%200%201%2028%2028m-112%200a83.4%2083.4%200%200%201%206-31.11L83%20154c.06.11.14.2.2.3A52%2052%200%200%200%20128%20180q1.19%200%202.34-.06l-17.68%2030.63A84.12%2084.12%200%200%201%2044%20128m96.05%2083.12L173%20154c.09-.15.16-.3.24-.46a51.81%2051.81%200%200%200-1.46-53.54h35.4a83.95%2083.95%200%200%201-67.13%20111.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/google-chrome-logo-bold.svg?color=%231a73e8&size=48