disabled-visible-rounded from Material Symbols Light by Google · Rounded · Privacy · Apache-2.0 Free for personal and commercial use.

Name
disabled-visible-rounded
Set
Material Symbols Light
Style
Rounded
Category
Privacy
Viewbox
24×24
License
Apache 2.0
Aliases
disabled-visible-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More privacy icons from Material Symbols Light

Use the disabled visible icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.738 19.325Q21 18.65 21.75 17.5q-.75-1.15-2.013-1.825T17 15t-2.738.675T12.25 17.5q.75 1.15 2.013 1.825T17 20t2.738-.675m-5.62 1.037q-1.337-.639-2.247-1.718q-.2-.242-.293-.531q-.094-.29-.094-.582t.091-.61t.296-.565q.885-1.079 2.234-1.718T17 14t2.883.639t2.246 1.717q.2.242.293.531q.094.29.094.582t-.091.61t-.296.565q-.885 1.079-2.234 1.718T17 21t-2.883-.639M17 18.809q-.529 0-.918-.39t-.39-.918q0-.548.39-.928t.918-.38q.548 0 .928.38t.38.928q0 .529-.38.918q-.38.39-.928.39m-8.121 1.636q-2.692-.95-4.286-3.271T3 12q0-1.883.701-3.525t1.916-2.858t2.858-1.916T12 3q3.76 0 6.274 2.487t2.709 6.177q.03.25-.12.387t-.332.149t-.357-.105t-.185-.385q-.12-3.218-2.443-5.464T12 4q-1.592 0-2.926.566q-1.334.565-2.359 1.442l5.822 5.82q.176.178.158.373t-.159.335t-.335.16t-.372-.16l-5.821-5.82q-.877.967-1.442 2.358Q4 10.466 4 12q0 2.61 1.479 4.64t3.796 2.877q.23.085.292.27t-.011.363t-.243.278t-.434.016"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDisabledVisibleRounded(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.738 19.325Q21 18.65 21.75 17.5q-.75-1.15-2.013-1.825T17 15t-2.738.675T12.25 17.5q.75 1.15 2.013 1.825T17 20t2.738-.675m-5.62 1.037q-1.337-.639-2.247-1.718q-.2-.242-.293-.531q-.094-.29-.094-.582t.091-.61t.296-.565q.885-1.079 2.234-1.718T17 14t2.883.639t2.246 1.717q.2.242.293.531q.094.29.094.582t-.091.61t-.296.565q-.885 1.079-2.234 1.718T17 21t-2.883-.639M17 18.809q-.529 0-.918-.39t-.39-.918q0-.548.39-.928t.918-.38q.548 0 .928.38t.38.928q0 .529-.38.918q-.38.39-.928.39m-8.121 1.636q-2.692-.95-4.286-3.271T3 12q0-1.883.701-3.525t1.916-2.858t2.858-1.916T12 3q3.76 0 6.274 2.487t2.709 6.177q.03.25-.12.387t-.332.149t-.357-.105t-.185-.385q-.12-3.218-2.443-5.464T12 4q-1.592 0-2.926.566q-1.334.565-2.359 1.442l5.822 5.82q.176.178.158.373t-.159.335t-.335.16t-.372-.16l-5.821-5.82q-.877.967-1.442 2.358Q4 10.466 4 12q0 2.61 1.479 4.64t3.796 2.877q.23.085.292.27t-.011.363t-.243.278t-.434.016"/></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.738 19.325Q21 18.65 21.75 17.5q-.75-1.15-2.013-1.825T17 15t-2.738.675T12.25 17.5q.75 1.15 2.013 1.825T17 20t2.738-.675m-5.62 1.037q-1.337-.639-2.247-1.718q-.2-.242-.293-.531q-.094-.29-.094-.582t.091-.61t.296-.565q.885-1.079 2.234-1.718T17 14t2.883.639t2.246 1.717q.2.242.293.531q.094.29.094.582t-.091.61t-.296.565q-.885 1.079-2.234 1.718T17 21t-2.883-.639M17 18.809q-.529 0-.918-.39t-.39-.918q0-.548.39-.928t.918-.38q.548 0 .928.38t.38.928q0 .529-.38.918q-.38.39-.928.39m-8.121 1.636q-2.692-.95-4.286-3.271T3 12q0-1.883.701-3.525t1.916-2.858t2.858-1.916T12 3q3.76 0 6.274 2.487t2.709 6.177q.03.25-.12.387t-.332.149t-.357-.105t-.185-.385q-.12-3.218-2.443-5.464T12 4q-1.592 0-2.926.566q-1.334.565-2.359 1.442l5.822 5.82q.176.178.158.373t-.159.335t-.335.16t-.372-.16l-5.821-5.82q-.877.967-1.442 2.358Q4 10.466 4 12q0 2.61 1.479 4.64t3.796 2.877q.23.085.292.27t-.011.363t-.243.278t-.434.016"/></svg>
</template>

