not accessible icon

not-accessible from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
not-accessible
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
not-accessible-outline, not-accessible-outline-sharp, not-accessible-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the not accessible icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.775 22.6l-5.6-5.6H12q-.825 0-1.412-.587T10 15v-2.175l-8.6-8.6L2.8 2.8l18.4 18.4zM10 22q-2.075 0-3.537-1.463T5 17q0-1.825 1.138-3.187T9 12.1v2.075q-.875.325-1.437 1.088T7 17q0 1.25.875 2.125T10 20q.975 0 1.75-.562T12.825 18H14.9q-.35 1.725-1.713 2.863T10 22m2-16q-.825 0-1.412-.587T10 4t.588-1.412T12 2t1.413.588T14 4t-.587 1.413T12 6m7 7q-1.325 0-2.675-.575T14 11.05l-3.425-3.425q.25-.275.575-.437t.85-.163q.375 0 .825.175t.825.55l1.275 1.425q.725.8 1.812 1.325T19 11z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNotAccessible(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.775 22.6l-5.6-5.6H12q-.825 0-1.412-.587T10 15v-2.175l-8.6-8.6L2.8 2.8l18.4 18.4zM10 22q-2.075 0-3.537-1.463T5 17q0-1.825 1.138-3.187T9 12.1v2.075q-.875.325-1.437 1.088T7 17q0 1.25.875 2.125T10 20q.975 0 1.75-.562T12.825 18H14.9q-.35 1.725-1.713 2.863T10 22m2-16q-.825 0-1.412-.587T10 4t.588-1.412T12 2t1.413.588T14 4t-.587 1.413T12 6m7 7q-1.325 0-2.675-.575T14 11.05l-3.425-3.425q.25-.275.575-.437t.85-.163q.375 0 .825.175t.825.55l1.275 1.425q.725.8 1.812 1.325T19 11z"/></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.775 22.6l-5.6-5.6H12q-.825 0-1.412-.587T10 15v-2.175l-8.6-8.6L2.8 2.8l18.4 18.4zM10 22q-2.075 0-3.537-1.463T5 17q0-1.825 1.138-3.187T9 12.1v2.075q-.875.325-1.437 1.088T7 17q0 1.25.875 2.125T10 20q.975 0 1.75-.562T12.825 18H14.9q-.35 1.725-1.713 2.863T10 22m2-16q-.825 0-1.412-.587T10 4t.588-1.412T12 2t1.413.588T14 4t-.587 1.413T12 6m7 7q-1.325 0-2.675-.575T14 11.05l-3.425-3.425q.25-.275.575-.437t.85-.163q.375 0 .825.175t.825.55l1.275 1.425q.725.8 1.812 1.325T19 11z"/></svg>
</template>

CSS

.icon-not-accessible {
  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.775%2022.6l-5.6-5.6H12q-.825%200-1.412-.587T10%2015v-2.175l-8.6-8.6L2.8%202.8l18.4%2018.4zM10%2022q-2.075%200-3.537-1.463T5%2017q0-1.825%201.138-3.187T9%2012.1v2.075q-.875.325-1.437%201.088T7%2017q0%201.25.875%202.125T10%2020q.975%200%201.75-.562T12.825%2018H14.9q-.35%201.725-1.713%202.863T10%2022m2-16q-.825%200-1.412-.587T10%204t.588-1.412T12%202t1.413.588T14%204t-.587%201.413T12%206m7%207q-1.325%200-2.675-.575T14%2011.05l-3.425-3.425q.25-.275.575-.437t.85-.163q.375%200%20.825.175t.825.55l1.275%201.425q.725.8%201.812%201.325T19%2011z%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.775%2022.6l-5.6-5.6H12q-.825%200-1.412-.587T10%2015v-2.175l-8.6-8.6L2.8%202.8l18.4%2018.4zM10%2022q-2.075%200-3.537-1.463T5%2017q0-1.825%201.138-3.187T9%2012.1v2.075q-.875.325-1.437%201.088T7%2017q0%201.25.875%202.125T10%2020q.975%200%201.75-.562T12.825%2018H14.9q-.35%201.725-1.713%202.863T10%2022m2-16q-.825%200-1.412-.587T10%204t.588-1.412T12%202t1.413.588T14%204t-.587%201.413T12%206m7%207q-1.325%200-2.675-.575T14%2011.05l-3.425-3.425q.25-.275.575-.437t.85-.163q.375%200%20.825.175t.825.55l1.275%201.425q.725.8%201.812%201.325T19%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/not-accessible.svg?color=%231a73e8&size=48