eye scan icon

eye-scan from Reicon by REICON · Outline · Security · MIT Free for personal and commercial use.

Name
eye-scan
Set
Reicon
Style
Outline
Category
Security
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More security icons from Reicon

Use the eye scan icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.29 2.89c-1.028-.138-2.383-.14-4.29-.14a.75.75 0 0 1 0-1.5h.056c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.684.685 1.058 1.336 1.233 2.341c.158.904.158 2.122.158 3.922V9a.75.75 0 0 1-1.5 0c0-1.92-.003-3.001-.135-3.76c-.118-.673-.33-1.051-.817-1.538c-.423-.423-1.003-.677-2.009-.812M2.75 15a.75.75 0 0 0-1.5 0v.096c0 1.8 0 3.018.158 3.922c.175 1.005.549 1.656 1.233 2.34c.749.75 1.698 1.081 2.87 1.239c1.14.153 2.595.153 4.433.153H10a.75.75 0 0 0 0-1.5c-1.907 0-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812c-.487-.487-.7-.865-.817-1.538c-.132-.759-.135-1.84-.135-3.76m20 0a.75.75 0 0 0-1.5 0c0 1.92-.003 3.001-.135 3.76c-.118.673-.33 1.051-.817 1.538c-.423.423-1.003.677-2.009.812c-1.027.138-2.382.14-4.289.14a.75.75 0 0 0 0 1.5h.056c1.838 0 3.294 0 4.433-.153c1.172-.158 2.121-.49 2.87-1.238c.684-.685 1.058-1.336 1.233-2.341c.158-.904.158-2.123.158-3.922zM10 1.25h-.056c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.684.685-1.058 1.336-1.233 2.341c-.158.904-.158 2.122-.158 3.922V9a.75.75 0 1 0 1.5 0c0-1.92.003-3.001.135-3.76c.118-.673.33-1.051.817-1.538c.423-.423 1.003-.677 2.009-.812c1.028-.138 2.382-.14 4.289-.14a.75.75 0 0 0 0-1.5"/><path fill-rule="evenodd" d="M12 9.25a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5M10.75 12a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0" clip-rule="evenodd"/><path fill-rule="evenodd" d="M5.324 9.45c1.27-1.473 3.452-3.2 6.676-3.2s5.406 1.727 6.676 3.2l.032.038c.27.314.55.637.741 1.024c.214.433.301.897.301 1.488c0 .59-.087 1.055-.3 1.488c-.192.387-.471.71-.742 1.024l-.032.037c-1.27 1.474-3.452 3.201-6.676 3.201s-5.406-1.727-6.676-3.2l-.032-.038c-.27-.314-.55-.637-.741-1.024c-.214-.433-.301-.897-.301-1.488c0-.59.087-1.055.3-1.488c.192-.387.471-.71.742-1.024zM12 7.75c-2.631 0-4.434 1.397-5.54 2.68c-.313.364-.466.549-.565.747c-.083.169-.145.389-.145.823s.062.654.145.823c.099.198.252.383.565.747c1.106 1.283 2.909 2.68 5.54 2.68s4.434-1.397 5.54-2.68c.314-.364.466-.549.565-.747c.083-.169.145-.389.145-.823s-.062-.654-.145-.823c-.099-.198-.252-.383-.566-.747C16.435 9.147 14.632 7.75 12 7.75" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconEyeScan(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="M18.29 2.89c-1.028-.138-2.383-.14-4.29-.14a.75.75 0 0 1 0-1.5h.056c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.684.685 1.058 1.336 1.233 2.341c.158.904.158 2.122.158 3.922V9a.75.75 0 0 1-1.5 0c0-1.92-.003-3.001-.135-3.76c-.118-.673-.33-1.051-.817-1.538c-.423-.423-1.003-.677-2.009-.812M2.75 15a.75.75 0 0 0-1.5 0v.096c0 1.8 0 3.018.158 3.922c.175 1.005.549 1.656 1.233 2.34c.749.75 1.698 1.081 2.87 1.239c1.14.153 2.595.153 4.433.153H10a.75.75 0 0 0 0-1.5c-1.907 0-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812c-.487-.487-.7-.865-.817-1.538c-.132-.759-.135-1.84-.135-3.76m20 0a.75.75 0 0 0-1.5 0c0 1.92-.003 3.001-.135 3.76c-.118.673-.33 1.051-.817 1.538c-.423.423-1.003.677-2.009.812c-1.027.138-2.382.14-4.289.14a.75.75 0 0 0 0 1.5h.056c1.838 0 3.294 0 4.433-.153c1.172-.158 2.121-.49 2.87-1.238c.684-.685 1.058-1.336 1.233-2.341c.158-.904.158-2.123.158-3.922zM10 1.25h-.056c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.684.685-1.058 1.336-1.233 2.341c-.158.904-.158 2.122-.158 3.922V9a.75.75 0 1 0 1.5 0c0-1.92.003-3.001.135-3.76c.118-.673.33-1.051.817-1.538c.423-.423 1.003-.677 2.009-.812c1.028-.138 2.382-.14 4.289-.14a.75.75 0 0 0 0-1.5"/><path fillRule="evenodd" d="M12 9.25a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5M10.75 12a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0" clipRule="evenodd"/><path fillRule="evenodd" d="M5.324 9.45c1.27-1.473 3.452-3.2 6.676-3.2s5.406 1.727 6.676 3.2l.032.038c.27.314.55.637.741 1.024c.214.433.301.897.301 1.488c0 .59-.087 1.055-.3 1.488c-.192.387-.471.71-.742 1.024l-.032.037c-1.27 1.474-3.452 3.201-6.676 3.201s-5.406-1.727-6.676-3.2l-.032-.038c-.27-.314-.55-.637-.741-1.024c-.214-.433-.301-.897-.301-1.488c0-.59.087-1.055.3-1.488c.192-.387.471-.71.742-1.024zM12 7.75c-2.631 0-4.434 1.397-5.54 2.68c-.313.364-.466.549-.565.747c-.083.169-.145.389-.145.823s.062.654.145.823c.099.198.252.383.565.747c1.106 1.283 2.909 2.68 5.54 2.68s4.434-1.397 5.54-2.68c.314-.364.466-.549.565-.747c.083-.169.145-.389.145-.823s-.062-.654-.145-.823c-.099-.198-.252-.383-.566-.747C16.435 9.147 14.632 7.75 12 7.75" 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="M18.29 2.89c-1.028-.138-2.383-.14-4.29-.14a.75.75 0 0 1 0-1.5h.056c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.684.685 1.058 1.336 1.233 2.341c.158.904.158 2.122.158 3.922V9a.75.75 0 0 1-1.5 0c0-1.92-.003-3.001-.135-3.76c-.118-.673-.33-1.051-.817-1.538c-.423-.423-1.003-.677-2.009-.812M2.75 15a.75.75 0 0 0-1.5 0v.096c0 1.8 0 3.018.158 3.922c.175 1.005.549 1.656 1.233 2.34c.749.75 1.698 1.081 2.87 1.239c1.14.153 2.595.153 4.433.153H10a.75.75 0 0 0 0-1.5c-1.907 0-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812c-.487-.487-.7-.865-.817-1.538c-.132-.759-.135-1.84-.135-3.76m20 0a.75.75 0 0 0-1.5 0c0 1.92-.003 3.001-.135 3.76c-.118.673-.33 1.051-.817 1.538c-.423.423-1.003.677-2.009.812c-1.027.138-2.382.14-4.289.14a.75.75 0 0 0 0 1.5h.056c1.838 0 3.294 0 4.433-.153c1.172-.158 2.121-.49 2.87-1.238c.684-.685 1.058-1.336 1.233-2.341c.158-.904.158-2.123.158-3.922zM10 1.25h-.056c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.684.685-1.058 1.336-1.233 2.341c-.158.904-.158 2.122-.158 3.922V9a.75.75 0 1 0 1.5 0c0-1.92.003-3.001.135-3.76c.118-.673.33-1.051.817-1.538c.423-.423 1.003-.677 2.009-.812c1.028-.138 2.382-.14 4.289-.14a.75.75 0 0 0 0-1.5"/><path fill-rule="evenodd" d="M12 9.25a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5M10.75 12a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0" clip-rule="evenodd"/><path fill-rule="evenodd" d="M5.324 9.45c1.27-1.473 3.452-3.2 6.676-3.2s5.406 1.727 6.676 3.2l.032.038c.27.314.55.637.741 1.024c.214.433.301.897.301 1.488c0 .59-.087 1.055-.3 1.488c-.192.387-.471.71-.742 1.024l-.032.037c-1.27 1.474-3.452 3.201-6.676 3.201s-5.406-1.727-6.676-3.2l-.032-.038c-.27-.314-.55-.637-.741-1.024c-.214-.433-.301-.897-.301-1.488c0-.59.087-1.055.3-1.488c.192-.387.471-.71.742-1.024zM12 7.75c-2.631 0-4.434 1.397-5.54 2.68c-.313.364-.466.549-.565.747c-.083.169-.145.389-.145.823s.062.654.145.823c.099.198.252.383.565.747c1.106 1.283 2.909 2.68 5.54 2.68s4.434-1.397 5.54-2.68c.314-.364.466-.549.565-.747c.083-.169.145-.389.145-.823s-.062-.654-.145-.823c-.099-.198-.252-.383-.566-.747C16.435 9.147 14.632 7.75 12 7.75" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-eye-scan {
  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%22M18.29%202.89c-1.028-.138-2.383-.14-4.29-.14a.75.75%200%200%201%200-1.5h.056c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.684.685%201.058%201.336%201.233%202.341c.158.904.158%202.122.158%203.922V9a.75.75%200%200%201-1.5%200c0-1.92-.003-3.001-.135-3.76c-.118-.673-.33-1.051-.817-1.538c-.423-.423-1.003-.677-2.009-.812M2.75%2015a.75.75%200%200%200-1.5%200v.096c0%201.8%200%203.018.158%203.922c.175%201.005.549%201.656%201.233%202.34c.749.75%201.698%201.081%202.87%201.239c1.14.153%202.595.153%204.433.153H10a.75.75%200%200%200%200-1.5c-1.907%200-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812c-.487-.487-.7-.865-.817-1.538c-.132-.759-.135-1.84-.135-3.76m20%200a.75.75%200%200%200-1.5%200c0%201.92-.003%203.001-.135%203.76c-.118.673-.33%201.051-.817%201.538c-.423.423-1.003.677-2.009.812c-1.027.138-2.382.14-4.289.14a.75.75%200%200%200%200%201.5h.056c1.838%200%203.294%200%204.433-.153c1.172-.158%202.121-.49%202.87-1.238c.684-.685%201.058-1.336%201.233-2.341c.158-.904.158-2.123.158-3.922zM10%201.25h-.056c-1.838%200-3.294%200-4.433.153c-1.172.158-2.121.49-2.87%201.238c-.684.685-1.058%201.336-1.233%202.341c-.158.904-.158%202.122-.158%203.922V9a.75.75%200%201%200%201.5%200c0-1.92.003-3.001.135-3.76c.118-.673.33-1.051.817-1.538c.423-.423%201.003-.677%202.009-.812c1.028-.138%202.382-.14%204.289-.14a.75.75%200%200%200%200-1.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%209.25a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5M10.75%2012a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.324%209.45c1.27-1.473%203.452-3.2%206.676-3.2s5.406%201.727%206.676%203.2l.032.038c.27.314.55.637.741%201.024c.214.433.301.897.301%201.488c0%20.59-.087%201.055-.3%201.488c-.192.387-.471.71-.742%201.024l-.032.037c-1.27%201.474-3.452%203.201-6.676%203.201s-5.406-1.727-6.676-3.2l-.032-.038c-.27-.314-.55-.637-.741-1.024c-.214-.433-.301-.897-.301-1.488c0-.59.087-1.055.3-1.488c.192-.387.471-.71.742-1.024zM12%207.75c-2.631%200-4.434%201.397-5.54%202.68c-.313.364-.466.549-.565.747c-.083.169-.145.389-.145.823s.062.654.145.823c.099.198.252.383.565.747c1.106%201.283%202.909%202.68%205.54%202.68s4.434-1.397%205.54-2.68c.314-.364.466-.549.565-.747c.083-.169.145-.389.145-.823s-.062-.654-.145-.823c-.099-.198-.252-.383-.566-.747C16.435%209.147%2014.632%207.75%2012%207.75%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%22M18.29%202.89c-1.028-.138-2.383-.14-4.29-.14a.75.75%200%200%201%200-1.5h.056c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.684.685%201.058%201.336%201.233%202.341c.158.904.158%202.122.158%203.922V9a.75.75%200%200%201-1.5%200c0-1.92-.003-3.001-.135-3.76c-.118-.673-.33-1.051-.817-1.538c-.423-.423-1.003-.677-2.009-.812M2.75%2015a.75.75%200%200%200-1.5%200v.096c0%201.8%200%203.018.158%203.922c.175%201.005.549%201.656%201.233%202.34c.749.75%201.698%201.081%202.87%201.239c1.14.153%202.595.153%204.433.153H10a.75.75%200%200%200%200-1.5c-1.907%200-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812c-.487-.487-.7-.865-.817-1.538c-.132-.759-.135-1.84-.135-3.76m20%200a.75.75%200%200%200-1.5%200c0%201.92-.003%203.001-.135%203.76c-.118.673-.33%201.051-.817%201.538c-.423.423-1.003.677-2.009.812c-1.027.138-2.382.14-4.289.14a.75.75%200%200%200%200%201.5h.056c1.838%200%203.294%200%204.433-.153c1.172-.158%202.121-.49%202.87-1.238c.684-.685%201.058-1.336%201.233-2.341c.158-.904.158-2.123.158-3.922zM10%201.25h-.056c-1.838%200-3.294%200-4.433.153c-1.172.158-2.121.49-2.87%201.238c-.684.685-1.058%201.336-1.233%202.341c-.158.904-.158%202.122-.158%203.922V9a.75.75%200%201%200%201.5%200c0-1.92.003-3.001.135-3.76c.118-.673.33-1.051.817-1.538c.423-.423%201.003-.677%202.009-.812c1.028-.138%202.382-.14%204.289-.14a.75.75%200%200%200%200-1.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%209.25a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5M10.75%2012a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.324%209.45c1.27-1.473%203.452-3.2%206.676-3.2s5.406%201.727%206.676%203.2l.032.038c.27.314.55.637.741%201.024c.214.433.301.897.301%201.488c0%20.59-.087%201.055-.3%201.488c-.192.387-.471.71-.742%201.024l-.032.037c-1.27%201.474-3.452%203.201-6.676%203.201s-5.406-1.727-6.676-3.2l-.032-.038c-.27-.314-.55-.637-.741-1.024c-.214-.433-.301-.897-.301-1.488c0-.59.087-1.055.3-1.488c.192-.387.471-.71.742-1.024zM12%207.75c-2.631%200-4.434%201.397-5.54%202.68c-.313.364-.466.549-.565.747c-.083.169-.145.389-.145.823s.062.654.145.823c.099.198.252.383.565.747c1.106%201.283%202.909%202.68%205.54%202.68s4.434-1.397%205.54-2.68c.314-.364.466-.549.565-.747c.083-.169.145-.389.145-.823s-.062-.654-.145-.823c-.099-.198-.252-.383-.566-.747C16.435%209.147%2014.632%207.75%2012%207.75%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/eye-scan.svg?color=%231a73e8&size=48