checkbox multiple marked circle icon

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

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

1 other variant in Material Design Icons

More form icons from Material Design Icons

Use the checkbox multiple marked 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-8h-2c0 3.32-2.68 6-6 6a6 6 0 0 1-6-6a6 6 0 0 1 6-6c.43 0 .86.05 1.27.14l1.61-1.6Q15.5 2 14 2m6.59 1.58L14 10.17l-2.38-2.38l-1.41 1.42L14 13l8-8m-17.07.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 MdiCheckboxMultipleMarkedCircleOutline(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-8h-2c0 3.32-2.68 6-6 6a6 6 0 0 1-6-6a6 6 0 0 1 6-6c.43 0 .86.05 1.27.14l1.61-1.6Q15.5 2 14 2m6.59 1.58L14 10.17l-2.38-2.38l-1.41 1.42L14 13l8-8m-17.07.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-8h-2c0 3.32-2.68 6-6 6a6 6 0 0 1-6-6a6 6 0 0 1 6-6c.43 0 .86.05 1.27.14l1.61-1.6Q15.5 2 14 2m6.59 1.58L14 10.17l-2.38-2.38l-1.41 1.42L14 13l8-8m-17.07.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-marked-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-8h-2c0%203.32-2.68%206-6%206a6%206%200%200%201-6-6a6%206%200%200%201%206-6c.43%200%20.86.05%201.27.14l1.61-1.6Q15.5%202%2014%202m6.59%201.58L14%2010.17l-2.38-2.38l-1.41%201.42L14%2013l8-8m-17.07.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-8h-2c0%203.32-2.68%206-6%206a6%206%200%200%201-6-6a6%206%200%200%201%206-6c.43%200%20.86.05%201.27.14l1.61-1.6Q15.5%202%2014%202m6.59%201.58L14%2010.17l-2.38-2.38l-1.41%201.42L14%2013l8-8m-17.07.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-marked-circle-outline.svg?color=%231a73e8&size=48