person-tentative-20 from Fluent UI System Color Icons by Microsoft Corporation · 20 · MIT Free for personal and commercial use.

Name
person-tentative-20
Set
Fluent UI System Color Icons
Style
20
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the person tentative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGYNc8BbYD3)" d="M11.671 11H4.01A2 2 0 0 0 2 13c0 1.691.833 2.966 2.135 3.797C5.417 17.614 7.145 18 9 18c.835 0 1.645-.078 2.4-.239A4.5 4.5 0 0 1 10 14.5c0-1.414.652-2.675 1.671-3.5"/><path fill="url(#SVGjMxPFexB3)" d="M11.671 11H4.01A2 2 0 0 0 2 13c0 1.691.833 2.966 2.135 3.797C5.417 17.614 7.145 18 9 18c.835 0 1.645-.078 2.4-.239A4.5 4.5 0 0 1 10 14.5c0-1.414.652-2.675 1.671-3.5"/><path fill="url(#SVGMLcpJcNf1)" fill-opacity=".5" d="M11.671 11H4.01A2 2 0 0 0 2 13c0 1.691.833 2.966 2.135 3.797C5.417 17.614 7.145 18 9 18c.835 0 1.645-.078 2.4-.239A4.5 4.5 0 0 1 10 14.5c0-1.414.652-2.675 1.671-3.5"/><path fill="url(#SVG4nYGnrch3)" d="M9 2a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/><path fill="url(#SVGPx3AZdiU1)" d="M14.5 10q.143 0 .284.009l-4.775 4.775A4.5 4.5 0 0 1 14.5 10m-3.516 7.309a4.5 4.5 0 0 1-.74-1.345l5.61-5.61a.5.5 0 0 0 .087-.118c.501.17.963.424 1.368.748zm7.773-4.273a4.5 4.5 0 0 0-.741-1.345l-6.325 6.325c.405.324.867.579 1.368.748a.5.5 0 0 1 .087-.118zm-4.541 5.955q.141.009.284.009a4.5 4.5 0 0 0 4.491-4.784z"/><defs><linearGradient id="SVGYNc8BbYD3" x1="5.329" x2="7.591" y1="11.931" y2="19.153" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGjMxPFexB3" x1="9" x2="12.167" y1="10.167" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#885edb" stop-opacity="0"/><stop offset="1" stop-color="#e362f8"/></linearGradient><linearGradient id="SVG4nYGnrch3" x1="6.902" x2="10.979" y1="3.063" y2="9.574" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGPx3AZdiU1" x1="10" x2="19.75" y1="10.281" y2="19.844" gradientUnits="userSpaceOnUse"><stop stop-color="#29c3ff"/><stop offset="1" stop-color="#0078d4"/></linearGradient><radialGradient id="SVGMLcpJcNf1" cx="0" cy="0" r="1" gradientTransform="matrix(0 7.5 -6 0 15 15)" gradientUnits="userSpaceOnUse"><stop offset=".423" stop-color="#30116e"/><stop offset="1" stop-color="#30116e" stop-opacity="0"/></radialGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorPersonTentative20(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGYNc8BbYD3)" d="M11.671 11H4.01A2 2 0 0 0 2 13c0 1.691.833 2.966 2.135 3.797C5.417 17.614 7.145 18 9 18c.835 0 1.645-.078 2.4-.239A4.5 4.5 0 0 1 10 14.5c0-1.414.652-2.675 1.671-3.5"/><path fill="url(#SVGjMxPFexB3)" d="M11.671 11H4.01A2 2 0 0 0 2 13c0 1.691.833 2.966 2.135 3.797C5.417 17.614 7.145 18 9 18c.835 0 1.645-.078 2.4-.239A4.5 4.5 0 0 1 10 14.5c0-1.414.652-2.675 1.671-3.5"/><path fill="url(#SVGMLcpJcNf1)" fillOpacity=".5" d="M11.671 11H4.01A2 2 0 0 0 2 13c0 1.691.833 2.966 2.135 3.797C5.417 17.614 7.145 18 9 18c.835 0 1.645-.078 2.4-.239A4.5 4.5 0 0 1 10 14.5c0-1.414.652-2.675 1.671-3.5"/><path fill="url(#SVG4nYGnrch3)" d="M9 2a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/><path fill="url(#SVGPx3AZdiU1)" d="M14.5 10q.143 0 .284.009l-4.775 4.775A4.5 4.5 0 0 1 14.5 10m-3.516 7.309a4.5 4.5 0 0 1-.74-1.345l5.61-5.61a.5.5 0 0 0 .087-.118c.501.17.963.424 1.368.748zm7.773-4.273a4.5 4.5 0 0 0-.741-1.345l-6.325 6.325c.405.324.867.579 1.368.748a.5.5 0 0 1 .087-.118zm-4.541 5.955q.141.009.284.009a4.5 4.5 0 0 0 4.491-4.784z"/><defs><linearGradient id="SVGYNc8BbYD3" x1="5.329" x2="7.591" y1="11.931" y2="19.153" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#7a41dc"/></linearGradient><linearGradient id="SVGjMxPFexB3" x1="9" x2="12.167" y1="10.167" y2="22" gradientUnits="userSpaceOnUse"><stop stopColor="#885edb" stopOpacity="0"/><stop offset="1" stopColor="#e362f8"/></linearGradient><linearGradient id="SVG4nYGnrch3" x1="6.902" x2="10.979" y1="3.063" y2="9.574" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#7a41dc"/></linearGradient><linearGradient id="SVGPx3AZdiU1" x1="10" x2="19.75" y1="10.281" y2="19.844" gradientUnits="userSpaceOnUse"><stop stopColor="#29c3ff"/><stop offset="1" stopColor="#0078d4"/></linearGradient><radialGradient id="SVGMLcpJcNf1" cx="0" cy="0" r="1" gradientTransform="matrix(0 7.5 -6 0 15 15)" gradientUnits="userSpaceOnUse"><stop offset=".423" stopColor="#30116e"/><stop offset="1" stopColor="#30116e" stopOpacity="0"/></radialGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGYNc8BbYD3)" d="M11.671 11H4.01A2 2 0 0 0 2 13c0 1.691.833 2.966 2.135 3.797C5.417 17.614 7.145 18 9 18c.835 0 1.645-.078 2.4-.239A4.5 4.5 0 0 1 10 14.5c0-1.414.652-2.675 1.671-3.5"/><path fill="url(#SVGjMxPFexB3)" d="M11.671 11H4.01A2 2 0 0 0 2 13c0 1.691.833 2.966 2.135 3.797C5.417 17.614 7.145 18 9 18c.835 0 1.645-.078 2.4-.239A4.5 4.5 0 0 1 10 14.5c0-1.414.652-2.675 1.671-3.5"/><path fill="url(#SVGMLcpJcNf1)" fill-opacity=".5" d="M11.671 11H4.01A2 2 0 0 0 2 13c0 1.691.833 2.966 2.135 3.797C5.417 17.614 7.145 18 9 18c.835 0 1.645-.078 2.4-.239A4.5 4.5 0 0 1 10 14.5c0-1.414.652-2.675 1.671-3.5"/><path fill="url(#SVG4nYGnrch3)" d="M9 2a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/><path fill="url(#SVGPx3AZdiU1)" d="M14.5 10q.143 0 .284.009l-4.775 4.775A4.5 4.5 0 0 1 14.5 10m-3.516 7.309a4.5 4.5 0 0 1-.74-1.345l5.61-5.61a.5.5 0 0 0 .087-.118c.501.17.963.424 1.368.748zm7.773-4.273a4.5 4.5 0 0 0-.741-1.345l-6.325 6.325c.405.324.867.579 1.368.748a.5.5 0 0 1 .087-.118zm-4.541 5.955q.141.009.284.009a4.5 4.5 0 0 0 4.491-4.784z"/><defs><linearGradient id="SVGYNc8BbYD3" x1="5.329" x2="7.591" y1="11.931" y2="19.153" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGjMxPFexB3" x1="9" x2="12.167" y1="10.167" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#885edb" stop-opacity="0"/><stop offset="1" stop-color="#e362f8"/></linearGradient><linearGradient id="SVG4nYGnrch3" x1="6.902" x2="10.979" y1="3.063" y2="9.574" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGPx3AZdiU1" x1="10" x2="19.75" y1="10.281" y2="19.844" gradientUnits="userSpaceOnUse"><stop stop-color="#29c3ff"/><stop offset="1" stop-color="#0078d4"/></linearGradient><radialGradient id="SVGMLcpJcNf1" cx="0" cy="0" r="1" gradientTransform="matrix(0 7.5 -6 0 15 15)" gradientUnits="userSpaceOnUse"><stop offset=".423" stop-color="#30116e"/><stop offset="1" stop-color="#30116e" stop-opacity="0"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-person-tentative-20 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGYNc8BbYD3)%22%20d%3D%22M11.671%2011H4.01A2%202%200%200%200%202%2013c0%201.691.833%202.966%202.135%203.797C5.417%2017.614%207.145%2018%209%2018c.835%200%201.645-.078%202.4-.239A4.5%204.5%200%200%201%2010%2014.5c0-1.414.652-2.675%201.671-3.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGjMxPFexB3)%22%20d%3D%22M11.671%2011H4.01A2%202%200%200%200%202%2013c0%201.691.833%202.966%202.135%203.797C5.417%2017.614%207.145%2018%209%2018c.835%200%201.645-.078%202.4-.239A4.5%204.5%200%200%201%2010%2014.5c0-1.414.652-2.675%201.671-3.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGMLcpJcNf1)%22%20fill-opacity%3D%22.5%22%20d%3D%22M11.671%2011H4.01A2%202%200%200%200%202%2013c0%201.691.833%202.966%202.135%203.797C5.417%2017.614%207.145%2018%209%2018c.835%200%201.645-.078%202.4-.239A4.5%204.5%200%200%201%2010%2014.5c0-1.414.652-2.675%201.671-3.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG4nYGnrch3)%22%20d%3D%22M9%202a4%204%200%201%200%200%208a4%204%200%200%200%200-8%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPx3AZdiU1)%22%20d%3D%22M14.5%2010q.143%200%20.284.009l-4.775%204.775A4.5%204.5%200%200%201%2014.5%2010m-3.516%207.309a4.5%204.5%200%200%201-.74-1.345l5.61-5.61a.5.5%200%200%200%20.087-.118c.501.17.963.424%201.368.748zm7.773-4.273a4.5%204.5%200%200%200-.741-1.345l-6.325%206.325c.405.324.867.579%201.368.748a.5.5%200%200%201%20.087-.118zm-4.541%205.955q.141.009.284.009a4.5%204.5%200%200%200%204.491-4.784z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGYNc8BbYD3%22%20x1%3D%225.329%22%20x2%3D%227.591%22%20y1%3D%2211.931%22%20y2%3D%2219.153%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGjMxPFexB3%22%20x1%3D%229%22%20x2%3D%2212.167%22%20y1%3D%2210.167%22%20y2%3D%2222%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23885edb%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e362f8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG4nYGnrch3%22%20x1%3D%226.902%22%20x2%3D%2210.979%22%20y1%3D%223.063%22%20y2%3D%229.574%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPx3AZdiU1%22%20x1%3D%2210%22%20x2%3D%2219.75%22%20y1%3D%2210.281%22%20y2%3D%2219.844%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2329c3ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230078d4%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGMLcpJcNf1%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%207.5%20-6%200%2015%2015)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.423%22%20stop-color%3D%22%2330116e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2330116e%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGYNc8BbYD3)%22%20d%3D%22M11.671%2011H4.01A2%202%200%200%200%202%2013c0%201.691.833%202.966%202.135%203.797C5.417%2017.614%207.145%2018%209%2018c.835%200%201.645-.078%202.4-.239A4.5%204.5%200%200%201%2010%2014.5c0-1.414.652-2.675%201.671-3.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGjMxPFexB3)%22%20d%3D%22M11.671%2011H4.01A2%202%200%200%200%202%2013c0%201.691.833%202.966%202.135%203.797C5.417%2017.614%207.145%2018%209%2018c.835%200%201.645-.078%202.4-.239A4.5%204.5%200%200%201%2010%2014.5c0-1.414.652-2.675%201.671-3.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGMLcpJcNf1)%22%20fill-opacity%3D%22.5%22%20d%3D%22M11.671%2011H4.01A2%202%200%200%200%202%2013c0%201.691.833%202.966%202.135%203.797C5.417%2017.614%207.145%2018%209%2018c.835%200%201.645-.078%202.4-.239A4.5%204.5%200%200%201%2010%2014.5c0-1.414.652-2.675%201.671-3.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG4nYGnrch3)%22%20d%3D%22M9%202a4%204%200%201%200%200%208a4%204%200%200%200%200-8%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPx3AZdiU1)%22%20d%3D%22M14.5%2010q.143%200%20.284.009l-4.775%204.775A4.5%204.5%200%200%201%2014.5%2010m-3.516%207.309a4.5%204.5%200%200%201-.74-1.345l5.61-5.61a.5.5%200%200%200%20.087-.118c.501.17.963.424%201.368.748zm7.773-4.273a4.5%204.5%200%200%200-.741-1.345l-6.325%206.325c.405.324.867.579%201.368.748a.5.5%200%200%201%20.087-.118zm-4.541%205.955q.141.009.284.009a4.5%204.5%200%200%200%204.491-4.784z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGYNc8BbYD3%22%20x1%3D%225.329%22%20x2%3D%227.591%22%20y1%3D%2211.931%22%20y2%3D%2219.153%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGjMxPFexB3%22%20x1%3D%229%22%20x2%3D%2212.167%22%20y1%3D%2210.167%22%20y2%3D%2222%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23885edb%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e362f8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG4nYGnrch3%22%20x1%3D%226.902%22%20x2%3D%2210.979%22%20y1%3D%223.063%22%20y2%3D%229.574%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPx3AZdiU1%22%20x1%3D%2210%22%20x2%3D%2219.75%22%20y1%3D%2210.281%22%20y2%3D%2219.844%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2329c3ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230078d4%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGMLcpJcNf1%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%207.5%20-6%200%2015%2015)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.423%22%20stop-color%3D%22%2330116e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2330116e%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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