ios checkbox icon

ios-checkbox-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
ios-checkbox-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios checkbox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M416 64H96c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm4 348c0 4.4-3.6 8-8 8H100c-4.4 0-8-3.6-8-8V100c0-4.4 3.6-8 8-8h312c4.4 0 8 3.6 8 8v312z" fill="currentColor"/><path d="M363.6 192.9L346 174.8c-.7-.8-1.8-1.2-2.8-1.2-1.1 0-2.1.4-2.8 1.2l-122 122.9-44.4-44.4c-.8-.8-1.8-1.2-2.8-1.2-1 0-2 .4-2.8 1.2l-17.8 17.8c-1.6 1.6-1.6 4.1 0 5.7l56 56c3.6 3.6 8 5.7 11.7 5.7 5.3 0 9.9-3.9 11.6-5.5h.1l133.7-134.4c1.4-1.7 1.4-4.2-.1-5.7z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosCheckboxOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M416 64H96c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm4 348c0 4.4-3.6 8-8 8H100c-4.4 0-8-3.6-8-8V100c0-4.4 3.6-8 8-8h312c4.4 0 8 3.6 8 8v312z" fill="currentColor"/><path d="M363.6 192.9L346 174.8c-.7-.8-1.8-1.2-2.8-1.2-1.1 0-2.1.4-2.8 1.2l-122 122.9-44.4-44.4c-.8-.8-1.8-1.2-2.8-1.2-1 0-2 .4-2.8 1.2l-17.8 17.8c-1.6 1.6-1.6 4.1 0 5.7l56 56c3.6 3.6 8 5.7 11.7 5.7 5.3 0 9.9-3.9 11.6-5.5h.1l133.7-134.4c1.4-1.7 1.4-4.2-.1-5.7z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M416 64H96c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm4 348c0 4.4-3.6 8-8 8H100c-4.4 0-8-3.6-8-8V100c0-4.4 3.6-8 8-8h312c4.4 0 8 3.6 8 8v312z" fill="currentColor"/><path d="M363.6 192.9L346 174.8c-.7-.8-1.8-1.2-2.8-1.2-1.1 0-2.1.4-2.8 1.2l-122 122.9-44.4-44.4c-.8-.8-1.8-1.2-2.8-1.2-1 0-2 .4-2.8 1.2l-17.8 17.8c-1.6 1.6-1.6 4.1 0 5.7l56 56c3.6 3.6 8 5.7 11.7 5.7 5.3 0 9.9-3.9 11.6-5.5h.1l133.7-134.4c1.4-1.7 1.4-4.2-.1-5.7z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-checkbox-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%20512%20512%22%3E%3Cpath%20d%3D%22M416%2064H96c-17.7%200-32%2014.3-32%2032v320c0%2017.7%2014.3%2032%2032%2032h320c17.7%200%2032-14.3%2032-32V96c0-17.7-14.3-32-32-32zm4%20348c0%204.4-3.6%208-8%208H100c-4.4%200-8-3.6-8-8V100c0-4.4%203.6-8%208-8h312c4.4%200%208%203.6%208%208v312z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M363.6%20192.9L346%20174.8c-.7-.8-1.8-1.2-2.8-1.2-1.1%200-2.1.4-2.8%201.2l-122%20122.9-44.4-44.4c-.8-.8-1.8-1.2-2.8-1.2-1%200-2%20.4-2.8%201.2l-17.8%2017.8c-1.6%201.6-1.6%204.1%200%205.7l56%2056c3.6%203.6%208%205.7%2011.7%205.7%205.3%200%209.9-3.9%2011.6-5.5h.1l133.7-134.4c1.4-1.7%201.4-4.2-.1-5.7z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M416%2064H96c-17.7%200-32%2014.3-32%2032v320c0%2017.7%2014.3%2032%2032%2032h320c17.7%200%2032-14.3%2032-32V96c0-17.7-14.3-32-32-32zm4%20348c0%204.4-3.6%208-8%208H100c-4.4%200-8-3.6-8-8V100c0-4.4%203.6-8%208-8h312c4.4%200%208%203.6%208%208v312z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M363.6%20192.9L346%20174.8c-.7-.8-1.8-1.2-2.8-1.2-1.1%200-2.1.4-2.8%201.2l-122%20122.9-44.4-44.4c-.8-.8-1.8-1.2-2.8-1.2-1%200-2%20.4-2.8%201.2l-17.8%2017.8c-1.6%201.6-1.6%204.1%200%205.7l56%2056c3.6%203.6%208%205.7%2011.7%205.7%205.3%200%209.9-3.9%2011.6-5.5h.1l133.7-134.4c1.4-1.7%201.4-4.2-.1-5.7z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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