visibility off icon
visibility-off-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- visibility-off-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 off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.37 20.785l-3.54-3.527q-.893.41-1.86.576T12 18q-2.966 0-5.442-1.56t-3.975-4.106q-.125-.205-.178-.414t-.053-.42t.062-.43t.188-.405q.646-1.013 1.367-1.948q.721-.934 1.681-1.64L3.21 4.631q-.14-.14-.15-.342q-.01-.2.156-.366q.159-.16.353-.16t.354.16l16.154 16.154q.14.14.153.341t-.153.366q-.16.16-.354.16t-.354-.16M12 15.154q.39 0 .746-.054t.683-.244L8.644 10.07q-.171.327-.235.683t-.063.746q0 1.529 1.063 2.591T12 15.154M12 5q2.985 0 5.484 1.563t3.977 4.147q.106.18.169.38t.062.41t-.06.41t-.165.38q-.436.81-.976 1.52q-.539.71-1.206 1.338q-.273.273-.652.248q-.38-.025-.652-.298l-2.193-2.173q-.136-.136-.186-.307t-.014-.362q.043-.19.054-.375t.012-.381q0-1.529-1.063-2.591T12 7.846q-.196 0-.371.021t-.346.064q-.192.056-.385.006q-.192-.05-.329-.187L9.533 6.714q-.38-.38-.255-.889q.124-.51.653-.646q.51-.106 1.022-.142T12 5m1.898 4.573q.333.344.54.79t.256.928q.025.161-.121.226q-.146.066-.277-.065l-2.242-2.223q-.131-.131-.063-.277q.069-.146.23-.146q.495.03.914.224q.419.193.763.543"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightVisibilityOffRounded(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="m19.37 20.785l-3.54-3.527q-.893.41-1.86.576T12 18q-2.966 0-5.442-1.56t-3.975-4.106q-.125-.205-.178-.414t-.053-.42t.062-.43t.188-.405q.646-1.013 1.367-1.948q.721-.934 1.681-1.64L3.21 4.631q-.14-.14-.15-.342q-.01-.2.156-.366q.159-.16.353-.16t.354.16l16.154 16.154q.14.14.153.341t-.153.366q-.16.16-.354.16t-.354-.16M12 15.154q.39 0 .746-.054t.683-.244L8.644 10.07q-.171.327-.235.683t-.063.746q0 1.529 1.063 2.591T12 15.154M12 5q2.985 0 5.484 1.563t3.977 4.147q.106.18.169.38t.062.41t-.06.41t-.165.38q-.436.81-.976 1.52q-.539.71-1.206 1.338q-.273.273-.652.248q-.38-.025-.652-.298l-2.193-2.173q-.136-.136-.186-.307t-.014-.362q.043-.19.054-.375t.012-.381q0-1.529-1.063-2.591T12 7.846q-.196 0-.371.021t-.346.064q-.192.056-.385.006q-.192-.05-.329-.187L9.533 6.714q-.38-.38-.255-.889q.124-.51.653-.646q.51-.106 1.022-.142T12 5m1.898 4.573q.333.344.54.79t.256.928q.025.161-.121.226q-.146.066-.277-.065l-2.242-2.223q-.131-.131-.063-.277q.069-.146.23-.146q.495.03.914.224q.419.193.763.543"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.37 20.785l-3.54-3.527q-.893.41-1.86.576T12 18q-2.966 0-5.442-1.56t-3.975-4.106q-.125-.205-.178-.414t-.053-.42t.062-.43t.188-.405q.646-1.013 1.367-1.948q.721-.934 1.681-1.64L3.21 4.631q-.14-.14-.15-.342q-.01-.2.156-.366q.159-.16.353-.16t.354.16l16.154 16.154q.14.14.153.341t-.153.366q-.16.16-.354.16t-.354-.16M12 15.154q.39 0 .746-.054t.683-.244L8.644 10.07q-.171.327-.235.683t-.063.746q0 1.529 1.063 2.591T12 15.154M12 5q2.985 0 5.484 1.563t3.977 4.147q.106.18.169.38t.062.41t-.06.41t-.165.38q-.436.81-.976 1.52q-.539.71-1.206 1.338q-.273.273-.652.248q-.38-.025-.652-.298l-2.193-2.173q-.136-.136-.186-.307t-.014-.362q.043-.19.054-.375t.012-.381q0-1.529-1.063-2.591T12 7.846q-.196 0-.371.021t-.346.064q-.192.056-.385.006q-.192-.05-.329-.187L9.533 6.714q-.38-.38-.255-.889q.124-.51.653-.646q.51-.106 1.022-.142T12 5m1.898 4.573q.333.344.54.79t.256.928q.025.161-.121.226q-.146.066-.277-.065l-2.242-2.223q-.131-.131-.063-.277q.069-.146.23-.146q.495.03.914.224q.419.193.763.543"/></svg> </template>
CSS
.icon-visibility-off-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%22m19.37%2020.785l-3.54-3.527q-.893.41-1.86.576T12%2018q-2.966%200-5.442-1.56t-3.975-4.106q-.125-.205-.178-.414t-.053-.42t.062-.43t.188-.405q.646-1.013%201.367-1.948q.721-.934%201.681-1.64L3.21%204.631q-.14-.14-.15-.342q-.01-.2.156-.366q.159-.16.353-.16t.354.16l16.154%2016.154q.14.14.153.341t-.153.366q-.16.16-.354.16t-.354-.16M12%2015.154q.39%200%20.746-.054t.683-.244L8.644%2010.07q-.171.327-.235.683t-.063.746q0%201.529%201.063%202.591T12%2015.154M12%205q2.985%200%205.484%201.563t3.977%204.147q.106.18.169.38t.062.41t-.06.41t-.165.38q-.436.81-.976%201.52q-.539.71-1.206%201.338q-.273.273-.652.248q-.38-.025-.652-.298l-2.193-2.173q-.136-.136-.186-.307t-.014-.362q.043-.19.054-.375t.012-.381q0-1.529-1.063-2.591T12%207.846q-.196%200-.371.021t-.346.064q-.192.056-.385.006q-.192-.05-.329-.187L9.533%206.714q-.38-.38-.255-.889q.124-.51.653-.646q.51-.106%201.022-.142T12%205m1.898%204.573q.333.344.54.79t.256.928q.025.161-.121.226q-.146.066-.277-.065l-2.242-2.223q-.131-.131-.063-.277q.069-.146.23-.146q.495.03.914.224q.419.193.763.543%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%22m19.37%2020.785l-3.54-3.527q-.893.41-1.86.576T12%2018q-2.966%200-5.442-1.56t-3.975-4.106q-.125-.205-.178-.414t-.053-.42t.062-.43t.188-.405q.646-1.013%201.367-1.948q.721-.934%201.681-1.64L3.21%204.631q-.14-.14-.15-.342q-.01-.2.156-.366q.159-.16.353-.16t.354.16l16.154%2016.154q.14.14.153.341t-.153.366q-.16.16-.354.16t-.354-.16M12%2015.154q.39%200%20.746-.054t.683-.244L8.644%2010.07q-.171.327-.235.683t-.063.746q0%201.529%201.063%202.591T12%2015.154M12%205q2.985%200%205.484%201.563t3.977%204.147q.106.18.169.38t.062.41t-.06.41t-.165.38q-.436.81-.976%201.52q-.539.71-1.206%201.338q-.273.273-.652.248q-.38-.025-.652-.298l-2.193-2.173q-.136-.136-.186-.307t-.014-.362q.043-.19.054-.375t.012-.381q0-1.529-1.063-2.591T12%207.846q-.196%200-.371.021t-.346.064q-.192.056-.385.006q-.192-.05-.329-.187L9.533%206.714q-.38-.38-.255-.889q.124-.51.653-.646q.51-.106%201.022-.142T12%205m1.898%204.573q.333.344.54.79t.256.928q.025.161-.121.226q-.146.066-.277-.065l-2.242-2.223q-.131-.131-.063-.277q.069-.146.23-.146q.495.03.914.224q.419.193.763.543%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-off-rounded.svg?color=%231a73e8&size=48