visibility icon
visibility-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- visibility-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the visibility icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.591 14.091q1.063-1.062 1.063-2.591T14.59 8.909T12 7.846T9.409 8.91T8.346 11.5t1.063 2.591T12 15.154t2.591-1.063m-4.503-.678Q9.3 12.625 9.3 11.5t.788-1.912T12 8.8t1.913.788t.787 1.912t-.787 1.913T12 14.2t-1.912-.787M6.56 16.43q-2.474-1.57-3.997-4.116q-.125-.205-.178-.404t-.053-.411t.053-.41t.178-.406Q4.087 8.14 6.56 6.57T12 5t5.44 1.57t3.997 4.115q.125.205.178.404t.052.411t-.052.41t-.178.406q-1.523 2.545-3.997 4.115T12 18t-5.44-1.57"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightVisibilityRounded(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="M14.591 14.091q1.063-1.062 1.063-2.591T14.59 8.909T12 7.846T9.409 8.91T8.346 11.5t1.063 2.591T12 15.154t2.591-1.063m-4.503-.678Q9.3 12.625 9.3 11.5t.788-1.912T12 8.8t1.913.788t.787 1.912t-.787 1.913T12 14.2t-1.912-.787M6.56 16.43q-2.474-1.57-3.997-4.116q-.125-.205-.178-.404t-.053-.411t.053-.41t.178-.406Q4.087 8.14 6.56 6.57T12 5t5.44 1.57t3.997 4.115q.125.205.178.404t.052.411t-.052.41t-.178.406q-1.523 2.545-3.997 4.115T12 18t-5.44-1.57"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.591 14.091q1.063-1.062 1.063-2.591T14.59 8.909T12 7.846T9.409 8.91T8.346 11.5t1.063 2.591T12 15.154t2.591-1.063m-4.503-.678Q9.3 12.625 9.3 11.5t.788-1.912T12 8.8t1.913.788t.787 1.912t-.787 1.913T12 14.2t-1.912-.787M6.56 16.43q-2.474-1.57-3.997-4.116q-.125-.205-.178-.404t-.053-.411t.053-.41t.178-.406Q4.087 8.14 6.56 6.57T12 5t5.44 1.57t3.997 4.115q.125.205.178.404t.052.411t-.052.41t-.178.406q-1.523 2.545-3.997 4.115T12 18t-5.44-1.57"/></svg> </template>
CSS
.icon-visibility-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%22M14.591%2014.091q1.063-1.062%201.063-2.591T14.59%208.909T12%207.846T9.409%208.91T8.346%2011.5t1.063%202.591T12%2015.154t2.591-1.063m-4.503-.678Q9.3%2012.625%209.3%2011.5t.788-1.912T12%208.8t1.913.788t.787%201.912t-.787%201.913T12%2014.2t-1.912-.787M6.56%2016.43q-2.474-1.57-3.997-4.116q-.125-.205-.178-.404t-.053-.411t.053-.41t.178-.406Q4.087%208.14%206.56%206.57T12%205t5.44%201.57t3.997%204.115q.125.205.178.404t.052.411t-.052.41t-.178.406q-1.523%202.545-3.997%204.115T12%2018t-5.44-1.57%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%22M14.591%2014.091q1.063-1.062%201.063-2.591T14.59%208.909T12%207.846T9.409%208.91T8.346%2011.5t1.063%202.591T12%2015.154t2.591-1.063m-4.503-.678Q9.3%2012.625%209.3%2011.5t.788-1.912T12%208.8t1.913.788t.787%201.912t-.787%201.913T12%2014.2t-1.912-.787M6.56%2016.43q-2.474-1.57-3.997-4.116q-.125-.205-.178-.404t-.053-.411t.053-.41t.178-.406Q4.087%208.14%206.56%206.57T12%205t5.44%201.57t3.997%204.115q.125.205.178.404t.052.411t-.052.41t-.178.406q-1.523%202.545-3.997%204.115T12%2018t-5.44-1.57%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/visibility-rounded.svg?color=%231a73e8&size=48