hangout meeting icon
hangout-meeting from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- hangout-meeting
- Set
- Material Symbols
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
Related icons in Material Symbols
Use the hangout meeting icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 14h4q.425 0 .713-.288T14.5 13v-.75l2 1.25v-5l-2 1.25V9q0-.425-.288-.713T13.5 8h-4q-.425 0-.713.288T8.5 9v4q0 .425.288.713T9.5 14Zm2.5 9v-3.5q-1.825 0-3.463-.688t-2.862-1.85q-1.225-1.162-1.95-2.7T3 11q0-1.875.713-3.513t1.924-2.862Q6.85 3.4 8.488 2.7T12 2q1.875 0 3.513.7t2.862 1.925Q19.6 5.85 20.3 7.488T21 11q0 3.45-2.4 6.65T12 23Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHangoutMeeting(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="M9.5 14h4q.425 0 .713-.288T14.5 13v-.75l2 1.25v-5l-2 1.25V9q0-.425-.288-.713T13.5 8h-4q-.425 0-.713.288T8.5 9v4q0 .425.288.713T9.5 14Zm2.5 9v-3.5q-1.825 0-3.463-.688t-2.862-1.85q-1.225-1.162-1.95-2.7T3 11q0-1.875.713-3.513t1.924-2.862Q6.85 3.4 8.488 2.7T12 2q1.875 0 3.513.7t2.862 1.925Q19.6 5.85 20.3 7.488T21 11q0 3.45-2.4 6.65T12 23Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 14h4q.425 0 .713-.288T14.5 13v-.75l2 1.25v-5l-2 1.25V9q0-.425-.288-.713T13.5 8h-4q-.425 0-.713.288T8.5 9v4q0 .425.288.713T9.5 14Zm2.5 9v-3.5q-1.825 0-3.463-.688t-2.862-1.85q-1.225-1.162-1.95-2.7T3 11q0-1.875.713-3.513t1.924-2.862Q6.85 3.4 8.488 2.7T12 2q1.875 0 3.513.7t2.862 1.925Q19.6 5.85 20.3 7.488T21 11q0 3.45-2.4 6.65T12 23Z"/></svg> </template>
CSS
.icon-hangout-meeting {
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%22M9.5%2014h4q.425%200%20.713-.288T14.5%2013v-.75l2%201.25v-5l-2%201.25V9q0-.425-.288-.713T13.5%208h-4q-.425%200-.713.288T8.5%209v4q0%20.425.288.713T9.5%2014Zm2.5%209v-3.5q-1.825%200-3.463-.688t-2.862-1.85q-1.225-1.162-1.95-2.7T3%2011q0-1.875.713-3.513t1.924-2.862Q6.85%203.4%208.488%202.7T12%202q1.875%200%203.513.7t2.862%201.925Q19.6%205.85%2020.3%207.488T21%2011q0%203.45-2.4%206.65T12%2023Z%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%22M9.5%2014h4q.425%200%20.713-.288T14.5%2013v-.75l2%201.25v-5l-2%201.25V9q0-.425-.288-.713T13.5%208h-4q-.425%200-.713.288T8.5%209v4q0%20.425.288.713T9.5%2014Zm2.5%209v-3.5q-1.825%200-3.463-.688t-2.862-1.85q-1.225-1.162-1.95-2.7T3%2011q0-1.875.713-3.513t1.924-2.862Q6.85%203.4%208.488%202.7T12%202q1.875%200%203.513.7t2.862%201.925Q19.6%205.85%2020.3%207.488T21%2011q0%203.45-2.4%206.65T12%2023Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/hangout-meeting.svg?color=%231a73e8&size=48