disabled icon
disabled-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- disabled-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the disabled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.272 11.169a4.5 4.5 0 1 0 5.237 6.376l1.782.91a6.5 6.5 0 1 1-7.563-9.21zM11 2a3 3 0 0 1 3 3c0 1.11-.604 2.076-1.5 2.595v1.324l1.743.581H16a1.5 1.5 0 0 1 0 3h-2q-.243 0-.475-.077L12.5 12.08V13a.5.5 0 0 0 .5.5h2a3.5 3.5 0 0 1 2.8 1.4l1.95 2.6H20a1.5 1.5 0 0 1 0 3h-1a1.5 1.5 0 0 1-1.2-.6l-2.4-3.2a.5.5 0 0 0-.4-.2h-2A3.5 3.5 0 0 1 9.5 13V7.595A3 3 0 0 1 8 5a3 3 0 0 1 3-3"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteDisabledFill(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="M8.272 11.169a4.5 4.5 0 1 0 5.237 6.376l1.782.91a6.5 6.5 0 1 1-7.563-9.21zM11 2a3 3 0 0 1 3 3c0 1.11-.604 2.076-1.5 2.595v1.324l1.743.581H16a1.5 1.5 0 0 1 0 3h-2q-.243 0-.475-.077L12.5 12.08V13a.5.5 0 0 0 .5.5h2a3.5 3.5 0 0 1 2.8 1.4l1.95 2.6H20a1.5 1.5 0 0 1 0 3h-1a1.5 1.5 0 0 1-1.2-.6l-2.4-3.2a.5.5 0 0 0-.4-.2h-2A3.5 3.5 0 0 1 9.5 13V7.595A3 3 0 0 1 8 5a3 3 0 0 1 3-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.272 11.169a4.5 4.5 0 1 0 5.237 6.376l1.782.91a6.5 6.5 0 1 1-7.563-9.21zM11 2a3 3 0 0 1 3 3c0 1.11-.604 2.076-1.5 2.595v1.324l1.743.581H16a1.5 1.5 0 0 1 0 3h-2q-.243 0-.475-.077L12.5 12.08V13a.5.5 0 0 0 .5.5h2a3.5 3.5 0 0 1 2.8 1.4l1.95 2.6H20a1.5 1.5 0 0 1 0 3h-1a1.5 1.5 0 0 1-1.2-.6l-2.4-3.2a.5.5 0 0 0-.4-.2h-2A3.5 3.5 0 0 1 9.5 13V7.595A3 3 0 0 1 8 5a3 3 0 0 1 3-3"/></svg> </template>
CSS
.icon-disabled-fill {
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%22M8.272%2011.169a4.5%204.5%200%201%200%205.237%206.376l1.782.91a6.5%206.5%200%201%201-7.563-9.21zM11%202a3%203%200%200%201%203%203c0%201.11-.604%202.076-1.5%202.595v1.324l1.743.581H16a1.5%201.5%200%200%201%200%203h-2q-.243%200-.475-.077L12.5%2012.08V13a.5.5%200%200%200%20.5.5h2a3.5%203.5%200%200%201%202.8%201.4l1.95%202.6H20a1.5%201.5%200%200%201%200%203h-1a1.5%201.5%200%200%201-1.2-.6l-2.4-3.2a.5.5%200%200%200-.4-.2h-2A3.5%203.5%200%200%201%209.5%2013V7.595A3%203%200%200%201%208%205a3%203%200%200%201%203-3%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%22M8.272%2011.169a4.5%204.5%200%201%200%205.237%206.376l1.782.91a6.5%206.5%200%201%201-7.563-9.21zM11%202a3%203%200%200%201%203%203c0%201.11-.604%202.076-1.5%202.595v1.324l1.743.581H16a1.5%201.5%200%200%201%200%203h-2q-.243%200-.475-.077L12.5%2012.08V13a.5.5%200%200%200%20.5.5h2a3.5%203.5%200%200%201%202.8%201.4l1.95%202.6H20a1.5%201.5%200%200%201%200%203h-1a1.5%201.5%200%200%201-1.2-.6l-2.4-3.2a.5.5%200%200%200-.4-.2h-2A3.5%203.5%200%200%201%209.5%2013V7.595A3%203%200%200%201%208%205a3%203%200%200%201%203-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/disabled-fill.svg?color=%231a73e8&size=48