checkmark seal icon
checkmark-seal-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- checkmark-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 checkmark 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.375-12.61c-.726 0-1.195-.234-1.547-.633l-7.828-8.695a2.03 2.03 0 0 1-.515-1.336c0-1.102.843-1.922 2.039-1.922c.632 0 1.101.211 1.523.656l6.21 6.868l12.071-16.993c.469-.68.938-.96 1.758-.96c1.148 0 1.969.843 1.969 1.945c0 .398-.164.867-.422 1.242L25.633 39.063c-.352.445-.89.726-1.594.726"/></svg>
React
import type { SVGProps } from "react";
export function F7CheckmarkSealFill(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.375-12.61c-.726 0-1.195-.234-1.547-.633l-7.828-8.695a2.03 2.03 0 0 1-.515-1.336c0-1.102.843-1.922 2.039-1.922c.632 0 1.101.211 1.523.656l6.21 6.868l12.071-16.993c.469-.68.938-.96 1.758-.96c1.148 0 1.969.843 1.969 1.945c0 .398-.164.867-.422 1.242L25.633 39.063c-.352.445-.89.726-1.594.726"/></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.375-12.61c-.726 0-1.195-.234-1.547-.633l-7.828-8.695a2.03 2.03 0 0 1-.515-1.336c0-1.102.843-1.922 2.039-1.922c.632 0 1.101.211 1.523.656l6.21 6.868l12.071-16.993c.469-.68.938-.96 1.758-.96c1.148 0 1.969.843 1.969 1.945c0 .398-.164.867-.422 1.242L25.633 39.063c-.352.445-.89.726-1.594.726"/></svg> </template>
CSS
.icon-checkmark-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.375-12.61c-.726%200-1.195-.234-1.547-.633l-7.828-8.695a2.03%202.03%200%200%201-.515-1.336c0-1.102.843-1.922%202.039-1.922c.632%200%201.101.211%201.523.656l6.21%206.868l12.071-16.993c.469-.68.938-.96%201.758-.96c1.148%200%201.969.843%201.969%201.945c0%20.398-.164.867-.422%201.242L25.633%2039.063c-.352.445-.89.726-1.594.726%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.375-12.61c-.726%200-1.195-.234-1.547-.633l-7.828-8.695a2.03%202.03%200%200%201-.515-1.336c0-1.102.843-1.922%202.039-1.922c.632%200%201.101.211%201.523.656l6.21%206.868l12.071-16.993c.469-.68.938-.96%201.758-.96c1.148%200%201.969.843%201.969%201.945c0%20.398-.164.867-.422%201.242L25.633%2039.063c-.352.445-.89.726-1.594.726%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/checkmark-seal-fill.svg?color=%231a73e8&size=48