meet-now-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
meet-now-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

Use the meet now icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.956 2.524c.961-.267 2.342-.53 4.045-.528a15.3 15.3 0 0 1 4.043.53c.48.134.857.267 1.117.37a7 7 0 0 1 .423.183c.04.02-.558 1.12.001 0a.75.75 0 0 1-.668 1.343h-.002l-.01-.005l-.054-.025a6 6 0 0 0-.239-.1a10 10 0 0 0-.968-.32a13.8 13.8 0 0 0-3.645-.476a13.6 13.6 0 0 0-3.642.473a10 10 0 0 0-.967.32a6 6 0 0 0-.293.126l-.01.005a.75.75 0 1 1-.675-1.34h.002l.003-.002l.008-.004l.025-.012l.084-.039q.106-.049.303-.128c.26-.103.638-.238 1.119-.371M6.75 20.25l-.334.672h.002l.003.002l.008.004l.024.011l.084.039q.106.048.303.126c.26.102.637.235 1.117.367c.961.265 2.34.527 4.042.529a15.2 15.2 0 0 0 4.045-.525c.48-.133.857-.268 1.118-.37a7 7 0 0 0 .387-.167l.025-.011l.008-.004l.003-.002s.002 0-.335-.671l.337.67a.75.75 0 0 0-.673-1.34l-.01.004l-.054.025q-.076.036-.239.1a10 10 0 0 1-.967.32c-.851.235-2.095.473-3.643.471a14 14 0 0 1-3.646-.475a10 10 0 0 1-.968-.318a6 6 0 0 1-.294-.124l-.01-.005a.75.75 0 0 0-.667 1.344zM6.25 6.5A2.25 2.25 0 0 0 4 8.75v6.5a2.25 2.25 0 0 0 2.25 2.25h6.5A2.25 2.25 0 0 0 15 15.25v-6.5a2.25 2.25 0 0 0-2.25-2.25zm13.02 9.826L16 13.601V10.4l3.27-2.722a.75.75 0 0 1 1.23.577v7.495a.75.75 0 0 1-1.23.576"/></svg>

React

import type { SVGProps } from "react";

