domain disabled check icon
domain-disabled-check-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- domain-disabled-check-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- domain-disabled-check-outline-rounded
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="M18.15 21H3q-.425 0-.712-.288T2 20V4.8l-.6-.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4 18.4q.275.275.288.688t-.288.712q-.275.275-.687.288t-.713-.263zM4 19h2v-2H4zm0-4h2v-2H4zm0-4h2V9H4zm4 8h2v-2H8zm0-4h2v-2H8zm4 4h4.15l-2-2H12zm5.3-12.175l-1.075-1.05q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35l1.05 1.05q.3.3.7.312t.7-.287l2.5-2.5q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15zm4.238-4.362Q23 3.925 23 6t-1.463 3.538T18 11t-3.537-1.463T13 6t1.463-3.537T18 1t3.538 1.463m-1.25 15.4Q20 17.575 20 17.15V14q0-.425.288-.712T21 13t.713.288T22 14v3.15q0 .425-.288.713T21 18.15t-.712-.287m-10-10Q10 7.575 10 7.15V5H7.85q-.425 0-.712-.288T6.85 4t.288-.712T7.85 3H11q.425 0 .713.288T12 4v3.15q0 .425-.288.713T11 8.15t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDomainDisabledCheckRounded(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="M18.15 21H3q-.425 0-.712-.288T2 20V4.8l-.6-.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4 18.4q.275.275.288.688t-.288.712q-.275.275-.687.288t-.713-.263zM4 19h2v-2H4zm0-4h2v-2H4zm0-4h2V9H4zm4 8h2v-2H8zm0-4h2v-2H8zm4 4h4.15l-2-2H12zm5.3-12.175l-1.075-1.05q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35l1.05 1.05q.3.3.7.312t.7-.287l2.5-2.5q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15zm4.238-4.362Q23 3.925 23 6t-1.463 3.538T18 11t-3.537-1.463T13 6t1.463-3.537T18 1t3.538 1.463m-1.25 15.4Q20 17.575 20 17.15V14q0-.425.288-.712T21 13t.713.288T22 14v3.15q0 .425-.288.713T21 18.15t-.712-.287m-10-10Q10 7.575 10 7.15V5H7.85q-.425 0-.712-.288T6.85 4t.288-.712T7.85 3H11q.425 0 .713.288T12 4v3.15q0 .425-.288.713T11 8.15t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.15 21H3q-.425 0-.712-.288T2 20V4.8l-.6-.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4 18.4q.275.275.288.688t-.288.712q-.275.275-.687.288t-.713-.263zM4 19h2v-2H4zm0-4h2v-2H4zm0-4h2V9H4zm4 8h2v-2H8zm0-4h2v-2H8zm4 4h4.15l-2-2H12zm5.3-12.175l-1.075-1.05q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35l1.05 1.05q.3.3.7.312t.7-.287l2.5-2.5q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15zm4.238-4.362Q23 3.925 23 6t-1.463 3.538T18 11t-3.537-1.463T13 6t1.463-3.537T18 1t3.538 1.463m-1.25 15.4Q20 17.575 20 17.15V14q0-.425.288-.712T21 13t.713.288T22 14v3.15q0 .425-.288.713T21 18.15t-.712-.287m-10-10Q10 7.575 10 7.15V5H7.85q-.425 0-.712-.288T6.85 4t.288-.712T7.85 3H11q.425 0 .713.288T12 4v3.15q0 .425-.288.713T11 8.15t-.712-.288"/></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%22M18.15%2021H3q-.425%200-.712-.288T2%2020V4.8l-.6-.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4%2018.4q.275.275.288.688t-.288.712q-.275.275-.687.288t-.713-.263zM4%2019h2v-2H4zm0-4h2v-2H4zm0-4h2V9H4zm4%208h2v-2H8zm0-4h2v-2H8zm4%204h4.15l-2-2H12zm5.3-12.175l-1.075-1.05q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35l1.05%201.05q.3.3.7.312t.7-.287l2.5-2.5q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15zm4.238-4.362Q23%203.925%2023%206t-1.463%203.538T18%2011t-3.537-1.463T13%206t1.463-3.537T18%201t3.538%201.463m-1.25%2015.4Q20%2017.575%2020%2017.15V14q0-.425.288-.712T21%2013t.713.288T22%2014v3.15q0%20.425-.288.713T21%2018.15t-.712-.287m-10-10Q10%207.575%2010%207.15V5H7.85q-.425%200-.712-.288T6.85%204t.288-.712T7.85%203H11q.425%200%20.713.288T12%204v3.15q0%20.425-.288.713T11%208.15t-.712-.288%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%22M18.15%2021H3q-.425%200-.712-.288T2%2020V4.8l-.6-.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4%2018.4q.275.275.288.688t-.288.712q-.275.275-.687.288t-.713-.263zM4%2019h2v-2H4zm0-4h2v-2H4zm0-4h2V9H4zm4%208h2v-2H8zm0-4h2v-2H8zm4%204h4.15l-2-2H12zm5.3-12.175l-1.075-1.05q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35l1.05%201.05q.3.3.7.312t.7-.287l2.5-2.5q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15zm4.238-4.362Q23%203.925%2023%206t-1.463%203.538T18%2011t-3.537-1.463T13%206t1.463-3.537T18%201t3.538%201.463m-1.25%2015.4Q20%2017.575%2020%2017.15V14q0-.425.288-.712T21%2013t.713.288T22%2014v3.15q0%20.425-.288.713T21%2018.15t-.712-.287m-10-10Q10%207.575%2010%207.15V5H7.85q-.425%200-.712-.288T6.85%204t.288-.712T7.85%203H11q.425%200%20.713.288T12%204v3.15q0%20.425-.288.713T11%208.15t-.712-.288%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-rounded.svg?color=%231a73e8&size=48