face scan circle icon

face-scan-circle-filled from Reicon by REICON · Filled · Faces · MIT Free for personal and commercial use.

Name
face-scan-circle-filled
Set
Reicon
Style
Filled
Category
Faces
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More faces icons from Reicon

Use the face scan circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M10.801 2.57a.71.71 0 0 1-.555.838a8.78 8.78 0 0 0-6.838 6.838a.71.71 0 1 1-1.394-.283a10.2 10.2 0 0 1 7.949-7.949a.71.71 0 0 1 .838.556M2.57 13.199a.71.71 0 0 1 .838.555a8.78 8.78 0 0 0 6.838 6.838a.71.71 0 1 1-.283 1.394a10.2 10.2 0 0 1-7.948-7.949a.71.71 0 0 1 .555-.838M13.199 2.57a.71.71 0 0 1 .838-.556a10.2 10.2 0 0 1 7.949 7.949a.711.711 0 0 1-1.394.283a8.78 8.78 0 0 0-6.838-6.838a.71.71 0 0 1-.555-.838m8.231 10.629a.71.71 0 0 1 .556.838a10.2 10.2 0 0 1-7.949 7.949a.711.711 0 0 1-.283-1.394a8.78 8.78 0 0 0 6.838-6.838a.71.71 0 0 1 .838-.555"/><path d="M12 19.583a7.583 7.583 0 1 0 0-15.166a7.583 7.583 0 0 0 0 15.166m-3.06-5.044a.71.71 0 0 1 .995-.148c.59.437 1.3.69 2.065.69a3.45 3.45 0 0 0 2.065-.69a.71.71 0 1 1 .846 1.142a4.87 4.87 0 0 1-2.911.97a4.87 4.87 0 0 1-2.911-.97a.71.71 0 0 1-.148-.994m6.377-4.139c0 .688-.37 1.245-.829 1.245s-.83-.557-.83-1.245c0-.687.372-1.244.83-1.244s.83.557.83 1.244m-5.805 1.245c.458 0 .83-.557.83-1.245c0-.687-.372-1.244-.83-1.244s-.83.557-.83 1.244c0 .688.372 1.245.83 1.245"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconFaceScanCircleFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M10.801 2.57a.71.71 0 0 1-.555.838a8.78 8.78 0 0 0-6.838 6.838a.71.71 0 1 1-1.394-.283a10.2 10.2 0 0 1 7.949-7.949a.71.71 0 0 1 .838.556M2.57 13.199a.71.71 0 0 1 .838.555a8.78 8.78 0 0 0 6.838 6.838a.71.71 0 1 1-.283 1.394a10.2 10.2 0 0 1-7.948-7.949a.71.71 0 0 1 .555-.838M13.199 2.57a.71.71 0 0 1 .838-.556a10.2 10.2 0 0 1 7.949 7.949a.711.711 0 0 1-1.394.283a8.78 8.78 0 0 0-6.838-6.838a.71.71 0 0 1-.555-.838m8.231 10.629a.71.71 0 0 1 .556.838a10.2 10.2 0 0 1-7.949 7.949a.711.711 0 0 1-.283-1.394a8.78 8.78 0 0 0 6.838-6.838a.71.71 0 0 1 .838-.555"/><path d="M12 19.583a7.583 7.583 0 1 0 0-15.166a7.583 7.583 0 0 0 0 15.166m-3.06-5.044a.71.71 0 0 1 .995-.148c.59.437 1.3.69 2.065.69a3.45 3.45 0 0 0 2.065-.69a.71.71 0 1 1 .846 1.142a4.87 4.87 0 0 1-2.911.97a4.87 4.87 0 0 1-2.911-.97a.71.71 0 0 1-.148-.994m6.377-4.139c0 .688-.37 1.245-.829 1.245s-.83-.557-.83-1.245c0-.687.372-1.244.83-1.244s.83.557.83 1.244m-5.805 1.245c.458 0 .83-.557.83-1.245c0-.687-.372-1.244-.83-1.244s-.83.557-.83 1.244c0 .688.372 1.245.83 1.245"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M10.801 2.57a.71.71 0 0 1-.555.838a8.78 8.78 0 0 0-6.838 6.838a.71.71 0 1 1-1.394-.283a10.2 10.2 0 0 1 7.949-7.949a.71.71 0 0 1 .838.556M2.57 13.199a.71.71 0 0 1 .838.555a8.78 8.78 0 0 0 6.838 6.838a.71.71 0 1 1-.283 1.394a10.2 10.2 0 0 1-7.948-7.949a.71.71 0 0 1 .555-.838M13.199 2.57a.71.71 0 0 1 .838-.556a10.2 10.2 0 0 1 7.949 7.949a.711.711 0 0 1-1.394.283a8.78 8.78 0 0 0-6.838-6.838a.71.71 0 0 1-.555-.838m8.231 10.629a.71.71 0 0 1 .556.838a10.2 10.2 0 0 1-7.949 7.949a.711.711 0 0 1-.283-1.394a8.78 8.78 0 0 0 6.838-6.838a.71.71 0 0 1 .838-.555"/><path d="M12 19.583a7.583 7.583 0 1 0 0-15.166a7.583 7.583 0 0 0 0 15.166m-3.06-5.044a.71.71 0 0 1 .995-.148c.59.437 1.3.69 2.065.69a3.45 3.45 0 0 0 2.065-.69a.71.71 0 1 1 .846 1.142a4.87 4.87 0 0 1-2.911.97a4.87 4.87 0 0 1-2.911-.97a.71.71 0 0 1-.148-.994m6.377-4.139c0 .688-.37 1.245-.829 1.245s-.83-.557-.83-1.245c0-.687.372-1.244.83-1.244s.83.557.83 1.244m-5.805 1.245c.458 0 .83-.557.83-1.245c0-.687-.372-1.244-.83-1.244s-.83.557-.83 1.244c0 .688.372 1.245.83 1.245"/></g></svg>
</template>

