domain disabled check icon

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

Name
domain-disabled-check-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
domain-disabled-check-outline-rounded

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="M19.266 20.154H3.539q-.349 0-.579-.23t-.23-.578V3.608L1.517 2.392q-.141-.14-.15-.344t.15-.363t.353-.16t.354.16l19.9 19.9q.14.14.153.341t-.153.366q-.16.16-.351.163t-.357-.157zm-15.535-1h3v-3h-3zm0-4h3v-3h-3zm0-4h3v-3h-3zm4 8h3v-3h-3zm0-4h3v-3h-3zm4 4h6.534l-3-3h-3.534zm4.877-12.54l-.94-.935q-.112-.112-.264-.121q-.152-.01-.283.12t-.13.274t.13.273l.916.916q.242.242.565.245t.565-.24l2.135-2.134q.112-.112.121-.264q.01-.152-.121-.282q-.13-.131-.273-.131t-.273.13zm3.535-3.757q1.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.165m.27 14.65q-.144-.144-.144-.357v-4.573q0-.213.144-.357t.356-.143t.357.143t.143.357v4.573q0 .214-.143.357t-.357.143t-.356-.143m-9.539-9.539q-.143-.143-.143-.356V4.154H7.235q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357q.143-.143.357-.143h3.688q.348 0 .578.23t.23.578v3.65q0 .213-.144.356t-.356.144t-.357-.144"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDomainDisabledCheckRounded(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.266 20.154H3.539q-.349 0-.579-.23t-.23-.578V3.608L1.517 2.392q-.141-.14-.15-.344t.15-.363t.353-.16t.354.16l19.9 19.9q.14.14.153.341t-.153.366q-.16.16-.351.163t-.357-.157zm-15.535-1h3v-3h-3zm0-4h3v-3h-3zm0-4h3v-3h-3zm4 8h3v-3h-3zm0-4h3v-3h-3zm4 4h6.534l-3-3h-3.534zm4.877-12.54l-.94-.935q-.112-.112-.264-.121q-.152-.01-.283.12t-.13.274t.13.273l.916.916q.242.242.565.245t.565-.24l2.135-2.134q.112-.112.121-.264q.01-.152-.121-.282q-.13-.131-.273-.131t-.273.13zm3.535-3.757q1.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.165m.27 14.65q-.144-.144-.144-.357v-4.573q0-.213.144-.357t.356-.143t.357.143t.143.357v4.573q0 .214-.143.357t-.357.143t-.356-.143m-9.539-9.539q-.143-.143-.143-.356V4.154H7.235q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357q.143-.143.357-.143h3.688q.348 0 .578.23t.23.578v3.65q0 .213-.144.356t-.356.144t-.357-.144"/></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.266 20.154H3.539q-.349 0-.579-.23t-.23-.578V3.608L1.517 2.392q-.141-.14-.15-.344t.15-.363t.353-.16t.354.16l19.9 19.9q.14.14.153.341t-.153.366q-.16.16-.351.163t-.357-.157zm-15.535-1h3v-3h-3zm0-4h3v-3h-3zm0-4h3v-3h-3zm4 8h3v-3h-3zm0-4h3v-3h-3zm4 4h6.534l-3-3h-3.534zm4.877-12.54l-.94-.935q-.112-.112-.264-.121q-.152-.01-.283.12t-.13.274t.13.273l.916.916q.242.242.565.245t.565-.24l2.135-2.134q.112-.112.121-.264q.01-.152-.121-.282q-.13-.131-.273-.131t-.273.13zm3.535-3.757q1.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.165m.27 14.65q-.144-.144-.144-.357v-4.573q0-.213.144-.357t.356-.143t.357.143t.143.357v4.573q0 .214-.143.357t-.357.143t-.356-.143m-9.539-9.539q-.143-.143-.143-.356V4.154H7.235q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357q.143-.143.357-.143h3.688q.348 0 .578.23t.23.578v3.65q0 .213-.144.356t-.356.144t-.357-.144"/></svg>
</template>

CSS

.icon-domain-disabled-check-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.266%2020.154H3.539q-.349%200-.579-.23t-.23-.578V3.608L1.517%202.392q-.141-.14-.15-.344t.15-.363t.353-.16t.354.16l19.9%2019.9q.14.14.153.341t-.153.366q-.16.16-.351.163t-.357-.157zm-15.535-1h3v-3h-3zm0-4h3v-3h-3zm0-4h3v-3h-3zm4%208h3v-3h-3zm0-4h3v-3h-3zm4%204h6.534l-3-3h-3.534zm4.877-12.54l-.94-.935q-.112-.112-.264-.121q-.152-.01-.283.12t-.13.274t.13.273l.916.916q.242.242.565.245t.565-.24l2.135-2.134q.112-.112.121-.264q.01-.152-.121-.282q-.13-.131-.273-.131t-.273.13zm3.535-3.757q1.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.165m.27%2014.65q-.144-.144-.144-.357v-4.573q0-.213.144-.357t.356-.143t.357.143t.143.357v4.573q0%20.214-.143.357t-.357.143t-.356-.143m-9.539-9.539q-.143-.143-.143-.356V4.154H7.235q-.214%200-.357-.143q-.144-.144-.144-.357t.144-.357q.143-.143.357-.143h3.688q.348%200%20.578.23t.23.578v3.65q0%20.213-.144.356t-.356.144t-.357-.144%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.266%2020.154H3.539q-.349%200-.579-.23t-.23-.578V3.608L1.517%202.392q-.141-.14-.15-.344t.15-.363t.353-.16t.354.16l19.9%2019.9q.14.14.153.341t-.153.366q-.16.16-.351.163t-.357-.157zm-15.535-1h3v-3h-3zm0-4h3v-3h-3zm0-4h3v-3h-3zm4%208h3v-3h-3zm0-4h3v-3h-3zm4%204h6.534l-3-3h-3.534zm4.877-12.54l-.94-.935q-.112-.112-.264-.121q-.152-.01-.283.12t-.13.274t.13.273l.916.916q.242.242.565.245t.565-.24l2.135-2.134q.112-.112.121-.264q.01-.152-.121-.282q-.13-.131-.273-.131t-.273.13zm3.535-3.757q1.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.165m.27%2014.65q-.144-.144-.144-.357v-4.573q0-.213.144-.357t.356-.143t.357.143t.143.357v4.573q0%20.214-.143.357t-.357.143t-.356-.143m-9.539-9.539q-.143-.143-.143-.356V4.154H7.235q-.214%200-.357-.143q-.144-.144-.144-.357t.144-.357q.143-.143.357-.143h3.688q.348%200%20.578.23t.23.578v3.65q0%20.213-.144.356t-.356.144t-.357-.144%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-rounded.svg?color=%231a73e8&size=48