xmark-seal-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
xmark-seal-fill
Set
Framework7 Icons
Style
Fill
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.953 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.695 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.695-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.952-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.492Zm-4.031-13.852c-1.078 0-1.992-.914-1.992-2.016c0-.515.234-1.008.586-1.336l6.984-7.007l-6.984-6.985a1.87 1.87 0 0 1-.586-1.36c0-1.077.89-1.945 1.992-1.945c.539 0 1.008.211 1.312.563l7.032 6.984l7.054-7.007c.375-.422.82-.586 1.336-.586a1.98 1.98 0 0 1 1.969 1.968c0 .54-.164.985-.586 1.36l-6.984 7.008l6.96 6.96c.376.375.587.844.587 1.383c0 1.102-.868 2.016-1.97 2.016a1.98 1.98 0 0 1-1.382-.586l-6.984-7.008l-6.985 7.008a1.87 1.87 0 0 1-1.36.586"/></svg>

React

import type { SVGProps } from "react";

export function F7XmarkSealFill(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.953 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.695 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.695-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.952-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.492Zm-4.031-13.852c-1.078 0-1.992-.914-1.992-2.016c0-.515.234-1.008.586-1.336l6.984-7.007l-6.984-6.985a1.87 1.87 0 0 1-.586-1.36c0-1.077.89-1.945 1.992-1.945c.539 0 1.008.211 1.312.563l7.032 6.984l7.054-7.007c.375-.422.82-.586 1.336-.586a1.98 1.98 0 0 1 1.969 1.968c0 .54-.164.985-.586 1.36l-6.984 7.008l6.96 6.96c.376.375.587.844.587 1.383c0 1.102-.868 2.016-1.97 2.016a1.98 1.98 0 0 1-1.382-.586l-6.984-7.008l-6.985 7.008a1.87 1.87 0 0 1-1.36.586"/></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.953 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.695 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.695-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.952-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.492Zm-4.031-13.852c-1.078 0-1.992-.914-1.992-2.016c0-.515.234-1.008.586-1.336l6.984-7.007l-6.984-6.985a1.87 1.87 0 0 1-.586-1.36c0-1.077.89-1.945 1.992-1.945c.539 0 1.008.211 1.312.563l7.032 6.984l7.054-7.007c.375-.422.82-.586 1.336-.586a1.98 1.98 0 0 1 1.969 1.968c0 .54-.164.985-.586 1.36l-6.984 7.008l6.96 6.96c.376.375.587.844.587 1.383c0 1.102-.868 2.016-1.97 2.016a1.98 1.98 0 0 1-1.382-.586l-6.984-7.008l-6.985 7.008a1.87 1.87 0 0 1-1.36.586"/></svg>
</template>

CSS

.icon-xmark-seal-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.664%2052.399c2.953%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.695%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.695-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.952-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.492Zm-4.031-13.852c-1.078%200-1.992-.914-1.992-2.016c0-.515.234-1.008.586-1.336l6.984-7.007l-6.984-6.985a1.87%201.87%200%200%201-.586-1.36c0-1.077.89-1.945%201.992-1.945c.539%200%201.008.211%201.312.563l7.032%206.984l7.054-7.007c.375-.422.82-.586%201.336-.586a1.98%201.98%200%200%201%201.969%201.968c0%20.54-.164.985-.586%201.36l-6.984%207.008l6.96%206.96c.376.375.587.844.587%201.383c0%201.102-.868%202.016-1.97%202.016a1.98%201.98%200%200%201-1.382-.586l-6.984-7.008l-6.985%207.008a1.87%201.87%200%200%201-1.36.586%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.953%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.695%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.695-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.952-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.492Zm-4.031-13.852c-1.078%200-1.992-.914-1.992-2.016c0-.515.234-1.008.586-1.336l6.984-7.007l-6.984-6.985a1.87%201.87%200%200%201-.586-1.36c0-1.077.89-1.945%201.992-1.945c.539%200%201.008.211%201.312.563l7.032%206.984l7.054-7.007c.375-.422.82-.586%201.336-.586a1.98%201.98%200%200%201%201.969%201.968c0%20.54-.164.985-.586%201.36l-6.984%207.008l6.96%206.96c.376.375.587.844.587%201.383c0%201.102-.868%202.016-1.97%202.016a1.98%201.98%200%200%201-1.382-.586l-6.984-7.008l-6.985%207.008a1.87%201.87%200%200%201-1.36.586%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/xmark-seal-fill.svg?color=%231a73e8&size=48