not accessible icon
not-accessible-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- not-accessible-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- not-accessible-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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.479 20.9l-4.4-4.4h-2.944q-.633 0-1.086-.453t-.453-1.086v-2.944L3.1 4.521q-.14-.14-.15-.341t.15-.366q.165-.166.357-.166t.356.166l16.38 16.378q.145.147.152.345t-.158.363q-.166.16-.354.163t-.354-.163m-9.383.639q-1.863 0-3.2-1.338T5.557 17q0-1.748 1.128-3.005t2.91-1.491v1.017q-1.394.229-2.216 1.213q-.822.983-.822 2.266q0 1.48 1.029 2.51q1.029 1.028 2.51 1.028q1.263 0 2.259-.803q.996-.802 1.219-2.235h1.017q-.196 1.744-1.472 2.891t-3.024 1.148m2-15.27q-.71 0-1.2-.491q-.492-.492-.492-1.201t.491-1.201q.492-.492 1.201-.492t1.201.492t.492 1.201t-.492 1.201t-1.2.491m6.345 5.693q0 .213-.168.344t-.376.075q-1.235-.239-2.214-.796q-.98-.558-1.838-1.42l-.404-.423v.827l-2.52-2.521q.172-.237.459-.39q.286-.152.715-.152q.356 0 .71.223t.748.637l.89.982q.71.766 1.596 1.312t1.897.74q.213.056.36.202q.145.146.145.36"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNotAccessibleRounded(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.479 20.9l-4.4-4.4h-2.944q-.633 0-1.086-.453t-.453-1.086v-2.944L3.1 4.521q-.14-.14-.15-.341t.15-.366q.165-.166.357-.166t.356.166l16.38 16.378q.145.147.152.345t-.158.363q-.166.16-.354.163t-.354-.163m-9.383.639q-1.863 0-3.2-1.338T5.557 17q0-1.748 1.128-3.005t2.91-1.491v1.017q-1.394.229-2.216 1.213q-.822.983-.822 2.266q0 1.48 1.029 2.51q1.029 1.028 2.51 1.028q1.263 0 2.259-.803q.996-.802 1.219-2.235h1.017q-.196 1.744-1.472 2.891t-3.024 1.148m2-15.27q-.71 0-1.2-.491q-.492-.492-.492-1.201t.491-1.201q.492-.492 1.201-.492t1.201.492t.492 1.201t-.492 1.201t-1.2.491m6.345 5.693q0 .213-.168.344t-.376.075q-1.235-.239-2.214-.796q-.98-.558-1.838-1.42l-.404-.423v.827l-2.52-2.521q.172-.237.459-.39q.286-.152.715-.152q.356 0 .71.223t.748.637l.89.982q.71.766 1.596 1.312t1.897.74q.213.056.36.202q.145.146.145.36"/></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.479 20.9l-4.4-4.4h-2.944q-.633 0-1.086-.453t-.453-1.086v-2.944L3.1 4.521q-.14-.14-.15-.341t.15-.366q.165-.166.357-.166t.356.166l16.38 16.378q.145.147.152.345t-.158.363q-.166.16-.354.163t-.354-.163m-9.383.639q-1.863 0-3.2-1.338T5.557 17q0-1.748 1.128-3.005t2.91-1.491v1.017q-1.394.229-2.216 1.213q-.822.983-.822 2.266q0 1.48 1.029 2.51q1.029 1.028 2.51 1.028q1.263 0 2.259-.803q.996-.802 1.219-2.235h1.017q-.196 1.744-1.472 2.891t-3.024 1.148m2-15.27q-.71 0-1.2-.491q-.492-.492-.492-1.201t.491-1.201q.492-.492 1.201-.492t1.201.492t.492 1.201t-.492 1.201t-1.2.491m6.345 5.693q0 .213-.168.344t-.376.075q-1.235-.239-2.214-.796q-.98-.558-1.838-1.42l-.404-.423v.827l-2.52-2.521q.172-.237.459-.39q.286-.152.715-.152q.356 0 .71.223t.748.637l.89.982q.71.766 1.596 1.312t1.897.74q.213.056.36.202q.145.146.145.36"/></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.479%2020.9l-4.4-4.4h-2.944q-.633%200-1.086-.453t-.453-1.086v-2.944L3.1%204.521q-.14-.14-.15-.341t.15-.366q.165-.166.357-.166t.356.166l16.38%2016.378q.145.147.152.345t-.158.363q-.166.16-.354.163t-.354-.163m-9.383.639q-1.863%200-3.2-1.338T5.557%2017q0-1.748%201.128-3.005t2.91-1.491v1.017q-1.394.229-2.216%201.213q-.822.983-.822%202.266q0%201.48%201.029%202.51q1.029%201.028%202.51%201.028q1.263%200%202.259-.803q.996-.802%201.219-2.235h1.017q-.196%201.744-1.472%202.891t-3.024%201.148m2-15.27q-.71%200-1.2-.491q-.492-.492-.492-1.201t.491-1.201q.492-.492%201.201-.492t1.201.492t.492%201.201t-.492%201.201t-1.2.491m6.345%205.693q0%20.213-.168.344t-.376.075q-1.235-.239-2.214-.796q-.98-.558-1.838-1.42l-.404-.423v.827l-2.52-2.521q.172-.237.459-.39q.286-.152.715-.152q.356%200%20.71.223t.748.637l.89.982q.71.766%201.596%201.312t1.897.74q.213.056.36.202q.145.146.145.36%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.479%2020.9l-4.4-4.4h-2.944q-.633%200-1.086-.453t-.453-1.086v-2.944L3.1%204.521q-.14-.14-.15-.341t.15-.366q.165-.166.357-.166t.356.166l16.38%2016.378q.145.147.152.345t-.158.363q-.166.16-.354.163t-.354-.163m-9.383.639q-1.863%200-3.2-1.338T5.557%2017q0-1.748%201.128-3.005t2.91-1.491v1.017q-1.394.229-2.216%201.213q-.822.983-.822%202.266q0%201.48%201.029%202.51q1.029%201.028%202.51%201.028q1.263%200%202.259-.803q.996-.802%201.219-2.235h1.017q-.196%201.744-1.472%202.891t-3.024%201.148m2-15.27q-.71%200-1.2-.491q-.492-.492-.492-1.201t.491-1.201q.492-.492%201.201-.492t1.201.492t.492%201.201t-.492%201.201t-1.2.491m6.345%205.693q0%20.213-.168.344t-.376.075q-1.235-.239-2.214-.796q-.98-.558-1.838-1.42l-.404-.423v.827l-2.52-2.521q.172-.237.459-.39q.286-.152.715-.152q.356%200%20.71.223t.748.637l.89.982q.71.766%201.596%201.312t1.897.74q.213.056.36.202q.145.146.145.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/not-accessible-rounded.svg?color=%231a73e8&size=48