close-square-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
close-square-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
close-square-fill

2 other variants in Ant Design Icons

The same icon in other sets

Related icons in Ant Design Icons

Use the close square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M880 112c17.7 0 32 14.3 32 32v736c0 17.7-14.3 32-32 32H144c-17.7 0-32-14.3-32-32V144c0-17.7 14.3-32 32-32ZM639.978 338.82l-.034.006c-.023.007-.042.018-.083.059L512 466.745l-127.86-127.86c-.042-.041-.06-.052-.084-.059a.12.12 0 0 0-.07 0c-.022.007-.041.018-.082.059l-45.02 45.019c-.04.04-.05.06-.058.083a.12.12 0 0 0 0 .07l.01.022a.3.3 0 0 0 .049.06L466.745 512l-127.86 127.862c-.041.04-.052.06-.059.083a.12.12 0 0 0 0 .07c.007.022.018.041.059.082l45.019 45.02c.04.04.06.05.083.058a.12.12 0 0 0 .07 0c.022-.007.041-.018.082-.059L512 557.254l127.862 127.861c.04.041.06.052.083.059a.12.12 0 0 0 .07 0c.022-.007.041-.018.082-.059l45.02-45.019c.04-.04.05-.06.058-.083a.12.12 0 0 0 0-.07l-.01-.022a.3.3 0 0 0-.049-.06L557.254 512l127.861-127.86c.041-.042.052-.06.059-.084a.12.12 0 0 0 0-.07c-.007-.022-.018-.041-.059-.082l-45.019-45.02a.2.2 0 0 0-.083-.058a.12.12 0 0 0-.07 0Z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignCloseSquareFilled(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" fillRule="evenodd" d="M880 112c17.7 0 32 14.3 32 32v736c0 17.7-14.3 32-32 32H144c-17.7 0-32-14.3-32-32V144c0-17.7 14.3-32 32-32ZM639.978 338.82l-.034.006c-.023.007-.042.018-.083.059L512 466.745l-127.86-127.86c-.042-.041-.06-.052-.084-.059a.12.12 0 0 0-.07 0c-.022.007-.041.018-.082.059l-45.02 45.019c-.04.04-.05.06-.058.083a.12.12 0 0 0 0 .07l.01.022a.3.3 0 0 0 .049.06L466.745 512l-127.86 127.862c-.041.04-.052.06-.059.083a.12.12 0 0 0 0 .07c.007.022.018.041.059.082l45.019 45.02c.04.04.06.05.083.058a.12.12 0 0 0 .07 0c.022-.007.041-.018.082-.059L512 557.254l127.862 127.861c.04.041.06.052.083.059a.12.12 0 0 0 .07 0c.022-.007.041-.018.082-.059l45.02-45.019c.04-.04.05-.06.058-.083a.12.12 0 0 0 0-.07l-.01-.022a.3.3 0 0 0-.049-.06L557.254 512l127.861-127.86c.041-.042.052-.06.059-.084a.12.12 0 0 0 0-.07c-.007-.022-.018-.041-.059-.082l-45.019-45.02a.2.2 0 0 0-.083-.058a.12.12 0 0 0-.07 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M880 112c17.7 0 32 14.3 32 32v736c0 17.7-14.3 32-32 32H144c-17.7 0-32-14.3-32-32V144c0-17.7 14.3-32 32-32ZM639.978 338.82l-.034.006c-.023.007-.042.018-.083.059L512 466.745l-127.86-127.86c-.042-.041-.06-.052-.084-.059a.12.12 0 0 0-.07 0c-.022.007-.041.018-.082.059l-45.02 45.019c-.04.04-.05.06-.058.083a.12.12 0 0 0 0 .07l.01.022a.3.3 0 0 0 .049.06L466.745 512l-127.86 127.862c-.041.04-.052.06-.059.083a.12.12 0 0 0 0 .07c.007.022.018.041.059.082l45.019 45.02c.04.04.06.05.083.058a.12.12 0 0 0 .07 0c.022-.007.041-.018.082-.059L512 557.254l127.862 127.861c.04.041.06.052.083.059a.12.12 0 0 0 .07 0c.022-.007.041-.018.082-.059l45.02-45.019c.04-.04.05-.06.058-.083a.12.12 0 0 0 0-.07l-.01-.022a.3.3 0 0 0-.049-.06L557.254 512l127.861-127.86c.041-.042.052-.06.059-.084a.12.12 0 0 0 0-.07c-.007-.022-.018-.041-.059-.082l-45.019-45.02a.2.2 0 0 0-.083-.058a.12.12 0 0 0-.07 0Z"/></svg>
</template>

CSS

.icon-close-square-filled {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M880%20112c17.7%200%2032%2014.3%2032%2032v736c0%2017.7-14.3%2032-32%2032H144c-17.7%200-32-14.3-32-32V144c0-17.7%2014.3-32%2032-32ZM639.978%20338.82l-.034.006c-.023.007-.042.018-.083.059L512%20466.745l-127.86-127.86c-.042-.041-.06-.052-.084-.059a.12.12%200%200%200-.07%200c-.022.007-.041.018-.082.059l-45.02%2045.019c-.04.04-.05.06-.058.083a.12.12%200%200%200%200%20.07l.01.022a.3.3%200%200%200%20.049.06L466.745%20512l-127.86%20127.862c-.041.04-.052.06-.059.083a.12.12%200%200%200%200%20.07c.007.022.018.041.059.082l45.019%2045.02c.04.04.06.05.083.058a.12.12%200%200%200%20.07%200c.022-.007.041-.018.082-.059L512%20557.254l127.862%20127.861c.04.041.06.052.083.059a.12.12%200%200%200%20.07%200c.022-.007.041-.018.082-.059l45.02-45.019c.04-.04.05-.06.058-.083a.12.12%200%200%200%200-.07l-.01-.022a.3.3%200%200%200-.049-.06L557.254%20512l127.861-127.86c.041-.042.052-.06.059-.084a.12.12%200%200%200%200-.07c-.007-.022-.018-.041-.059-.082l-45.019-45.02a.2.2%200%200%200-.083-.058a.12.12%200%200%200-.07%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M880%20112c17.7%200%2032%2014.3%2032%2032v736c0%2017.7-14.3%2032-32%2032H144c-17.7%200-32-14.3-32-32V144c0-17.7%2014.3-32%2032-32ZM639.978%20338.82l-.034.006c-.023.007-.042.018-.083.059L512%20466.745l-127.86-127.86c-.042-.041-.06-.052-.084-.059a.12.12%200%200%200-.07%200c-.022.007-.041.018-.082.059l-45.02%2045.019c-.04.04-.05.06-.058.083a.12.12%200%200%200%200%20.07l.01.022a.3.3%200%200%200%20.049.06L466.745%20512l-127.86%20127.862c-.041.04-.052.06-.059.083a.12.12%200%200%200%200%20.07c.007.022.018.041.059.082l45.019%2045.02c.04.04.06.05.083.058a.12.12%200%200%200%20.07%200c.022-.007.041-.018.082-.059L512%20557.254l127.862%20127.861c.04.041.06.052.083.059a.12.12%200%200%200%20.07%200c.022-.007.041-.018.082-.059l45.02-45.019c.04-.04.05-.06.058-.083a.12.12%200%200%200%200-.07l-.01-.022a.3.3%200%200%200-.049-.06L557.254%20512l127.861-127.86c.041-.042.052-.06.059-.084a.12.12%200%200%200%200-.07c-.007-.022-.018-.041-.059-.082l-45.019-45.02a.2.2%200%200%200-.083-.058a.12.12%200%200%200-.07%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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