check-square-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.

Name
check-square-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

2 other variants in Ant Design Icons

The same icon in other sets

Related icons in Ant Design Icons

Use the check square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32m-40 728H184V184h656z"/><path fill="currentColor" fill-opacity=".15" d="M184 840h656V184H184zm130-367.8h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8l157.2-218c6-8.3 15.6-13.3 25.9-13.3H688c6.5 0 10.3 7.4 6.5 12.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L307.5 484.9c-3.8-5.3 0-12.7 6.5-12.7"/><path fill="currentColor" d="M432.2 657.7a31.8 31.8 0 0 0 51.7 0l210.6-292c3.8-5.3 0-12.7-6.5-12.7h-46.9c-10.3 0-19.9 5-25.9 13.3L458 584.3l-71.2-98.8c-6-8.4-15.7-13.3-25.9-13.3H314c-6.5 0-10.3 7.4-6.5 12.7z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignCheckSquareTwotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32m-40 728H184V184h656z"/><path fill="currentColor" fillOpacity=".15" d="M184 840h656V184H184zm130-367.8h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8l157.2-218c6-8.3 15.6-13.3 25.9-13.3H688c6.5 0 10.3 7.4 6.5 12.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L307.5 484.9c-3.8-5.3 0-12.7 6.5-12.7"/><path fill="currentColor" d="M432.2 657.7a31.8 31.8 0 0 0 51.7 0l210.6-292c3.8-5.3 0-12.7-6.5-12.7h-46.9c-10.3 0-19.9 5-25.9 13.3L458 584.3l-71.2-98.8c-6-8.4-15.7-13.3-25.9-13.3H314c-6.5 0-10.3 7.4-6.5 12.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32m-40 728H184V184h656z"/><path fill="currentColor" fill-opacity=".15" d="M184 840h656V184H184zm130-367.8h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8l157.2-218c6-8.3 15.6-13.3 25.9-13.3H688c6.5 0 10.3 7.4 6.5 12.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L307.5 484.9c-3.8-5.3 0-12.7 6.5-12.7"/><path fill="currentColor" d="M432.2 657.7a31.8 31.8 0 0 0 51.7 0l210.6-292c3.8-5.3 0-12.7-6.5-12.7h-46.9c-10.3 0-19.9 5-25.9 13.3L458 584.3l-71.2-98.8c-6-8.4-15.7-13.3-25.9-13.3H314c-6.5 0-10.3 7.4-6.5 12.7z"/></svg>
</template>

CSS

.icon-check-square-twotone {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32m-40%20728H184V184h656z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M184%20840h656V184H184zm130-367.8h46.9c10.2%200%2019.9%204.9%2025.9%2013.3l71.2%2098.8l157.2-218c6-8.3%2015.6-13.3%2025.9-13.3H688c6.5%200%2010.3%207.4%206.5%2012.7l-210.6%20292a31.8%2031.8%200%200%201-51.7%200L307.5%20484.9c-3.8-5.3%200-12.7%206.5-12.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M432.2%20657.7a31.8%2031.8%200%200%200%2051.7%200l210.6-292c3.8-5.3%200-12.7-6.5-12.7h-46.9c-10.3%200-19.9%205-25.9%2013.3L458%20584.3l-71.2-98.8c-6-8.4-15.7-13.3-25.9-13.3H314c-6.5%200-10.3%207.4-6.5%2012.7z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32m-40%20728H184V184h656z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M184%20840h656V184H184zm130-367.8h46.9c10.2%200%2019.9%204.9%2025.9%2013.3l71.2%2098.8l157.2-218c6-8.3%2015.6-13.3%2025.9-13.3H688c6.5%200%2010.3%207.4%206.5%2012.7l-210.6%20292a31.8%2031.8%200%200%201-51.7%200L307.5%20484.9c-3.8-5.3%200-12.7%206.5-12.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M432.2%20657.7a31.8%2031.8%200%200%200%2051.7%200l210.6-292c3.8-5.3%200-12.7-6.5-12.7h-46.9c-10.3%200-19.9%205-25.9%2013.3L458%20584.3l-71.2-98.8c-6-8.4-15.7-13.3-25.9-13.3H314c-6.5%200-10.3%207.4-6.5%2012.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/check-square-twotone.svg?color=%231a73e8&size=48