visibility off icon
visibility-off-outline from Material Symbols by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- visibility-off-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- visibility-off-outline-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="m16.1 13.3l-1.45-1.45q.225-1.175-.675-2.2t-2.325-.8L10.2 7.4q.425-.2.863-.3T12 7q1.875 0 3.188 1.313T16.5 11.5q0 .5-.1.938t-.3.862m3.2 3.15l-1.45-1.4q.95-.725 1.688-1.587T20.8 11.5q-1.25-2.525-3.588-4.012T12 6q-.725 0-1.425.1T9.2 6.4L7.65 4.85q1.025-.425 2.1-.638T12 4q3.775 0 6.725 2.087T23 11.5q-.575 1.475-1.513 2.738T19.3 16.45m.5 6.15l-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.4zM5.55 8.4q-.725.65-1.325 1.425T3.2 11.5q1.25 2.525 3.588 4.013T12 17q.5 0 .975-.062t.975-.138l-.9-.95q-.275.075-.525.113T12 16q-1.875 0-3.188-1.312T7.5 11.5q0-.275.038-.525t.112-.525zm4.2 4.2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsVisibilityOffOutline(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.1 13.3l-1.45-1.45q.225-1.175-.675-2.2t-2.325-.8L10.2 7.4q.425-.2.863-.3T12 7q1.875 0 3.188 1.313T16.5 11.5q0 .5-.1.938t-.3.862m3.2 3.15l-1.45-1.4q.95-.725 1.688-1.587T20.8 11.5q-1.25-2.525-3.588-4.012T12 6q-.725 0-1.425.1T9.2 6.4L7.65 4.85q1.025-.425 2.1-.638T12 4q3.775 0 6.725 2.087T23 11.5q-.575 1.475-1.513 2.738T19.3 16.45m.5 6.15l-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.4zM5.55 8.4q-.725.65-1.325 1.425T3.2 11.5q1.25 2.525 3.588 4.013T12 17q.5 0 .975-.062t.975-.138l-.9-.95q-.275.075-.525.113T12 16q-1.875 0-3.188-1.312T7.5 11.5q0-.275.038-.525t.112-.525zm4.2 4.2"/></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.1 13.3l-1.45-1.45q.225-1.175-.675-2.2t-2.325-.8L10.2 7.4q.425-.2.863-.3T12 7q1.875 0 3.188 1.313T16.5 11.5q0 .5-.1.938t-.3.862m3.2 3.15l-1.45-1.4q.95-.725 1.688-1.587T20.8 11.5q-1.25-2.525-3.588-4.012T12 6q-.725 0-1.425.1T9.2 6.4L7.65 4.85q1.025-.425 2.1-.638T12 4q3.775 0 6.725 2.087T23 11.5q-.575 1.475-1.513 2.738T19.3 16.45m.5 6.15l-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.4zM5.55 8.4q-.725.65-1.325 1.425T3.2 11.5q1.25 2.525 3.588 4.013T12 17q.5 0 .975-.062t.975-.138l-.9-.95q-.275.075-.525.113T12 16q-1.875 0-3.188-1.312T7.5 11.5q0-.275.038-.525t.112-.525zm4.2 4.2"/></svg> </template>
CSS
.icon-visibility-off-outline {
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.1%2013.3l-1.45-1.45q.225-1.175-.675-2.2t-2.325-.8L10.2%207.4q.425-.2.863-.3T12%207q1.875%200%203.188%201.313T16.5%2011.5q0%20.5-.1.938t-.3.862m3.2%203.15l-1.45-1.4q.95-.725%201.688-1.587T20.8%2011.5q-1.25-2.525-3.588-4.012T12%206q-.725%200-1.425.1T9.2%206.4L7.65%204.85q1.025-.425%202.1-.638T12%204q3.775%200%206.725%202.087T23%2011.5q-.575%201.475-1.513%202.738T19.3%2016.45m.5%206.15l-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.4zM5.55%208.4q-.725.65-1.325%201.425T3.2%2011.5q1.25%202.525%203.588%204.013T12%2017q.5%200%20.975-.062t.975-.138l-.9-.95q-.275.075-.525.113T12%2016q-1.875%200-3.188-1.312T7.5%2011.5q0-.275.038-.525t.112-.525zm4.2%204.2%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.1%2013.3l-1.45-1.45q.225-1.175-.675-2.2t-2.325-.8L10.2%207.4q.425-.2.863-.3T12%207q1.875%200%203.188%201.313T16.5%2011.5q0%20.5-.1.938t-.3.862m3.2%203.15l-1.45-1.4q.95-.725%201.688-1.587T20.8%2011.5q-1.25-2.525-3.588-4.012T12%206q-.725%200-1.425.1T9.2%206.4L7.65%204.85q1.025-.425%202.1-.638T12%204q3.775%200%206.725%202.087T23%2011.5q-.575%201.475-1.513%202.738T19.3%2016.45m.5%206.15l-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.4zM5.55%208.4q-.725.65-1.325%201.425T3.2%2011.5q1.25%202.525%203.588%204.013T12%2017q.5%200%20.975-.062t.975-.138l-.9-.95q-.275.075-.525.113T12%2016q-1.875%200-3.188-1.312T7.5%2011.5q0-.275.038-.525t.112-.525zm4.2%204.2%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-outline.svg?color=%231a73e8&size=48