visibility-lock-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
visibility-lock-rounded
Set
Material Symbols Light
Style
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="M16.596 20.02q-.343 0-.575-.233t-.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.308h1.865v-1q0-.426-.249-.684q-.25-.259-.674-.259t-.684.259q-.258.258-.258.683zm-7.374-2.3Q9.3 12.626 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 5q1.57 0 2.997.42t2.697 1.21q.976.61 1.803 1.405t1.49 1.765q.261.379.027.79q-.235.41-.704.41h-1.906q-.797 0-1.508.242q-.712.242-1.28.702q.018-.108.028-.222t.01-.222q0-1.522-1.067-2.588t-2.592-1.066T9.41 8.913t-1.063 2.592t1.066 2.586q1.065 1.063 2.588 1.063q.523 0 1.01-.144q.488-.144.9-.408q-.064.24-.093.488q-.029.247-.029.506V17.1q0 .317-.202.563t-.525.288q-.265.025-.53.038Q12.265 18 12 18"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightVisibilityLockRounded(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.596 20.02q-.343 0-.575-.233t-.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.308h1.865v-1q0-.426-.249-.684q-.25-.259-.674-.259t-.684.259q-.258.258-.258.683zm-7.374-2.3Q9.3 12.626 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 5q1.57 0 2.997.42t2.697 1.21q.976.61 1.803 1.405t1.49 1.765q.261.379.027.79q-.235.41-.704.41h-1.906q-.797 0-1.508.242q-.712.242-1.28.702q.018-.108.028-.222t.01-.222q0-1.522-1.067-2.588t-2.592-1.066T9.41 8.913t-1.063 2.592t1.066 2.586q1.065 1.063 2.588 1.063q.523 0 1.01-.144q.488-.144.9-.408q-.064.24-.093.488q-.029.247-.029.506V17.1q0 .317-.202.563t-.525.288q-.265.025-.53.038Q12.265 18 12 18"/></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.596 20.02q-.343 0-.575-.233t-.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.308h1.865v-1q0-.426-.249-.684q-.25-.259-.674-.259t-.684.259q-.258.258-.258.683zm-7.374-2.3Q9.3 12.626 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 5q1.57 0 2.997.42t2.697 1.21q.976.61 1.803 1.405t1.49 1.765q.261.379.027.79q-.235.41-.704.41h-1.906q-.797 0-1.508.242q-.712.242-1.28.702q.018-.108.028-.222t.01-.222q0-1.522-1.067-2.588t-2.592-1.066T9.41 8.913t-1.063 2.592t1.066 2.586q1.065 1.063 2.588 1.063q.523 0 1.01-.144q.488-.144.9-.408q-.064.24-.093.488q-.029.247-.029.506V17.1q0 .317-.202.563t-.525.288q-.265.025-.53.038Q12.265 18 12 18"/></svg>
</template>

CSS

.icon-visibility-lock-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%22M16.596%2020.02q-.343%200-.575-.233t-.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.308h1.865v-1q0-.426-.249-.684q-.25-.259-.674-.259t-.684.259q-.258.258-.258.683zm-7.374-2.3Q9.3%2012.626%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%205q1.57%200%202.997.42t2.697%201.21q.976.61%201.803%201.405t1.49%201.765q.261.379.027.79q-.235.41-.704.41h-1.906q-.797%200-1.508.242q-.712.242-1.28.702q.018-.108.028-.222t.01-.222q0-1.522-1.067-2.588t-2.592-1.066T9.41%208.913t-1.063%202.592t1.066%202.586q1.065%201.063%202.588%201.063q.523%200%201.01-.144q.488-.144.9-.408q-.064.24-.093.488q-.029.247-.029.506V17.1q0%20.317-.202.563t-.525.288q-.265.025-.53.038Q12.265%2018%2012%2018%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.596%2020.02q-.343%200-.575-.233t-.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.308h1.865v-1q0-.426-.249-.684q-.25-.259-.674-.259t-.684.259q-.258.258-.258.683zm-7.374-2.3Q9.3%2012.626%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%205q1.57%200%202.997.42t2.697%201.21q.976.61%201.803%201.405t1.49%201.765q.261.379.027.79q-.235.41-.704.41h-1.906q-.797%200-1.508.242q-.712.242-1.28.702q.018-.108.028-.222t.01-.222q0-1.522-1.067-2.588t-2.592-1.066T9.41%208.913t-1.063%202.592t1.066%202.586q1.065%201.063%202.588%201.063q.523%200%201.01-.144q.488-.144.9-.408q-.064.24-.093.488q-.029.247-.029.506V17.1q0%20.317-.202.563t-.525.288q-.265.025-.53.038Q12.265%2018%2012%2018%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-rounded.svg?color=%231a73e8&size=48