multimodal hand eye icon
multimodal-hand-eye-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- multimodal-hand-eye-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the multimodal hand eye icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.054 9.154q-1.429-.77-2.401-2.114q-.095-.13-.142-.274q-.047-.143-.047-.304t.047-.305t.143-.274q.965-1.345 2.392-2.114T16.13 3t3.086.77t2.4 2.113q.096.13.143.274q.047.143.047.304t-.047.305t-.144.274q-.965 1.345-2.392 2.114t-3.084.769t-3.085-.77m4.337-1.435q.513-.513.513-1.256t-.513-1.256t-1.256-.514t-1.256.513t-.513 1.256t.512 1.256t1.256.514t1.257-.513m-1.963-.547q-.293-.291-.293-.707t.29-.71q.292-.292.707-.292q.416 0 .71.29t.293.707t-.291.71t-.707.293t-.709-.291m-7.76 14.31q-.5 0-.945-.187t-.811-.55L2.108 16.95q-.217-.217-.22-.543t.214-.569l.035-.034q.234-.235.542-.293t.635.03l2.032.461V8q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v6.808h1.77v-3.77q0-.212.143-.356q.144-.143.357-.143t.356.143t.144.357v3.769h1.769v-2.385q0-.212.144-.356t.356-.144t.356.144t.144.356v2.385h1.769q0-.213.144-.356t.357-.144t.356.144t.143.356v3.173q0 1.457-1.021 2.478t-2.48 1.022z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMultimodalHandEyeRounded(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="M13.054 9.154q-1.429-.77-2.401-2.114q-.095-.13-.142-.274q-.047-.143-.047-.304t.047-.305t.143-.274q.965-1.345 2.392-2.114T16.13 3t3.086.77t2.4 2.113q.096.13.143.274q.047.143.047.304t-.047.305t-.144.274q-.965 1.345-2.392 2.114t-3.084.769t-3.085-.77m4.337-1.435q.513-.513.513-1.256t-.513-1.256t-1.256-.514t-1.256.513t-.513 1.256t.512 1.256t1.256.514t1.257-.513m-1.963-.547q-.293-.291-.293-.707t.29-.71q.292-.292.707-.292q.416 0 .71.29t.293.707t-.291.71t-.707.293t-.709-.291m-7.76 14.31q-.5 0-.945-.187t-.811-.55L2.108 16.95q-.217-.217-.22-.543t.214-.569l.035-.034q.234-.235.542-.293t.635.03l2.032.461V8q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v6.808h1.77v-3.77q0-.212.143-.356q.144-.143.357-.143t.356.143t.144.357v3.769h1.769v-2.385q0-.212.144-.356t.356-.144t.356.144t.144.356v2.385h1.769q0-.213.144-.356t.357-.144t.356.144t.143.356v3.173q0 1.457-1.021 2.478t-2.48 1.022z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.054 9.154q-1.429-.77-2.401-2.114q-.095-.13-.142-.274q-.047-.143-.047-.304t.047-.305t.143-.274q.965-1.345 2.392-2.114T16.13 3t3.086.77t2.4 2.113q.096.13.143.274q.047.143.047.304t-.047.305t-.144.274q-.965 1.345-2.392 2.114t-3.084.769t-3.085-.77m4.337-1.435q.513-.513.513-1.256t-.513-1.256t-1.256-.514t-1.256.513t-.513 1.256t.512 1.256t1.256.514t1.257-.513m-1.963-.547q-.293-.291-.293-.707t.29-.71q.292-.292.707-.292q.416 0 .71.29t.293.707t-.291.71t-.707.293t-.709-.291m-7.76 14.31q-.5 0-.945-.187t-.811-.55L2.108 16.95q-.217-.217-.22-.543t.214-.569l.035-.034q.234-.235.542-.293t.635.03l2.032.461V8q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v6.808h1.77v-3.77q0-.212.143-.356q.144-.143.357-.143t.356.143t.144.357v3.769h1.769v-2.385q0-.212.144-.356t.356-.144t.356.144t.144.356v2.385h1.769q0-.213.144-.356t.357-.144t.356.144t.143.356v3.173q0 1.457-1.021 2.478t-2.48 1.022z"/></svg> </template>
CSS
.icon-multimodal-hand-eye-rounded {
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%22M13.054%209.154q-1.429-.77-2.401-2.114q-.095-.13-.142-.274q-.047-.143-.047-.304t.047-.305t.143-.274q.965-1.345%202.392-2.114T16.13%203t3.086.77t2.4%202.113q.096.13.143.274q.047.143.047.304t-.047.305t-.144.274q-.965%201.345-2.392%202.114t-3.084.769t-3.085-.77m4.337-1.435q.513-.513.513-1.256t-.513-1.256t-1.256-.514t-1.256.513t-.513%201.256t.512%201.256t1.256.514t1.257-.513m-1.963-.547q-.293-.291-.293-.707t.29-.71q.292-.292.707-.292q.416%200%20.71.29t.293.707t-.291.71t-.707.293t-.709-.291m-7.76%2014.31q-.5%200-.945-.187t-.811-.55L2.108%2016.95q-.217-.217-.22-.543t.214-.569l.035-.034q.234-.235.542-.293t.635.03l2.032.461V8q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v6.808h1.77v-3.77q0-.212.143-.356q.144-.143.357-.143t.356.143t.144.357v3.769h1.769v-2.385q0-.212.144-.356t.356-.144t.356.144t.144.356v2.385h1.769q0-.213.144-.356t.357-.144t.356.144t.143.356v3.173q0%201.457-1.021%202.478t-2.48%201.022z%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%22M13.054%209.154q-1.429-.77-2.401-2.114q-.095-.13-.142-.274q-.047-.143-.047-.304t.047-.305t.143-.274q.965-1.345%202.392-2.114T16.13%203t3.086.77t2.4%202.113q.096.13.143.274q.047.143.047.304t-.047.305t-.144.274q-.965%201.345-2.392%202.114t-3.084.769t-3.085-.77m4.337-1.435q.513-.513.513-1.256t-.513-1.256t-1.256-.514t-1.256.513t-.513%201.256t.512%201.256t1.256.514t1.257-.513m-1.963-.547q-.293-.291-.293-.707t.29-.71q.292-.292.707-.292q.416%200%20.71.29t.293.707t-.291.71t-.707.293t-.709-.291m-7.76%2014.31q-.5%200-.945-.187t-.811-.55L2.108%2016.95q-.217-.217-.22-.543t.214-.569l.035-.034q.234-.235.542-.293t.635.03l2.032.461V8q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v6.808h1.77v-3.77q0-.212.143-.356q.144-.143.357-.143t.356.143t.144.357v3.769h1.769v-2.385q0-.212.144-.356t.356-.144t.356.144t.144.356v2.385h1.769q0-.213.144-.356t.357-.144t.356.144t.143.356v3.173q0%201.457-1.021%202.478t-2.48%201.022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/multimodal-hand-eye-rounded.svg?color=%231a73e8&size=48