eyeglass icon
eyeglass-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- eyeglass-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the eyeglass icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 3a1 1 0 0 1 0 2h-.512a1 1 0 0 0-.958.713l-2.026 6.753a4.5 4.5 0 0 1 6.249 2.565q.119-.03.247-.031h2q.127 0 .246.031a4.5 4.5 0 0 1 6.25-2.565L17.47 5.713A1 1 0 0 0 16.512 5H16a1 1 0 1 1 0-2h.512a3 3 0 0 1 2.874 2.138l2.234 7.45c.252.839.38 1.71.38 2.586V16.5a4.5 4.5 0 0 1-8.973.498L13 17h-2l-.028-.002A4.5 4.5 0 0 1 2 16.5v-1.326c0-.876.128-1.747.38-2.586l2.234-7.45A3 3 0 0 1 7.488 3z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteEyeglassFill(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="M8 3a1 1 0 0 1 0 2h-.512a1 1 0 0 0-.958.713l-2.026 6.753a4.5 4.5 0 0 1 6.249 2.565q.119-.03.247-.031h2q.127 0 .246.031a4.5 4.5 0 0 1 6.25-2.565L17.47 5.713A1 1 0 0 0 16.512 5H16a1 1 0 1 1 0-2h.512a3 3 0 0 1 2.874 2.138l2.234 7.45c.252.839.38 1.71.38 2.586V16.5a4.5 4.5 0 0 1-8.973.498L13 17h-2l-.028-.002A4.5 4.5 0 0 1 2 16.5v-1.326c0-.876.128-1.747.38-2.586l2.234-7.45A3 3 0 0 1 7.488 3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 3a1 1 0 0 1 0 2h-.512a1 1 0 0 0-.958.713l-2.026 6.753a4.5 4.5 0 0 1 6.249 2.565q.119-.03.247-.031h2q.127 0 .246.031a4.5 4.5 0 0 1 6.25-2.565L17.47 5.713A1 1 0 0 0 16.512 5H16a1 1 0 1 1 0-2h.512a3 3 0 0 1 2.874 2.138l2.234 7.45c.252.839.38 1.71.38 2.586V16.5a4.5 4.5 0 0 1-8.973.498L13 17h-2l-.028-.002A4.5 4.5 0 0 1 2 16.5v-1.326c0-.876.128-1.747.38-2.586l2.234-7.45A3 3 0 0 1 7.488 3z"/></svg> </template>
CSS
.icon-eyeglass-fill {
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%22M8%203a1%201%200%200%201%200%202h-.512a1%201%200%200%200-.958.713l-2.026%206.753a4.5%204.5%200%200%201%206.249%202.565q.119-.03.247-.031h2q.127%200%20.246.031a4.5%204.5%200%200%201%206.25-2.565L17.47%205.713A1%201%200%200%200%2016.512%205H16a1%201%200%201%201%200-2h.512a3%203%200%200%201%202.874%202.138l2.234%207.45c.252.839.38%201.71.38%202.586V16.5a4.5%204.5%200%200%201-8.973.498L13%2017h-2l-.028-.002A4.5%204.5%200%200%201%202%2016.5v-1.326c0-.876.128-1.747.38-2.586l2.234-7.45A3%203%200%200%201%207.488%203z%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%22M8%203a1%201%200%200%201%200%202h-.512a1%201%200%200%200-.958.713l-2.026%206.753a4.5%204.5%200%200%201%206.249%202.565q.119-.03.247-.031h2q.127%200%20.246.031a4.5%204.5%200%200%201%206.25-2.565L17.47%205.713A1%201%200%200%200%2016.512%205H16a1%201%200%201%201%200-2h.512a3%203%200%200%201%202.874%202.138l2.234%207.45c.252.839.38%201.71.38%202.586V16.5a4.5%204.5%200%200%201-8.973.498L13%2017h-2l-.028-.002A4.5%204.5%200%200%201%202%2016.5v-1.326c0-.876.128-1.747.38-2.586l2.234-7.45A3%203%200%200%201%207.488%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/eyeglass-fill.svg?color=%231a73e8&size=48