visibility off icon
visibility-off from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- visibility-off
- Set
- Material Symbols
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- visibility-off-sharp
3 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
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.8 22.6l-4.2-4.15q-.875.275-1.762.413T12 19q-3.775 0-6.725-2.087T1 11.5q.525-1.325 1.325-2.463T4.15 7L1.4 4.2l1.4-1.4l18.4 18.4zM12 16q.275 0 .513-.025t.512-.1l-5.4-5.4q-.075.275-.1.513T7.5 11.5q0 1.875 1.313 3.188T12 16m7.3.45l-3.175-3.15q.175-.425.275-.862t.1-.938q0-1.875-1.312-3.187T12 7q-.5 0-.937.1t-.863.3L7.65 4.85q1.025-.425 2.1-.637T12 4q3.775 0 6.725 2.088T23 11.5q-.575 1.475-1.513 2.738T19.3 16.45m-4.625-4.6l-3-3q.7-.125 1.288.113t1.012.687t.613 1.038t.087 1.162"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsVisibilityOff(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.8 22.6l-4.2-4.15q-.875.275-1.762.413T12 19q-3.775 0-6.725-2.087T1 11.5q.525-1.325 1.325-2.463T4.15 7L1.4 4.2l1.4-1.4l18.4 18.4zM12 16q.275 0 .513-.025t.512-.1l-5.4-5.4q-.075.275-.1.513T7.5 11.5q0 1.875 1.313 3.188T12 16m7.3.45l-3.175-3.15q.175-.425.275-.862t.1-.938q0-1.875-1.312-3.187T12 7q-.5 0-.937.1t-.863.3L7.65 4.85q1.025-.425 2.1-.637T12 4q3.775 0 6.725 2.088T23 11.5q-.575 1.475-1.513 2.738T19.3 16.45m-4.625-4.6l-3-3q.7-.125 1.288.113t1.012.687t.613 1.038t.087 1.162"/></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.8 22.6l-4.2-4.15q-.875.275-1.762.413T12 19q-3.775 0-6.725-2.087T1 11.5q.525-1.325 1.325-2.463T4.15 7L1.4 4.2l1.4-1.4l18.4 18.4zM12 16q.275 0 .513-.025t.512-.1l-5.4-5.4q-.075.275-.1.513T7.5 11.5q0 1.875 1.313 3.188T12 16m7.3.45l-3.175-3.15q.175-.425.275-.862t.1-.938q0-1.875-1.312-3.187T12 7q-.5 0-.937.1t-.863.3L7.65 4.85q1.025-.425 2.1-.637T12 4q3.775 0 6.725 2.088T23 11.5q-.575 1.475-1.513 2.738T19.3 16.45m-4.625-4.6l-3-3q.7-.125 1.288.113t1.012.687t.613 1.038t.087 1.162"/></svg> </template>
CSS
.icon-visibility-off {
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.8%2022.6l-4.2-4.15q-.875.275-1.762.413T12%2019q-3.775%200-6.725-2.087T1%2011.5q.525-1.325%201.325-2.463T4.15%207L1.4%204.2l1.4-1.4l18.4%2018.4zM12%2016q.275%200%20.513-.025t.512-.1l-5.4-5.4q-.075.275-.1.513T7.5%2011.5q0%201.875%201.313%203.188T12%2016m7.3.45l-3.175-3.15q.175-.425.275-.862t.1-.938q0-1.875-1.312-3.187T12%207q-.5%200-.937.1t-.863.3L7.65%204.85q1.025-.425%202.1-.637T12%204q3.775%200%206.725%202.088T23%2011.5q-.575%201.475-1.513%202.738T19.3%2016.45m-4.625-4.6l-3-3q.7-.125%201.288.113t1.012.687t.613%201.038t.087%201.162%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.8%2022.6l-4.2-4.15q-.875.275-1.762.413T12%2019q-3.775%200-6.725-2.087T1%2011.5q.525-1.325%201.325-2.463T4.15%207L1.4%204.2l1.4-1.4l18.4%2018.4zM12%2016q.275%200%20.513-.025t.512-.1l-5.4-5.4q-.075.275-.1.513T7.5%2011.5q0%201.875%201.313%203.188T12%2016m7.3.45l-3.175-3.15q.175-.425.275-.862t.1-.938q0-1.875-1.312-3.187T12%207q-.5%200-.937.1t-.863.3L7.65%204.85q1.025-.425%202.1-.637T12%204q3.775%200%206.725%202.088T23%2011.5q-.575%201.475-1.513%202.738T19.3%2016.45m-4.625-4.6l-3-3q.7-.125%201.288.113t1.012.687t.613%201.038t.087%201.162%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/visibility-off.svg?color=%231a73e8&size=48