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

Name
eye-circle-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 1 0 16a8 8 0 0 1 0-16m0 1a7 7 0 1 0 0 14a7 7 0 0 0 0-14m0 3c1.48 0 2.725.857 3.57 1.71a7.6 7.6 0 0 1 1.012 1.267c.12.19.217.37.287.526c.06.134.131.32.131.497s-.071.363-.13.497c-.07.157-.168.336-.288.526c-.24.382-.584.833-1.013 1.266C12.725 13.143 11.48 14 10 14s-2.725-.857-3.57-1.71a7.6 7.6 0 0 1-1.012-1.267a4 4 0 0 1-.287-.526C5.07 10.363 5 10.177 5 10s.071-.363.13-.497c.07-.157.168-.336.288-.526A7.6 7.6 0 0 1 6.431 7.71C7.275 6.857 8.52 6 10 6m0 1c-1.092 0-2.096.643-2.858 1.414a6.6 6.6 0 0 0-.877 1.094a3 3 0 0 0-.22.401q-.028.063-.036.091q.008.03.036.09c.046.104.118.241.22.402c.202.322.501.715.877 1.094C7.904 12.357 8.908 13 10 13s2.096-.643 2.858-1.414a6.6 6.6 0 0 0 .877-1.094a3 3 0 0 0 .22-.401q.027-.063.035-.091q-.008-.03-.035-.09a3 3 0 0 0-.22-.402a6.6 6.6 0 0 0-.877-1.094C12.096 7.643 11.092 7 10 7m0 1.5a1.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 FluentEyeCircle20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 1 0 16a8 8 0 0 1 0-16m0 1a7 7 0 1 0 0 14a7 7 0 0 0 0-14m0 3c1.48 0 2.725.857 3.57 1.71a7.6 7.6 0 0 1 1.012 1.267c.12.19.217.37.287.526c.06.134.131.32.131.497s-.071.363-.13.497c-.07.157-.168.336-.288.526c-.24.382-.584.833-1.013 1.266C12.725 13.143 11.48 14 10 14s-2.725-.857-3.57-1.71a7.6 7.6 0 0 1-1.012-1.267a4 4 0 0 1-.287-.526C5.07 10.363 5 10.177 5 10s.071-.363.13-.497c.07-.157.168-.336.288-.526A7.6 7.6 0 0 1 6.431 7.71C7.275 6.857 8.52 6 10 6m0 1c-1.092 0-2.096.643-2.858 1.414a6.6 6.6 0 0 0-.877 1.094a3 3 0 0 0-.22.401q-.028.063-.036.091q.008.03.036.09c.046.104.118.241.22.402c.202.322.501.715.877 1.094C7.904 12.357 8.908 13 10 13s2.096-.643 2.858-1.414a6.6 6.6 0 0 0 .877-1.094a3 3 0 0 0 .22-.401q.027-.063.035-.091q-.008-.03-.035-.09a3 3 0 0 0-.22-.402a6.6 6.6 0 0 0-.877-1.094C12.096 7.643 11.092 7 10 7m0 1.5a1.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 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 1 0 16a8 8 0 0 1 0-16m0 1a7 7 0 1 0 0 14a7 7 0 0 0 0-14m0 3c1.48 0 2.725.857 3.57 1.71a7.6 7.6 0 0 1 1.012 1.267c.12.19.217.37.287.526c.06.134.131.32.131.497s-.071.363-.13.497c-.07.157-.168.336-.288.526c-.24.382-.584.833-1.013 1.266C12.725 13.143 11.48 14 10 14s-2.725-.857-3.57-1.71a7.6 7.6 0 0 1-1.012-1.267a4 4 0 0 1-.287-.526C5.07 10.363 5 10.177 5 10s.071-.363.13-.497c.07-.157.168-.336.288-.526A7.6 7.6 0 0 1 6.431 7.71C7.275 6.857 8.52 6 10 6m0 1c-1.092 0-2.096.643-2.858 1.414a6.6 6.6 0 0 0-.877 1.094a3 3 0 0 0-.22.401q-.028.063-.036.091q.008.03.036.09c.046.104.118.241.22.402c.202.322.501.715.877 1.094C7.904 12.357 8.908 13 10 13s2.096-.643 2.858-1.414a6.6 6.6 0 0 0 .877-1.094a3 3 0 0 0 .22-.401q.027-.063.035-.091q-.008-.03-.035-.09a3 3 0 0 0-.22-.402a6.6 6.6 0 0 0-.877-1.094C12.096 7.643 11.092 7 10 7m0 1.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
</template>

