Google Meet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Meet icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/341221.svg" alt="Google Meet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341221.svg" alt="Google Meet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341221.svg" alt="Google Meet icon" :width="24" :height="24" />
CSS background
.icon-google-meet {
background-image: url('https://proicons.com/icon/341221.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M41.05,12.6c1.63-1.3,2.85-.23,2.85,1.14V34.26c0,1.73-1.22,2.44-2.85,1.14L26.79,24ZM14,8V40M4.9,17.16H26.79V30.84H4.9m0-13.68L14,8H32.5a3.2,3.2,0,0,1,2.85,2.85V37.11A3.2,3.2,0,0,1,32.5,40H7.75A2.81,2.81,0,0,1,4.9,37.11Z"/></svg>
Google Meet in other icon packs
Copied!