export function FluentMeetNow24Filled(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="M7.956 2.524c.961-.267 2.342-.53 4.045-.528a15.3 15.3 0 0 1 4.043.53c.48.134.857.267 1.117.37a7 7 0 0 1 .423.183c.04.02-.558 1.12.001 0a.75.75 0 0 1-.668 1.343h-.002l-.01-.005l-.054-.025a6 6 0 0 0-.239-.1a10 10 0 0 0-.968-.32a13.8 13.8 0 0 0-3.645-.476a13.6 13.6 0 0 0-3.642.473a10 10 0 0 0-.967.32a6 6 0 0 0-.293.126l-.01.005a.75.75 0 1 1-.675-1.34h.002l.003-.002l.008-.004l.025-.012l.084-.039q.106-.049.303-.128c.26-.103.638-.238 1.119-.371M6.75 20.25l-.334.672h.002l.003.002l.008.004l.024.011l.084.039q.106.048.303.126c.26.102.637.235 1.117.367c.961.265 2.34.527 4.042.529a15.2 15.2 0 0 0 4.045-.525c.48-.133.857-.268 1.118-.37a7 7 0 0 0 .387-.167l.025-.011l.008-.004l.003-.002s.002 0-.335-.671l.337.67a.75.75 0 0 0-.673-1.34l-.01.004l-.054.025q-.076.036-.239.1a10 10 0 0 1-.967.32c-.851.235-2.095.473-3.643.471a14 14 0 0 1-3.646-.475a10 10 0 0 1-.968-.318a6 6 0 0 1-.294-.124l-.01-.005a.75.75 0 0 0-.667 1.344zM6.25 6.5A2.25 2.25 0 0 0 4 8.75v6.5a2.25 2.25 0 0 0 2.25 2.25h6.5A2.25 2.25 0 0 0 15 15.25v-6.5a2.25 2.25 0 0 0-2.25-2.25zm13.02 9.826L16 13.601V10.4l3.27-2.722a.75.75 0 0 1 1.23.577v7.495a.75.75 0 0 1-1.23.576"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.956 2.524c.961-.267 2.342-.53 4.045-.528a15.3 15.3 0 0 1 4.043.53c.48.134.857.267 1.117.37a7 7 0 0 1 .423.183c.04.02-.558 1.12.001 0a.75.75 0 0 1-.668 1.343h-.002l-.01-.005l-.054-.025a6 6 0 0 0-.239-.1a10 10 0 0 0-.968-.32a13.8 13.8 0 0 0-3.645-.476a13.6 13.6 0 0 0-3.642.473a10 10 0 0 0-.967.32a6 6 0 0 0-.293.126l-.01.005a.75.75 0 1 1-.675-1.34h.002l.003-.002l.008-.004l.025-.012l.084-.039q.106-.049.303-.128c.26-.103.638-.238 1.119-.371M6.75 20.25l-.334.672h.002l.003.002l.008.004l.024.011l.084.039q.106.048.303.126c.26.102.637.235 1.117.367c.961.265 2.34.527 4.042.529a15.2 15.2 0 0 0 4.045-.525c.48-.133.857-.268 1.118-.37a7 7 0 0 0 .387-.167l.025-.011l.008-.004l.003-.002s.002 0-.335-.671l.337.67a.75.75 0 0 0-.673-1.34l-.01.004l-.054.025q-.076.036-.239.1a10 10 0 0 1-.967.32c-.851.235-2.095.473-3.643.471a14 14 0 0 1-3.646-.475a10 10 0 0 1-.968-.318a6 6 0 0 1-.294-.124l-.01-.005a.75.75 0 0 0-.667 1.344zM6.25 6.5A2.25 2.25 0 0 0 4 8.75v6.5a2.25 2.25 0 0 0 2.25 2.25h6.5A2.25 2.25 0 0 0 15 15.25v-6.5a2.25 2.25 0 0 0-2.25-2.25zm13.02 9.826L16 13.601V10.4l3.27-2.722a.75.75 0 0 1 1.23.577v7.495a.75.75 0 0 1-1.23.576"/></svg>
</template>

CSS

.icon-meet-now-24-filled {
  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%22M7.956%202.524c.961-.267%202.342-.53%204.045-.528a15.3%2015.3%200%200%201%204.043.53c.48.134.857.267%201.117.37a7%207%200%200%201%20.423.183c.04.02-.558%201.12.001%200a.75.75%200%200%201-.668%201.343h-.002l-.01-.005l-.054-.025a6%206%200%200%200-.239-.1a10%2010%200%200%200-.968-.32a13.8%2013.8%200%200%200-3.645-.476a13.6%2013.6%200%200%200-3.642.473a10%2010%200%200%200-.967.32a6%206%200%200%200-.293.126l-.01.005a.75.75%200%201%201-.675-1.34h.002l.003-.002l.008-.004l.025-.012l.084-.039q.106-.049.303-.128c.26-.103.638-.238%201.119-.371M6.75%2020.25l-.334.672h.002l.003.002l.008.004l.024.011l.084.039q.106.048.303.126c.26.102.637.235%201.117.367c.961.265%202.34.527%204.042.529a15.2%2015.2%200%200%200%204.045-.525c.48-.133.857-.268%201.118-.37a7%207%200%200%200%20.387-.167l.025-.011l.008-.004l.003-.002s.002%200-.335-.671l.337.67a.75.75%200%200%200-.673-1.34l-.01.004l-.054.025q-.076.036-.239.1a10%2010%200%200%201-.967.32c-.851.235-2.095.473-3.643.471a14%2014%200%200%201-3.646-.475a10%2010%200%200%201-.968-.318a6%206%200%200%201-.294-.124l-.01-.005a.75.75%200%200%200-.667%201.344zM6.25%206.5A2.25%202.25%200%200%200%204%208.75v6.5a2.25%202.25%200%200%200%202.25%202.25h6.5A2.25%202.25%200%200%200%2015%2015.25v-6.5a2.25%202.25%200%200%200-2.25-2.25zm13.02%209.826L16%2013.601V10.4l3.27-2.722a.75.75%200%200%201%201.23.577v7.495a.75.75%200%200%201-1.23.576%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%22M7.956%202.524c.961-.267%202.342-.53%204.045-.528a15.3%2015.3%200%200%201%204.043.53c.48.134.857.267%201.117.37a7%207%200%200%201%20.423.183c.04.02-.558%201.12.001%200a.75.75%200%200%201-.668%201.343h-.002l-.01-.005l-.054-.025a6%206%200%200%200-.239-.1a10%2010%200%200%200-.968-.32a13.8%2013.8%200%200%200-3.645-.476a13.6%2013.6%200%200%200-3.642.473a10%2010%200%200%200-.967.32a6%206%200%200%200-.293.126l-.01.005a.75.75%200%201%201-.675-1.34h.002l.003-.002l.008-.004l.025-.012l.084-.039q.106-.049.303-.128c.26-.103.638-.238%201.119-.371M6.75%2020.25l-.334.672h.002l.003.002l.008.004l.024.011l.084.039q.106.048.303.126c.26.102.637.235%201.117.367c.961.265%202.34.527%204.042.529a15.2%2015.2%200%200%200%204.045-.525c.48-.133.857-.268%201.118-.37a7%207%200%200%200%20.387-.167l.025-.011l.008-.004l.003-.002s.002%200-.335-.671l.337.67a.75.75%200%200%200-.673-1.34l-.01.004l-.054.025q-.076.036-.239.1a10%2010%200%200%201-.967.32c-.851.235-2.095.473-3.643.471a14%2014%200%200%201-3.646-.475a10%2010%200%200%201-.968-.318a6%206%200%200%201-.294-.124l-.01-.005a.75.75%200%200%200-.667%201.344zM6.25%206.5A2.25%202.25%200%200%200%204%208.75v6.5a2.25%202.25%200%200%200%202.25%202.25h6.5A2.25%202.25%200%200%200%2015%2015.25v-6.5a2.25%202.25%200%200%200-2.25-2.25zm13.02%209.826L16%2013.601V10.4l3.27-2.722a.75.75%200%200%201%201.23.577v7.495a.75.75%200%200%201-1.23.576%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/meet-now-24-filled.svg?color=%231a73e8&size=48