visibility lock icon
visibility-lock-outline-rounded from Material Symbols Light by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- visibility-lock-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the visibility lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.088 13.413Q9.3 12.625 9.3 11.5t.788-1.912T12 8.8t1.913.788t.787 1.912t-.787 1.913T12 14.2t-1.912-.787M12 18q-2.985 0-5.58-1.56t-3.966-4.212q-.096-.174-.137-.348q-.04-.174-.04-.38t.04-.38t.137-.348Q3.825 8.12 6.42 6.56T12 5q2.84 0 5.24 1.353q2.399 1.353 3.895 3.695q.115.177.07.388q-.045.21-.228.314t-.4.04t-.333-.242Q18.89 8.425 16.71 7.213T12 6Q9.175 6 6.813 7.488T3.2 11.5q1.25 2.525 3.613 4.013T12 17q.327 0 .648-.022q.32-.022.64-.066q.189-.031.345.106t.156.335q0 .208-.144.368t-.356.19q-.323.045-.645.067T12 18m0-2.846q.523 0 1.01-.144q.488-.144.9-.408q.182-.827.614-1.5t1.092-1.158q.019-.107.028-.222q.01-.114.01-.222q0-1.522-1.067-2.588t-2.591-1.066t-2.587 1.067t-1.063 2.592t1.066 2.586q1.065 1.063 2.588 1.063m4.596 4.865q-.343 0-.575-.232t-.233-.575V16.5q0-.348.269-.568t.635-.22v-1q0-.707.504-1.21t1.21-.502t1.199.503t.491 1.209v1q.368 0 .636.22T21 16.5v2.712q0 .343-.232.575t-.576.232zm.866-4.307h1.865v-1q0-.425-.249-.684q-.25-.259-.674-.259t-.684.259q-.258.259-.258.684z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightVisibilityLockOutlineRounded(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="M10.088 13.413Q9.3 12.625 9.3 11.5t.788-1.912T12 8.8t1.913.788t.787 1.912t-.787 1.913T12 14.2t-1.912-.787M12 18q-2.985 0-5.58-1.56t-3.966-4.212q-.096-.174-.137-.348q-.04-.174-.04-.38t.04-.38t.137-.348Q3.825 8.12 6.42 6.56T12 5q2.84 0 5.24 1.353q2.399 1.353 3.895 3.695q.115.177.07.388q-.045.21-.228.314t-.4.04t-.333-.242Q18.89 8.425 16.71 7.213T12 6Q9.175 6 6.813 7.488T3.2 11.5q1.25 2.525 3.613 4.013T12 17q.327 0 .648-.022q.32-.022.64-.066q.189-.031.345.106t.156.335q0 .208-.144.368t-.356.19q-.323.045-.645.067T12 18m0-2.846q.523 0 1.01-.144q.488-.144.9-.408q.182-.827.614-1.5t1.092-1.158q.019-.107.028-.222q.01-.114.01-.222q0-1.522-1.067-2.588t-2.591-1.066t-2.587 1.067t-1.063 2.592t1.066 2.586q1.065 1.063 2.588 1.063m4.596 4.865q-.343 0-.575-.232t-.233-.575V16.5q0-.348.269-.568t.635-.22v-1q0-.707.504-1.21t1.21-.502t1.199.503t.491 1.209v1q.368 0 .636.22T21 16.5v2.712q0 .343-.232.575t-.576.232zm.866-4.307h1.865v-1q0-.425-.249-.684q-.25-.259-.674-.259t-.684.259q-.258.259-.258.684z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.088 13.413Q9.3 12.625 9.3 11.5t.788-1.912T12 8.8t1.913.788t.787 1.912t-.787 1.913T12 14.2t-1.912-.787M12 18q-2.985 0-5.58-1.56t-3.966-4.212q-.096-.174-.137-.348q-.04-.174-.04-.38t.04-.38t.137-.348Q3.825 8.12 6.42 6.56T12 5q2.84 0 5.24 1.353q2.399 1.353 3.895 3.695q.115.177.07.388q-.045.21-.228.314t-.4.04t-.333-.242Q18.89 8.425 16.71 7.213T12 6Q9.175 6 6.813 7.488T3.2 11.5q1.25 2.525 3.613 4.013T12 17q.327 0 .648-.022q.32-.022.64-.066q.189-.031.345.106t.156.335q0 .208-.144.368t-.356.19q-.323.045-.645.067T12 18m0-2.846q.523 0 1.01-.144q.488-.144.9-.408q.182-.827.614-1.5t1.092-1.158q.019-.107.028-.222q.01-.114.01-.222q0-1.522-1.067-2.588t-2.591-1.066t-2.587 1.067t-1.063 2.592t1.066 2.586q1.065 1.063 2.588 1.063m4.596 4.865q-.343 0-.575-.232t-.233-.575V16.5q0-.348.269-.568t.635-.22v-1q0-.707.504-1.21t1.21-.502t1.199.503t.491 1.209v1q.368 0 .636.22T21 16.5v2.712q0 .343-.232.575t-.576.232zm.866-4.307h1.865v-1q0-.425-.249-.684q-.25-.259-.674-.259t-.684.259q-.258.259-.258.684z"/></svg> </template>
CSS
.icon-visibility-lock-outline-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%22M10.088%2013.413Q9.3%2012.625%209.3%2011.5t.788-1.912T12%208.8t1.913.788t.787%201.912t-.787%201.913T12%2014.2t-1.912-.787M12%2018q-2.985%200-5.58-1.56t-3.966-4.212q-.096-.174-.137-.348q-.04-.174-.04-.38t.04-.38t.137-.348Q3.825%208.12%206.42%206.56T12%205q2.84%200%205.24%201.353q2.399%201.353%203.895%203.695q.115.177.07.388q-.045.21-.228.314t-.4.04t-.333-.242Q18.89%208.425%2016.71%207.213T12%206Q9.175%206%206.813%207.488T3.2%2011.5q1.25%202.525%203.613%204.013T12%2017q.327%200%20.648-.022q.32-.022.64-.066q.189-.031.345.106t.156.335q0%20.208-.144.368t-.356.19q-.323.045-.645.067T12%2018m0-2.846q.523%200%201.01-.144q.488-.144.9-.408q.182-.827.614-1.5t1.092-1.158q.019-.107.028-.222q.01-.114.01-.222q0-1.522-1.067-2.588t-2.591-1.066t-2.587%201.067t-1.063%202.592t1.066%202.586q1.065%201.063%202.588%201.063m4.596%204.865q-.343%200-.575-.232t-.233-.575V16.5q0-.348.269-.568t.635-.22v-1q0-.707.504-1.21t1.21-.502t1.199.503t.491%201.209v1q.368%200%20.636.22T21%2016.5v2.712q0%20.343-.232.575t-.576.232zm.866-4.307h1.865v-1q0-.425-.249-.684q-.25-.259-.674-.259t-.684.259q-.258.259-.258.684z%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%22M10.088%2013.413Q9.3%2012.625%209.3%2011.5t.788-1.912T12%208.8t1.913.788t.787%201.912t-.787%201.913T12%2014.2t-1.912-.787M12%2018q-2.985%200-5.58-1.56t-3.966-4.212q-.096-.174-.137-.348q-.04-.174-.04-.38t.04-.38t.137-.348Q3.825%208.12%206.42%206.56T12%205q2.84%200%205.24%201.353q2.399%201.353%203.895%203.695q.115.177.07.388q-.045.21-.228.314t-.4.04t-.333-.242Q18.89%208.425%2016.71%207.213T12%206Q9.175%206%206.813%207.488T3.2%2011.5q1.25%202.525%203.613%204.013T12%2017q.327%200%20.648-.022q.32-.022.64-.066q.189-.031.345.106t.156.335q0%20.208-.144.368t-.356.19q-.323.045-.645.067T12%2018m0-2.846q.523%200%201.01-.144q.488-.144.9-.408q.182-.827.614-1.5t1.092-1.158q.019-.107.028-.222q.01-.114.01-.222q0-1.522-1.067-2.588t-2.591-1.066t-2.587%201.067t-1.063%202.592t1.066%202.586q1.065%201.063%202.588%201.063m4.596%204.865q-.343%200-.575-.232t-.233-.575V16.5q0-.348.269-.568t.635-.22v-1q0-.707.504-1.21t1.21-.502t1.199.503t.491%201.209v1q.368%200%20.636.22T21%2016.5v2.712q0%20.343-.232.575t-.576.232zm.866-4.307h1.865v-1q0-.425-.249-.684q-.25-.259-.674-.259t-.684.259q-.258.259-.258.684z%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-lock-outline-rounded.svg?color=%231a73e8&size=48