CSS

.icon-eye-circle-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%201%201%200%2016a8%208%200%200%201%200-16m0%201a7%207%200%201%200%200%2014a7%207%200%200%200%200-14m0%203c1.48%200%202.725.857%203.57%201.71a7.6%207.6%200%200%201%201.012%201.267c.12.19.217.37.287.526c.06.134.131.32.131.497s-.071.363-.13.497c-.07.157-.168.336-.288.526c-.24.382-.584.833-1.013%201.266C12.725%2013.143%2011.48%2014%2010%2014s-2.725-.857-3.57-1.71a7.6%207.6%200%200%201-1.012-1.267a4%204%200%200%201-.287-.526C5.07%2010.363%205%2010.177%205%2010s.071-.363.13-.497c.07-.157.168-.336.288-.526A7.6%207.6%200%200%201%206.431%207.71C7.275%206.857%208.52%206%2010%206m0%201c-1.092%200-2.096.643-2.858%201.414a6.6%206.6%200%200%200-.877%201.094a3%203%200%200%200-.22.401q-.028.063-.036.091q.008.03.036.09c.046.104.118.241.22.402c.202.322.501.715.877%201.094C7.904%2012.357%208.908%2013%2010%2013s2.096-.643%202.858-1.414a6.6%206.6%200%200%200%20.877-1.094a3%203%200%200%200%20.22-.401q.027-.063.035-.091q-.008-.03-.035-.09a3%203%200%200%200-.22-.402a6.6%206.6%200%200%200-.877-1.094C12.096%207.643%2011.092%207%2010%207m0%201.5a1.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%201%201%200%2016a8%208%200%200%201%200-16m0%201a7%207%200%201%200%200%2014a7%207%200%200%200%200-14m0%203c1.48%200%202.725.857%203.57%201.71a7.6%207.6%200%200%201%201.012%201.267c.12.19.217.37.287.526c.06.134.131.32.131.497s-.071.363-.13.497c-.07.157-.168.336-.288.526c-.24.382-.584.833-1.013%201.266C12.725%2013.143%2011.48%2014%2010%2014s-2.725-.857-3.57-1.71a7.6%207.6%200%200%201-1.012-1.267a4%204%200%200%201-.287-.526C5.07%2010.363%205%2010.177%205%2010s.071-.363.13-.497c.07-.157.168-.336.288-.526A7.6%207.6%200%200%201%206.431%207.71C7.275%206.857%208.52%206%2010%206m0%201c-1.092%200-2.096.643-2.858%201.414a6.6%206.6%200%200%200-.877%201.094a3%203%200%200%200-.22.401q-.028.063-.036.091q.008.03.036.09c.046.104.118.241.22.402c.202.322.501.715.877%201.094C7.904%2012.357%208.908%2013%2010%2013s2.096-.643%202.858-1.414a6.6%206.6%200%200%200%20.877-1.094a3%203%200%200%200%20.22-.401q.027-.063.035-.091q-.008-.03-.035-.09a3%203%200%200%200-.22-.402a6.6%206.6%200%200%200-.877-1.094C12.096%207.643%2011.092%207%2010%207m0%201.5a1.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-20-regular.svg?color=%231a73e8&size=48