CSS

.icon-face-scan-circle-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M10.801%202.57a.71.71%200%200%201-.555.838a8.78%208.78%200%200%200-6.838%206.838a.71.71%200%201%201-1.394-.283a10.2%2010.2%200%200%201%207.949-7.949a.71.71%200%200%201%20.838.556M2.57%2013.199a.71.71%200%200%201%20.838.555a8.78%208.78%200%200%200%206.838%206.838a.71.71%200%201%201-.283%201.394a10.2%2010.2%200%200%201-7.948-7.949a.71.71%200%200%201%20.555-.838M13.199%202.57a.71.71%200%200%201%20.838-.556a10.2%2010.2%200%200%201%207.949%207.949a.711.711%200%200%201-1.394.283a8.78%208.78%200%200%200-6.838-6.838a.71.71%200%200%201-.555-.838m8.231%2010.629a.71.71%200%200%201%20.556.838a10.2%2010.2%200%200%201-7.949%207.949a.711.711%200%200%201-.283-1.394a8.78%208.78%200%200%200%206.838-6.838a.71.71%200%200%201%20.838-.555%22%2F%3E%3Cpath%20d%3D%22M12%2019.583a7.583%207.583%200%201%200%200-15.166a7.583%207.583%200%200%200%200%2015.166m-3.06-5.044a.71.71%200%200%201%20.995-.148c.59.437%201.3.69%202.065.69a3.45%203.45%200%200%200%202.065-.69a.71.71%200%201%201%20.846%201.142a4.87%204.87%200%200%201-2.911.97a4.87%204.87%200%200%201-2.911-.97a.71.71%200%200%201-.148-.994m6.377-4.139c0%20.688-.37%201.245-.829%201.245s-.83-.557-.83-1.245c0-.687.372-1.244.83-1.244s.83.557.83%201.244m-5.805%201.245c.458%200%20.83-.557.83-1.245c0-.687-.372-1.244-.83-1.244s-.83.557-.83%201.244c0%20.688.372%201.245.83%201.245%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M10.801%202.57a.71.71%200%200%201-.555.838a8.78%208.78%200%200%200-6.838%206.838a.71.71%200%201%201-1.394-.283a10.2%2010.2%200%200%201%207.949-7.949a.71.71%200%200%201%20.838.556M2.57%2013.199a.71.71%200%200%201%20.838.555a8.78%208.78%200%200%200%206.838%206.838a.71.71%200%201%201-.283%201.394a10.2%2010.2%200%200%201-7.948-7.949a.71.71%200%200%201%20.555-.838M13.199%202.57a.71.71%200%200%201%20.838-.556a10.2%2010.2%200%200%201%207.949%207.949a.711.711%200%200%201-1.394.283a8.78%208.78%200%200%200-6.838-6.838a.71.71%200%200%201-.555-.838m8.231%2010.629a.71.71%200%200%201%20.556.838a10.2%2010.2%200%200%201-7.949%207.949a.711.711%200%200%201-.283-1.394a8.78%208.78%200%200%200%206.838-6.838a.71.71%200%200%201%20.838-.555%22%2F%3E%3Cpath%20d%3D%22M12%2019.583a7.583%207.583%200%201%200%200-15.166a7.583%207.583%200%200%200%200%2015.166m-3.06-5.044a.71.71%200%200%201%20.995-.148c.59.437%201.3.69%202.065.69a3.45%203.45%200%200%200%202.065-.69a.71.71%200%201%201%20.846%201.142a4.87%204.87%200%200%201-2.911.97a4.87%204.87%200%200%201-2.911-.97a.71.71%200%200%201-.148-.994m6.377-4.139c0%20.688-.37%201.245-.829%201.245s-.83-.557-.83-1.245c0-.687.372-1.244.83-1.244s.83.557.83%201.244m-5.805%201.245c.458%200%20.83-.557.83-1.245c0-.687-.372-1.244-.83-1.244s-.83.557-.83%201.244c0%20.688.372%201.245.83%201.245%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/face-scan-circle-filled.svg?color=%231a73e8&size=48