x diamond icon
x-diamond-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- x-diamond-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
Related icons in Bootstrap Icons
Use the x diamond icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.05.435c-.58-.58-1.52-.58-2.1 0L4.047 3.339L8 7.293l3.954-3.954L9.049.435zm3.61 3.611L8.708 8l3.954 3.954l2.904-2.905c.58-.58.58-1.519 0-2.098l-2.904-2.905zm-.706 8.614L8 8.708l-3.954 3.954l2.905 2.904c.58.58 1.519.58 2.098 0l2.905-2.904zm-8.614-.706L7.292 8L3.339 4.046L.435 6.951c-.58.58-.58 1.519 0 2.098z"/></svg>
React
import type { SVGProps } from "react";
export function BiXDiamondFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.05.435c-.58-.58-1.52-.58-2.1 0L4.047 3.339L8 7.293l3.954-3.954L9.049.435zm3.61 3.611L8.708 8l3.954 3.954l2.904-2.905c.58-.58.58-1.519 0-2.098l-2.904-2.905zm-.706 8.614L8 8.708l-3.954 3.954l2.905 2.904c.58.58 1.519.58 2.098 0l2.905-2.904zm-8.614-.706L7.292 8L3.339 4.046L.435 6.951c-.58.58-.58 1.519 0 2.098z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.05.435c-.58-.58-1.52-.58-2.1 0L4.047 3.339L8 7.293l3.954-3.954L9.049.435zm3.61 3.611L8.708 8l3.954 3.954l2.904-2.905c.58-.58.58-1.519 0-2.098l-2.904-2.905zm-.706 8.614L8 8.708l-3.954 3.954l2.905 2.904c.58.58 1.519.58 2.098 0l2.905-2.904zm-8.614-.706L7.292 8L3.339 4.046L.435 6.951c-.58.58-.58 1.519 0 2.098z"/></svg> </template>
CSS
.icon-x-diamond-fill {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.05.435c-.58-.58-1.52-.58-2.1%200L4.047%203.339L8%207.293l3.954-3.954L9.049.435zm3.61%203.611L8.708%208l3.954%203.954l2.904-2.905c.58-.58.58-1.519%200-2.098l-2.904-2.905zm-.706%208.614L8%208.708l-3.954%203.954l2.905%202.904c.58.58%201.519.58%202.098%200l2.905-2.904zm-8.614-.706L7.292%208L3.339%204.046L.435%206.951c-.58.58-.58%201.519%200%202.098z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.05.435c-.58-.58-1.52-.58-2.1%200L4.047%203.339L8%207.293l3.954-3.954L9.049.435zm3.61%203.611L8.708%208l3.954%203.954l2.904-2.905c.58-.58.58-1.519%200-2.098l-2.904-2.905zm-.706%208.614L8%208.708l-3.954%203.954l2.905%202.904c.58.58%201.519.58%202.098%200l2.905-2.904zm-8.614-.706L7.292%208L3.339%204.046L.435%206.951c-.58.58-.58%201.519%200%202.098z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/x-diamond-fill.svg?color=%231a73e8&size=48