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

Name
eye-circle-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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 4c-1.48 0-2.725.857-3.57 1.71a7.6 7.6 0 0 0-1.012 1.267c-.12.19-.217.37-.287.526C5.07 9.637 5 9.823 5 10s.071.363.13.497c.07.157.168.336.288.526a7.6 7.6 0 0 0 1.013 1.266C7.275 13.143 8.52 14 10 14s2.725-.857 3.57-1.71a7.6 7.6 0 0 0 1.012-1.267c.12-.19.217-.37.287-.526c.06-.134.131-.32.131-.497s-.071-.363-.13-.497a4 4 0 0 0-.288-.526a7.6 7.6 0 0 0-1.013-1.266C12.725 6.857 11.48 6 10 6m0 1c1.092 0 2.096.643 2.858 1.414c.376.38.675.772.877 1.094c.102.16.174.298.22.401q.027.063.035.091q-.008.03-.035.09a3 3 0 0 1-.22.402a6.6 6.6 0 0 1-.877 1.094C12.096 12.357 11.092 13 10 13s-2.096-.643-2.858-1.414a6.6 6.6 0 0 1-.877-1.094a3 3 0 0 1-.22-.401A1 1 0 0 1 6.009 10q.008-.03.036-.09a3 3 0 0 1 .22-.402a6.6 6.6 0 0 1 .877-1.094C7.904 7.643 8.908 7 10 7m0 1.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>

React

import type { SVGProps } from "react";

export function FluentEyeCircle20Filled(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 4c-1.48 0-2.725.857-3.57 1.71a7.6 7.6 0 0 0-1.012 1.267c-.12.19-.217.37-.287.526C5.07 9.637 5 9.823 5 10s.071.363.13.497c.07.157.168.336.288.526a7.6 7.6 0 0 0 1.013 1.266C7.275 13.143 8.52 14 10 14s2.725-.857 3.57-1.71a7.6 7.6 0 0 0 1.012-1.267c.12-.19.217-.37.287-.526c.06-.134.131-.32.131-.497s-.071-.363-.13-.497a4 4 0 0 0-.288-.526a7.6 7.6 0 0 0-1.013-1.266C12.725 6.857 11.48 6 10 6m0 1c1.092 0 2.096.643 2.858 1.414c.376.38.675.772.877 1.094c.102.16.174.298.22.401q.027.063.035.091q-.008.03-.035.09a3 3 0 0 1-.22.402a6.6 6.6 0 0 1-.877 1.094C12.096 12.357 11.092 13 10 13s-2.096-.643-2.858-1.414a6.6 6.6 0 0 1-.877-1.094a3 3 0 0 1-.22-.401A1 1 0 0 1 6.009 10q.008-.03.036-.09a3 3 0 0 1 .22-.402a6.6 6.6 0 0 1 .877-1.094C7.904 7.643 8.908 7 10 7m0 1.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 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 4c-1.48 0-2.725.857-3.57 1.71a7.6 7.6 0 0 0-1.012 1.267c-.12.19-.217.37-.287.526C5.07 9.637 5 9.823 5 10s.071.363.13.497c.07.157.168.336.288.526a7.6 7.6 0 0 0 1.013 1.266C7.275 13.143 8.52 14 10 14s2.725-.857 3.57-1.71a7.6 7.6 0 0 0 1.012-1.267c.12-.19.217-.37.287-.526c.06-.134.131-.32.131-.497s-.071-.363-.13-.497a4 4 0 0 0-.288-.526a7.6 7.6 0 0 0-1.013-1.266C12.725 6.857 11.48 6 10 6m0 1c1.092 0 2.096.643 2.858 1.414c.376.38.675.772.877 1.094c.102.16.174.298.22.401q.027.063.035.091q-.008.03-.035.09a3 3 0 0 1-.22.402a6.6 6.6 0 0 1-.877 1.094C12.096 12.357 11.092 13 10 13s-2.096-.643-2.858-1.414a6.6 6.6 0 0 1-.877-1.094a3 3 0 0 1-.22-.401A1 1 0 0 1 6.009 10q.008-.03.036-.09a3 3 0 0 1 .22-.402a6.6 6.6 0 0 1 .877-1.094C7.904 7.643 8.908 7 10 7m0 1.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
</template>

CSS

.icon-eye-circle-20-filled {
  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%204c-1.48%200-2.725.857-3.57%201.71a7.6%207.6%200%200%200-1.012%201.267c-.12.19-.217.37-.287.526C5.07%209.637%205%209.823%205%2010s.071.363.13.497c.07.157.168.336.288.526a7.6%207.6%200%200%200%201.013%201.266C7.275%2013.143%208.52%2014%2010%2014s2.725-.857%203.57-1.71a7.6%207.6%200%200%200%201.012-1.267c.12-.19.217-.37.287-.526c.06-.134.131-.32.131-.497s-.071-.363-.13-.497a4%204%200%200%200-.288-.526a7.6%207.6%200%200%200-1.013-1.266C12.725%206.857%2011.48%206%2010%206m0%201c1.092%200%202.096.643%202.858%201.414c.376.38.675.772.877%201.094c.102.16.174.298.22.401q.027.063.035.091q-.008.03-.035.09a3%203%200%200%201-.22.402a6.6%206.6%200%200%201-.877%201.094C12.096%2012.357%2011.092%2013%2010%2013s-2.096-.643-2.858-1.414a6.6%206.6%200%200%201-.877-1.094a3%203%200%200%201-.22-.401A1%201%200%200%201%206.009%2010q.008-.03.036-.09a3%203%200%200%201%20.22-.402a6.6%206.6%200%200%201%20.877-1.094C7.904%207.643%208.908%207%2010%207m0%201.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%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%204c-1.48%200-2.725.857-3.57%201.71a7.6%207.6%200%200%200-1.012%201.267c-.12.19-.217.37-.287.526C5.07%209.637%205%209.823%205%2010s.071.363.13.497c.07.157.168.336.288.526a7.6%207.6%200%200%200%201.013%201.266C7.275%2013.143%208.52%2014%2010%2014s2.725-.857%203.57-1.71a7.6%207.6%200%200%200%201.012-1.267c.12-.19.217-.37.287-.526c.06-.134.131-.32.131-.497s-.071-.363-.13-.497a4%204%200%200%200-.288-.526a7.6%207.6%200%200%200-1.013-1.266C12.725%206.857%2011.48%206%2010%206m0%201c1.092%200%202.096.643%202.858%201.414c.376.38.675.772.877%201.094c.102.16.174.298.22.401q.027.063.035.091q-.008.03-.035.09a3%203%200%200%201-.22.402a6.6%206.6%200%200%201-.877%201.094C12.096%2012.357%2011.092%2013%2010%2013s-2.096-.643-2.858-1.414a6.6%206.6%200%200%201-.877-1.094a3%203%200%200%201-.22-.401A1%201%200%200%201%206.009%2010q.008-.03.036-.09a3%203%200%200%201%20.22-.402a6.6%206.6%200%200%201%20.877-1.094C7.904%207.643%208.908%207%2010%207m0%201.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%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-filled.svg?color=%231a73e8&size=48