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

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

4 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the scan person 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(#SVGqLY5UbmJ1)" d="M4 16a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1H4z"/><path fill="url(#SVGcxCWDr9I1)" d="M4 16a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1H4z"/><path fill="url(#SVGAZZKFeHx1)" d="M10 12a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/><path fill="url(#SVGbGulZMkL2)" fill-rule="evenodd" d="M4.5 4a.5.5 0 0 0-.5.5V7a1 1 0 0 1-2 0V4.5A2.5 2.5 0 0 1 4.5 2H7a1 1 0 0 1 0 2zM12 3a1 1 0 0 1 1-1h2.5A2.5 2.5 0 0 1 18 4.5V7a1 1 0 1 1-2 0V4.5a.5.5 0 0 0-.5-.5H13a1 1 0 0 1-1-1m-9 9a1 1 0 0 1 1 1v2.5a.5.5 0 0 0 .5.5H7a1 1 0 1 1 0 2H4.5A2.5 2.5 0 0 1 2 15.5V13a1 1 0 0 1 1-1m14 0a1 1 0 0 1 1 1v2.5a2.5 2.5 0 0 1-2.5 2.5H13a1 1 0 1 1 0-2h2.5a.5.5 0 0 0 .5-.5V13a1 1 0 0 1 1-1" clip-rule="evenodd"/><defs><linearGradient id="SVGqLY5UbmJ1" x1="6.854" x2="7.373" y1="14.399" y2="17.716" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGcxCWDr9I1" x1="10" x2="10.714" y1="13.643" y2="18.982" gradientUnits="userSpaceOnUse"><stop stop-color="#885edb" stop-opacity="0"/><stop offset="1" stop-color="#e362f8"/></linearGradient><linearGradient id="SVGAZZKFeHx1" x1="8.165" x2="11.732" y1="5.931" y2="11.627" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGbGulZMkL2" x1="1.368" x2="13.914" y1=".66" y2="20.927" gradientUnits="userSpaceOnUse"><stop offset=".015" stop-color="#3dcbff"/><stop offset="1" stop-color="#0094f0"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorScanPerson20(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(#SVGqLY5UbmJ1)" d="M4 16a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1H4z"/><path fill="url(#SVGcxCWDr9I1)" d="M4 16a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1H4z"/><path fill="url(#SVGAZZKFeHx1)" d="M10 12a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/><path fill="url(#SVGbGulZMkL2)" fillRule="evenodd" d="M4.5 4a.5.5 0 0 0-.5.5V7a1 1 0 0 1-2 0V4.5A2.5 2.5 0 0 1 4.5 2H7a1 1 0 0 1 0 2zM12 3a1 1 0 0 1 1-1h2.5A2.5 2.5 0 0 1 18 4.5V7a1 1 0 1 1-2 0V4.5a.5.5 0 0 0-.5-.5H13a1 1 0 0 1-1-1m-9 9a1 1 0 0 1 1 1v2.5a.5.5 0 0 0 .5.5H7a1 1 0 1 1 0 2H4.5A2.5 2.5 0 0 1 2 15.5V13a1 1 0 0 1 1-1m14 0a1 1 0 0 1 1 1v2.5a2.5 2.5 0 0 1-2.5 2.5H13a1 1 0 1 1 0-2h2.5a.5.5 0 0 0 .5-.5V13a1 1 0 0 1 1-1" clipRule="evenodd"/><defs><linearGradient id="SVGqLY5UbmJ1" x1="6.854" x2="7.373" y1="14.399" y2="17.716" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#7a41dc"/></linearGradient><linearGradient id="SVGcxCWDr9I1" x1="10" x2="10.714" y1="13.643" y2="18.982" gradientUnits="userSpaceOnUse"><stop stopColor="#885edb" stopOpacity="0"/><stop offset="1" stopColor="#e362f8"/></linearGradient><linearGradient id="SVGAZZKFeHx1" x1="8.165" x2="11.732" y1="5.931" y2="11.627" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#7a41dc"/></linearGradient><linearGradient id="SVGbGulZMkL2" x1="1.368" x2="13.914" y1=".66" y2="20.927" gradientUnits="userSpaceOnUse"><stop offset=".015" stopColor="#3dcbff"/><stop offset="1" stopColor="#0094f0"/></linearGradient></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(#SVGqLY5UbmJ1)" d="M4 16a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1H4z"/><path fill="url(#SVGcxCWDr9I1)" d="M4 16a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1H4z"/><path fill="url(#SVGAZZKFeHx1)" d="M10 12a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/><path fill="url(#SVGbGulZMkL2)" fill-rule="evenodd" d="M4.5 4a.5.5 0 0 0-.5.5V7a1 1 0 0 1-2 0V4.5A2.5 2.5 0 0 1 4.5 2H7a1 1 0 0 1 0 2zM12 3a1 1 0 0 1 1-1h2.5A2.5 2.5 0 0 1 18 4.5V7a1 1 0 1 1-2 0V4.5a.5.5 0 0 0-.5-.5H13a1 1 0 0 1-1-1m-9 9a1 1 0 0 1 1 1v2.5a.5.5 0 0 0 .5.5H7a1 1 0 1 1 0 2H4.5A2.5 2.5 0 0 1 2 15.5V13a1 1 0 0 1 1-1m14 0a1 1 0 0 1 1 1v2.5a2.5 2.5 0 0 1-2.5 2.5H13a1 1 0 1 1 0-2h2.5a.5.5 0 0 0 .5-.5V13a1 1 0 0 1 1-1" clip-rule="evenodd"/><defs><linearGradient id="SVGqLY5UbmJ1" x1="6.854" x2="7.373" y1="14.399" y2="17.716" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGcxCWDr9I1" x1="10" x2="10.714" y1="13.643" y2="18.982" gradientUnits="userSpaceOnUse"><stop stop-color="#885edb" stop-opacity="0"/><stop offset="1" stop-color="#e362f8"/></linearGradient><linearGradient id="SVGAZZKFeHx1" x1="8.165" x2="11.732" y1="5.931" y2="11.627" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGbGulZMkL2" x1="1.368" x2="13.914" y1=".66" y2="20.927" gradientUnits="userSpaceOnUse"><stop offset=".015" stop-color="#3dcbff"/><stop offset="1" stop-color="#0094f0"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-scan-person-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(%23SVGqLY5UbmJ1)%22%20d%3D%22M4%2016a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v1H4z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGcxCWDr9I1)%22%20d%3D%22M4%2016a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v1H4z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGAZZKFeHx1)%22%20d%3D%22M10%2012a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGbGulZMkL2)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.5%204a.5.5%200%200%200-.5.5V7a1%201%200%200%201-2%200V4.5A2.5%202.5%200%200%201%204.5%202H7a1%201%200%200%201%200%202zM12%203a1%201%200%200%201%201-1h2.5A2.5%202.5%200%200%201%2018%204.5V7a1%201%200%201%201-2%200V4.5a.5.5%200%200%200-.5-.5H13a1%201%200%200%201-1-1m-9%209a1%201%200%200%201%201%201v2.5a.5.5%200%200%200%20.5.5H7a1%201%200%201%201%200%202H4.5A2.5%202.5%200%200%201%202%2015.5V13a1%201%200%200%201%201-1m14%200a1%201%200%200%201%201%201v2.5a2.5%202.5%200%200%201-2.5%202.5H13a1%201%200%201%201%200-2h2.5a.5.5%200%200%200%20.5-.5V13a1%201%200%200%201%201-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGqLY5UbmJ1%22%20x1%3D%226.854%22%20x2%3D%227.373%22%20y1%3D%2214.399%22%20y2%3D%2217.716%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%22SVGcxCWDr9I1%22%20x1%3D%2210%22%20x2%3D%2210.714%22%20y1%3D%2213.643%22%20y2%3D%2218.982%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%22SVGAZZKFeHx1%22%20x1%3D%228.165%22%20x2%3D%2211.732%22%20y1%3D%225.931%22%20y2%3D%2211.627%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%22SVGbGulZMkL2%22%20x1%3D%221.368%22%20x2%3D%2213.914%22%20y1%3D%22.66%22%20y2%3D%2220.927%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.015%22%20stop-color%3D%22%233dcbff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230094f0%22%2F%3E%3C%2FlinearGradient%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(%23SVGqLY5UbmJ1)%22%20d%3D%22M4%2016a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v1H4z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGcxCWDr9I1)%22%20d%3D%22M4%2016a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v1H4z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGAZZKFeHx1)%22%20d%3D%22M10%2012a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGbGulZMkL2)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.5%204a.5.5%200%200%200-.5.5V7a1%201%200%200%201-2%200V4.5A2.5%202.5%200%200%201%204.5%202H7a1%201%200%200%201%200%202zM12%203a1%201%200%200%201%201-1h2.5A2.5%202.5%200%200%201%2018%204.5V7a1%201%200%201%201-2%200V4.5a.5.5%200%200%200-.5-.5H13a1%201%200%200%201-1-1m-9%209a1%201%200%200%201%201%201v2.5a.5.5%200%200%200%20.5.5H7a1%201%200%201%201%200%202H4.5A2.5%202.5%200%200%201%202%2015.5V13a1%201%200%200%201%201-1m14%200a1%201%200%200%201%201%201v2.5a2.5%202.5%200%200%201-2.5%202.5H13a1%201%200%201%201%200-2h2.5a.5.5%200%200%200%20.5-.5V13a1%201%200%200%201%201-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGqLY5UbmJ1%22%20x1%3D%226.854%22%20x2%3D%227.373%22%20y1%3D%2214.399%22%20y2%3D%2217.716%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%22SVGcxCWDr9I1%22%20x1%3D%2210%22%20x2%3D%2210.714%22%20y1%3D%2213.643%22%20y2%3D%2218.982%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%22SVGAZZKFeHx1%22%20x1%3D%228.165%22%20x2%3D%2211.732%22%20y1%3D%225.931%22%20y2%3D%2211.627%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%22SVGbGulZMkL2%22%20x1%3D%221.368%22%20x2%3D%2213.914%22%20y1%3D%22.66%22%20y2%3D%2220.927%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.015%22%20stop-color%3D%22%233dcbff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230094f0%22%2F%3E%3C%2FlinearGradient%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/scan-person-20.svg?color=%231a73e8&size=48