checkbox marked circle minus icon

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

Name
checkbox-marked-circle-minus-outline
Set
Material Design Icons
Style
Outline
Category
Form
Viewbox
24×24
License
Apache 2.0
Aliases
task-minus, todo-minus

More form icons from Material Design Icons

Use the checkbox marked circle minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.3 21.7c-.7.2-1.5.3-2.3.3c-5.5 0-10-4.5-10-10S6.5 2 12 2c1.3 0 2.6.3 3.8.7l-1.6 1.6c-.7-.2-1.4-.3-2.2-.3c-4.4 0-8 3.6-8 8s3.6 8 8 8c.4 0 .9 0 1.3-.1c.2.7.6 1.3 1 1.8M7.9 10.1l-1.4 1.4L11 16L21 6l-1.4-1.4l-8.6 8.6zM15 17v2h8v-2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCheckboxMarkedCircleMinusOutline(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.3 21.7c-.7.2-1.5.3-2.3.3c-5.5 0-10-4.5-10-10S6.5 2 12 2c1.3 0 2.6.3 3.8.7l-1.6 1.6c-.7-.2-1.4-.3-2.2-.3c-4.4 0-8 3.6-8 8s3.6 8 8 8c.4 0 .9 0 1.3-.1c.2.7.6 1.3 1 1.8M7.9 10.1l-1.4 1.4L11 16L21 6l-1.4-1.4l-8.6 8.6zM15 17v2h8v-2z"/></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.3 21.7c-.7.2-1.5.3-2.3.3c-5.5 0-10-4.5-10-10S6.5 2 12 2c1.3 0 2.6.3 3.8.7l-1.6 1.6c-.7-.2-1.4-.3-2.2-.3c-4.4 0-8 3.6-8 8s3.6 8 8 8c.4 0 .9 0 1.3-.1c.2.7.6 1.3 1 1.8M7.9 10.1l-1.4 1.4L11 16L21 6l-1.4-1.4l-8.6 8.6zM15 17v2h8v-2z"/></svg>
</template>

CSS

.icon-checkbox-marked-circle-minus-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.3%2021.7c-.7.2-1.5.3-2.3.3c-5.5%200-10-4.5-10-10S6.5%202%2012%202c1.3%200%202.6.3%203.8.7l-1.6%201.6c-.7-.2-1.4-.3-2.2-.3c-4.4%200-8%203.6-8%208s3.6%208%208%208c.4%200%20.9%200%201.3-.1c.2.7.6%201.3%201%201.8M7.9%2010.1l-1.4%201.4L11%2016L21%206l-1.4-1.4l-8.6%208.6zM15%2017v2h8v-2z%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.3%2021.7c-.7.2-1.5.3-2.3.3c-5.5%200-10-4.5-10-10S6.5%202%2012%202c1.3%200%202.6.3%203.8.7l-1.6%201.6c-.7-.2-1.4-.3-2.2-.3c-4.4%200-8%203.6-8%208s3.6%208%208%208c.4%200%20.9%200%201.3-.1c.2.7.6%201.3%201%201.8M7.9%2010.1l-1.4%201.4L11%2016L21%206l-1.4-1.4l-8.6%208.6zM15%2017v2h8v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/checkbox-marked-circle-minus-outline.svg?color=%231a73e8&size=48