checkbox multiple blank circle icon

checkbox-multiple-blank-circle from Material Design Icons by Pictogrammers · Filled · Form · Apache-2.0 Free for personal and commercial use.

Name
checkbox-multiple-blank-circle
Set
Material Design Icons
Style
Filled
Category
Form
Viewbox
24×24
License
Apache 2.0
Aliases
checkboxes-blank-circle

1 other variant in Material Design Icons

More form icons from Material Design Icons

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-8M4.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 MdiCheckboxMultipleBlankCircle(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-8M4.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-8M4.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 {
  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-8M4.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-8M4.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.svg?color=%231a73e8&size=48