eye solid icon
eye-solid from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.
- Name
- eye-solid
- Set
- Line Awesome
- Style
- Line
- Category
- Status
- Viewbox
- 32×32
- License
- Apache 2.0
More status icons from Line Awesome
banbattery-emptybattery-fullbattery-halfbattery-quarterbattery-three-quartersbellbell-slashbell-slash-solidbell-solidcalendarcalendar-altcalendar-alt-solidcalendar-checkcalendar-check-solidcalendar-daycalendar-minuscalendar-minus-solidcalendar-pluscalendar-plus-solidcalendar-solidcalendar-timescalendar-times-solidcalendar-week
Use the eye solid icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 8C7.664 8 1.25 15.344 1.25 15.344L.656 16l.594.656s5.848 6.668 13.625 7.282c.371.046.742.062 1.125.062s.754-.016 1.125-.063c7.777-.613 13.625-7.28 13.625-7.28l.594-.657l-.594-.656S24.336 8 16 8m0 2c2.203 0 4.234.602 6 1.406A6.9 6.9 0 0 1 23 15a6.995 6.995 0 0 1-6.219 6.969c-.02.004-.043-.004-.062 0c-.239.011-.477.031-.719.031c-.266 0-.523-.016-.781-.031A6.995 6.995 0 0 1 9 15c0-1.305.352-2.52.969-3.563h-.031C11.717 10.617 13.773 10 16 10m0 2a3 3 0 1 0 .002 6.002A3 3 0 0 0 16 12m-8.75.938A9 9 0 0 0 7 15c0 1.754.5 3.395 1.375 4.781A23.2 23.2 0 0 1 3.531 16a24 24 0 0 1 3.719-3.063zm17.5 0A24 24 0 0 1 28.469 16a23.2 23.2 0 0 1-4.844 3.781A8.93 8.93 0 0 0 25 15c0-.715-.094-1.398-.25-2.063z"/></svg>
React
import type { SVGProps } from "react";
export function LaEyeSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 8C7.664 8 1.25 15.344 1.25 15.344L.656 16l.594.656s5.848 6.668 13.625 7.282c.371.046.742.062 1.125.062s.754-.016 1.125-.063c7.777-.613 13.625-7.28 13.625-7.28l.594-.657l-.594-.656S24.336 8 16 8m0 2c2.203 0 4.234.602 6 1.406A6.9 6.9 0 0 1 23 15a6.995 6.995 0 0 1-6.219 6.969c-.02.004-.043-.004-.062 0c-.239.011-.477.031-.719.031c-.266 0-.523-.016-.781-.031A6.995 6.995 0 0 1 9 15c0-1.305.352-2.52.969-3.563h-.031C11.717 10.617 13.773 10 16 10m0 2a3 3 0 1 0 .002 6.002A3 3 0 0 0 16 12m-8.75.938A9 9 0 0 0 7 15c0 1.754.5 3.395 1.375 4.781A23.2 23.2 0 0 1 3.531 16a24 24 0 0 1 3.719-3.063zm17.5 0A24 24 0 0 1 28.469 16a23.2 23.2 0 0 1-4.844 3.781A8.93 8.93 0 0 0 25 15c0-.715-.094-1.398-.25-2.063z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 8C7.664 8 1.25 15.344 1.25 15.344L.656 16l.594.656s5.848 6.668 13.625 7.282c.371.046.742.062 1.125.062s.754-.016 1.125-.063c7.777-.613 13.625-7.28 13.625-7.28l.594-.657l-.594-.656S24.336 8 16 8m0 2c2.203 0 4.234.602 6 1.406A6.9 6.9 0 0 1 23 15a6.995 6.995 0 0 1-6.219 6.969c-.02.004-.043-.004-.062 0c-.239.011-.477.031-.719.031c-.266 0-.523-.016-.781-.031A6.995 6.995 0 0 1 9 15c0-1.305.352-2.52.969-3.563h-.031C11.717 10.617 13.773 10 16 10m0 2a3 3 0 1 0 .002 6.002A3 3 0 0 0 16 12m-8.75.938A9 9 0 0 0 7 15c0 1.754.5 3.395 1.375 4.781A23.2 23.2 0 0 1 3.531 16a24 24 0 0 1 3.719-3.063zm17.5 0A24 24 0 0 1 28.469 16a23.2 23.2 0 0 1-4.844 3.781A8.93 8.93 0 0 0 25 15c0-.715-.094-1.398-.25-2.063z"/></svg> </template>
CSS
.icon-eye-solid {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%208C7.664%208%201.25%2015.344%201.25%2015.344L.656%2016l.594.656s5.848%206.668%2013.625%207.282c.371.046.742.062%201.125.062s.754-.016%201.125-.063c7.777-.613%2013.625-7.28%2013.625-7.28l.594-.657l-.594-.656S24.336%208%2016%208m0%202c2.203%200%204.234.602%206%201.406A6.9%206.9%200%200%201%2023%2015a6.995%206.995%200%200%201-6.219%206.969c-.02.004-.043-.004-.062%200c-.239.011-.477.031-.719.031c-.266%200-.523-.016-.781-.031A6.995%206.995%200%200%201%209%2015c0-1.305.352-2.52.969-3.563h-.031C11.717%2010.617%2013.773%2010%2016%2010m0%202a3%203%200%201%200%20.002%206.002A3%203%200%200%200%2016%2012m-8.75.938A9%209%200%200%200%207%2015c0%201.754.5%203.395%201.375%204.781A23.2%2023.2%200%200%201%203.531%2016a24%2024%200%200%201%203.719-3.063zm17.5%200A24%2024%200%200%201%2028.469%2016a23.2%2023.2%200%200%201-4.844%203.781A8.93%208.93%200%200%200%2025%2015c0-.715-.094-1.398-.25-2.063z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%208C7.664%208%201.25%2015.344%201.25%2015.344L.656%2016l.594.656s5.848%206.668%2013.625%207.282c.371.046.742.062%201.125.062s.754-.016%201.125-.063c7.777-.613%2013.625-7.28%2013.625-7.28l.594-.657l-.594-.656S24.336%208%2016%208m0%202c2.203%200%204.234.602%206%201.406A6.9%206.9%200%200%201%2023%2015a6.995%206.995%200%200%201-6.219%206.969c-.02.004-.043-.004-.062%200c-.239.011-.477.031-.719.031c-.266%200-.523-.016-.781-.031A6.995%206.995%200%200%201%209%2015c0-1.305.352-2.52.969-3.563h-.031C11.717%2010.617%2013.773%2010%2016%2010m0%202a3%203%200%201%200%20.002%206.002A3%203%200%200%200%2016%2012m-8.75.938A9%209%200%200%200%207%2015c0%201.754.5%203.395%201.375%204.781A23.2%2023.2%200%200%201%203.531%2016a24%2024%200%200%201%203.719-3.063zm17.5%200A24%2024%200%200%201%2028.469%2016a23.2%2023.2%200%200%201-4.844%203.781A8.93%208.93%200%200%200%2025%2015c0-.715-.094-1.398-.25-2.063z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/eye-solid.svg?color=%231a73e8&size=48