eye circle icon
eye-circle-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- eye-circle-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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 1.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17M12 7c1.773 0 3.265.955 4.28 1.97a7.8 7.8 0 0 1 1.221 1.568c.271.468.499 1.004.499 1.462s-.228.994-.499 1.462a7.8 7.8 0 0 1-1.22 1.568C15.265 16.045 13.772 17 12 17s-3.265-.955-4.28-1.97a7.8 7.8 0 0 1-1.221-1.568C6.228 12.994 6 12.458 6 12s.228-.994.499-1.462a7.8 7.8 0 0 1 1.22-1.568C8.736 7.955 10.228 7 12 7m0 1.5c-1.227 0-2.36.67-3.22 1.53a6.3 6.3 0 0 0-.982 1.26a3.3 3.3 0 0 0-.241.497q-.037.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.53s2.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 0-.048-.16a3.3 3.3 0 0 0-.24-.497a6.3 6.3 0 0 0-.983-1.26C14.36 9.17 13.227 8.5 12 8.5m0 1.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
React
import type { SVGProps } from "react";
export function FluentEyeCircle24Regular(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 1.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17M12 7c1.773 0 3.265.955 4.28 1.97a7.8 7.8 0 0 1 1.221 1.568c.271.468.499 1.004.499 1.462s-.228.994-.499 1.462a7.8 7.8 0 0 1-1.22 1.568C15.265 16.045 13.772 17 12 17s-3.265-.955-4.28-1.97a7.8 7.8 0 0 1-1.221-1.568C6.228 12.994 6 12.458 6 12s.228-.994.499-1.462a7.8 7.8 0 0 1 1.22-1.568C8.736 7.955 10.228 7 12 7m0 1.5c-1.227 0-2.36.67-3.22 1.53a6.3 6.3 0 0 0-.982 1.26a3.3 3.3 0 0 0-.241.497q-.037.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.53s2.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 0-.048-.16a3.3 3.3 0 0 0-.24-.497a6.3 6.3 0 0 0-.983-1.26C14.36 9.17 13.227 8.5 12 8.5m0 1.5a2 2 0 1 1 0 4a2 2 0 0 1 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 1.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17M12 7c1.773 0 3.265.955 4.28 1.97a7.8 7.8 0 0 1 1.221 1.568c.271.468.499 1.004.499 1.462s-.228.994-.499 1.462a7.8 7.8 0 0 1-1.22 1.568C15.265 16.045 13.772 17 12 17s-3.265-.955-4.28-1.97a7.8 7.8 0 0 1-1.221-1.568C6.228 12.994 6 12.458 6 12s.228-.994.499-1.462a7.8 7.8 0 0 1 1.22-1.568C8.736 7.955 10.228 7 12 7m0 1.5c-1.227 0-2.36.67-3.22 1.53a6.3 6.3 0 0 0-.982 1.26a3.3 3.3 0 0 0-.241.497q-.037.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.53s2.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 0-.048-.16a3.3 3.3 0 0 0-.24-.497a6.3 6.3 0 0 0-.983-1.26C14.36 9.17 13.227 8.5 12 8.5m0 1.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg> </template>
CSS
.icon-eye-circle-24-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%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%201.5a8.5%208.5%200%201%200%200%2017a8.5%208.5%200%200%200%200-17M12%207c1.773%200%203.265.955%204.28%201.97a7.8%207.8%200%200%201%201.221%201.568c.271.468.499%201.004.499%201.462s-.228.994-.499%201.462a7.8%207.8%200%200%201-1.22%201.568C15.265%2016.045%2013.772%2017%2012%2017s-3.265-.955-4.28-1.97a7.8%207.8%200%200%201-1.221-1.568C6.228%2012.994%206%2012.458%206%2012s.228-.994.499-1.462a7.8%207.8%200%200%201%201.22-1.568C8.736%207.955%2010.228%207%2012%207m0%201.5c-1.227%200-2.36.67-3.22%201.53a6.3%206.3%200%200%200-.982%201.26a3.3%203.3%200%200%200-.241.497q-.037.1-.048.16c-.01.041-.009.058-.009.053s0%20.012.009.053q.011.06.048.16c.049.135.129.304.24.497c.225.387.56.836.983%201.26c.86.86%201.993%201.53%203.22%201.53s2.36-.67%203.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%201%200%200%200-.048-.16a3.3%203.3%200%200%200-.24-.497a6.3%206.3%200%200%200-.983-1.26C14.36%209.17%2013.227%208.5%2012%208.5m0%201.5a2%202%200%201%201%200%204a2%202%200%200%201%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%201.5a8.5%208.5%200%201%200%200%2017a8.5%208.5%200%200%200%200-17M12%207c1.773%200%203.265.955%204.28%201.97a7.8%207.8%200%200%201%201.221%201.568c.271.468.499%201.004.499%201.462s-.228.994-.499%201.462a7.8%207.8%200%200%201-1.22%201.568C15.265%2016.045%2013.772%2017%2012%2017s-3.265-.955-4.28-1.97a7.8%207.8%200%200%201-1.221-1.568C6.228%2012.994%206%2012.458%206%2012s.228-.994.499-1.462a7.8%207.8%200%200%201%201.22-1.568C8.736%207.955%2010.228%207%2012%207m0%201.5c-1.227%200-2.36.67-3.22%201.53a6.3%206.3%200%200%200-.982%201.26a3.3%203.3%200%200%200-.241.497q-.037.1-.048.16c-.01.041-.009.058-.009.053s0%20.012.009.053q.011.06.048.16c.049.135.129.304.24.497c.225.387.56.836.983%201.26c.86.86%201.993%201.53%203.22%201.53s2.36-.67%203.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%201%200%200%200-.048-.16a3.3%203.3%200%200%200-.24-.497a6.3%206.3%200%200%200-.983-1.26C14.36%209.17%2013.227%208.5%2012%208.5m0%201.5a2%202%200%201%201%200%204a2%202%200%200%201%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-regular.svg?color=%231a73e8&size=48