eye lines icon
eye-lines-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- eye-lines-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the eye lines icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.232 9.5C16.858 7.996 20.082 7 24 7h.001c7.693 0 12.716 3.843 15.774 7.827a24.8 24.8 0 0 1 3.23 5.635c.333.814.575 1.537.735 2.116c.148.532.26 1.057.26 1.422s-.112.89-.26 1.422c-.16.579-.402 1.302-.734 2.116a24.8 24.8 0 0 1-3.23 5.635C36.716 37.157 31.693 41 24 41c-3.917 0-7.142-.996-9.768-2.5h9.77v-2h-12.62a21 21 0 0 1-2.49-2.5H24v-2h-.003a8 8 0 1 0 0-16H24v-2H8.891a21 21 0 0 1 2.492-2.5H24v-2zm3.957 9H5.9c.413-.802.904-1.647 1.48-2.5h16.617c-2.288 0-4.351.96-5.81 2.5m-1.387 2H4.98a19 19 0 0 0-.72 2.078q-.059.214-.109.422h11.91c.11-.887.366-1.728.742-2.5M16.06 25H4.15q.05.208.11.422c.157.57.394 1.28.719 2.078h11.823a8 8 0 0 1-.742-2.5m2.129 4.5a7.98 7.98 0 0 0 5.809 2.5H7.381a25 25 0 0 1-1.48-2.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEyeLines48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.232 9.5C16.858 7.996 20.082 7 24 7h.001c7.693 0 12.716 3.843 15.774 7.827a24.8 24.8 0 0 1 3.23 5.635c.333.814.575 1.537.735 2.116c.148.532.26 1.057.26 1.422s-.112.89-.26 1.422c-.16.579-.402 1.302-.734 2.116a24.8 24.8 0 0 1-3.23 5.635C36.716 37.157 31.693 41 24 41c-3.917 0-7.142-.996-9.768-2.5h9.77v-2h-12.62a21 21 0 0 1-2.49-2.5H24v-2h-.003a8 8 0 1 0 0-16H24v-2H8.891a21 21 0 0 1 2.492-2.5H24v-2zm3.957 9H5.9c.413-.802.904-1.647 1.48-2.5h16.617c-2.288 0-4.351.96-5.81 2.5m-1.387 2H4.98a19 19 0 0 0-.72 2.078q-.059.214-.109.422h11.91c.11-.887.366-1.728.742-2.5M16.06 25H4.15q.05.208.11.422c.157.57.394 1.28.719 2.078h11.823a8 8 0 0 1-.742-2.5m2.129 4.5a7.98 7.98 0 0 0 5.809 2.5H7.381a25 25 0 0 1-1.48-2.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.232 9.5C16.858 7.996 20.082 7 24 7h.001c7.693 0 12.716 3.843 15.774 7.827a24.8 24.8 0 0 1 3.23 5.635c.333.814.575 1.537.735 2.116c.148.532.26 1.057.26 1.422s-.112.89-.26 1.422c-.16.579-.402 1.302-.734 2.116a24.8 24.8 0 0 1-3.23 5.635C36.716 37.157 31.693 41 24 41c-3.917 0-7.142-.996-9.768-2.5h9.77v-2h-12.62a21 21 0 0 1-2.49-2.5H24v-2h-.003a8 8 0 1 0 0-16H24v-2H8.891a21 21 0 0 1 2.492-2.5H24v-2zm3.957 9H5.9c.413-.802.904-1.647 1.48-2.5h16.617c-2.288 0-4.351.96-5.81 2.5m-1.387 2H4.98a19 19 0 0 0-.72 2.078q-.059.214-.109.422h11.91c.11-.887.366-1.728.742-2.5M16.06 25H4.15q.05.208.11.422c.157.57.394 1.28.719 2.078h11.823a8 8 0 0 1-.742-2.5m2.129 4.5a7.98 7.98 0 0 0 5.809 2.5H7.381a25 25 0 0 1-1.48-2.5z"/></svg> </template>
CSS
.icon-eye-lines-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.232%209.5C16.858%207.996%2020.082%207%2024%207h.001c7.693%200%2012.716%203.843%2015.774%207.827a24.8%2024.8%200%200%201%203.23%205.635c.333.814.575%201.537.735%202.116c.148.532.26%201.057.26%201.422s-.112.89-.26%201.422c-.16.579-.402%201.302-.734%202.116a24.8%2024.8%200%200%201-3.23%205.635C36.716%2037.157%2031.693%2041%2024%2041c-3.917%200-7.142-.996-9.768-2.5h9.77v-2h-12.62a21%2021%200%200%201-2.49-2.5H24v-2h-.003a8%208%200%201%200%200-16H24v-2H8.891a21%2021%200%200%201%202.492-2.5H24v-2zm3.957%209H5.9c.413-.802.904-1.647%201.48-2.5h16.617c-2.288%200-4.351.96-5.81%202.5m-1.387%202H4.98a19%2019%200%200%200-.72%202.078q-.059.214-.109.422h11.91c.11-.887.366-1.728.742-2.5M16.06%2025H4.15q.05.208.11.422c.157.57.394%201.28.719%202.078h11.823a8%208%200%200%201-.742-2.5m2.129%204.5a7.98%207.98%200%200%200%205.809%202.5H7.381a25%2025%200%200%201-1.48-2.5z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.232%209.5C16.858%207.996%2020.082%207%2024%207h.001c7.693%200%2012.716%203.843%2015.774%207.827a24.8%2024.8%200%200%201%203.23%205.635c.333.814.575%201.537.735%202.116c.148.532.26%201.057.26%201.422s-.112.89-.26%201.422c-.16.579-.402%201.302-.734%202.116a24.8%2024.8%200%200%201-3.23%205.635C36.716%2037.157%2031.693%2041%2024%2041c-3.917%200-7.142-.996-9.768-2.5h9.77v-2h-12.62a21%2021%200%200%201-2.49-2.5H24v-2h-.003a8%208%200%201%200%200-16H24v-2H8.891a21%2021%200%200%201%202.492-2.5H24v-2zm3.957%209H5.9c.413-.802.904-1.647%201.48-2.5h16.617c-2.288%200-4.351.96-5.81%202.5m-1.387%202H4.98a19%2019%200%200%200-.72%202.078q-.059.214-.109.422h11.91c.11-.887.366-1.728.742-2.5M16.06%2025H4.15q.05.208.11.422c.157.57.394%201.28.719%202.078h11.823a8%208%200%200%201-.742-2.5m2.129%204.5a7.98%207.98%200%200%200%205.809%202.5H7.381a25%2025%200%200%201-1.48-2.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/eye-lines-48-filled.svg?color=%231a73e8&size=48