comment-eye-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.

Name
comment-eye-outline
Set
Material Design Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

Related icons in Material Design Icons

Use the comment eye icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 6c.56 0 1 .44 1 1s-.44 1-1 1s-1-.44-1-1s.44-1 1-1m0-3c2.73 0 5.06 1.66 6 4c-.94 2.34-3.27 4-6 4s-5.06-1.66-6-4c.94-2.34 3.27-4 6-4m0 1.5A2.5 2.5 0 0 0 13.5 7A2.5 2.5 0 0 0 16 9.5A2.5 2.5 0 0 0 18.5 7A2.5 2.5 0 0 0 16 4.5m2 8.25V16h-4.92L10 19.08V16H4V6h4.27c.32-.73.73-1.4 1.23-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v3a1 1 0 0 0 1 1h.5c.25 0 .5-.1.7-.29L13.9 18H18c1.11 0 2-.89 2-2v-4c-.63.33-1.3.58-2 .75"/></svg>

React

import type { SVGProps } from "react";

export function MdiCommentEyeOutline(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="M16 6c.56 0 1 .44 1 1s-.44 1-1 1s-1-.44-1-1s.44-1 1-1m0-3c2.73 0 5.06 1.66 6 4c-.94 2.34-3.27 4-6 4s-5.06-1.66-6-4c.94-2.34 3.27-4 6-4m0 1.5A2.5 2.5 0 0 0 13.5 7A2.5 2.5 0 0 0 16 9.5A2.5 2.5 0 0 0 18.5 7A2.5 2.5 0 0 0 16 4.5m2 8.25V16h-4.92L10 19.08V16H4V6h4.27c.32-.73.73-1.4 1.23-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v3a1 1 0 0 0 1 1h.5c.25 0 .5-.1.7-.29L13.9 18H18c1.11 0 2-.89 2-2v-4c-.63.33-1.3.58-2 .75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 6c.56 0 1 .44 1 1s-.44 1-1 1s-1-.44-1-1s.44-1 1-1m0-3c2.73 0 5.06 1.66 6 4c-.94 2.34-3.27 4-6 4s-5.06-1.66-6-4c.94-2.34 3.27-4 6-4m0 1.5A2.5 2.5 0 0 0 13.5 7A2.5 2.5 0 0 0 16 9.5A2.5 2.5 0 0 0 18.5 7A2.5 2.5 0 0 0 16 4.5m2 8.25V16h-4.92L10 19.08V16H4V6h4.27c.32-.73.73-1.4 1.23-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v3a1 1 0 0 0 1 1h.5c.25 0 .5-.1.7-.29L13.9 18H18c1.11 0 2-.89 2-2v-4c-.63.33-1.3.58-2 .75"/></svg>
</template>

CSS

.icon-comment-eye-outline {
  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%22M16%206c.56%200%201%20.44%201%201s-.44%201-1%201s-1-.44-1-1s.44-1%201-1m0-3c2.73%200%205.06%201.66%206%204c-.94%202.34-3.27%204-6%204s-5.06-1.66-6-4c.94-2.34%203.27-4%206-4m0%201.5A2.5%202.5%200%200%200%2013.5%207A2.5%202.5%200%200%200%2016%209.5A2.5%202.5%200%200%200%2018.5%207A2.5%202.5%200%200%200%2016%204.5m2%208.25V16h-4.92L10%2019.08V16H4V6h4.27c.32-.73.73-1.4%201.23-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h4v3a1%201%200%200%200%201%201h.5c.25%200%20.5-.1.7-.29L13.9%2018H18c1.11%200%202-.89%202-2v-4c-.63.33-1.3.58-2%20.75%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%22M16%206c.56%200%201%20.44%201%201s-.44%201-1%201s-1-.44-1-1s.44-1%201-1m0-3c2.73%200%205.06%201.66%206%204c-.94%202.34-3.27%204-6%204s-5.06-1.66-6-4c.94-2.34%203.27-4%206-4m0%201.5A2.5%202.5%200%200%200%2013.5%207A2.5%202.5%200%200%200%2016%209.5A2.5%202.5%200%200%200%2018.5%207A2.5%202.5%200%200%200%2016%204.5m2%208.25V16h-4.92L10%2019.08V16H4V6h4.27c.32-.73.73-1.4%201.23-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h4v3a1%201%200%200%200%201%201h.5c.25%200%20.5-.1.7-.29L13.9%2018H18c1.11%200%202-.89%202-2v-4c-.63.33-1.3.58-2%20.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/comment-eye-outline.svg?color=%231a73e8&size=48