x icon
x-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- x-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
1 other variant in Ant Design Icons
The same icon in other sets
Use the x 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="M823.111 912H200.89C151.8 912 112 872.2 112 823.111V200.89c0-49.09 39.8-88.89 88.889-88.89H823.11c49.09 0 88.89 39.8 88.89 88.889V823.11c0 49.09-39.8 88.89-88.889 88.89M286 291l171.773 245.278L286 735h45.297l146.569-170.031L596.942 735H740L555.891 472.108L715 289h-44.67L535.793 443.41L429.058 291zm69.053 37.65l258.935 368.699h56.96L412.013 328.65z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignXFilled(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="M823.111 912H200.89C151.8 912 112 872.2 112 823.111V200.89c0-49.09 39.8-88.89 88.889-88.89H823.11c49.09 0 88.89 39.8 88.89 88.889V823.11c0 49.09-39.8 88.89-88.889 88.89M286 291l171.773 245.278L286 735h45.297l146.569-170.031L596.942 735H740L555.891 472.108L715 289h-44.67L535.793 443.41L429.058 291zm69.053 37.65l258.935 368.699h56.96L412.013 328.65z"/></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="M823.111 912H200.89C151.8 912 112 872.2 112 823.111V200.89c0-49.09 39.8-88.89 88.889-88.89H823.11c49.09 0 88.89 39.8 88.89 88.889V823.11c0 49.09-39.8 88.89-88.889 88.89M286 291l171.773 245.278L286 735h45.297l146.569-170.031L596.942 735H740L555.891 472.108L715 289h-44.67L535.793 443.41L429.058 291zm69.053 37.65l258.935 368.699h56.96L412.013 328.65z"/></svg> </template>
CSS
.icon-x-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%22M823.111%20912H200.89C151.8%20912%20112%20872.2%20112%20823.111V200.89c0-49.09%2039.8-88.89%2088.889-88.89H823.11c49.09%200%2088.89%2039.8%2088.89%2088.889V823.11c0%2049.09-39.8%2088.89-88.889%2088.89M286%20291l171.773%20245.278L286%20735h45.297l146.569-170.031L596.942%20735H740L555.891%20472.108L715%20289h-44.67L535.793%20443.41L429.058%20291zm69.053%2037.65l258.935%20368.699h56.96L412.013%20328.65z%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%22M823.111%20912H200.89C151.8%20912%20112%20872.2%20112%20823.111V200.89c0-49.09%2039.8-88.89%2088.889-88.89H823.11c49.09%200%2088.89%2039.8%2088.89%2088.889V823.11c0%2049.09-39.8%2088.89-88.889%2088.89M286%20291l171.773%20245.278L286%20735h45.297l146.569-170.031L596.942%20735H740L555.891%20472.108L715%20289h-44.67L535.793%20443.41L429.058%20291zm69.053%2037.65l258.935%20368.699h56.96L412.013%20328.65z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/x-filled.svg?color=%231a73e8&size=48