domain disabled check icon

domain-disabled-check from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
domain-disabled-check
Set
Material Symbols
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

The same icon in other sets

More business icons from Material Symbols

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="M20.5 23.3L18.15 21H2V4.8L.7 3.5l1.4-1.4l19.8 19.8zM4 19h2v-2H4zm0-4h2v-2H4zm0-4h2V9H4zm4 8h2v-2H8zm0-4h2v-2H8zm4 4h4.15l-2-2H12zm5.275-10.75l3.55-3.55l-.7-.7L17.3 6.825L15.875 5.4l-.7.725zm4.263-5.787Q23 3.925 23 6t-1.463 3.538T18 11t-3.537-1.463T13 6t1.463-3.537T18 1t3.538 1.463M22 19.15l-2-2V13h2zm-10-10l-2-2V5H7.85l-2-2H12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDomainDisabledCheck(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="M20.5 23.3L18.15 21H2V4.8L.7 3.5l1.4-1.4l19.8 19.8zM4 19h2v-2H4zm0-4h2v-2H4zm0-4h2V9H4zm4 8h2v-2H8zm0-4h2v-2H8zm4 4h4.15l-2-2H12zm5.275-10.75l3.55-3.55l-.7-.7L17.3 6.825L15.875 5.4l-.7.725zm4.263-5.787Q23 3.925 23 6t-1.463 3.538T18 11t-3.537-1.463T13 6t1.463-3.537T18 1t3.538 1.463M22 19.15l-2-2V13h2zm-10-10l-2-2V5H7.85l-2-2H12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 23.3L18.15 21H2V4.8L.7 3.5l1.4-1.4l19.8 19.8zM4 19h2v-2H4zm0-4h2v-2H4zm0-4h2V9H4zm4 8h2v-2H8zm0-4h2v-2H8zm4 4h4.15l-2-2H12zm5.275-10.75l3.55-3.55l-.7-.7L17.3 6.825L15.875 5.4l-.7.725zm4.263-5.787Q23 3.925 23 6t-1.463 3.538T18 11t-3.537-1.463T13 6t1.463-3.537T18 1t3.538 1.463M22 19.15l-2-2V13h2zm-10-10l-2-2V5H7.85l-2-2H12z"/></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%22M20.5%2023.3L18.15%2021H2V4.8L.7%203.5l1.4-1.4l19.8%2019.8zM4%2019h2v-2H4zm0-4h2v-2H4zm0-4h2V9H4zm4%208h2v-2H8zm0-4h2v-2H8zm4%204h4.15l-2-2H12zm5.275-10.75l3.55-3.55l-.7-.7L17.3%206.825L15.875%205.4l-.7.725zm4.263-5.787Q23%203.925%2023%206t-1.463%203.538T18%2011t-3.537-1.463T13%206t1.463-3.537T18%201t3.538%201.463M22%2019.15l-2-2V13h2zm-10-10l-2-2V5H7.85l-2-2H12z%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%22M20.5%2023.3L18.15%2021H2V4.8L.7%203.5l1.4-1.4l19.8%2019.8zM4%2019h2v-2H4zm0-4h2v-2H4zm0-4h2V9H4zm4%208h2v-2H8zm0-4h2v-2H8zm4%204h4.15l-2-2H12zm5.275-10.75l3.55-3.55l-.7-.7L17.3%206.825L15.875%205.4l-.7.725zm4.263-5.787Q23%203.925%2023%206t-1.463%203.538T18%2011t-3.537-1.463T13%206t1.463-3.537T18%201t3.538%201.463M22%2019.15l-2-2V13h2zm-10-10l-2-2V5H7.85l-2-2H12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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