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

Name
meet-now-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M6.892 2.03a7 7 0 0 0-.85.37a5 5 0 0 0-.292.166l-.018.012l-.006.004l-.002.001l-.001.001L6 3l-.277-.416a.5.5 0 0 0 .554.833l.007-.005l.041-.025q.058-.036.18-.1c.162-.085.407-.2.728-.317A8.1 8.1 0 0 1 10 2.5c1.183 0 2.125.236 2.767.47c.32.117.566.232.728.317a4 4 0 0 1 .22.125l.008.004l.262-.393l-.262.393a.5.5 0 1 0 .554-.832L14 3l.277-.416l-.001-.001l-.002-.001l-.006-.004l-.019-.012l-.062-.039a5 5 0 0 0-.23-.127a7 7 0 0 0-.849-.37A9.1 9.1 0 0 0 10 1.5a9.1 9.1 0 0 0-3.108.53m0 15.94c.733.267 1.79.53 3.108.53a9.1 9.1 0 0 0 3.108-.53c.367-.133.653-.268.85-.37a5 5 0 0 0 .291-.166l.019-.012l.006-.004l.002-.001s.001-.001-.276-.417l.277.416a.5.5 0 0 0-.554-.832l.262.393l-.262-.393l-.008.005l-.04.024a4 4 0 0 1-.18.1c-.162.085-.407.2-.728.317A8.1 8.1 0 0 1 10 17.5a8.1 8.1 0 0 1-2.767-.47a6 6 0 0 1-.728-.317a4 4 0 0 1-.22-.125l-.008-.005a.5.5 0 0 0-.554.833L6 17l-.277.416l.001.001l.002.001l.006.004l.018.012l.063.038q.08.05.23.127c.196.103.482.238.849.37M2.5 7v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-6a2 2 0 0 0-2 2m11 4.55l2.777 2.257a.75.75 0 0 0 1.223-.582v-6.45a.75.75 0 0 0-1.223-.582L13.5 8.45z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMeetNow20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.892 2.03a7 7 0 0 0-.85.37a5 5 0 0 0-.292.166l-.018.012l-.006.004l-.002.001l-.001.001L6 3l-.277-.416a.5.5 0 0 0 .554.833l.007-.005l.041-.025q.058-.036.18-.1c.162-.085.407-.2.728-.317A8.1 8.1 0 0 1 10 2.5c1.183 0 2.125.236 2.767.47c.32.117.566.232.728.317a4 4 0 0 1 .22.125l.008.004l.262-.393l-.262.393a.5.5 0 1 0 .554-.832L14 3l.277-.416l-.001-.001l-.002-.001l-.006-.004l-.019-.012l-.062-.039a5 5 0 0 0-.23-.127a7 7 0 0 0-.849-.37A9.1 9.1 0 0 0 10 1.5a9.1 9.1 0 0 0-3.108.53m0 15.94c.733.267 1.79.53 3.108.53a9.1 9.1 0 0 0 3.108-.53c.367-.133.653-.268.85-.37a5 5 0 0 0 .291-.166l.019-.012l.006-.004l.002-.001s.001-.001-.276-.417l.277.416a.5.5 0 0 0-.554-.832l.262.393l-.262-.393l-.008.005l-.04.024a4 4 0 0 1-.18.1c-.162.085-.407.2-.728.317A8.1 8.1 0 0 1 10 17.5a8.1 8.1 0 0 1-2.767-.47a6 6 0 0 1-.728-.317a4 4 0 0 1-.22-.125l-.008-.005a.5.5 0 0 0-.554.833L6 17l-.277.416l.001.001l.002.001l.006.004l.018.012l.063.038q.08.05.23.127c.196.103.482.238.849.37M2.5 7v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-6a2 2 0 0 0-2 2m11 4.55l2.777 2.257a.75.75 0 0 0 1.223-.582v-6.45a.75.75 0 0 0-1.223-.582L13.5 8.45z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.892 2.03a7 7 0 0 0-.85.37a5 5 0 0 0-.292.166l-.018.012l-.006.004l-.002.001l-.001.001L6 3l-.277-.416a.5.5 0 0 0 .554.833l.007-.005l.041-.025q.058-.036.18-.1c.162-.085.407-.2.728-.317A8.1 8.1 0 0 1 10 2.5c1.183 0 2.125.236 2.767.47c.32.117.566.232.728.317a4 4 0 0 1 .22.125l.008.004l.262-.393l-.262.393a.5.5 0 1 0 .554-.832L14 3l.277-.416l-.001-.001l-.002-.001l-.006-.004l-.019-.012l-.062-.039a5 5 0 0 0-.23-.127a7 7 0 0 0-.849-.37A9.1 9.1 0 0 0 10 1.5a9.1 9.1 0 0 0-3.108.53m0 15.94c.733.267 1.79.53 3.108.53a9.1 9.1 0 0 0 3.108-.53c.367-.133.653-.268.85-.37a5 5 0 0 0 .291-.166l.019-.012l.006-.004l.002-.001s.001-.001-.276-.417l.277.416a.5.5 0 0 0-.554-.832l.262.393l-.262-.393l-.008.005l-.04.024a4 4 0 0 1-.18.1c-.162.085-.407.2-.728.317A8.1 8.1 0 0 1 10 17.5a8.1 8.1 0 0 1-2.767-.47a6 6 0 0 1-.728-.317a4 4 0 0 1-.22-.125l-.008-.005a.5.5 0 0 0-.554.833L6 17l-.277.416l.001.001l.002.001l.006.004l.018.012l.063.038q.08.05.23.127c.196.103.482.238.849.37M2.5 7v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-6a2 2 0 0 0-2 2m11 4.55l2.777 2.257a.75.75 0 0 0 1.223-.582v-6.45a.75.75 0 0 0-1.223-.582L13.5 8.45z"/></svg>
</template>

