checkbox multiple blank circle icon
checkbox-multiple-blank-circle-outline from Material Design Icons by Pictogrammers · Outline · Form · Apache-2.0 Free for personal and commercial use.
- Name
- checkbox-multiple-blank-circle-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Form
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- checkboxes-blank-circle-outline
1 other variant in Material Design Icons
More form icons from Material Design Icons
button-cursorbutton-pointercardcheckcheck-circlecheckbox-blankcheckbox-blank-badgecheckbox-blank-circlecheckbox-blank-offcheckbox-intermediatecheckbox-intermediate-variantcheckbox-markedcheckbox-marked-circlecheckbox-marked-circle-auto-outlinecheckbox-marked-circle-minus-outlinecheckbox-marked-circle-plus-outlinecheckbox-multiple-blankcheckbox-multiple-markedcheckbox-multiple-marked-circlecheckbox-multiple-outlinecheckbox-outlinecloseclose-boxclose-box-multiple
Use the checkbox multiple blank circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 2a8 8 0 0 0-8 8a8 8 0 0 0 8 8a8 8 0 0 0 8-8a8 8 0 0 0-8-8m0 2c3.32 0 6 2.69 6 6c0 3.32-2.68 6-6 6a6 6 0 0 1-6-6a6 6 0 0 1 6-6M4.93 5.82A8.01 8.01 0 0 0 2 12a8 8 0 0 0 8 8c.64 0 1.27-.08 1.88-.23c-1.76-.39-3.38-1.27-4.71-2.48A6 6 0 0 1 4 12c0-.3.03-.59.07-.89C4.03 10.74 4 10.37 4 10c0-1.44.32-2.87.93-4.18"/></svg>
React
import type { SVGProps } from "react";
export function MdiCheckboxMultipleBlankCircleOutline(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="M14 2a8 8 0 0 0-8 8a8 8 0 0 0 8 8a8 8 0 0 0 8-8a8 8 0 0 0-8-8m0 2c3.32 0 6 2.69 6 6c0 3.32-2.68 6-6 6a6 6 0 0 1-6-6a6 6 0 0 1 6-6M4.93 5.82A8.01 8.01 0 0 0 2 12a8 8 0 0 0 8 8c.64 0 1.27-.08 1.88-.23c-1.76-.39-3.38-1.27-4.71-2.48A6 6 0 0 1 4 12c0-.3.03-.59.07-.89C4.03 10.74 4 10.37 4 10c0-1.44.32-2.87.93-4.18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 2a8 8 0 0 0-8 8a8 8 0 0 0 8 8a8 8 0 0 0 8-8a8 8 0 0 0-8-8m0 2c3.32 0 6 2.69 6 6c0 3.32-2.68 6-6 6a6 6 0 0 1-6-6a6 6 0 0 1 6-6M4.93 5.82A8.01 8.01 0 0 0 2 12a8 8 0 0 0 8 8c.64 0 1.27-.08 1.88-.23c-1.76-.39-3.38-1.27-4.71-2.48A6 6 0 0 1 4 12c0-.3.03-.59.07-.89C4.03 10.74 4 10.37 4 10c0-1.44.32-2.87.93-4.18"/></svg> </template>
CSS
.icon-checkbox-multiple-blank-circle-outline {
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%22M14%202a8%208%200%200%200-8%208a8%208%200%200%200%208%208a8%208%200%200%200%208-8a8%208%200%200%200-8-8m0%202c3.32%200%206%202.69%206%206c0%203.32-2.68%206-6%206a6%206%200%200%201-6-6a6%206%200%200%201%206-6M4.93%205.82A8.01%208.01%200%200%200%202%2012a8%208%200%200%200%208%208c.64%200%201.27-.08%201.88-.23c-1.76-.39-3.38-1.27-4.71-2.48A6%206%200%200%201%204%2012c0-.3.03-.59.07-.89C4.03%2010.74%204%2010.37%204%2010c0-1.44.32-2.87.93-4.18%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%22M14%202a8%208%200%200%200-8%208a8%208%200%200%200%208%208a8%208%200%200%200%208-8a8%208%200%200%200-8-8m0%202c3.32%200%206%202.69%206%206c0%203.32-2.68%206-6%206a6%206%200%200%201-6-6a6%206%200%200%201%206-6M4.93%205.82A8.01%208.01%200%200%200%202%2012a8%208%200%200%200%208%208c.64%200%201.27-.08%201.88-.23c-1.76-.39-3.38-1.27-4.71-2.48A6%206%200%200%201%204%2012c0-.3.03-.59.07-.89C4.03%2010.74%204%2010.37%204%2010c0-1.44.32-2.87.93-4.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/checkbox-multiple-blank-circle-outline.svg?color=%231a73e8&size=48