checkbox 2 icon
checkbox-2-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- checkbox-2-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the checkbox 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.25 3A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h10.007a3.9 3.9 0 0 1 .386-1.5H6.25a1.75 1.75 0 0 1-1.75-1.75V6.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v7.25q.34 0 .675.065c.277.054.557.146.825.28V6.25A3.25 3.25 0 0 0 17.75 3zm11.558 16.5a2.86 2.86 0 0 0-.549 1.5q-.009.121-.009.25c0 .414.336.75.75.75h3a.75.75 0 0 0 0-1.5h-2.057c.195-.331.535-.604.997-.938l.086-.062l.045-.032c.218-.156.472-.337.716-.557c.504-.457.963-1.083.963-2.001c0-.634-.168-1.184-.505-1.609a2 2 0 0 0-.245-.26a2.15 2.15 0 0 0-1.018-.495a2.5 2.5 0 0 0-.482-.046a2.82 2.82 0 0 0-2.058.907a.75.75 0 1 0 1.116 1.002c.23-.257.607-.409.942-.409a1 1 0 0 1 .193.018a.6.6 0 0 1 .377.215c.085.107.18.308.18.677c0 .448-.234.718-.774 1.13q-.183.14-.416.307c-.394.285-.882.642-1.252 1.152M17.28 9.28a.75.75 0 1 0-1.06-1.06l-6.223 6.216L7.78 12.22a.75.75 0 0 0-1.06 1.06l2.745 2.746a.75.75 0 0 0 1.06 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCheckbox224Regular(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="M6.25 3A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h10.007a3.9 3.9 0 0 1 .386-1.5H6.25a1.75 1.75 0 0 1-1.75-1.75V6.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v7.25q.34 0 .675.065c.277.054.557.146.825.28V6.25A3.25 3.25 0 0 0 17.75 3zm11.558 16.5a2.86 2.86 0 0 0-.549 1.5q-.009.121-.009.25c0 .414.336.75.75.75h3a.75.75 0 0 0 0-1.5h-2.057c.195-.331.535-.604.997-.938l.086-.062l.045-.032c.218-.156.472-.337.716-.557c.504-.457.963-1.083.963-2.001c0-.634-.168-1.184-.505-1.609a2 2 0 0 0-.245-.26a2.15 2.15 0 0 0-1.018-.495a2.5 2.5 0 0 0-.482-.046a2.82 2.82 0 0 0-2.058.907a.75.75 0 1 0 1.116 1.002c.23-.257.607-.409.942-.409a1 1 0 0 1 .193.018a.6.6 0 0 1 .377.215c.085.107.18.308.18.677c0 .448-.234.718-.774 1.13q-.183.14-.416.307c-.394.285-.882.642-1.252 1.152M17.28 9.28a.75.75 0 1 0-1.06-1.06l-6.223 6.216L7.78 12.22a.75.75 0 0 0-1.06 1.06l2.745 2.746a.75.75 0 0 0 1.06 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.25 3A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h10.007a3.9 3.9 0 0 1 .386-1.5H6.25a1.75 1.75 0 0 1-1.75-1.75V6.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v7.25q.34 0 .675.065c.277.054.557.146.825.28V6.25A3.25 3.25 0 0 0 17.75 3zm11.558 16.5a2.86 2.86 0 0 0-.549 1.5q-.009.121-.009.25c0 .414.336.75.75.75h3a.75.75 0 0 0 0-1.5h-2.057c.195-.331.535-.604.997-.938l.086-.062l.045-.032c.218-.156.472-.337.716-.557c.504-.457.963-1.083.963-2.001c0-.634-.168-1.184-.505-1.609a2 2 0 0 0-.245-.26a2.15 2.15 0 0 0-1.018-.495a2.5 2.5 0 0 0-.482-.046a2.82 2.82 0 0 0-2.058.907a.75.75 0 1 0 1.116 1.002c.23-.257.607-.409.942-.409a1 1 0 0 1 .193.018a.6.6 0 0 1 .377.215c.085.107.18.308.18.677c0 .448-.234.718-.774 1.13q-.183.14-.416.307c-.394.285-.882.642-1.252 1.152M17.28 9.28a.75.75 0 1 0-1.06-1.06l-6.223 6.216L7.78 12.22a.75.75 0 0 0-1.06 1.06l2.745 2.746a.75.75 0 0 0 1.06 0z"/></svg> </template>
CSS
.icon-checkbox-2-24-regular {
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%22M6.25%203A3.25%203.25%200%200%200%203%206.25v11.5A3.25%203.25%200%200%200%206.25%2021h10.007a3.9%203.9%200%200%201%20.386-1.5H6.25a1.75%201.75%200%200%201-1.75-1.75V6.25c0-.966.784-1.75%201.75-1.75h11.5c.966%200%201.75.784%201.75%201.75v7.25q.34%200%20.675.065c.277.054.557.146.825.28V6.25A3.25%203.25%200%200%200%2017.75%203zm11.558%2016.5a2.86%202.86%200%200%200-.549%201.5q-.009.121-.009.25c0%20.414.336.75.75.75h3a.75.75%200%200%200%200-1.5h-2.057c.195-.331.535-.604.997-.938l.086-.062l.045-.032c.218-.156.472-.337.716-.557c.504-.457.963-1.083.963-2.001c0-.634-.168-1.184-.505-1.609a2%202%200%200%200-.245-.26a2.15%202.15%200%200%200-1.018-.495a2.5%202.5%200%200%200-.482-.046a2.82%202.82%200%200%200-2.058.907a.75.75%200%201%200%201.116%201.002c.23-.257.607-.409.942-.409a1%201%200%200%201%20.193.018a.6.6%200%200%201%20.377.215c.085.107.18.308.18.677c0%20.448-.234.718-.774%201.13q-.183.14-.416.307c-.394.285-.882.642-1.252%201.152M17.28%209.28a.75.75%200%201%200-1.06-1.06l-6.223%206.216L7.78%2012.22a.75.75%200%200%200-1.06%201.06l2.745%202.746a.75.75%200%200%200%201.06%200z%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%22M6.25%203A3.25%203.25%200%200%200%203%206.25v11.5A3.25%203.25%200%200%200%206.25%2021h10.007a3.9%203.9%200%200%201%20.386-1.5H6.25a1.75%201.75%200%200%201-1.75-1.75V6.25c0-.966.784-1.75%201.75-1.75h11.5c.966%200%201.75.784%201.75%201.75v7.25q.34%200%20.675.065c.277.054.557.146.825.28V6.25A3.25%203.25%200%200%200%2017.75%203zm11.558%2016.5a2.86%202.86%200%200%200-.549%201.5q-.009.121-.009.25c0%20.414.336.75.75.75h3a.75.75%200%200%200%200-1.5h-2.057c.195-.331.535-.604.997-.938l.086-.062l.045-.032c.218-.156.472-.337.716-.557c.504-.457.963-1.083.963-2.001c0-.634-.168-1.184-.505-1.609a2%202%200%200%200-.245-.26a2.15%202.15%200%200%200-1.018-.495a2.5%202.5%200%200%200-.482-.046a2.82%202.82%200%200%200-2.058.907a.75.75%200%201%200%201.116%201.002c.23-.257.607-.409.942-.409a1%201%200%200%201%20.193.018a.6.6%200%200%201%20.377.215c.085.107.18.308.18.677c0%20.448-.234.718-.774%201.13q-.183.14-.416.307c-.394.285-.882.642-1.252%201.152M17.28%209.28a.75.75%200%201%200-1.06-1.06l-6.223%206.216L7.78%2012.22a.75.75%200%200%200-1.06%201.06l2.745%202.746a.75.75%200%200%200%201.06%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/checkbox-2-24-regular.svg?color=%231a73e8&size=48