face scan circle icon
face-scan-circle-duotone from Reicon by REICON · Duotone · Faces · MIT Free for personal and commercial use.
- Name
- face-scan-circle-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><path fill-rule="evenodd" 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" clip-rule="evenodd"/><path d="M12 19.583a7.583 7.583 0 1 0 0-15.166a7.583 7.583 0 0 0 0 15.166" opacity=".5"/><path d="M8.94 14.539a.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 .847 1.142a4.87 4.87 0 0 1-2.912.97a4.87 4.87 0 0 1-2.911-.97a.71.71 0 0 1-.148-.994m5.547-2.895c.458 0 .83-.557.83-1.244s-.372-1.244-.83-1.244s-.83.557-.83 1.244s.372 1.244.83 1.244m-4.976 0c.458 0 .83-.557.83-1.244s-.372-1.244-.83-1.244s-.83.557-.83 1.244s.372 1.244.83 1.244"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFaceScanCircleDuotone(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"><path fillRule="evenodd" 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" clipRule="evenodd"/><path d="M12 19.583a7.583 7.583 0 1 0 0-15.166a7.583 7.583 0 0 0 0 15.166" opacity=".5"/><path d="M8.94 14.539a.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 .847 1.142a4.87 4.87 0 0 1-2.912.97a4.87 4.87 0 0 1-2.911-.97a.71.71 0 0 1-.148-.994m5.547-2.895c.458 0 .83-.557.83-1.244s-.372-1.244-.83-1.244s-.83.557-.83 1.244s.372 1.244.83 1.244m-4.976 0c.458 0 .83-.557.83-1.244s-.372-1.244-.83-1.244s-.83.557-.83 1.244s.372 1.244.83 1.244"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" 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" clip-rule="evenodd"/><path d="M12 19.583a7.583 7.583 0 1 0 0-15.166a7.583 7.583 0 0 0 0 15.166" opacity=".5"/><path d="M8.94 14.539a.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 .847 1.142a4.87 4.87 0 0 1-2.912.97a4.87 4.87 0 0 1-2.911-.97a.71.71 0 0 1-.148-.994m5.547-2.895c.458 0 .83-.557.83-1.244s-.372-1.244-.83-1.244s-.83.557-.83 1.244s.372 1.244.83 1.244m-4.976 0c.458 0 .83-.557.83-1.244s-.372-1.244-.83-1.244s-.83.557-.83 1.244s.372 1.244.83 1.244"/></g></svg> </template>
CSS
.icon-face-scan-circle-duotone {
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%3E%3Cpath%20fill-rule%3D%22evenodd%22%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%20clip-rule%3D%22evenodd%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.166%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8.94%2014.539a.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.847%201.142a4.87%204.87%200%200%201-2.912.97a4.87%204.87%200%200%201-2.911-.97a.71.71%200%200%201-.148-.994m5.547-2.895c.458%200%20.83-.557.83-1.244s-.372-1.244-.83-1.244s-.83.557-.83%201.244s.372%201.244.83%201.244m-4.976%200c.458%200%20.83-.557.83-1.244s-.372-1.244-.83-1.244s-.83.557-.83%201.244s.372%201.244.83%201.244%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%3E%3Cpath%20fill-rule%3D%22evenodd%22%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%20clip-rule%3D%22evenodd%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.166%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8.94%2014.539a.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.847%201.142a4.87%204.87%200%200%201-2.912.97a4.87%204.87%200%200%201-2.911-.97a.71.71%200%200%201-.148-.994m5.547-2.895c.458%200%20.83-.557.83-1.244s-.372-1.244-.83-1.244s-.83.557-.83%201.244s.372%201.244.83%201.244m-4.976%200c.458%200%20.83-.557.83-1.244s-.372-1.244-.83-1.244s-.83.557-.83%201.244s.372%201.244.83%201.244%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-duotone.svg?color=%231a73e8&size=48