google physical web icon
google-physical-web from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- google-physical-web
- 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-my-businessgoogle-nearby
Use the google physical web icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 1.5a9 9 0 0 1 9 9c0 2.61-1.11 4.97-2.89 6.61l-1.06-1.06a7.503 7.503 0 0 0 2.45-5.55A7.5 7.5 0 0 0 12 3a7.5 7.5 0 0 0-7.5 7.5c0 2.2.95 4.18 2.45 5.55l-1.06 1.06C4.11 15.47 3 13.11 3 10.5a9 9 0 0 1 9-9m0 3a6 6 0 0 1 6 6c0 1.78-.78 3.39-2 4.5l-1.08-1.08c.97-.82 1.58-2.05 1.58-3.42C16.5 8 14.5 6 12 6s-4.5 2-4.5 4.5c0 1.37.61 2.6 1.58 3.42L8 15c-1.22-1.11-2-2.72-2-4.5a6 6 0 0 1 6-6M8.11 17.65l3.18-3.19c.39-.39 1.03-.39 1.42 0l3.18 3.19c.39.39.39 1.02 0 1.41l-3.18 3.18c-.39.39-1.03.39-1.42 0l-3.18-3.18a.996.996 0 0 1 0-1.41z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function MdiGooglePhysicalWeb(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 1.5a9 9 0 0 1 9 9c0 2.61-1.11 4.97-2.89 6.61l-1.06-1.06a7.503 7.503 0 0 0 2.45-5.55A7.5 7.5 0 0 0 12 3a7.5 7.5 0 0 0-7.5 7.5c0 2.2.95 4.18 2.45 5.55l-1.06 1.06C4.11 15.47 3 13.11 3 10.5a9 9 0 0 1 9-9m0 3a6 6 0 0 1 6 6c0 1.78-.78 3.39-2 4.5l-1.08-1.08c.97-.82 1.58-2.05 1.58-3.42C16.5 8 14.5 6 12 6s-4.5 2-4.5 4.5c0 1.37.61 2.6 1.58 3.42L8 15c-1.22-1.11-2-2.72-2-4.5a6 6 0 0 1 6-6M8.11 17.65l3.18-3.19c.39-.39 1.03-.39 1.42 0l3.18 3.19c.39.39.39 1.02 0 1.41l-3.18 3.18c-.39.39-1.03.39-1.42 0l-3.18-3.18a.996.996 0 0 1 0-1.41z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 1.5a9 9 0 0 1 9 9c0 2.61-1.11 4.97-2.89 6.61l-1.06-1.06a7.503 7.503 0 0 0 2.45-5.55A7.5 7.5 0 0 0 12 3a7.5 7.5 0 0 0-7.5 7.5c0 2.2.95 4.18 2.45 5.55l-1.06 1.06C4.11 15.47 3 13.11 3 10.5a9 9 0 0 1 9-9m0 3a6 6 0 0 1 6 6c0 1.78-.78 3.39-2 4.5l-1.08-1.08c.97-.82 1.58-2.05 1.58-3.42C16.5 8 14.5 6 12 6s-4.5 2-4.5 4.5c0 1.37.61 2.6 1.58 3.42L8 15c-1.22-1.11-2-2.72-2-4.5a6 6 0 0 1 6-6M8.11 17.65l3.18-3.19c.39-.39 1.03-.39 1.42 0l3.18 3.19c.39.39.39 1.02 0 1.41l-3.18 3.18c-.39.39-1.03.39-1.42 0l-3.18-3.18a.996.996 0 0 1 0-1.41z" fill="currentColor"/></svg> </template>
CSS
.icon-google-physical-web {
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%20d%3D%22M12%201.5a9%209%200%200%201%209%209c0%202.61-1.11%204.97-2.89%206.61l-1.06-1.06a7.503%207.503%200%200%200%202.45-5.55A7.5%207.5%200%200%200%2012%203a7.5%207.5%200%200%200-7.5%207.5c0%202.2.95%204.18%202.45%205.55l-1.06%201.06C4.11%2015.47%203%2013.11%203%2010.5a9%209%200%200%201%209-9m0%203a6%206%200%200%201%206%206c0%201.78-.78%203.39-2%204.5l-1.08-1.08c.97-.82%201.58-2.05%201.58-3.42C16.5%208%2014.5%206%2012%206s-4.5%202-4.5%204.5c0%201.37.61%202.6%201.58%203.42L8%2015c-1.22-1.11-2-2.72-2-4.5a6%206%200%200%201%206-6M8.11%2017.65l3.18-3.19c.39-.39%201.03-.39%201.42%200l3.18%203.19c.39.39.39%201.02%200%201.41l-3.18%203.18c-.39.39-1.03.39-1.42%200l-3.18-3.18a.996.996%200%200%201%200-1.41z%22%20fill%3D%22currentColor%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%20d%3D%22M12%201.5a9%209%200%200%201%209%209c0%202.61-1.11%204.97-2.89%206.61l-1.06-1.06a7.503%207.503%200%200%200%202.45-5.55A7.5%207.5%200%200%200%2012%203a7.5%207.5%200%200%200-7.5%207.5c0%202.2.95%204.18%202.45%205.55l-1.06%201.06C4.11%2015.47%203%2013.11%203%2010.5a9%209%200%200%201%209-9m0%203a6%206%200%200%201%206%206c0%201.78-.78%203.39-2%204.5l-1.08-1.08c.97-.82%201.58-2.05%201.58-3.42C16.5%208%2014.5%206%2012%206s-4.5%202-4.5%204.5c0%201.37.61%202.6%201.58%203.42L8%2015c-1.22-1.11-2-2.72-2-4.5a6%206%200%200%201%206-6M8.11%2017.65l3.18-3.19c.39-.39%201.03-.39%201.42%200l3.18%203.19c.39.39.39%201.02%200%201.41l-3.18%203.18c-.39.39-1.03.39-1.42%200l-3.18-3.18a.996.996%200%200%201%200-1.41z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/google-physical-web.svg?color=%231a73e8&size=48