google my business icon
google-my-business from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- google-my-business
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
google-adsgoogle-allogoogle-analyticsgoogle-assistantgoogle-cardboardgoogle-chromegoogle-circlesgoogle-circles-communitiesgoogle-circles-extendedgoogle-circles-groupgoogle-classroomgoogle-cloudgoogle-downasaurgoogle-drivegoogle-earthgoogle-fitgoogle-glassgoogle-hangoutsgoogle-homegoogle-keepgoogle-lensgoogle-mapsgoogle-nearbygoogle-pages
Use the google my business icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 8.5c0 1.37-1.12 2.5-2.5 2.5S17 9.87 17 8.5c0 1.37-1.12 2.5-2.5 2.5S12 9.87 12 8.5c0 1.37-1.12 2.5-2.5 2.5S7 9.87 7 8.5C7 9.87 5.88 11 4.5 11S2 9.87 2 8.5l1.39-5.42S3.68 2 4.7 2h14.6c1.02 0 1.31 1.08 1.31 1.08zm-1 3.7V20c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-7.8a3.96 3.96 0 0 0 4-.58c.69.55 1.56.88 2.5.88c.95 0 1.82-.33 2.5-.88c.69.55 1.56.88 2.5.88c.95 0 1.82-.33 2.5-.88c.68.55 1.56.88 2.5.88c.53 0 1.04-.11 1.5-.3m-2 5.13c0-.2 0-.41-.05-.63l-.03-.16h-2.97v1.17h1.81c-.06.22-.14.44-.31.62c-.33.33-.78.51-1.26.51c-.5 0-.99-.21-1.35-.56c-.69-.71-.69-1.86.02-2.58c.69-.7 1.83-.7 2.55-.03l.14.13l.84-.85l-.16-.14c-.56-.52-1.3-.81-2.08-.81h-.01c-.81 0-1.57.31-2.14.87c-.59.58-.92 1.34-.92 2.13c0 .8.31 1.54.88 2.09a3.2 3.2 0 0 0 2.22.91h.02c.8 0 1.51-.29 2.03-.8c.47-.48.77-1.2.77-1.87"/></svg>
React
import type { SVGProps } from "react";
export function MdiGoogleMyBusiness(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="M22 8.5c0 1.37-1.12 2.5-2.5 2.5S17 9.87 17 8.5c0 1.37-1.12 2.5-2.5 2.5S12 9.87 12 8.5c0 1.37-1.12 2.5-2.5 2.5S7 9.87 7 8.5C7 9.87 5.88 11 4.5 11S2 9.87 2 8.5l1.39-5.42S3.68 2 4.7 2h14.6c1.02 0 1.31 1.08 1.31 1.08zm-1 3.7V20c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-7.8a3.96 3.96 0 0 0 4-.58c.69.55 1.56.88 2.5.88c.95 0 1.82-.33 2.5-.88c.69.55 1.56.88 2.5.88c.95 0 1.82-.33 2.5-.88c.68.55 1.56.88 2.5.88c.53 0 1.04-.11 1.5-.3m-2 5.13c0-.2 0-.41-.05-.63l-.03-.16h-2.97v1.17h1.81c-.06.22-.14.44-.31.62c-.33.33-.78.51-1.26.51c-.5 0-.99-.21-1.35-.56c-.69-.71-.69-1.86.02-2.58c.69-.7 1.83-.7 2.55-.03l.14.13l.84-.85l-.16-.14c-.56-.52-1.3-.81-2.08-.81h-.01c-.81 0-1.57.31-2.14.87c-.59.58-.92 1.34-.92 2.13c0 .8.31 1.54.88 2.09a3.2 3.2 0 0 0 2.22.91h.02c.8 0 1.51-.29 2.03-.8c.47-.48.77-1.2.77-1.87"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 8.5c0 1.37-1.12 2.5-2.5 2.5S17 9.87 17 8.5c0 1.37-1.12 2.5-2.5 2.5S12 9.87 12 8.5c0 1.37-1.12 2.5-2.5 2.5S7 9.87 7 8.5C7 9.87 5.88 11 4.5 11S2 9.87 2 8.5l1.39-5.42S3.68 2 4.7 2h14.6c1.02 0 1.31 1.08 1.31 1.08zm-1 3.7V20c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-7.8a3.96 3.96 0 0 0 4-.58c.69.55 1.56.88 2.5.88c.95 0 1.82-.33 2.5-.88c.69.55 1.56.88 2.5.88c.95 0 1.82-.33 2.5-.88c.68.55 1.56.88 2.5.88c.53 0 1.04-.11 1.5-.3m-2 5.13c0-.2 0-.41-.05-.63l-.03-.16h-2.97v1.17h1.81c-.06.22-.14.44-.31.62c-.33.33-.78.51-1.26.51c-.5 0-.99-.21-1.35-.56c-.69-.71-.69-1.86.02-2.58c.69-.7 1.83-.7 2.55-.03l.14.13l.84-.85l-.16-.14c-.56-.52-1.3-.81-2.08-.81h-.01c-.81 0-1.57.31-2.14.87c-.59.58-.92 1.34-.92 2.13c0 .8.31 1.54.88 2.09a3.2 3.2 0 0 0 2.22.91h.02c.8 0 1.51-.29 2.03-.8c.47-.48.77-1.2.77-1.87"/></svg> </template>
CSS
.icon-google-my-business {
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%22M22%208.5c0%201.37-1.12%202.5-2.5%202.5S17%209.87%2017%208.5c0%201.37-1.12%202.5-2.5%202.5S12%209.87%2012%208.5c0%201.37-1.12%202.5-2.5%202.5S7%209.87%207%208.5C7%209.87%205.88%2011%204.5%2011S2%209.87%202%208.5l1.39-5.42S3.68%202%204.7%202h14.6c1.02%200%201.31%201.08%201.31%201.08zm-1%203.7V20c0%201.1-.9%202-2%202H5c-1.1%200-2-.9-2-2v-7.8a3.96%203.96%200%200%200%204-.58c.69.55%201.56.88%202.5.88c.95%200%201.82-.33%202.5-.88c.69.55%201.56.88%202.5.88c.95%200%201.82-.33%202.5-.88c.68.55%201.56.88%202.5.88c.53%200%201.04-.11%201.5-.3m-2%205.13c0-.2%200-.41-.05-.63l-.03-.16h-2.97v1.17h1.81c-.06.22-.14.44-.31.62c-.33.33-.78.51-1.26.51c-.5%200-.99-.21-1.35-.56c-.69-.71-.69-1.86.02-2.58c.69-.7%201.83-.7%202.55-.03l.14.13l.84-.85l-.16-.14c-.56-.52-1.3-.81-2.08-.81h-.01c-.81%200-1.57.31-2.14.87c-.59.58-.92%201.34-.92%202.13c0%20.8.31%201.54.88%202.09a3.2%203.2%200%200%200%202.22.91h.02c.8%200%201.51-.29%202.03-.8c.47-.48.77-1.2.77-1.87%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%22M22%208.5c0%201.37-1.12%202.5-2.5%202.5S17%209.87%2017%208.5c0%201.37-1.12%202.5-2.5%202.5S12%209.87%2012%208.5c0%201.37-1.12%202.5-2.5%202.5S7%209.87%207%208.5C7%209.87%205.88%2011%204.5%2011S2%209.87%202%208.5l1.39-5.42S3.68%202%204.7%202h14.6c1.02%200%201.31%201.08%201.31%201.08zm-1%203.7V20c0%201.1-.9%202-2%202H5c-1.1%200-2-.9-2-2v-7.8a3.96%203.96%200%200%200%204-.58c.69.55%201.56.88%202.5.88c.95%200%201.82-.33%202.5-.88c.69.55%201.56.88%202.5.88c.95%200%201.82-.33%202.5-.88c.68.55%201.56.88%202.5.88c.53%200%201.04-.11%201.5-.3m-2%205.13c0-.2%200-.41-.05-.63l-.03-.16h-2.97v1.17h1.81c-.06.22-.14.44-.31.62c-.33.33-.78.51-1.26.51c-.5%200-.99-.21-1.35-.56c-.69-.71-.69-1.86.02-2.58c.69-.7%201.83-.7%202.55-.03l.14.13l.84-.85l-.16-.14c-.56-.52-1.3-.81-2.08-.81h-.01c-.81%200-1.57.31-2.14.87c-.59.58-.92%201.34-.92%202.13c0%20.8.31%201.54.88%202.09a3.2%203.2%200%200%200%202.22.91h.02c.8%200%201.51-.29%202.03-.8c.47-.48.77-1.2.77-1.87%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/google-my-business.svg?color=%231a73e8&size=48