scan eye icon
scan-eye from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- scan-eye
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the scan eye icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 17c4.227 0 6.334-3.491 6.913-4.64a.8.8 0 0 0 0-.722C18.334 10.49 16.227 7 12 7s-6.334 3.49-6.913 4.638a.8.8 0 0 0 0 .723C5.666 13.509 7.773 17 12 17"/><circle cx="12" cy="11.999" r="2"/><path d="M21.5 7.5c-.091-1.846-.365-2.997-1.184-3.816c-.819-.818-1.97-1.092-3.816-1.184m-14 5c.092-1.847.365-2.998 1.184-3.816c.819-.82 1.97-1.093 3.816-1.184m14 14c-.091 1.846-.365 2.997-1.184 3.816s-1.97 1.092-3.816 1.184m-14-5c.092 1.847.365 2.998 1.184 3.817c.819.818 1.97 1.092 3.816 1.184"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsScanEye(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 17c4.227 0 6.334-3.491 6.913-4.64a.8.8 0 0 0 0-.722C18.334 10.49 16.227 7 12 7s-6.334 3.49-6.913 4.638a.8.8 0 0 0 0 .723C5.666 13.509 7.773 17 12 17"/><circle cx="12" cy="11.999" r="2"/><path d="M21.5 7.5c-.091-1.846-.365-2.997-1.184-3.816c-.819-.818-1.97-1.092-3.816-1.184m-14 5c.092-1.847.365-2.998 1.184-3.816c.819-.82 1.97-1.093 3.816-1.184m14 14c-.091 1.846-.365 2.997-1.184 3.816s-1.97 1.092-3.816 1.184m-14-5c.092 1.847.365 2.998 1.184 3.817c.819.818 1.97 1.092 3.816 1.184"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 17c4.227 0 6.334-3.491 6.913-4.64a.8.8 0 0 0 0-.722C18.334 10.49 16.227 7 12 7s-6.334 3.49-6.913 4.638a.8.8 0 0 0 0 .723C5.666 13.509 7.773 17 12 17"/><circle cx="12" cy="11.999" r="2"/><path d="M21.5 7.5c-.091-1.846-.365-2.997-1.184-3.816c-.819-.818-1.97-1.092-3.816-1.184m-14 5c.092-1.847.365-2.998 1.184-3.816c.819-.82 1.97-1.093 3.816-1.184m14 14c-.091 1.846-.365 2.997-1.184 3.816s-1.97 1.092-3.816 1.184m-14-5c.092 1.847.365 2.998 1.184 3.817c.819.818 1.97 1.092 3.816 1.184"/></g></svg> </template>
CSS
.icon-scan-eye {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2017c4.227%200%206.334-3.491%206.913-4.64a.8.8%200%200%200%200-.722C18.334%2010.49%2016.227%207%2012%207s-6.334%203.49-6.913%204.638a.8.8%200%200%200%200%20.723C5.666%2013.509%207.773%2017%2012%2017%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2211.999%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M21.5%207.5c-.091-1.846-.365-2.997-1.184-3.816c-.819-.818-1.97-1.092-3.816-1.184m-14%205c.092-1.847.365-2.998%201.184-3.816c.819-.82%201.97-1.093%203.816-1.184m14%2014c-.091%201.846-.365%202.997-1.184%203.816s-1.97%201.092-3.816%201.184m-14-5c.092%201.847.365%202.998%201.184%203.817c.819.818%201.97%201.092%203.816%201.184%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2017c4.227%200%206.334-3.491%206.913-4.64a.8.8%200%200%200%200-.722C18.334%2010.49%2016.227%207%2012%207s-6.334%203.49-6.913%204.638a.8.8%200%200%200%200%20.723C5.666%2013.509%207.773%2017%2012%2017%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2211.999%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M21.5%207.5c-.091-1.846-.365-2.997-1.184-3.816c-.819-.818-1.97-1.092-3.816-1.184m-14%205c.092-1.847.365-2.998%201.184-3.816c.819-.82%201.97-1.093%203.816-1.184m14%2014c-.091%201.846-.365%202.997-1.184%203.816s-1.97%201.092-3.816%201.184m-14-5c.092%201.847.365%202.998%201.184%203.817c.819.818%201.97%201.092%203.816%201.184%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/scan-eye.svg?color=%231a73e8&size=48