not accessible icon

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

Name
not-accessible-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
not-accessible-outline-rounded

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.075 21.9l-4.9-4.9H12q-.825 0-1.412-.587T10 15v-2.175l-7.9-7.9q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.5 20.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288M10 22q-2.075 0-3.538-1.462T5 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 6q0 .425-.312.7t-.713.2q-1.1-.2-2.137-.7T14 11.05l-3.425-3.425q.25-.275.575-.437t.85-.163q.375 0 .825.175t.825.55l1.275 1.425q.575.65 1.375 1.1t1.675.625q.425.075.725.375T19 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNotAccessibleRounded(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.075 21.9l-4.9-4.9H12q-.825 0-1.412-.587T10 15v-2.175l-7.9-7.9q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.5 20.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288M10 22q-2.075 0-3.538-1.462T5 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 6q0 .425-.312.7t-.713.2q-1.1-.2-2.137-.7T14 11.05l-3.425-3.425q.25-.275.575-.437t.85-.163q.375 0 .825.175t.825.55l1.275 1.425q.575.65 1.375 1.1t1.675.625q.425.075.725.375T19 12"/></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.075 21.9l-4.9-4.9H12q-.825 0-1.412-.587T10 15v-2.175l-7.9-7.9q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.5 20.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288M10 22q-2.075 0-3.538-1.462T5 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 6q0 .425-.312.7t-.713.2q-1.1-.2-2.137-.7T14 11.05l-3.425-3.425q.25-.275.575-.437t.85-.163q.375 0 .825.175t.825.55l1.275 1.425q.575.65 1.375 1.1t1.675.625q.425.075.725.375T19 12"/></svg>
</template>

CSS

.icon-not-accessible-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.075%2021.9l-4.9-4.9H12q-.825%200-1.412-.587T10%2015v-2.175l-7.9-7.9q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.5%2020.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288M10%2022q-2.075%200-3.538-1.462T5%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%206q0%20.425-.312.7t-.713.2q-1.1-.2-2.137-.7T14%2011.05l-3.425-3.425q.25-.275.575-.437t.85-.163q.375%200%20.825.175t.825.55l1.275%201.425q.575.65%201.375%201.1t1.675.625q.425.075.725.375T19%2012%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.075%2021.9l-4.9-4.9H12q-.825%200-1.412-.587T10%2015v-2.175l-7.9-7.9q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.5%2020.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288M10%2022q-2.075%200-3.538-1.462T5%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%206q0%20.425-.312.7t-.713.2q-1.1-.2-2.137-.7T14%2011.05l-3.425-3.425q.25-.275.575-.437t.85-.163q.375%200%20.825.175t.825.55l1.275%201.425q.575.65%201.375%201.1t1.675.625q.425.075.725.375T19%2012%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-rounded.svg?color=%231a73e8&size=48