close circle icon
close-circle-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- close-circle-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- close-circle-fill
2 other variants in Ant Design Icons
The same icon in other sets
Related icons in Ant Design Icons
Use the close circle 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="M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960S64 759.4 64 512S264.6 64 512 64m127.978 274.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 AntDesignCloseCircleFilled(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="M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960S64 759.4 64 512S264.6 64 512 64m127.978 274.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="M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960S64 759.4 64 512S264.6 64 512 64m127.978 274.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-circle-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%22M512%2064c247.4%200%20448%20200.6%20448%20448S759.4%20960%20512%20960S64%20759.4%2064%20512S264.6%2064%20512%2064m127.978%20274.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%22M512%2064c247.4%200%20448%20200.6%20448%20448S759.4%20960%20512%20960S64%20759.4%2064%20512S264.6%2064%20512%2064m127.978%20274.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-circle-filled.svg?color=%231a73e8&size=48