google chrome logo icon
google-chrome-logo-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- google-chrome-logo-thin
- Set
- Phosphor
- Style
- Thin
- 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 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m0 8a92.08 92.08 0 0 1 80.78 48H128a44.05 44.05 0 0 0-43.82 40.11L54.51 72.72A91.9 91.9 0 0 1 128 36m0 128a36 36 0 1 1 36-36a36 36 0 0 1-36 36m-92-36a91.5 91.5 0 0 1 13.51-47.95L89.9 150c0 .09.11.17.17.26a43.93 43.93 0 0 0 56.47 17.63l-29.7 51.43A92.13 92.13 0 0 1 36 128m92 92h-2.29l40.39-70a1.2 1.2 0 0 0 .09-.2A43.89 43.89 0 0 0 153.25 92h59.41A92 92 0 0 1 128 220"/></svg>
React
import type { SVGProps } from "react";
export function PhGoogleChromeLogoThin(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 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m0 8a92.08 92.08 0 0 1 80.78 48H128a44.05 44.05 0 0 0-43.82 40.11L54.51 72.72A91.9 91.9 0 0 1 128 36m0 128a36 36 0 1 1 36-36a36 36 0 0 1-36 36m-92-36a91.5 91.5 0 0 1 13.51-47.95L89.9 150c0 .09.11.17.17.26a43.93 43.93 0 0 0 56.47 17.63l-29.7 51.43A92.13 92.13 0 0 1 36 128m92 92h-2.29l40.39-70a1.2 1.2 0 0 0 .09-.2A43.89 43.89 0 0 0 153.25 92h59.41A92 92 0 0 1 128 220"/></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 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m0 8a92.08 92.08 0 0 1 80.78 48H128a44.05 44.05 0 0 0-43.82 40.11L54.51 72.72A91.9 91.9 0 0 1 128 36m0 128a36 36 0 1 1 36-36a36 36 0 0 1-36 36m-92-36a91.5 91.5 0 0 1 13.51-47.95L89.9 150c0 .09.11.17.17.26a43.93 43.93 0 0 0 56.47 17.63l-29.7 51.43A92.13 92.13 0 0 1 36 128m92 92h-2.29l40.39-70a1.2 1.2 0 0 0 .09-.2A43.89 43.89 0 0 0 153.25 92h59.41A92 92 0 0 1 128 220"/></svg> </template>
CSS
.icon-google-chrome-logo-thin {
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%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m0%208a92.08%2092.08%200%200%201%2080.78%2048H128a44.05%2044.05%200%200%200-43.82%2040.11L54.51%2072.72A91.9%2091.9%200%200%201%20128%2036m0%20128a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036m-92-36a91.5%2091.5%200%200%201%2013.51-47.95L89.9%20150c0%20.09.11.17.17.26a43.93%2043.93%200%200%200%2056.47%2017.63l-29.7%2051.43A92.13%2092.13%200%200%201%2036%20128m92%2092h-2.29l40.39-70a1.2%201.2%200%200%200%20.09-.2A43.89%2043.89%200%200%200%20153.25%2092h59.41A92%2092%200%200%201%20128%20220%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%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m0%208a92.08%2092.08%200%200%201%2080.78%2048H128a44.05%2044.05%200%200%200-43.82%2040.11L54.51%2072.72A91.9%2091.9%200%200%201%20128%2036m0%20128a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036m-92-36a91.5%2091.5%200%200%201%2013.51-47.95L89.9%20150c0%20.09.11.17.17.26a43.93%2043.93%200%200%200%2056.47%2017.63l-29.7%2051.43A92.13%2092.13%200%200%201%2036%20128m92%2092h-2.29l40.39-70a1.2%201.2%200%200%200%20.09-.2A43.89%2043.89%200%200%200%20153.25%2092h59.41A92%2092%200%200%201%20128%20220%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-thin.svg?color=%231a73e8&size=48