checkbox marked circle auto icon

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

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

More form icons from Material Design Icons

Use the checkbox marked circle auto icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22c.8 0 1.6-.1 2.3-.3c-.4-.5-.8-1.1-1-1.8c-.4.1-.9.1-1.3.1c-4.4 0-8-3.6-8-8s3.6-8 8-8c.8 0 1.5.1 2.2.3l1.6-1.6C14.6 2.3 13.3 2 12 2C6.5 2 2 6.5 2 12s4.5 10 10 10M6.5 11.5l1.4-1.4l3.1 3.1l8.6-8.6L21 6L11 16zM19 14l-1.26 2.75L15 18l2.74 1.26L19 22l1.25-2.74L23 18l-2.75-1.25z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCheckboxMarkedCircleAutoOutline(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="M12 22c.8 0 1.6-.1 2.3-.3c-.4-.5-.8-1.1-1-1.8c-.4.1-.9.1-1.3.1c-4.4 0-8-3.6-8-8s3.6-8 8-8c.8 0 1.5.1 2.2.3l1.6-1.6C14.6 2.3 13.3 2 12 2C6.5 2 2 6.5 2 12s4.5 10 10 10M6.5 11.5l1.4-1.4l3.1 3.1l8.6-8.6L21 6L11 16zM19 14l-1.26 2.75L15 18l2.74 1.26L19 22l1.25-2.74L23 18l-2.75-1.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22c.8 0 1.6-.1 2.3-.3c-.4-.5-.8-1.1-1-1.8c-.4.1-.9.1-1.3.1c-4.4 0-8-3.6-8-8s3.6-8 8-8c.8 0 1.5.1 2.2.3l1.6-1.6C14.6 2.3 13.3 2 12 2C6.5 2 2 6.5 2 12s4.5 10 10 10M6.5 11.5l1.4-1.4l3.1 3.1l8.6-8.6L21 6L11 16zM19 14l-1.26 2.75L15 18l2.74 1.26L19 22l1.25-2.74L23 18l-2.75-1.25z"/></svg>
</template>

CSS

.icon-checkbox-marked-circle-auto-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%22M12%2022c.8%200%201.6-.1%202.3-.3c-.4-.5-.8-1.1-1-1.8c-.4.1-.9.1-1.3.1c-4.4%200-8-3.6-8-8s3.6-8%208-8c.8%200%201.5.1%202.2.3l1.6-1.6C14.6%202.3%2013.3%202%2012%202C6.5%202%202%206.5%202%2012s4.5%2010%2010%2010M6.5%2011.5l1.4-1.4l3.1%203.1l8.6-8.6L21%206L11%2016zM19%2014l-1.26%202.75L15%2018l2.74%201.26L19%2022l1.25-2.74L23%2018l-2.75-1.25z%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%22M12%2022c.8%200%201.6-.1%202.3-.3c-.4-.5-.8-1.1-1-1.8c-.4.1-.9.1-1.3.1c-4.4%200-8-3.6-8-8s3.6-8%208-8c.8%200%201.5.1%202.2.3l1.6-1.6C14.6%202.3%2013.3%202%2012%202C6.5%202%202%206.5%202%2012s4.5%2010%2010%2010M6.5%2011.5l1.4-1.4l3.1%203.1l8.6-8.6L21%206L11%2016zM19%2014l-1.26%202.75L15%2018l2.74%201.26L19%2022l1.25-2.74L23%2018l-2.75-1.25z%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-auto-outline.svg?color=%231a73e8&size=48