multimodal hand eye icon
multimodal-hand-eye-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- multimodal-hand-eye-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
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="M12.15 10q-1.775-1-2.8-2.8q-.1-.175-.137-.338T9.175 6.5t.038-.363t.137-.337q1-1.8 2.788-2.8T16 2t3.85 1t2.8 2.8q.1.175.138.338t.037.362t-.037.363t-.138.337q-1 1.8-2.787 2.8T16 11t-3.85-1m5.625-1.725Q18.5 7.55 18.5 6.5t-.725-1.775T16 4t-1.775.725T13.5 6.5t.725 1.775T16 9t1.775-.725m-2.838-.712Q14.5 7.125 14.5 6.5t.438-1.062T16 5t1.063.438T17.5 6.5t-.437 1.063T16 8t-1.062-.437M7.825 23q-.6 0-1.15-.225t-.975-.65L1.3 17.7q-.275-.275-.288-.687t.263-.713l.15-.15q.35-.35.85-.475t1 0l1.725.5V8q0-.425.288-.712T6 7t.713.288T7 8v7h1v-3q0-.425.288-.712T9 11t.713.288T10 12v3h1v-2q0-.425.288-.712T12 12t.713.288T13 13v2h1q0-.425.288-.712T15 14t.713.288T16 15v4q0 1.65-1.175 2.825T12 23z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMultimodalHandEyeRounded(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.15 10q-1.775-1-2.8-2.8q-.1-.175-.137-.338T9.175 6.5t.038-.363t.137-.337q1-1.8 2.788-2.8T16 2t3.85 1t2.8 2.8q.1.175.138.338t.037.362t-.037.363t-.138.337q-1 1.8-2.787 2.8T16 11t-3.85-1m5.625-1.725Q18.5 7.55 18.5 6.5t-.725-1.775T16 4t-1.775.725T13.5 6.5t.725 1.775T16 9t1.775-.725m-2.838-.712Q14.5 7.125 14.5 6.5t.438-1.062T16 5t1.063.438T17.5 6.5t-.437 1.063T16 8t-1.062-.437M7.825 23q-.6 0-1.15-.225t-.975-.65L1.3 17.7q-.275-.275-.288-.687t.263-.713l.15-.15q.35-.35.85-.475t1 0l1.725.5V8q0-.425.288-.712T6 7t.713.288T7 8v7h1v-3q0-.425.288-.712T9 11t.713.288T10 12v3h1v-2q0-.425.288-.712T12 12t.713.288T13 13v2h1q0-.425.288-.712T15 14t.713.288T16 15v4q0 1.65-1.175 2.825T12 23z"/></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.15 10q-1.775-1-2.8-2.8q-.1-.175-.137-.338T9.175 6.5t.038-.363t.137-.337q1-1.8 2.788-2.8T16 2t3.85 1t2.8 2.8q.1.175.138.338t.037.362t-.037.363t-.138.337q-1 1.8-2.787 2.8T16 11t-3.85-1m5.625-1.725Q18.5 7.55 18.5 6.5t-.725-1.775T16 4t-1.775.725T13.5 6.5t.725 1.775T16 9t1.775-.725m-2.838-.712Q14.5 7.125 14.5 6.5t.438-1.062T16 5t1.063.438T17.5 6.5t-.437 1.063T16 8t-1.062-.437M7.825 23q-.6 0-1.15-.225t-.975-.65L1.3 17.7q-.275-.275-.288-.687t.263-.713l.15-.15q.35-.35.85-.475t1 0l1.725.5V8q0-.425.288-.712T6 7t.713.288T7 8v7h1v-3q0-.425.288-.712T9 11t.713.288T10 12v3h1v-2q0-.425.288-.712T12 12t.713.288T13 13v2h1q0-.425.288-.712T15 14t.713.288T16 15v4q0 1.65-1.175 2.825T12 23z"/></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%22M12.15%2010q-1.775-1-2.8-2.8q-.1-.175-.137-.338T9.175%206.5t.038-.363t.137-.337q1-1.8%202.788-2.8T16%202t3.85%201t2.8%202.8q.1.175.138.338t.037.362t-.037.363t-.138.337q-1%201.8-2.787%202.8T16%2011t-3.85-1m5.625-1.725Q18.5%207.55%2018.5%206.5t-.725-1.775T16%204t-1.775.725T13.5%206.5t.725%201.775T16%209t1.775-.725m-2.838-.712Q14.5%207.125%2014.5%206.5t.438-1.062T16%205t1.063.438T17.5%206.5t-.437%201.063T16%208t-1.062-.437M7.825%2023q-.6%200-1.15-.225t-.975-.65L1.3%2017.7q-.275-.275-.288-.687t.263-.713l.15-.15q.35-.35.85-.475t1%200l1.725.5V8q0-.425.288-.712T6%207t.713.288T7%208v7h1v-3q0-.425.288-.712T9%2011t.713.288T10%2012v3h1v-2q0-.425.288-.712T12%2012t.713.288T13%2013v2h1q0-.425.288-.712T15%2014t.713.288T16%2015v4q0%201.65-1.175%202.825T12%2023z%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.15%2010q-1.775-1-2.8-2.8q-.1-.175-.137-.338T9.175%206.5t.038-.363t.137-.337q1-1.8%202.788-2.8T16%202t3.85%201t2.8%202.8q.1.175.138.338t.037.362t-.037.363t-.138.337q-1%201.8-2.787%202.8T16%2011t-3.85-1m5.625-1.725Q18.5%207.55%2018.5%206.5t-.725-1.775T16%204t-1.775.725T13.5%206.5t.725%201.775T16%209t1.775-.725m-2.838-.712Q14.5%207.125%2014.5%206.5t.438-1.062T16%205t1.063.438T17.5%206.5t-.437%201.063T16%208t-1.062-.437M7.825%2023q-.6%200-1.15-.225t-.975-.65L1.3%2017.7q-.275-.275-.288-.687t.263-.713l.15-.15q.35-.35.85-.475t1%200l1.725.5V8q0-.425.288-.712T6%207t.713.288T7%208v7h1v-3q0-.425.288-.712T9%2011t.713.288T10%2012v3h1v-2q0-.425.288-.712T12%2012t.713.288T13%2013v2h1q0-.425.288-.712T15%2014t.713.288T16%2015v4q0%201.65-1.175%202.825T12%2023z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/multimodal-hand-eye-rounded.svg?color=%231a73e8&size=48