checkbox-20 from Fluent UI System Color Icons by Microsoft Corporation · 20 · MIT Free for personal and commercial use.

Name
checkbox-20
Set
Fluent UI System Color Icons
Style
20
Viewbox
20×20
License
MIT

2 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the checkbox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVG1Upx2dsz1)" fill-rule="evenodd" d="M3 6.25A3.25 3.25 0 0 1 6.25 3h7.5A3.25 3.25 0 0 1 17 6.25v7.5A3.25 3.25 0 0 1 13.75 17h-7.5A3.25 3.25 0 0 1 3 13.75z" clip-rule="evenodd"/><path fill="url(#SVGHGwvbcsa1)" d="M13.854 7.854a.5.5 0 0 0-.708-.708L8.5 11.793l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0z"/><defs><linearGradient id="SVG1Upx2dsz1" x1="3.5" x2="13.162" y1="5.625" y2="15.663" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGHGwvbcsa1" x1="7.538" x2="11.07" y1="7.462" y2="18.869" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorCheckbox20(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVG1Upx2dsz1)" fillRule="evenodd" d="M3 6.25A3.25 3.25 0 0 1 6.25 3h7.5A3.25 3.25 0 0 1 17 6.25v7.5A3.25 3.25 0 0 1 13.75 17h-7.5A3.25 3.25 0 0 1 3 13.75z" clipRule="evenodd"/><path fill="url(#SVGHGwvbcsa1)" d="M13.854 7.854a.5.5 0 0 0-.708-.708L8.5 11.793l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0z"/><defs><linearGradient id="SVG1Upx2dsz1" x1="3.5" x2="13.162" y1="5.625" y2="15.663" gradientUnits="userSpaceOnUse"><stop stopColor="#36dff1"/><stop offset="1" stopColor="#2764e7"/></linearGradient><linearGradient id="SVGHGwvbcsa1" x1="7.538" x2="11.07" y1="7.462" y2="18.869" gradientUnits="userSpaceOnUse"><stop stopColor="#fff"/><stop offset="1" stopColor="#b3e0ff"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVG1Upx2dsz1)" fill-rule="evenodd" d="M3 6.25A3.25 3.25 0 0 1 6.25 3h7.5A3.25 3.25 0 0 1 17 6.25v7.5A3.25 3.25 0 0 1 13.75 17h-7.5A3.25 3.25 0 0 1 3 13.75z" clip-rule="evenodd"/><path fill="url(#SVGHGwvbcsa1)" d="M13.854 7.854a.5.5 0 0 0-.708-.708L8.5 11.793l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0z"/><defs><linearGradient id="SVG1Upx2dsz1" x1="3.5" x2="13.162" y1="5.625" y2="15.663" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGHGwvbcsa1" x1="7.538" x2="11.07" y1="7.462" y2="18.869" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-checkbox-20 {
  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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG1Upx2dsz1)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%206.25A3.25%203.25%200%200%201%206.25%203h7.5A3.25%203.25%200%200%201%2017%206.25v7.5A3.25%203.25%200%200%201%2013.75%2017h-7.5A3.25%203.25%200%200%201%203%2013.75z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGHGwvbcsa1)%22%20d%3D%22M13.854%207.854a.5.5%200%200%200-.708-.708L8.5%2011.793l-1.646-1.647a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG1Upx2dsz1%22%20x1%3D%223.5%22%20x2%3D%2213.162%22%20y1%3D%225.625%22%20y2%3D%2215.663%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2336dff1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGHGwvbcsa1%22%20x1%3D%227.538%22%20x2%3D%2211.07%22%20y1%3D%227.462%22%20y2%3D%2218.869%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b3e0ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG1Upx2dsz1)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%206.25A3.25%203.25%200%200%201%206.25%203h7.5A3.25%203.25%200%200%201%2017%206.25v7.5A3.25%203.25%200%200%201%2013.75%2017h-7.5A3.25%203.25%200%200%201%203%2013.75z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGHGwvbcsa1)%22%20d%3D%22M13.854%207.854a.5.5%200%200%200-.708-.708L8.5%2011.793l-1.646-1.647a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG1Upx2dsz1%22%20x1%3D%223.5%22%20x2%3D%2213.162%22%20y1%3D%225.625%22%20y2%3D%2215.663%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2336dff1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGHGwvbcsa1%22%20x1%3D%227.538%22%20x2%3D%2211.07%22%20y1%3D%227.462%22%20y2%3D%2218.869%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b3e0ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/checkbox-20.svg?color=%231a73e8&size=48