CSS

.icon-meet-now-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.892%202.03a7%207%200%200%200-.85.37a5%205%200%200%200-.292.166l-.018.012l-.006.004l-.002.001l-.001.001L6%203l-.277-.416a.5.5%200%200%200%20.554.833l.007-.005l.041-.025q.058-.036.18-.1c.162-.085.407-.2.728-.317A8.1%208.1%200%200%201%2010%202.5c1.183%200%202.125.236%202.767.47c.32.117.566.232.728.317a4%204%200%200%201%20.22.125l.008.004l.262-.393l-.262.393a.5.5%200%201%200%20.554-.832L14%203l.277-.416l-.001-.001l-.002-.001l-.006-.004l-.019-.012l-.062-.039a5%205%200%200%200-.23-.127a7%207%200%200%200-.849-.37A9.1%209.1%200%200%200%2010%201.5a9.1%209.1%200%200%200-3.108.53m0%2015.94c.733.267%201.79.53%203.108.53a9.1%209.1%200%200%200%203.108-.53c.367-.133.653-.268.85-.37a5%205%200%200%200%20.291-.166l.019-.012l.006-.004l.002-.001s.001-.001-.276-.417l.277.416a.5.5%200%200%200-.554-.832l.262.393l-.262-.393l-.008.005l-.04.024a4%204%200%200%201-.18.1c-.162.085-.407.2-.728.317A8.1%208.1%200%200%201%2010%2017.5a8.1%208.1%200%200%201-2.767-.47a6%206%200%200%201-.728-.317a4%204%200%200%201-.22-.125l-.008-.005a.5.5%200%200%200-.554.833L6%2017l-.277.416l.001.001l.002.001l.006.004l.018.012l.063.038q.08.05.23.127c.196.103.482.238.849.37M2.5%207v6a2%202%200%200%200%202%202h6a2%202%200%200%200%202-2V7a2%202%200%200%200-2-2h-6a2%202%200%200%200-2%202m11%204.55l2.777%202.257a.75.75%200%200%200%201.223-.582v-6.45a.75.75%200%200%200-1.223-.582L13.5%208.45z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.892%202.03a7%207%200%200%200-.85.37a5%205%200%200%200-.292.166l-.018.012l-.006.004l-.002.001l-.001.001L6%203l-.277-.416a.5.5%200%200%200%20.554.833l.007-.005l.041-.025q.058-.036.18-.1c.162-.085.407-.2.728-.317A8.1%208.1%200%200%201%2010%202.5c1.183%200%202.125.236%202.767.47c.32.117.566.232.728.317a4%204%200%200%201%20.22.125l.008.004l.262-.393l-.262.393a.5.5%200%201%200%20.554-.832L14%203l.277-.416l-.001-.001l-.002-.001l-.006-.004l-.019-.012l-.062-.039a5%205%200%200%200-.23-.127a7%207%200%200%200-.849-.37A9.1%209.1%200%200%200%2010%201.5a9.1%209.1%200%200%200-3.108.53m0%2015.94c.733.267%201.79.53%203.108.53a9.1%209.1%200%200%200%203.108-.53c.367-.133.653-.268.85-.37a5%205%200%200%200%20.291-.166l.019-.012l.006-.004l.002-.001s.001-.001-.276-.417l.277.416a.5.5%200%200%200-.554-.832l.262.393l-.262-.393l-.008.005l-.04.024a4%204%200%200%201-.18.1c-.162.085-.407.2-.728.317A8.1%208.1%200%200%201%2010%2017.5a8.1%208.1%200%200%201-2.767-.47a6%206%200%200%201-.728-.317a4%204%200%200%201-.22-.125l-.008-.005a.5.5%200%200%200-.554.833L6%2017l-.277.416l.001.001l.002.001l.006.004l.018.012l.063.038q.08.05.23.127c.196.103.482.238.849.37M2.5%207v6a2%202%200%200%200%202%202h6a2%202%200%200%200%202-2V7a2%202%200%200%200-2-2h-6a2%202%200%200%200-2%202m11%204.55l2.777%202.257a.75.75%200%200%200%201.223-.582v-6.45a.75.75%200%200%200-1.223-.582L13.5%208.45z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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