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

Name
eye-circle-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 5c-1.773 0-3.265.955-4.28 1.97a7.8 7.8 0 0 0-1.221 1.568C6.228 11.006 6 11.542 6 12s.228.994.499 1.462a7.8 7.8 0 0 0 1.22 1.568C8.736 16.045 10.228 17 12 17s3.265-.955 4.28-1.97a7.8 7.8 0 0 0 1.221-1.568c.271-.468.499-1.004.499-1.462s-.228-.994-.499-1.462a7.8 7.8 0 0 0-1.22-1.568C15.265 7.955 13.772 7 12 7m0 1.5c1.227 0 2.36.67 3.22 1.53c.424.424.758.873.982 1.26q.168.293.241.497q.037.1.048.16c.01.041.009.058.009.053s0 .012-.009.053a1 1 0 0 1-.048.16a3.3 3.3 0 0 1-.24.497a6.3 6.3 0 0 1-.983 1.26c-.86.86-1.993 1.53-3.22 1.53s-2.36-.67-3.22-1.53a6.3 6.3 0 0 1-.982-1.26a3.3 3.3 0 0 1-.241-.497a1 1 0 0 1-.048-.16c-.01-.041-.009-.058-.009-.053s0-.012.009-.053q.011-.06.048-.16c.049-.135.129-.304.24-.497c.225-.387.56-.836.983-1.26c.86-.86 1.993-1.53 3.22-1.53m0 1.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>

React

import type { SVGProps } from "react";

export function FluentEyeCircle24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 5c-1.773 0-3.265.955-4.28 1.97a7.8 7.8 0 0 0-1.221 1.568C6.228 11.006 6 11.542 6 12s.228.994.499 1.462a7.8 7.8 0 0 0 1.22 1.568C8.736 16.045 10.228 17 12 17s3.265-.955 4.28-1.97a7.8 7.8 0 0 0 1.221-1.568c.271-.468.499-1.004.499-1.462s-.228-.994-.499-1.462a7.8 7.8 0 0 0-1.22-1.568C15.265 7.955 13.772 7 12 7m0 1.5c1.227 0 2.36.67 3.22 1.53c.424.424.758.873.982 1.26q.168.293.241.497q.037.1.048.16c.01.041.009.058.009.053s0 .012-.009.053a1 1 0 0 1-.048.16a3.3 3.3 0 0 1-.24.497a6.3 6.3 0 0 1-.983 1.26c-.86.86-1.993 1.53-3.22 1.53s-2.36-.67-3.22-1.53a6.3 6.3 0 0 1-.982-1.26a3.3 3.3 0 0 1-.241-.497a1 1 0 0 1-.048-.16c-.01-.041-.009-.058-.009-.053s0-.012.009-.053q.011-.06.048-.16c.049-.135.129-.304.24-.497c.225-.387.56-.836.983-1.26c.86-.86 1.993-1.53 3.22-1.53m0 1.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 5c-1.773 0-3.265.955-4.28 1.97a7.8 7.8 0 0 0-1.221 1.568C6.228 11.006 6 11.542 6 12s.228.994.499 1.462a7.8 7.8 0 0 0 1.22 1.568C8.736 16.045 10.228 17 12 17s3.265-.955 4.28-1.97a7.8 7.8 0 0 0 1.221-1.568c.271-.468.499-1.004.499-1.462s-.228-.994-.499-1.462a7.8 7.8 0 0 0-1.22-1.568C15.265 7.955 13.772 7 12 7m0 1.5c1.227 0 2.36.67 3.22 1.53c.424.424.758.873.982 1.26q.168.293.241.497q.037.1.048.16c.01.041.009.058.009.053s0 .012-.009.053a1 1 0 0 1-.048.16a3.3 3.3 0 0 1-.24.497a6.3 6.3 0 0 1-.983 1.26c-.86.86-1.993 1.53-3.22 1.53s-2.36-.67-3.22-1.53a6.3 6.3 0 0 1-.982-1.26a3.3 3.3 0 0 1-.241-.497a1 1 0 0 1-.048-.16c-.01-.041-.009-.058-.009-.053s0-.012.009-.053q.011-.06.048-.16c.049-.135.129-.304.24-.497c.225-.387.56-.836.983-1.26c.86-.86 1.993-1.53 3.22-1.53m0 1.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
</template>

CSS

.icon-eye-circle-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m0%205c-1.773%200-3.265.955-4.28%201.97a7.8%207.8%200%200%200-1.221%201.568C6.228%2011.006%206%2011.542%206%2012s.228.994.499%201.462a7.8%207.8%200%200%200%201.22%201.568C8.736%2016.045%2010.228%2017%2012%2017s3.265-.955%204.28-1.97a7.8%207.8%200%200%200%201.221-1.568c.271-.468.499-1.004.499-1.462s-.228-.994-.499-1.462a7.8%207.8%200%200%200-1.22-1.568C15.265%207.955%2013.772%207%2012%207m0%201.5c1.227%200%202.36.67%203.22%201.53c.424.424.758.873.982%201.26q.168.293.241.497q.037.1.048.16c.01.041.009.058.009.053s0%20.012-.009.053a1%201%200%200%201-.048.16a3.3%203.3%200%200%201-.24.497a6.3%206.3%200%200%201-.983%201.26c-.86.86-1.993%201.53-3.22%201.53s-2.36-.67-3.22-1.53a6.3%206.3%200%200%201-.982-1.26a3.3%203.3%200%200%201-.241-.497a1%201%200%200%201-.048-.16c-.01-.041-.009-.058-.009-.053s0-.012.009-.053q.011-.06.048-.16c.049-.135.129-.304.24-.497c.225-.387.56-.836.983-1.26c.86-.86%201.993-1.53%203.22-1.53m0%201.5a2%202%200%201%200%200%204a2%202%200%200%200%200-4%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m0%205c-1.773%200-3.265.955-4.28%201.97a7.8%207.8%200%200%200-1.221%201.568C6.228%2011.006%206%2011.542%206%2012s.228.994.499%201.462a7.8%207.8%200%200%200%201.22%201.568C8.736%2016.045%2010.228%2017%2012%2017s3.265-.955%204.28-1.97a7.8%207.8%200%200%200%201.221-1.568c.271-.468.499-1.004.499-1.462s-.228-.994-.499-1.462a7.8%207.8%200%200%200-1.22-1.568C15.265%207.955%2013.772%207%2012%207m0%201.5c1.227%200%202.36.67%203.22%201.53c.424.424.758.873.982%201.26q.168.293.241.497q.037.1.048.16c.01.041.009.058.009.053s0%20.012-.009.053a1%201%200%200%201-.048.16a3.3%203.3%200%200%201-.24.497a6.3%206.3%200%200%201-.983%201.26c-.86.86-1.993%201.53-3.22%201.53s-2.36-.67-3.22-1.53a6.3%206.3%200%200%201-.982-1.26a3.3%203.3%200%200%201-.241-.497a1%201%200%200%201-.048-.16c-.01-.041-.009-.058-.009-.053s0-.012.009-.053q.011-.06.048-.16c.049-.135.129-.304.24-.497c.225-.387.56-.836.983-1.26c.86-.86%201.993-1.53%203.22-1.53m0%201.5a2%202%200%201%200%200%204a2%202%200%200%200%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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