CSS

.icon-disabled-visible-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.738%2019.325Q21%2018.65%2021.75%2017.5q-.75-1.15-2.013-1.825T17%2015t-2.738.675T12.25%2017.5q.75%201.15%202.013%201.825T17%2020t2.738-.675m-5.62%201.037q-1.337-.639-2.247-1.718q-.2-.242-.293-.531q-.094-.29-.094-.582t.091-.61t.296-.565q.885-1.079%202.234-1.718T17%2014t2.883.639t2.246%201.717q.2.242.293.531q.094.29.094.582t-.091.61t-.296.565q-.885%201.079-2.234%201.718T17%2021t-2.883-.639M17%2018.809q-.529%200-.918-.39t-.39-.918q0-.548.39-.928t.918-.38q.548%200%20.928.38t.38.928q0%20.529-.38.918q-.38.39-.928.39m-8.121%201.636q-2.692-.95-4.286-3.271T3%2012q0-1.883.701-3.525t1.916-2.858t2.858-1.916T12%203q3.76%200%206.274%202.487t2.709%206.177q.03.25-.12.387t-.332.149t-.357-.105t-.185-.385q-.12-3.218-2.443-5.464T12%204q-1.592%200-2.926.566q-1.334.565-2.359%201.442l5.822%205.82q.176.178.158.373t-.159.335t-.335.16t-.372-.16l-5.821-5.82q-.877.967-1.442%202.358Q4%2010.466%204%2012q0%202.61%201.479%204.64t3.796%202.877q.23.085.292.27t-.011.363t-.243.278t-.434.016%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.738%2019.325Q21%2018.65%2021.75%2017.5q-.75-1.15-2.013-1.825T17%2015t-2.738.675T12.25%2017.5q.75%201.15%202.013%201.825T17%2020t2.738-.675m-5.62%201.037q-1.337-.639-2.247-1.718q-.2-.242-.293-.531q-.094-.29-.094-.582t.091-.61t.296-.565q.885-1.079%202.234-1.718T17%2014t2.883.639t2.246%201.717q.2.242.293.531q.094.29.094.582t-.091.61t-.296.565q-.885%201.079-2.234%201.718T17%2021t-2.883-.639M17%2018.809q-.529%200-.918-.39t-.39-.918q0-.548.39-.928t.918-.38q.548%200%20.928.38t.38.928q0%20.529-.38.918q-.38.39-.928.39m-8.121%201.636q-2.692-.95-4.286-3.271T3%2012q0-1.883.701-3.525t1.916-2.858t2.858-1.916T12%203q3.76%200%206.274%202.487t2.709%206.177q.03.25-.12.387t-.332.149t-.357-.105t-.185-.385q-.12-3.218-2.443-5.464T12%204q-1.592%200-2.926.566q-1.334.565-2.359%201.442l5.822%205.82q.176.178.158.373t-.159.335t-.335.16t-.372-.16l-5.821-5.82q-.877.967-1.442%202.358Q4%2010.466%204%2012q0%202.61%201.479%204.64t3.796%202.877q.23.085.292.27t-.011.363t-.243.278t-.434.016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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