multimodal hand eye icon
multimodal-hand-eye-sharp from Material Symbols by Google · Sharp · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- multimodal-hand-eye-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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="M6.575 23L.6 17l1.6-1.65l2.8.825V7h2v8h1v-4h2v4h1v-3h2v3h1v-1h2v5q0 1.65-1.175 2.825T12 23zM16 11q-2.275 0-4.2-1.2T9 6.5q.875-2.1 2.8-3.3T16 2t4.2 1.2T23 6.5q-.875 2.1-2.8 3.3T16 11m1.775-2.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-.437"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMultimodalHandEyeSharp(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="M6.575 23L.6 17l1.6-1.65l2.8.825V7h2v8h1v-4h2v4h1v-3h2v3h1v-1h2v5q0 1.65-1.175 2.825T12 23zM16 11q-2.275 0-4.2-1.2T9 6.5q.875-2.1 2.8-3.3T16 2t4.2 1.2T23 6.5q-.875 2.1-2.8 3.3T16 11m1.775-2.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-.437"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.575 23L.6 17l1.6-1.65l2.8.825V7h2v8h1v-4h2v4h1v-3h2v3h1v-1h2v5q0 1.65-1.175 2.825T12 23zM16 11q-2.275 0-4.2-1.2T9 6.5q.875-2.1 2.8-3.3T16 2t4.2 1.2T23 6.5q-.875 2.1-2.8 3.3T16 11m1.775-2.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-.437"/></svg> </template>
CSS
.icon-multimodal-hand-eye-sharp {
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%22M6.575%2023L.6%2017l1.6-1.65l2.8.825V7h2v8h1v-4h2v4h1v-3h2v3h1v-1h2v5q0%201.65-1.175%202.825T12%2023zM16%2011q-2.275%200-4.2-1.2T9%206.5q.875-2.1%202.8-3.3T16%202t4.2%201.2T23%206.5q-.875%202.1-2.8%203.3T16%2011m1.775-2.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-.437%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%22M6.575%2023L.6%2017l1.6-1.65l2.8.825V7h2v8h1v-4h2v4h1v-3h2v3h1v-1h2v5q0%201.65-1.175%202.825T12%2023zM16%2011q-2.275%200-4.2-1.2T9%206.5q.875-2.1%202.8-3.3T16%202t4.2%201.2T23%206.5q-.875%202.1-2.8%203.3T16%2011m1.775-2.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-.437%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-sharp.svg?color=%231a73e8&size=48