xmark seal icon
xmark-seal from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- xmark-seal
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the xmark seal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M23.664 52.399c2.977 2.976 5.695 2.953 8.649 0l3.609-3.587c.375-.351.703-.492 1.195-.492h5.063c4.195 0 6.14-1.922 6.14-6.14v-5.063c0-.492.141-.82.492-1.195l3.563-3.61c3-2.953 2.976-5.671 0-8.648l-3.563-3.61c-.351-.35-.492-.702-.492-1.171v-5.086c0-4.172-1.922-6.14-6.14-6.14h-5.063c-.492 0-.82-.118-1.195-.47l-3.61-3.585c-2.953-2.977-5.671-2.953-8.648 0l-3.61 3.586c-.35.351-.702.468-1.171.468h-5.086c-4.195 0-6.14 1.922-6.14 6.14v5.087c0 .469-.118.82-.47 1.172l-3.585 3.61c-2.977 2.976-2.953 5.694 0 8.648l3.586 3.609c.351.375.468.703.468 1.195v5.063c0 4.195 1.946 6.14 6.14 6.14h5.087c.469 0 .82.141 1.172.492Zm2.625-2.626l-4.406-4.43c-.516-.538-1.055-.75-1.781-.75h-6.305c-2.086 0-2.414-.327-2.414-2.413v-6.305c0-.703-.211-1.242-.727-1.758l-4.43-4.406c-1.476-1.5-1.476-1.922 0-3.422l4.43-4.406c.516-.516.727-1.055.727-1.781v-6.305c0-2.11.305-2.414 2.414-2.414h6.305c.726 0 1.265-.188 1.78-.727l4.407-4.43c1.5-1.476 1.922-1.476 3.422 0l4.406 4.43c.516.54 1.055.727 1.758.727h6.305c2.086 0 2.414.328 2.414 2.414v6.305c0 .726.234 1.265.75 1.78l4.43 4.407c1.476 1.5 1.476 1.922 0 3.422l-4.43 4.406c-.516.516-.75 1.055-.75 1.758v6.305c0 2.086-.328 2.414-2.414 2.414h-6.305c-.703 0-1.242.21-1.758.75l-4.406 4.43c-1.5 1.476-1.922 1.476-3.422 0m-6.305-11.765c.516 0 .985-.188 1.336-.563l6.657-6.68l6.656 6.68c.351.352.82.563 1.36.563a1.886 1.886 0 0 0 1.874-1.899c0-.539-.21-.96-.562-1.336l-6.657-6.656l6.68-6.703c.375-.398.563-.797.563-1.312a1.88 1.88 0 0 0-1.875-1.875c-.492 0-.914.187-1.313.585l-6.726 6.68l-6.704-6.656a1.7 1.7 0 0 0-1.289-.563c-1.054 0-1.875.82-1.875 1.852c0 .516.188.961.563 1.313l6.656 6.68l-6.656 6.679a1.74 1.74 0 0 0-.563 1.312c0 1.055.82 1.899 1.875 1.899"/></svg>
React
import type { SVGProps } from "react";
export function F7XmarkSeal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M23.664 52.399c2.977 2.976 5.695 2.953 8.649 0l3.609-3.587c.375-.351.703-.492 1.195-.492h5.063c4.195 0 6.14-1.922 6.14-6.14v-5.063c0-.492.141-.82.492-1.195l3.563-3.61c3-2.953 2.976-5.671 0-8.648l-3.563-3.61c-.351-.35-.492-.702-.492-1.171v-5.086c0-4.172-1.922-6.14-6.14-6.14h-5.063c-.492 0-.82-.118-1.195-.47l-3.61-3.585c-2.953-2.977-5.671-2.953-8.648 0l-3.61 3.586c-.35.351-.702.468-1.171.468h-5.086c-4.195 0-6.14 1.922-6.14 6.14v5.087c0 .469-.118.82-.47 1.172l-3.585 3.61c-2.977 2.976-2.953 5.694 0 8.648l3.586 3.609c.351.375.468.703.468 1.195v5.063c0 4.195 1.946 6.14 6.14 6.14h5.087c.469 0 .82.141 1.172.492Zm2.625-2.626l-4.406-4.43c-.516-.538-1.055-.75-1.781-.75h-6.305c-2.086 0-2.414-.327-2.414-2.413v-6.305c0-.703-.211-1.242-.727-1.758l-4.43-4.406c-1.476-1.5-1.476-1.922 0-3.422l4.43-4.406c.516-.516.727-1.055.727-1.781v-6.305c0-2.11.305-2.414 2.414-2.414h6.305c.726 0 1.265-.188 1.78-.727l4.407-4.43c1.5-1.476 1.922-1.476 3.422 0l4.406 4.43c.516.54 1.055.727 1.758.727h6.305c2.086 0 2.414.328 2.414 2.414v6.305c0 .726.234 1.265.75 1.78l4.43 4.407c1.476 1.5 1.476 1.922 0 3.422l-4.43 4.406c-.516.516-.75 1.055-.75 1.758v6.305c0 2.086-.328 2.414-2.414 2.414h-6.305c-.703 0-1.242.21-1.758.75l-4.406 4.43c-1.5 1.476-1.922 1.476-3.422 0m-6.305-11.765c.516 0 .985-.188 1.336-.563l6.657-6.68l6.656 6.68c.351.352.82.563 1.36.563a1.886 1.886 0 0 0 1.874-1.899c0-.539-.21-.96-.562-1.336l-6.657-6.656l6.68-6.703c.375-.398.563-.797.563-1.312a1.88 1.88 0 0 0-1.875-1.875c-.492 0-.914.187-1.313.585l-6.726 6.68l-6.704-6.656a1.7 1.7 0 0 0-1.289-.563c-1.054 0-1.875.82-1.875 1.852c0 .516.188.961.563 1.313l6.656 6.68l-6.656 6.679a1.74 1.74 0 0 0-.563 1.312c0 1.055.82 1.899 1.875 1.899"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M23.664 52.399c2.977 2.976 5.695 2.953 8.649 0l3.609-3.587c.375-.351.703-.492 1.195-.492h5.063c4.195 0 6.14-1.922 6.14-6.14v-5.063c0-.492.141-.82.492-1.195l3.563-3.61c3-2.953 2.976-5.671 0-8.648l-3.563-3.61c-.351-.35-.492-.702-.492-1.171v-5.086c0-4.172-1.922-6.14-6.14-6.14h-5.063c-.492 0-.82-.118-1.195-.47l-3.61-3.585c-2.953-2.977-5.671-2.953-8.648 0l-3.61 3.586c-.35.351-.702.468-1.171.468h-5.086c-4.195 0-6.14 1.922-6.14 6.14v5.087c0 .469-.118.82-.47 1.172l-3.585 3.61c-2.977 2.976-2.953 5.694 0 8.648l3.586 3.609c.351.375.468.703.468 1.195v5.063c0 4.195 1.946 6.14 6.14 6.14h5.087c.469 0 .82.141 1.172.492Zm2.625-2.626l-4.406-4.43c-.516-.538-1.055-.75-1.781-.75h-6.305c-2.086 0-2.414-.327-2.414-2.413v-6.305c0-.703-.211-1.242-.727-1.758l-4.43-4.406c-1.476-1.5-1.476-1.922 0-3.422l4.43-4.406c.516-.516.727-1.055.727-1.781v-6.305c0-2.11.305-2.414 2.414-2.414h6.305c.726 0 1.265-.188 1.78-.727l4.407-4.43c1.5-1.476 1.922-1.476 3.422 0l4.406 4.43c.516.54 1.055.727 1.758.727h6.305c2.086 0 2.414.328 2.414 2.414v6.305c0 .726.234 1.265.75 1.78l4.43 4.407c1.476 1.5 1.476 1.922 0 3.422l-4.43 4.406c-.516.516-.75 1.055-.75 1.758v6.305c0 2.086-.328 2.414-2.414 2.414h-6.305c-.703 0-1.242.21-1.758.75l-4.406 4.43c-1.5 1.476-1.922 1.476-3.422 0m-6.305-11.765c.516 0 .985-.188 1.336-.563l6.657-6.68l6.656 6.68c.351.352.82.563 1.36.563a1.886 1.886 0 0 0 1.874-1.899c0-.539-.21-.96-.562-1.336l-6.657-6.656l6.68-6.703c.375-.398.563-.797.563-1.312a1.88 1.88 0 0 0-1.875-1.875c-.492 0-.914.187-1.313.585l-6.726 6.68l-6.704-6.656a1.7 1.7 0 0 0-1.289-.563c-1.054 0-1.875.82-1.875 1.852c0 .516.188.961.563 1.313l6.656 6.68l-6.656 6.679a1.74 1.74 0 0 0-.563 1.312c0 1.055.82 1.899 1.875 1.899"/></svg> </template>
CSS
.icon-xmark-seal {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.664%2052.399c2.977%202.976%205.695%202.953%208.649%200l3.609-3.587c.375-.351.703-.492%201.195-.492h5.063c4.195%200%206.14-1.922%206.14-6.14v-5.063c0-.492.141-.82.492-1.195l3.563-3.61c3-2.953%202.976-5.671%200-8.648l-3.563-3.61c-.351-.35-.492-.702-.492-1.171v-5.086c0-4.172-1.922-6.14-6.14-6.14h-5.063c-.492%200-.82-.118-1.195-.47l-3.61-3.585c-2.953-2.977-5.671-2.953-8.648%200l-3.61%203.586c-.35.351-.702.468-1.171.468h-5.086c-4.195%200-6.14%201.922-6.14%206.14v5.087c0%20.469-.118.82-.47%201.172l-3.585%203.61c-2.977%202.976-2.953%205.694%200%208.648l3.586%203.609c.351.375.468.703.468%201.195v5.063c0%204.195%201.946%206.14%206.14%206.14h5.087c.469%200%20.82.141%201.172.492Zm2.625-2.626l-4.406-4.43c-.516-.538-1.055-.75-1.781-.75h-6.305c-2.086%200-2.414-.327-2.414-2.413v-6.305c0-.703-.211-1.242-.727-1.758l-4.43-4.406c-1.476-1.5-1.476-1.922%200-3.422l4.43-4.406c.516-.516.727-1.055.727-1.781v-6.305c0-2.11.305-2.414%202.414-2.414h6.305c.726%200%201.265-.188%201.78-.727l4.407-4.43c1.5-1.476%201.922-1.476%203.422%200l4.406%204.43c.516.54%201.055.727%201.758.727h6.305c2.086%200%202.414.328%202.414%202.414v6.305c0%20.726.234%201.265.75%201.78l4.43%204.407c1.476%201.5%201.476%201.922%200%203.422l-4.43%204.406c-.516.516-.75%201.055-.75%201.758v6.305c0%202.086-.328%202.414-2.414%202.414h-6.305c-.703%200-1.242.21-1.758.75l-4.406%204.43c-1.5%201.476-1.922%201.476-3.422%200m-6.305-11.765c.516%200%20.985-.188%201.336-.563l6.657-6.68l6.656%206.68c.351.352.82.563%201.36.563a1.886%201.886%200%200%200%201.874-1.899c0-.539-.21-.96-.562-1.336l-6.657-6.656l6.68-6.703c.375-.398.563-.797.563-1.312a1.88%201.88%200%200%200-1.875-1.875c-.492%200-.914.187-1.313.585l-6.726%206.68l-6.704-6.656a1.7%201.7%200%200%200-1.289-.563c-1.054%200-1.875.82-1.875%201.852c0%20.516.188.961.563%201.313l6.656%206.68l-6.656%206.679a1.74%201.74%200%200%200-.563%201.312c0%201.055.82%201.899%201.875%201.899%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.664%2052.399c2.977%202.976%205.695%202.953%208.649%200l3.609-3.587c.375-.351.703-.492%201.195-.492h5.063c4.195%200%206.14-1.922%206.14-6.14v-5.063c0-.492.141-.82.492-1.195l3.563-3.61c3-2.953%202.976-5.671%200-8.648l-3.563-3.61c-.351-.35-.492-.702-.492-1.171v-5.086c0-4.172-1.922-6.14-6.14-6.14h-5.063c-.492%200-.82-.118-1.195-.47l-3.61-3.585c-2.953-2.977-5.671-2.953-8.648%200l-3.61%203.586c-.35.351-.702.468-1.171.468h-5.086c-4.195%200-6.14%201.922-6.14%206.14v5.087c0%20.469-.118.82-.47%201.172l-3.585%203.61c-2.977%202.976-2.953%205.694%200%208.648l3.586%203.609c.351.375.468.703.468%201.195v5.063c0%204.195%201.946%206.14%206.14%206.14h5.087c.469%200%20.82.141%201.172.492Zm2.625-2.626l-4.406-4.43c-.516-.538-1.055-.75-1.781-.75h-6.305c-2.086%200-2.414-.327-2.414-2.413v-6.305c0-.703-.211-1.242-.727-1.758l-4.43-4.406c-1.476-1.5-1.476-1.922%200-3.422l4.43-4.406c.516-.516.727-1.055.727-1.781v-6.305c0-2.11.305-2.414%202.414-2.414h6.305c.726%200%201.265-.188%201.78-.727l4.407-4.43c1.5-1.476%201.922-1.476%203.422%200l4.406%204.43c.516.54%201.055.727%201.758.727h6.305c2.086%200%202.414.328%202.414%202.414v6.305c0%20.726.234%201.265.75%201.78l4.43%204.407c1.476%201.5%201.476%201.922%200%203.422l-4.43%204.406c-.516.516-.75%201.055-.75%201.758v6.305c0%202.086-.328%202.414-2.414%202.414h-6.305c-.703%200-1.242.21-1.758.75l-4.406%204.43c-1.5%201.476-1.922%201.476-3.422%200m-6.305-11.765c.516%200%20.985-.188%201.336-.563l6.657-6.68l6.656%206.68c.351.352.82.563%201.36.563a1.886%201.886%200%200%200%201.874-1.899c0-.539-.21-.96-.562-1.336l-6.657-6.656l6.68-6.703c.375-.398.563-.797.563-1.312a1.88%201.88%200%200%200-1.875-1.875c-.492%200-.914.187-1.313.585l-6.726%206.68l-6.704-6.656a1.7%201.7%200%200%200-1.289-.563c-1.054%200-1.875.82-1.875%201.852c0%20.516.188.961.563%201.313l6.656%206.68l-6.656%206.679a1.74%201.74%200%200%200-.563%201.312c0%201.055.82%201.899%201.875%201.899%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/xmark-seal.svg?color=%231a73e8&size=48