face scan circle icon
face-scan-circle from Reicon by REICON · Outline · Faces · MIT Free for personal and commercial use.
- Name
- face-scan-circle
- Set
- Reicon
- Style
- Outline
- 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 d="M16 10.5c0 .829-.448 1.5-1 1.5c-.553 0-1-.671-1-1.5c0-.828.447-1.5 1-1.5s1 .672 1 1.5m-6 0c0 .829-.448 1.5-1 1.5s-1-.671-1-1.5C8 9.672 8.448 9 9 9s1 .672 1 1.5"/><path fill-rule="evenodd" d="M13.265 2.051a.75.75 0 0 1 .884-.586a10.76 10.76 0 0 1 8.386 8.386a.75.75 0 0 1-1.47.298a9.26 9.26 0 0 0-7.214-7.214a.75.75 0 0 1-.586-.884m-2.53 0a.75.75 0 0 1-.586.884a9.26 9.26 0 0 0-7.214 7.215a.75.75 0 0 1-1.47-.299A10.76 10.76 0 0 1 9.85 1.465a.75.75 0 0 1 .884.586M2.051 13.265a.75.75 0 0 1 .884.586a9.26 9.26 0 0 0 7.214 7.214a.75.75 0 1 1-.298 1.47a10.76 10.76 0 0 1-8.386-8.385a.75.75 0 0 1 .586-.885m19.898 0a.75.75 0 0 1 .586.885a10.76 10.76 0 0 1-8.386 8.385a.75.75 0 0 1-.298-1.47a9.26 9.26 0 0 0 7.214-7.214a.75.75 0 0 1 .884-.586M8.397 15.554a.75.75 0 0 1 1.05-.156c.728.54 1.607.852 2.553.852s1.825-.312 2.553-.852a.75.75 0 1 1 .893 1.205A5.77 5.77 0 0 1 12 17.75a5.77 5.77 0 0 1-3.447-1.147a.75.75 0 0 1-.156-1.05" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFaceScanCircle(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 d="M16 10.5c0 .829-.448 1.5-1 1.5c-.553 0-1-.671-1-1.5c0-.828.447-1.5 1-1.5s1 .672 1 1.5m-6 0c0 .829-.448 1.5-1 1.5s-1-.671-1-1.5C8 9.672 8.448 9 9 9s1 .672 1 1.5"/><path fillRule="evenodd" d="M13.265 2.051a.75.75 0 0 1 .884-.586a10.76 10.76 0 0 1 8.386 8.386a.75.75 0 0 1-1.47.298a9.26 9.26 0 0 0-7.214-7.214a.75.75 0 0 1-.586-.884m-2.53 0a.75.75 0 0 1-.586.884a9.26 9.26 0 0 0-7.214 7.215a.75.75 0 0 1-1.47-.299A10.76 10.76 0 0 1 9.85 1.465a.75.75 0 0 1 .884.586M2.051 13.265a.75.75 0 0 1 .884.586a9.26 9.26 0 0 0 7.214 7.214a.75.75 0 1 1-.298 1.47a10.76 10.76 0 0 1-8.386-8.385a.75.75 0 0 1 .586-.885m19.898 0a.75.75 0 0 1 .586.885a10.76 10.76 0 0 1-8.386 8.385a.75.75 0 0 1-.298-1.47a9.26 9.26 0 0 0 7.214-7.214a.75.75 0 0 1 .884-.586M8.397 15.554a.75.75 0 0 1 1.05-.156c.728.54 1.607.852 2.553.852s1.825-.312 2.553-.852a.75.75 0 1 1 .893 1.205A5.77 5.77 0 0 1 12 17.75a5.77 5.77 0 0 1-3.447-1.147a.75.75 0 0 1-.156-1.05" clipRule="evenodd"/></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 d="M16 10.5c0 .829-.448 1.5-1 1.5c-.553 0-1-.671-1-1.5c0-.828.447-1.5 1-1.5s1 .672 1 1.5m-6 0c0 .829-.448 1.5-1 1.5s-1-.671-1-1.5C8 9.672 8.448 9 9 9s1 .672 1 1.5"/><path fill-rule="evenodd" d="M13.265 2.051a.75.75 0 0 1 .884-.586a10.76 10.76 0 0 1 8.386 8.386a.75.75 0 0 1-1.47.298a9.26 9.26 0 0 0-7.214-7.214a.75.75 0 0 1-.586-.884m-2.53 0a.75.75 0 0 1-.586.884a9.26 9.26 0 0 0-7.214 7.215a.75.75 0 0 1-1.47-.299A10.76 10.76 0 0 1 9.85 1.465a.75.75 0 0 1 .884.586M2.051 13.265a.75.75 0 0 1 .884.586a9.26 9.26 0 0 0 7.214 7.214a.75.75 0 1 1-.298 1.47a10.76 10.76 0 0 1-8.386-8.385a.75.75 0 0 1 .586-.885m19.898 0a.75.75 0 0 1 .586.885a10.76 10.76 0 0 1-8.386 8.385a.75.75 0 0 1-.298-1.47a9.26 9.26 0 0 0 7.214-7.214a.75.75 0 0 1 .884-.586M8.397 15.554a.75.75 0 0 1 1.05-.156c.728.54 1.607.852 2.553.852s1.825-.312 2.553-.852a.75.75 0 1 1 .893 1.205A5.77 5.77 0 0 1 12 17.75a5.77 5.77 0 0 1-3.447-1.147a.75.75 0 0 1-.156-1.05" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-face-scan-circle {
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%20d%3D%22M16%2010.5c0%20.829-.448%201.5-1%201.5c-.553%200-1-.671-1-1.5c0-.828.447-1.5%201-1.5s1%20.672%201%201.5m-6%200c0%20.829-.448%201.5-1%201.5s-1-.671-1-1.5C8%209.672%208.448%209%209%209s1%20.672%201%201.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.265%202.051a.75.75%200%200%201%20.884-.586a10.76%2010.76%200%200%201%208.386%208.386a.75.75%200%200%201-1.47.298a9.26%209.26%200%200%200-7.214-7.214a.75.75%200%200%201-.586-.884m-2.53%200a.75.75%200%200%201-.586.884a9.26%209.26%200%200%200-7.214%207.215a.75.75%200%200%201-1.47-.299A10.76%2010.76%200%200%201%209.85%201.465a.75.75%200%200%201%20.884.586M2.051%2013.265a.75.75%200%200%201%20.884.586a9.26%209.26%200%200%200%207.214%207.214a.75.75%200%201%201-.298%201.47a10.76%2010.76%200%200%201-8.386-8.385a.75.75%200%200%201%20.586-.885m19.898%200a.75.75%200%200%201%20.586.885a10.76%2010.76%200%200%201-8.386%208.385a.75.75%200%200%201-.298-1.47a9.26%209.26%200%200%200%207.214-7.214a.75.75%200%200%201%20.884-.586M8.397%2015.554a.75.75%200%200%201%201.05-.156c.728.54%201.607.852%202.553.852s1.825-.312%202.553-.852a.75.75%200%201%201%20.893%201.205A5.77%205.77%200%200%201%2012%2017.75a5.77%205.77%200%200%201-3.447-1.147a.75.75%200%200%201-.156-1.05%22%20clip-rule%3D%22evenodd%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%20d%3D%22M16%2010.5c0%20.829-.448%201.5-1%201.5c-.553%200-1-.671-1-1.5c0-.828.447-1.5%201-1.5s1%20.672%201%201.5m-6%200c0%20.829-.448%201.5-1%201.5s-1-.671-1-1.5C8%209.672%208.448%209%209%209s1%20.672%201%201.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.265%202.051a.75.75%200%200%201%20.884-.586a10.76%2010.76%200%200%201%208.386%208.386a.75.75%200%200%201-1.47.298a9.26%209.26%200%200%200-7.214-7.214a.75.75%200%200%201-.586-.884m-2.53%200a.75.75%200%200%201-.586.884a9.26%209.26%200%200%200-7.214%207.215a.75.75%200%200%201-1.47-.299A10.76%2010.76%200%200%201%209.85%201.465a.75.75%200%200%201%20.884.586M2.051%2013.265a.75.75%200%200%201%20.884.586a9.26%209.26%200%200%200%207.214%207.214a.75.75%200%201%201-.298%201.47a10.76%2010.76%200%200%201-8.386-8.385a.75.75%200%200%201%20.586-.885m19.898%200a.75.75%200%200%201%20.586.885a10.76%2010.76%200%200%201-8.386%208.385a.75.75%200%200%201-.298-1.47a9.26%209.26%200%200%200%207.214-7.214a.75.75%200%200%201%20.884-.586M8.397%2015.554a.75.75%200%200%201%201.05-.156c.728.54%201.607.852%202.553.852s1.825-.312%202.553-.852a.75.75%200%201%201%20.893%201.205A5.77%205.77%200%200%201%2012%2017.75a5.77%205.77%200%200%201-3.447-1.147a.75.75%200%200%201-.156-1.05%22%20clip-rule%3D%22evenodd%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.svg?color=%231a73e8&size=48