eye-circle-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
eye-circle-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the eye circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1m0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2m0 2.5c1.426 0 2.545.713 3.291 1.459c.374.375.666.768.866 1.107q.151.257.239.478c.051.13.104.296.104.456s-.053.325-.104.456a3.5 3.5 0 0 1-.239.478c-.2.34-.492.732-.866 1.107C10.545 10.787 9.426 11.5 8 11.5s-2.545-.713-3.291-1.459a5.7 5.7 0 0 1-.866-1.107q-.151-.257-.239-.478A1.3 1.3 0 0 1 3.5 8c0-.16.053-.325.104-.456q.088-.221.239-.478c.2-.34.491-.732.866-1.107C5.455 5.213 6.574 4.5 8 4.5m0 1c-1.074 0-1.955.537-2.584 1.166a4.7 4.7 0 0 0-.712.908q-.119.204-.17.337a1 1 0 0 0-.03.089a1 1 0 0 0 .03.089c.035.087.09.202.17.337c.16.27.4.595.712.908c.63.63 1.51 1.166 2.584 1.166s1.955-.537 2.584-1.166a4.7 4.7 0 0 0 .712-.908c.08-.135.136-.25.17-.337q.024-.066.03-.089q-.006-.024-.03-.089a2.5 2.5 0 0 0-.17-.337a4.7 4.7 0 0 0-.712-.908C9.954 6.036 9.074 5.5 8 5.5m0 1a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>

React

import type { SVGProps } from "react";

export function FluentEyeCircle16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1m0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2m0 2.5c1.426 0 2.545.713 3.291 1.459c.374.375.666.768.866 1.107q.151.257.239.478c.051.13.104.296.104.456s-.053.325-.104.456a3.5 3.5 0 0 1-.239.478c-.2.34-.492.732-.866 1.107C10.545 10.787 9.426 11.5 8 11.5s-2.545-.713-3.291-1.459a5.7 5.7 0 0 1-.866-1.107q-.151-.257-.239-.478A1.3 1.3 0 0 1 3.5 8c0-.16.053-.325.104-.456q.088-.221.239-.478c.2-.34.491-.732.866-1.107C5.455 5.213 6.574 4.5 8 4.5m0 1c-1.074 0-1.955.537-2.584 1.166a4.7 4.7 0 0 0-.712.908q-.119.204-.17.337a1 1 0 0 0-.03.089a1 1 0 0 0 .03.089c.035.087.09.202.17.337c.16.27.4.595.712.908c.63.63 1.51 1.166 2.584 1.166s1.955-.537 2.584-1.166a4.7 4.7 0 0 0 .712-.908c.08-.135.136-.25.17-.337q.024-.066.03-.089q-.006-.024-.03-.089a2.5 2.5 0 0 0-.17-.337a4.7 4.7 0 0 0-.712-.908C9.954 6.036 9.074 5.5 8 5.5m0 1a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1m0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2m0 2.5c1.426 0 2.545.713 3.291 1.459c.374.375.666.768.866 1.107q.151.257.239.478c.051.13.104.296.104.456s-.053.325-.104.456a3.5 3.5 0 0 1-.239.478c-.2.34-.492.732-.866 1.107C10.545 10.787 9.426 11.5 8 11.5s-2.545-.713-3.291-1.459a5.7 5.7 0 0 1-.866-1.107q-.151-.257-.239-.478A1.3 1.3 0 0 1 3.5 8c0-.16.053-.325.104-.456q.088-.221.239-.478c.2-.34.491-.732.866-1.107C5.455 5.213 6.574 4.5 8 4.5m0 1c-1.074 0-1.955.537-2.584 1.166a4.7 4.7 0 0 0-.712.908q-.119.204-.17.337a1 1 0 0 0-.03.089a1 1 0 0 0 .03.089c.035.087.09.202.17.337c.16.27.4.595.712.908c.63.63 1.51 1.166 2.584 1.166s1.955-.537 2.584-1.166a4.7 4.7 0 0 0 .712-.908c.08-.135.136-.25.17-.337q.024-.066.03-.089q-.006-.024-.03-.089a2.5 2.5 0 0 0-.17-.337a4.7 4.7 0 0 0-.712-.908C9.954 6.036 9.074 5.5 8 5.5m0 1a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
</template>

CSS

.icon-eye-circle-16-regular {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201a7%207%200%201%201%200%2014A7%207%200%200%201%208%201m0%201a6%206%200%201%200%200%2012A6%206%200%200%200%208%202m0%202.5c1.426%200%202.545.713%203.291%201.459c.374.375.666.768.866%201.107q.151.257.239.478c.051.13.104.296.104.456s-.053.325-.104.456a3.5%203.5%200%200%201-.239.478c-.2.34-.492.732-.866%201.107C10.545%2010.787%209.426%2011.5%208%2011.5s-2.545-.713-3.291-1.459a5.7%205.7%200%200%201-.866-1.107q-.151-.257-.239-.478A1.3%201.3%200%200%201%203.5%208c0-.16.053-.325.104-.456q.088-.221.239-.478c.2-.34.491-.732.866-1.107C5.455%205.213%206.574%204.5%208%204.5m0%201c-1.074%200-1.955.537-2.584%201.166a4.7%204.7%200%200%200-.712.908q-.119.204-.17.337a1%201%200%200%200-.03.089a1%201%200%200%200%20.03.089c.035.087.09.202.17.337c.16.27.4.595.712.908c.63.63%201.51%201.166%202.584%201.166s1.955-.537%202.584-1.166a4.7%204.7%200%200%200%20.712-.908c.08-.135.136-.25.17-.337q.024-.066.03-.089q-.006-.024-.03-.089a2.5%202.5%200%200%200-.17-.337a4.7%204.7%200%200%200-.712-.908C9.954%206.036%209.074%205.5%208%205.5m0%201a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201a7%207%200%201%201%200%2014A7%207%200%200%201%208%201m0%201a6%206%200%201%200%200%2012A6%206%200%200%200%208%202m0%202.5c1.426%200%202.545.713%203.291%201.459c.374.375.666.768.866%201.107q.151.257.239.478c.051.13.104.296.104.456s-.053.325-.104.456a3.5%203.5%200%200%201-.239.478c-.2.34-.492.732-.866%201.107C10.545%2010.787%209.426%2011.5%208%2011.5s-2.545-.713-3.291-1.459a5.7%205.7%200%200%201-.866-1.107q-.151-.257-.239-.478A1.3%201.3%200%200%201%203.5%208c0-.16.053-.325.104-.456q.088-.221.239-.478c.2-.34.491-.732.866-1.107C5.455%205.213%206.574%204.5%208%204.5m0%201c-1.074%200-1.955.537-2.584%201.166a4.7%204.7%200%200%200-.712.908q-.119.204-.17.337a1%201%200%200%200-.03.089a1%201%200%200%200%20.03.089c.035.087.09.202.17.337c.16.27.4.595.712.908c.63.63%201.51%201.166%202.584%201.166s1.955-.537%202.584-1.166a4.7%204.7%200%200%200%20.712-.908c.08-.135.136-.25.17-.337q.024-.066.03-.089q-.006-.024-.03-.089a2.5%202.5%200%200%200-.17-.337a4.7%204.7%200%200%200-.712-.908C9.954%206.036%209.074%205.5%208%205.5m0%201a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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