meet now icon
meet-now-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- meet-now-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M7.486 3.643A1 1 0 0 0 8.509 5.36l.009-.005l.06-.033q.09-.048.3-.142c.28-.123.723-.295 1.334-.47C11.435 4.363 13.342 4 16 4s4.565.362 5.788.712c.612.174 1.054.346 1.334.47a5 5 0 0 1 .36.174l.01.005a1 1 0 0 0 1.023-1.718l-.002-.002h-.002l-.005-.003l-.012-.008l-.152-.082a7 7 0 0 0-.416-.198a13 13 0 0 0-1.589-.562C20.935 2.388 18.842 2 16 2s-4.935.388-6.337.788c-.7.2-1.228.404-1.588.562a7 7 0 0 0-.569.28l-.012.008l-.005.002l-.002.001zM3.5 11A3.5 3.5 0 0 1 7 7.5h10a3.5 3.5 0 0 1 3.5 3.5v10a3.5 3.5 0 0 1-3.5 3.5H7A3.5 3.5 0 0 1 3.5 21zM22 18.573l3.972 3.157c.82.651 2.028.068 2.028-.978v-9.504c0-1.046-1.209-1.63-2.028-.978L22 13.428zM7.143 26.985a1 1 0 0 0 .343 1.373h.001l.002.002l.005.003l.012.006a2 2 0 0 0 .152.083q.146.078.417.198c.36.158.887.361 1.588.562c1.402.4 3.495.788 6.337.788s4.935-.388 6.337-.788c.701-.2 1.228-.404 1.589-.562a7 7 0 0 0 .533-.26l.035-.02l.012-.008l.005-.002l.002-.002h.002a1 1 0 0 0-1.024-1.719l-.008.005l-.061.033q-.09.048-.3.142c-.28.123-.722.295-1.334.47c-1.223.349-3.13.711-5.788.711s-4.565-.362-5.788-.712a11 11 0 0 1-1.333-.47a5 5 0 0 1-.361-.174l-.009-.005a1 1 0 0 0-1.366.346"/></svg>
React
import type { SVGProps } from "react";
export function FluentMeetNow32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.486 3.643A1 1 0 0 0 8.509 5.36l.009-.005l.06-.033q.09-.048.3-.142c.28-.123.723-.295 1.334-.47C11.435 4.363 13.342 4 16 4s4.565.362 5.788.712c.612.174 1.054.346 1.334.47a5 5 0 0 1 .36.174l.01.005a1 1 0 0 0 1.023-1.718l-.002-.002h-.002l-.005-.003l-.012-.008l-.152-.082a7 7 0 0 0-.416-.198a13 13 0 0 0-1.589-.562C20.935 2.388 18.842 2 16 2s-4.935.388-6.337.788c-.7.2-1.228.404-1.588.562a7 7 0 0 0-.569.28l-.012.008l-.005.002l-.002.001zM3.5 11A3.5 3.5 0 0 1 7 7.5h10a3.5 3.5 0 0 1 3.5 3.5v10a3.5 3.5 0 0 1-3.5 3.5H7A3.5 3.5 0 0 1 3.5 21zM22 18.573l3.972 3.157c.82.651 2.028.068 2.028-.978v-9.504c0-1.046-1.209-1.63-2.028-.978L22 13.428zM7.143 26.985a1 1 0 0 0 .343 1.373h.001l.002.002l.005.003l.012.006a2 2 0 0 0 .152.083q.146.078.417.198c.36.158.887.361 1.588.562c1.402.4 3.495.788 6.337.788s4.935-.388 6.337-.788c.701-.2 1.228-.404 1.589-.562a7 7 0 0 0 .533-.26l.035-.02l.012-.008l.005-.002l.002-.002h.002a1 1 0 0 0-1.024-1.719l-.008.005l-.061.033q-.09.048-.3.142c-.28.123-.722.295-1.334.47c-1.223.349-3.13.711-5.788.711s-4.565-.362-5.788-.712a11 11 0 0 1-1.333-.47a5 5 0 0 1-.361-.174l-.009-.005a1 1 0 0 0-1.366.346"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.486 3.643A1 1 0 0 0 8.509 5.36l.009-.005l.06-.033q.09-.048.3-.142c.28-.123.723-.295 1.334-.47C11.435 4.363 13.342 4 16 4s4.565.362 5.788.712c.612.174 1.054.346 1.334.47a5 5 0 0 1 .36.174l.01.005a1 1 0 0 0 1.023-1.718l-.002-.002h-.002l-.005-.003l-.012-.008l-.152-.082a7 7 0 0 0-.416-.198a13 13 0 0 0-1.589-.562C20.935 2.388 18.842 2 16 2s-4.935.388-6.337.788c-.7.2-1.228.404-1.588.562a7 7 0 0 0-.569.28l-.012.008l-.005.002l-.002.001zM3.5 11A3.5 3.5 0 0 1 7 7.5h10a3.5 3.5 0 0 1 3.5 3.5v10a3.5 3.5 0 0 1-3.5 3.5H7A3.5 3.5 0 0 1 3.5 21zM22 18.573l3.972 3.157c.82.651 2.028.068 2.028-.978v-9.504c0-1.046-1.209-1.63-2.028-.978L22 13.428zM7.143 26.985a1 1 0 0 0 .343 1.373h.001l.002.002l.005.003l.012.006a2 2 0 0 0 .152.083q.146.078.417.198c.36.158.887.361 1.588.562c1.402.4 3.495.788 6.337.788s4.935-.388 6.337-.788c.701-.2 1.228-.404 1.589-.562a7 7 0 0 0 .533-.26l.035-.02l.012-.008l.005-.002l.002-.002h.002a1 1 0 0 0-1.024-1.719l-.008.005l-.061.033q-.09.048-.3.142c-.28.123-.722.295-1.334.47c-1.223.349-3.13.711-5.788.711s-4.565-.362-5.788-.712a11 11 0 0 1-1.333-.47a5 5 0 0 1-.361-.174l-.009-.005a1 1 0 0 0-1.366.346"/></svg> </template>
CSS
.icon-meet-now-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.486%203.643A1%201%200%200%200%208.509%205.36l.009-.005l.06-.033q.09-.048.3-.142c.28-.123.723-.295%201.334-.47C11.435%204.363%2013.342%204%2016%204s4.565.362%205.788.712c.612.174%201.054.346%201.334.47a5%205%200%200%201%20.36.174l.01.005a1%201%200%200%200%201.023-1.718l-.002-.002h-.002l-.005-.003l-.012-.008l-.152-.082a7%207%200%200%200-.416-.198a13%2013%200%200%200-1.589-.562C20.935%202.388%2018.842%202%2016%202s-4.935.388-6.337.788c-.7.2-1.228.404-1.588.562a7%207%200%200%200-.569.28l-.012.008l-.005.002l-.002.001zM3.5%2011A3.5%203.5%200%200%201%207%207.5h10a3.5%203.5%200%200%201%203.5%203.5v10a3.5%203.5%200%200%201-3.5%203.5H7A3.5%203.5%200%200%201%203.5%2021zM22%2018.573l3.972%203.157c.82.651%202.028.068%202.028-.978v-9.504c0-1.046-1.209-1.63-2.028-.978L22%2013.428zM7.143%2026.985a1%201%200%200%200%20.343%201.373h.001l.002.002l.005.003l.012.006a2%202%200%200%200%20.152.083q.146.078.417.198c.36.158.887.361%201.588.562c1.402.4%203.495.788%206.337.788s4.935-.388%206.337-.788c.701-.2%201.228-.404%201.589-.562a7%207%200%200%200%20.533-.26l.035-.02l.012-.008l.005-.002l.002-.002h.002a1%201%200%200%200-1.024-1.719l-.008.005l-.061.033q-.09.048-.3.142c-.28.123-.722.295-1.334.47c-1.223.349-3.13.711-5.788.711s-4.565-.362-5.788-.712a11%2011%200%200%201-1.333-.47a5%205%200%200%201-.361-.174l-.009-.005a1%201%200%200%200-1.366.346%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.486%203.643A1%201%200%200%200%208.509%205.36l.009-.005l.06-.033q.09-.048.3-.142c.28-.123.723-.295%201.334-.47C11.435%204.363%2013.342%204%2016%204s4.565.362%205.788.712c.612.174%201.054.346%201.334.47a5%205%200%200%201%20.36.174l.01.005a1%201%200%200%200%201.023-1.718l-.002-.002h-.002l-.005-.003l-.012-.008l-.152-.082a7%207%200%200%200-.416-.198a13%2013%200%200%200-1.589-.562C20.935%202.388%2018.842%202%2016%202s-4.935.388-6.337.788c-.7.2-1.228.404-1.588.562a7%207%200%200%200-.569.28l-.012.008l-.005.002l-.002.001zM3.5%2011A3.5%203.5%200%200%201%207%207.5h10a3.5%203.5%200%200%201%203.5%203.5v10a3.5%203.5%200%200%201-3.5%203.5H7A3.5%203.5%200%200%201%203.5%2021zM22%2018.573l3.972%203.157c.82.651%202.028.068%202.028-.978v-9.504c0-1.046-1.209-1.63-2.028-.978L22%2013.428zM7.143%2026.985a1%201%200%200%200%20.343%201.373h.001l.002.002l.005.003l.012.006a2%202%200%200%200%20.152.083q.146.078.417.198c.36.158.887.361%201.588.562c1.402.4%203.495.788%206.337.788s4.935-.388%206.337-.788c.701-.2%201.228-.404%201.589-.562a7%207%200%200%200%20.533-.26l.035-.02l.012-.008l.005-.002l.002-.002h.002a1%201%200%200%200-1.024-1.719l-.008.005l-.061.033q-.09.048-.3.142c-.28.123-.722.295-1.334.47c-1.223.349-3.13.711-5.788.711s-4.565-.362-5.788-.712a11%2011%200%200%201-1.333-.47a5%205%200%200%201-.361-.174l-.009-.005a1%201%200%200%200-1.366.346%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/meet-now-32-filled.svg?color=%231a73e8&size=48