text badge checkmark icon
text-badge-checkmark from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- text-badge-checkmark
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the text badge checkmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.293 29.77c6.539 0 11.906-5.368 11.906-11.93c0-6.516-5.367-11.906-11.906-11.906c-6.516 0-11.906 5.39-11.906 11.906c0 6.562 5.39 11.93 11.906 11.93M33.8 13.246h16.008c1.008 0 1.804-.773 1.804-1.781c0-.985-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.773-1.782 1.758c0 1.008.774 1.781 1.782 1.781M14.887 24.824a1.64 1.64 0 0 1-1.149-.492l-4.5-4.922c-.164-.187-.281-.61-.281-.914c0-.82.633-1.453 1.43-1.453c.492 0 .843.234 1.101.492l3.328 3.633l6.211-8.625c.258-.375.68-.633 1.196-.633c.773 0 1.453.61 1.453 1.43c0 .234-.117.562-.328.844l-7.266 10.101c-.234.328-.703.54-1.195.54m18.914.703h16.008c1.008 0 1.804-.773 1.804-1.78c0-.985-.797-1.759-1.804-1.759H33.8c-1.008 0-1.782.774-1.782 1.758c0 1.008.774 1.781 1.782 1.781M6.168 37.81h43.64a1.786 1.786 0 0 0 1.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.774-1.781 1.758c0 .985.773 1.782 1.78 1.782m0 12.257h43.64c1.008 0 1.805-.773 1.805-1.757c0-.985-.797-1.782-1.804-1.782H6.168a1.766 1.766 0 0 0-1.781 1.782c0 .984.773 1.757 1.78 1.757"/></svg>
React
import type { SVGProps } from "react";
export function F7TextBadgeCheckmark(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="M16.293 29.77c6.539 0 11.906-5.368 11.906-11.93c0-6.516-5.367-11.906-11.906-11.906c-6.516 0-11.906 5.39-11.906 11.906c0 6.562 5.39 11.93 11.906 11.93M33.8 13.246h16.008c1.008 0 1.804-.773 1.804-1.781c0-.985-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.773-1.782 1.758c0 1.008.774 1.781 1.782 1.781M14.887 24.824a1.64 1.64 0 0 1-1.149-.492l-4.5-4.922c-.164-.187-.281-.61-.281-.914c0-.82.633-1.453 1.43-1.453c.492 0 .843.234 1.101.492l3.328 3.633l6.211-8.625c.258-.375.68-.633 1.196-.633c.773 0 1.453.61 1.453 1.43c0 .234-.117.562-.328.844l-7.266 10.101c-.234.328-.703.54-1.195.54m18.914.703h16.008c1.008 0 1.804-.773 1.804-1.78c0-.985-.797-1.759-1.804-1.759H33.8c-1.008 0-1.782.774-1.782 1.758c0 1.008.774 1.781 1.782 1.781M6.168 37.81h43.64a1.786 1.786 0 0 0 1.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.774-1.781 1.758c0 .985.773 1.782 1.78 1.782m0 12.257h43.64c1.008 0 1.805-.773 1.805-1.757c0-.985-.797-1.782-1.804-1.782H6.168a1.766 1.766 0 0 0-1.781 1.782c0 .984.773 1.757 1.78 1.757"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.293 29.77c6.539 0 11.906-5.368 11.906-11.93c0-6.516-5.367-11.906-11.906-11.906c-6.516 0-11.906 5.39-11.906 11.906c0 6.562 5.39 11.93 11.906 11.93M33.8 13.246h16.008c1.008 0 1.804-.773 1.804-1.781c0-.985-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.773-1.782 1.758c0 1.008.774 1.781 1.782 1.781M14.887 24.824a1.64 1.64 0 0 1-1.149-.492l-4.5-4.922c-.164-.187-.281-.61-.281-.914c0-.82.633-1.453 1.43-1.453c.492 0 .843.234 1.101.492l3.328 3.633l6.211-8.625c.258-.375.68-.633 1.196-.633c.773 0 1.453.61 1.453 1.43c0 .234-.117.562-.328.844l-7.266 10.101c-.234.328-.703.54-1.195.54m18.914.703h16.008c1.008 0 1.804-.773 1.804-1.78c0-.985-.797-1.759-1.804-1.759H33.8c-1.008 0-1.782.774-1.782 1.758c0 1.008.774 1.781 1.782 1.781M6.168 37.81h43.64a1.786 1.786 0 0 0 1.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.774-1.781 1.758c0 .985.773 1.782 1.78 1.782m0 12.257h43.64c1.008 0 1.805-.773 1.805-1.757c0-.985-.797-1.782-1.804-1.782H6.168a1.766 1.766 0 0 0-1.781 1.782c0 .984.773 1.757 1.78 1.757"/></svg> </template>
CSS
.icon-text-badge-checkmark {
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%22M16.293%2029.77c6.539%200%2011.906-5.368%2011.906-11.93c0-6.516-5.367-11.906-11.906-11.906c-6.516%200-11.906%205.39-11.906%2011.906c0%206.562%205.39%2011.93%2011.906%2011.93M33.8%2013.246h16.008c1.008%200%201.804-.773%201.804-1.781c0-.985-.797-1.758-1.804-1.758H33.8c-1.008%200-1.782.773-1.782%201.758c0%201.008.774%201.781%201.782%201.781M14.887%2024.824a1.64%201.64%200%200%201-1.149-.492l-4.5-4.922c-.164-.187-.281-.61-.281-.914c0-.82.633-1.453%201.43-1.453c.492%200%20.843.234%201.101.492l3.328%203.633l6.211-8.625c.258-.375.68-.633%201.196-.633c.773%200%201.453.61%201.453%201.43c0%20.234-.117.562-.328.844l-7.266%2010.101c-.234.328-.703.54-1.195.54m18.914.703h16.008c1.008%200%201.804-.773%201.804-1.78c0-.985-.797-1.759-1.804-1.759H33.8c-1.008%200-1.782.774-1.782%201.758c0%201.008.774%201.781%201.782%201.781M6.168%2037.81h43.64a1.786%201.786%200%200%200%201.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008%200-1.781.774-1.781%201.758c0%20.985.773%201.782%201.78%201.782m0%2012.257h43.64c1.008%200%201.805-.773%201.805-1.757c0-.985-.797-1.782-1.804-1.782H6.168a1.766%201.766%200%200%200-1.781%201.782c0%20.984.773%201.757%201.78%201.757%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%22M16.293%2029.77c6.539%200%2011.906-5.368%2011.906-11.93c0-6.516-5.367-11.906-11.906-11.906c-6.516%200-11.906%205.39-11.906%2011.906c0%206.562%205.39%2011.93%2011.906%2011.93M33.8%2013.246h16.008c1.008%200%201.804-.773%201.804-1.781c0-.985-.797-1.758-1.804-1.758H33.8c-1.008%200-1.782.773-1.782%201.758c0%201.008.774%201.781%201.782%201.781M14.887%2024.824a1.64%201.64%200%200%201-1.149-.492l-4.5-4.922c-.164-.187-.281-.61-.281-.914c0-.82.633-1.453%201.43-1.453c.492%200%20.843.234%201.101.492l3.328%203.633l6.211-8.625c.258-.375.68-.633%201.196-.633c.773%200%201.453.61%201.453%201.43c0%20.234-.117.562-.328.844l-7.266%2010.101c-.234.328-.703.54-1.195.54m18.914.703h16.008c1.008%200%201.804-.773%201.804-1.78c0-.985-.797-1.759-1.804-1.759H33.8c-1.008%200-1.782.774-1.782%201.758c0%201.008.774%201.781%201.782%201.781M6.168%2037.81h43.64a1.786%201.786%200%200%200%201.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008%200-1.781.774-1.781%201.758c0%20.985.773%201.782%201.78%201.782m0%2012.257h43.64c1.008%200%201.805-.773%201.805-1.757c0-.985-.797-1.782-1.804-1.782H6.168a1.766%201.766%200%200%200-1.781%201.782c0%20.984.773%201.757%201.78%201.757%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/text-badge-checkmark.svg?color=%231a73e8&size=48