domain disabled check icon
domain-disabled-check from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- domain-disabled-check
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- domain-disabled-check-outline, domain-disabled-check-outline-sharp, domain-disabled-check-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
Use the domain disabled check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.77 22.646l-2.504-2.492H2.73V3.608l-1.57-1.57l.708-.707l20.608 20.608zM3.73 19.154h3v-3h-3zm0-4h3v-3h-3zm0-4h3v-3h-3zm4 8h3v-3h-3zm0-4h3v-3h-3zm4 4h6.535l-3-3h-3.534zm4.872-11.442l2.973-2.973l-.546-.547l-2.421 2.422L15.394 5.4l-.546.552zm3.541-4.855q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165M21.27 18.15l-1-1v-5.073h1zm-9.538-9.538l-1-1V4.153H7.235l-1-1h5.496z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDomainDisabledCheck(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="m21.77 22.646l-2.504-2.492H2.73V3.608l-1.57-1.57l.708-.707l20.608 20.608zM3.73 19.154h3v-3h-3zm0-4h3v-3h-3zm0-4h3v-3h-3zm4 8h3v-3h-3zm0-4h3v-3h-3zm4 4h6.535l-3-3h-3.534zm4.872-11.442l2.973-2.973l-.546-.547l-2.421 2.422L15.394 5.4l-.546.552zm3.541-4.855q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165M21.27 18.15l-1-1v-5.073h1zm-9.538-9.538l-1-1V4.153H7.235l-1-1h5.496z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.77 22.646l-2.504-2.492H2.73V3.608l-1.57-1.57l.708-.707l20.608 20.608zM3.73 19.154h3v-3h-3zm0-4h3v-3h-3zm0-4h3v-3h-3zm4 8h3v-3h-3zm0-4h3v-3h-3zm4 4h6.535l-3-3h-3.534zm4.872-11.442l2.973-2.973l-.546-.547l-2.421 2.422L15.394 5.4l-.546.552zm3.541-4.855q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165M21.27 18.15l-1-1v-5.073h1zm-9.538-9.538l-1-1V4.153H7.235l-1-1h5.496z"/></svg> </template>
CSS
.icon-domain-disabled-check {
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%22m21.77%2022.646l-2.504-2.492H2.73V3.608l-1.57-1.57l.708-.707l20.608%2020.608zM3.73%2019.154h3v-3h-3zm0-4h3v-3h-3zm0-4h3v-3h-3zm4%208h3v-3h-3zm0-4h3v-3h-3zm4%204h6.535l-3-3h-3.534zm4.872-11.442l2.973-2.973l-.546-.547l-2.421%202.422L15.394%205.4l-.546.552zm3.541-4.855q1.165%201.164%201.165%202.835t-1.165%202.836t-2.835%201.164t-2.836-1.164t-1.164-2.836q0-1.67%201.164-2.835q1.165-1.165%202.836-1.165t2.835%201.165M21.27%2018.15l-1-1v-5.073h1zm-9.538-9.538l-1-1V4.153H7.235l-1-1h5.496z%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%22m21.77%2022.646l-2.504-2.492H2.73V3.608l-1.57-1.57l.708-.707l20.608%2020.608zM3.73%2019.154h3v-3h-3zm0-4h3v-3h-3zm0-4h3v-3h-3zm4%208h3v-3h-3zm0-4h3v-3h-3zm4%204h6.535l-3-3h-3.534zm4.872-11.442l2.973-2.973l-.546-.547l-2.421%202.422L15.394%205.4l-.546.552zm3.541-4.855q1.165%201.164%201.165%202.835t-1.165%202.836t-2.835%201.164t-2.836-1.164t-1.164-2.836q0-1.67%201.164-2.835q1.165-1.165%202.836-1.165t2.835%201.165M21.27%2018.15l-1-1v-5.073h1zm-9.538-9.538l-1-1V4.153H7.235l-1-1h5.496z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/domain-disabled-check.svg?color=%231a73e8&size=48