presence tentative icon

presence-tentative-10-regular from Fluent UI System Icons by Microsoft Corporation · 10 Regular · MIT Free for personal and commercial use.

Name
presence-tentative-10-regular
Set
Fluent UI System Icons
Style
10 Regular
Viewbox
10×10
License
MIT

4 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the presence tentative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 10 10"><path fill="currentColor" d="M10 5.065A5 5 0 0 1 5.065 10zm-.282-1.726A5 5 0 0 0 9 1.999l-7 7c.403.304.854.548 1.34.719zM.996 7.995A5 5 0 0 1 .283 6.66L6.662.283a5 5 0 0 1 1.333.713zM4.936 0A5 5 0 0 0 0 4.935z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPresenceTentative10Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 10 10"><path fill="currentColor" d="M10 5.065A5 5 0 0 1 5.065 10zm-.282-1.726A5 5 0 0 0 9 1.999l-7 7c.403.304.854.548 1.34.719zM.996 7.995A5 5 0 0 1 .283 6.66L6.662.283a5 5 0 0 1 1.333.713zM4.936 0A5 5 0 0 0 0 4.935z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 10 10"><path fill="currentColor" d="M10 5.065A5 5 0 0 1 5.065 10zm-.282-1.726A5 5 0 0 0 9 1.999l-7 7c.403.304.854.548 1.34.719zM.996 7.995A5 5 0 0 1 .283 6.66L6.662.283a5 5 0 0 1 1.333.713zM4.936 0A5 5 0 0 0 0 4.935z"/></svg>
</template>

CSS

.icon-presence-tentative-10-regular {
  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%2010%2010%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%205.065A5%205%200%200%201%205.065%2010zm-.282-1.726A5%205%200%200%200%209%201.999l-7%207c.403.304.854.548%201.34.719zM.996%207.995A5%205%200%200%201%20.283%206.66L6.662.283a5%205%200%200%201%201.333.713zM4.936%200A5%205%200%200%200%200%204.935z%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%2010%2010%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%205.065A5%205%200%200%201%205.065%2010zm-.282-1.726A5%205%200%200%200%209%201.999l-7%207c.403.304.854.548%201.34.719zM.996%207.995A5%205%200%200%201%20.283%206.66L6.662.283a5%205%200%200%201%201.333.713zM4.936%200A5%205%200%200%200%200%204.935z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/presence-tentative-10-regular.svg?color=%231a73e8&size=48