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

Name
close-square-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
close-square, close-square-outline

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-32Zm-40 72H184v656h656zM640.013 338.826c.023.007.042.018.083.059l45.02 45.019c.04.04.05.06.058.083a.12.12 0 0 1 0 .07c-.007.022-.018.041-.059.082L557.254 512l127.861 127.862a.3.3 0 0 1 .05.06l.009.023a.12.12 0 0 1 0 .07c-.007.022-.018.041-.059.082l-45.019 45.02c-.04.04-.06.05-.083.058a.12.12 0 0 1-.07 0c-.022-.007-.041-.018-.082-.059L512 557.254L384.14 685.115c-.042.041-.06.052-.084.059a.12.12 0 0 1-.07 0c-.022-.007-.041-.018-.082-.059l-45.02-45.019a.2.2 0 0 1-.058-.083a.12.12 0 0 1 0-.07c.007-.022.018-.041.059-.082L466.745 512l-127.86-127.86a.3.3 0 0 1-.05-.061l-.009-.023a.12.12 0 0 1 0-.07c.007-.022.018-.041.059-.082l45.019-45.02c.04-.04.06-.05.083-.058a.12.12 0 0 1 .07 0c.022.007.041.018.082.059L512 466.745l127.862-127.86c.04-.041.06-.052.083-.059a.12.12 0 0 1 .07 0Z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignCloseSquareOutlined(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-32Zm-40 72H184v656h656zM640.013 338.826c.023.007.042.018.083.059l45.02 45.019c.04.04.05.06.058.083a.12.12 0 0 1 0 .07c-.007.022-.018.041-.059.082L557.254 512l127.861 127.862a.3.3 0 0 1 .05.06l.009.023a.12.12 0 0 1 0 .07c-.007.022-.018.041-.059.082l-45.019 45.02c-.04.04-.06.05-.083.058a.12.12 0 0 1-.07 0c-.022-.007-.041-.018-.082-.059L512 557.254L384.14 685.115c-.042.041-.06.052-.084.059a.12.12 0 0 1-.07 0c-.022-.007-.041-.018-.082-.059l-45.02-45.019a.2.2 0 0 1-.058-.083a.12.12 0 0 1 0-.07c.007-.022.018-.041.059-.082L466.745 512l-127.86-127.86a.3.3 0 0 1-.05-.061l-.009-.023a.12.12 0 0 1 0-.07c.007-.022.018-.041.059-.082l45.019-45.02c.04-.04.06-.05.083-.058a.12.12 0 0 1 .07 0c.022.007.041.018.082.059L512 466.745l127.862-127.86c.04-.041.06-.052.083-.059a.12.12 0 0 1 .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-32Zm-40 72H184v656h656zM640.013 338.826c.023.007.042.018.083.059l45.02 45.019c.04.04.05.06.058.083a.12.12 0 0 1 0 .07c-.007.022-.018.041-.059.082L557.254 512l127.861 127.862a.3.3 0 0 1 .05.06l.009.023a.12.12 0 0 1 0 .07c-.007.022-.018.041-.059.082l-45.019 45.02c-.04.04-.06.05-.083.058a.12.12 0 0 1-.07 0c-.022-.007-.041-.018-.082-.059L512 557.254L384.14 685.115c-.042.041-.06.052-.084.059a.12.12 0 0 1-.07 0c-.022-.007-.041-.018-.082-.059l-45.02-45.019a.2.2 0 0 1-.058-.083a.12.12 0 0 1 0-.07c.007-.022.018-.041.059-.082L466.745 512l-127.86-127.86a.3.3 0 0 1-.05-.061l-.009-.023a.12.12 0 0 1 0-.07c.007-.022.018-.041.059-.082l45.019-45.02c.04-.04.06-.05.083-.058a.12.12 0 0 1 .07 0c.022.007.041.018.082.059L512 466.745l127.862-127.86c.04-.041.06-.052.083-.059a.12.12 0 0 1 .07 0Z"/></svg>
</template>

CSS

.icon-close-square-outlined {
  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-32Zm-40%2072H184v656h656zM640.013%20338.826c.023.007.042.018.083.059l45.02%2045.019c.04.04.05.06.058.083a.12.12%200%200%201%200%20.07c-.007.022-.018.041-.059.082L557.254%20512l127.861%20127.862a.3.3%200%200%201%20.05.06l.009.023a.12.12%200%200%201%200%20.07c-.007.022-.018.041-.059.082l-45.019%2045.02c-.04.04-.06.05-.083.058a.12.12%200%200%201-.07%200c-.022-.007-.041-.018-.082-.059L512%20557.254L384.14%20685.115c-.042.041-.06.052-.084.059a.12.12%200%200%201-.07%200c-.022-.007-.041-.018-.082-.059l-45.02-45.019a.2.2%200%200%201-.058-.083a.12.12%200%200%201%200-.07c.007-.022.018-.041.059-.082L466.745%20512l-127.86-127.86a.3.3%200%200%201-.05-.061l-.009-.023a.12.12%200%200%201%200-.07c.007-.022.018-.041.059-.082l45.019-45.02c.04-.04.06-.05.083-.058a.12.12%200%200%201%20.07%200c.022.007.041.018.082.059L512%20466.745l127.862-127.86c.04-.041.06-.052.083-.059a.12.12%200%200%201%20.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-32Zm-40%2072H184v656h656zM640.013%20338.826c.023.007.042.018.083.059l45.02%2045.019c.04.04.05.06.058.083a.12.12%200%200%201%200%20.07c-.007.022-.018.041-.059.082L557.254%20512l127.861%20127.862a.3.3%200%200%201%20.05.06l.009.023a.12.12%200%200%201%200%20.07c-.007.022-.018.041-.059.082l-45.019%2045.02c-.04.04-.06.05-.083.058a.12.12%200%200%201-.07%200c-.022-.007-.041-.018-.082-.059L512%20557.254L384.14%20685.115c-.042.041-.06.052-.084.059a.12.12%200%200%201-.07%200c-.022-.007-.041-.018-.082-.059l-45.02-45.019a.2.2%200%200%201-.058-.083a.12.12%200%200%201%200-.07c.007-.022.018-.041.059-.082L466.745%20512l-127.86-127.86a.3.3%200%200%201-.05-.061l-.009-.023a.12.12%200%200%201%200-.07c.007-.022.018-.041.059-.082l45.019-45.02c.04-.04.06-.05.083-.058a.12.12%200%200%201%20.07%200c.022.007.041.018.082.059L512%20466.745l127.862-127.86c.04-.041.06-.052.083-.059a.12.12%200%200%201%20.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-outlined.svg?color=%231a73e8&size=48