eye from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
eye
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the eye icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.01 46.456c16.556 0 27.99-13.38 27.99-17.56c0-4.201-11.454-17.56-27.99-17.56C11.68 11.335 0 24.694 0 28.895c0 4.18 11.659 17.56 28.01 17.56m0-3.238c-13.482 0-24.424-11.434-24.424-14.323c0-2.438 10.942-14.322 24.424-14.322c13.442 0 24.404 11.884 24.404 14.322c0 2.89-10.962 14.323-24.404 14.323m0-2.848c6.373 0 11.495-5.225 11.495-11.475c0-6.413-5.122-11.474-11.495-11.474c-6.413 0-11.556 5.06-11.515 11.474c.02 6.25 5.102 11.475 11.515 11.475m0-7.663c-2.13 0-3.852-1.722-3.852-3.812c0-2.11 1.721-3.81 3.852-3.81c2.11 0 3.832 1.7 3.832 3.81c0 2.09-1.721 3.812-3.832 3.812"/></svg>

React

import type { SVGProps } from "react";

export function F7Eye(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.01 46.456c16.556 0 27.99-13.38 27.99-17.56c0-4.201-11.454-17.56-27.99-17.56C11.68 11.335 0 24.694 0 28.895c0 4.18 11.659 17.56 28.01 17.56m0-3.238c-13.482 0-24.424-11.434-24.424-14.323c0-2.438 10.942-14.322 24.424-14.322c13.442 0 24.404 11.884 24.404 14.322c0 2.89-10.962 14.323-24.404 14.323m0-2.848c6.373 0 11.495-5.225 11.495-11.475c0-6.413-5.122-11.474-11.495-11.474c-6.413 0-11.556 5.06-11.515 11.474c.02 6.25 5.102 11.475 11.515 11.475m0-7.663c-2.13 0-3.852-1.722-3.852-3.812c0-2.11 1.721-3.81 3.852-3.81c2.11 0 3.832 1.7 3.832 3.81c0 2.09-1.721 3.812-3.832 3.812"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.01 46.456c16.556 0 27.99-13.38 27.99-17.56c0-4.201-11.454-17.56-27.99-17.56C11.68 11.335 0 24.694 0 28.895c0 4.18 11.659 17.56 28.01 17.56m0-3.238c-13.482 0-24.424-11.434-24.424-14.323c0-2.438 10.942-14.322 24.424-14.322c13.442 0 24.404 11.884 24.404 14.322c0 2.89-10.962 14.323-24.404 14.323m0-2.848c6.373 0 11.495-5.225 11.495-11.475c0-6.413-5.122-11.474-11.495-11.474c-6.413 0-11.556 5.06-11.515 11.474c.02 6.25 5.102 11.475 11.515 11.475m0-7.663c-2.13 0-3.852-1.722-3.852-3.812c0-2.11 1.721-3.81 3.852-3.81c2.11 0 3.832 1.7 3.832 3.81c0 2.09-1.721 3.812-3.832 3.812"/></svg>
</template>

CSS

.icon-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.01%2046.456c16.556%200%2027.99-13.38%2027.99-17.56c0-4.201-11.454-17.56-27.99-17.56C11.68%2011.335%200%2024.694%200%2028.895c0%204.18%2011.659%2017.56%2028.01%2017.56m0-3.238c-13.482%200-24.424-11.434-24.424-14.323c0-2.438%2010.942-14.322%2024.424-14.322c13.442%200%2024.404%2011.884%2024.404%2014.322c0%202.89-10.962%2014.323-24.404%2014.323m0-2.848c6.373%200%2011.495-5.225%2011.495-11.475c0-6.413-5.122-11.474-11.495-11.474c-6.413%200-11.556%205.06-11.515%2011.474c.02%206.25%205.102%2011.475%2011.515%2011.475m0-7.663c-2.13%200-3.852-1.722-3.852-3.812c0-2.11%201.721-3.81%203.852-3.81c2.11%200%203.832%201.7%203.832%203.81c0%202.09-1.721%203.812-3.832%203.812%22%2F%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.01%2046.456c16.556%200%2027.99-13.38%2027.99-17.56c0-4.201-11.454-17.56-27.99-17.56C11.68%2011.335%200%2024.694%200%2028.895c0%204.18%2011.659%2017.56%2028.01%2017.56m0-3.238c-13.482%200-24.424-11.434-24.424-14.323c0-2.438%2010.942-14.322%2024.424-14.322c13.442%200%2024.404%2011.884%2024.404%2014.322c0%202.89-10.962%2014.323-24.404%2014.323m0-2.848c6.373%200%2011.495-5.225%2011.495-11.475c0-6.413-5.122-11.474-11.495-11.474c-6.413%200-11.556%205.06-11.515%2011.474c.02%206.25%205.102%2011.475%2011.515%2011.475m0-7.663c-2.13%200-3.852-1.722-3.852-3.812c0-2.11%201.721-3.81%203.852-3.81c2.11%200%203.832%201.7%203.832%203.81c0%202.09-1.721%203.812-3.832%203.812%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/eye.svg?color=%231a73e8&size=48