undereye icon
undereye from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- undereye
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- undereye-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the undereye icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19q-3.775 0-6.738-2.087T1 11.5q1.3-3.325 4.263-5.413T12 4t6.738 2.088T23 11.5q-1.3 3.325-4.262 5.413T12 19m-7.925 1.7q-.95-.65-1.7-1.463t-1.25-1.762l1.75-.95q.4.725 1.013 1.375t1.387 1.175zm1.775.975L7.05 20q.9.375 1.9.625t2.05.325v2q-1.4-.1-2.687-.425t-2.463-.85M12 16q1.875 0 3.188-1.312T16.5 11.5t-1.312-3.187T12 7T8.813 8.313T7.5 11.5t1.313 3.188T12 16m0-1.8q-1.125 0-1.912-.788T9.3 11.5t.788-1.912T12 8.8t1.913.788t.787 1.912t-.787 1.913T12 14.2m1 8.75v-2q1.05-.075 2.05-.325t1.9-.625l1.2 1.675q-.875.45-2.3.813T13 22.95m6.925-2.25l-1.2-1.65q.775-.525 1.388-1.162t1.012-1.363l1.75.95q-.5.95-1.25 1.763t-1.7 1.462"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsUndereye(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 19q-3.775 0-6.738-2.087T1 11.5q1.3-3.325 4.263-5.413T12 4t6.738 2.088T23 11.5q-1.3 3.325-4.262 5.413T12 19m-7.925 1.7q-.95-.65-1.7-1.463t-1.25-1.762l1.75-.95q.4.725 1.013 1.375t1.387 1.175zm1.775.975L7.05 20q.9.375 1.9.625t2.05.325v2q-1.4-.1-2.687-.425t-2.463-.85M12 16q1.875 0 3.188-1.312T16.5 11.5t-1.312-3.187T12 7T8.813 8.313T7.5 11.5t1.313 3.188T12 16m0-1.8q-1.125 0-1.912-.788T9.3 11.5t.788-1.912T12 8.8t1.913.788t.787 1.912t-.787 1.913T12 14.2m1 8.75v-2q1.05-.075 2.05-.325t1.9-.625l1.2 1.675q-.875.45-2.3.813T13 22.95m6.925-2.25l-1.2-1.65q.775-.525 1.388-1.162t1.012-1.363l1.75.95q-.5.95-1.25 1.763t-1.7 1.462"/></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 19q-3.775 0-6.738-2.087T1 11.5q1.3-3.325 4.263-5.413T12 4t6.738 2.088T23 11.5q-1.3 3.325-4.262 5.413T12 19m-7.925 1.7q-.95-.65-1.7-1.463t-1.25-1.762l1.75-.95q.4.725 1.013 1.375t1.387 1.175zm1.775.975L7.05 20q.9.375 1.9.625t2.05.325v2q-1.4-.1-2.687-.425t-2.463-.85M12 16q1.875 0 3.188-1.312T16.5 11.5t-1.312-3.187T12 7T8.813 8.313T7.5 11.5t1.313 3.188T12 16m0-1.8q-1.125 0-1.912-.788T9.3 11.5t.788-1.912T12 8.8t1.913.788t.787 1.912t-.787 1.913T12 14.2m1 8.75v-2q1.05-.075 2.05-.325t1.9-.625l1.2 1.675q-.875.45-2.3.813T13 22.95m6.925-2.25l-1.2-1.65q.775-.525 1.388-1.162t1.012-1.363l1.75.95q-.5.95-1.25 1.763t-1.7 1.462"/></svg> </template>
CSS
.icon-undereye {
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%2019q-3.775%200-6.738-2.087T1%2011.5q1.3-3.325%204.263-5.413T12%204t6.738%202.088T23%2011.5q-1.3%203.325-4.262%205.413T12%2019m-7.925%201.7q-.95-.65-1.7-1.463t-1.25-1.762l1.75-.95q.4.725%201.013%201.375t1.387%201.175zm1.775.975L7.05%2020q.9.375%201.9.625t2.05.325v2q-1.4-.1-2.687-.425t-2.463-.85M12%2016q1.875%200%203.188-1.312T16.5%2011.5t-1.312-3.187T12%207T8.813%208.313T7.5%2011.5t1.313%203.188T12%2016m0-1.8q-1.125%200-1.912-.788T9.3%2011.5t.788-1.912T12%208.8t1.913.788t.787%201.912t-.787%201.913T12%2014.2m1%208.75v-2q1.05-.075%202.05-.325t1.9-.625l1.2%201.675q-.875.45-2.3.813T13%2022.95m6.925-2.25l-1.2-1.65q.775-.525%201.388-1.162t1.012-1.363l1.75.95q-.5.95-1.25%201.763t-1.7%201.462%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%2019q-3.775%200-6.738-2.087T1%2011.5q1.3-3.325%204.263-5.413T12%204t6.738%202.088T23%2011.5q-1.3%203.325-4.262%205.413T12%2019m-7.925%201.7q-.95-.65-1.7-1.463t-1.25-1.762l1.75-.95q.4.725%201.013%201.375t1.387%201.175zm1.775.975L7.05%2020q.9.375%201.9.625t2.05.325v2q-1.4-.1-2.687-.425t-2.463-.85M12%2016q1.875%200%203.188-1.312T16.5%2011.5t-1.312-3.187T12%207T8.813%208.313T7.5%2011.5t1.313%203.188T12%2016m0-1.8q-1.125%200-1.912-.788T9.3%2011.5t.788-1.912T12%208.8t1.913.788t.787%201.912t-.787%201.913T12%2014.2m1%208.75v-2q1.05-.075%202.05-.325t1.9-.625l1.2%201.675q-.875.45-2.3.813T13%2022.95m6.925-2.25l-1.2-1.65q.775-.525%201.388-1.162t1.012-1.363l1.75.95q-.5.95-1.25%201.763t-1.7%201.462%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/undereye.svg?color=%231a73e8&size=48