xmark icon
xmark-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- xmark-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All xmark icons →More ui icons from Reicon
Use the xmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.333 19.667a1 1 0 0 1-.707-1.708L17.96 4.627a1 1 0 1 1 1.415 1.414L6.04 19.373a1 1 0 0 1-.707.294"/><path d="M18.667 19.667a1 1 0 0 1-.707-.294L4.627 6.04A1 1 0 1 1 6.04 4.625L19.373 17.96a1 1 0 0 1-.706 1.708Z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconXmarkFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.333 19.667a1 1 0 0 1-.707-1.708L17.96 4.627a1 1 0 1 1 1.415 1.414L6.04 19.373a1 1 0 0 1-.707.294"/><path d="M18.667 19.667a1 1 0 0 1-.707-.294L4.627 6.04A1 1 0 1 1 6.04 4.625L19.373 17.96a1 1 0 0 1-.706 1.708Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.333 19.667a1 1 0 0 1-.707-1.708L17.96 4.627a1 1 0 1 1 1.415 1.414L6.04 19.373a1 1 0 0 1-.707.294"/><path d="M18.667 19.667a1 1 0 0 1-.707-.294L4.627 6.04A1 1 0 1 1 6.04 4.625L19.373 17.96a1 1 0 0 1-.706 1.708Z"/></g></svg> </template>
CSS
.icon-xmark-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.333%2019.667a1%201%200%200%201-.707-1.708L17.96%204.627a1%201%200%201%201%201.415%201.414L6.04%2019.373a1%201%200%200%201-.707.294%22%2F%3E%3Cpath%20d%3D%22M18.667%2019.667a1%201%200%200%201-.707-.294L4.627%206.04A1%201%200%201%201%206.04%204.625L19.373%2017.96a1%201%200%200%201-.706%201.708Z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.333%2019.667a1%201%200%200%201-.707-1.708L17.96%204.627a1%201%200%201%201%201.415%201.414L6.04%2019.373a1%201%200%200%201-.707.294%22%2F%3E%3Cpath%20d%3D%22M18.667%2019.667a1%201%200%200%201-.707-.294L4.627%206.04A1%201%200%201%201%206.04%204.625L19.373%2017.96a1%201%200%200%201-.706%201.708Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/xmark-filled.svg?color=%231a73e8&size=48